
/* ===============================================
  電気ケトル CSS
=============================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

.fadein {
  opacity : 0;
  transition: all 1.0s;
}
.fade-slow {
  transition: all 3.5s;
}
.fade-up {
  transform: translateY(30px);
}
.fade-up-long {
  transform: translateY(60px) rotate(-45deg);
}
.fade-up-rotate {
  transform: translateY(30px) rotate(30deg);
}
.fade-down {
  transform: translateY(-30px);
}
.fade-left {
  transform: translateX(30px);
}
.fade-right {
  transform: translateX(-30px);
}
.delay01 {
  animation-delay: 0.1s!important;
  transition-delay: 0.1s!important;
}
.delay02 {
  animation-delay: 0.2s!important;
  transition-delay: 0.2s!important;
}
.delay03 {
  animation-delay: 0.3s!important;
  transition-delay: 0.3s!important;
}
.delay04 {
  animation-delay: 0.4s!important;
  transition-delay: 0.4s!important;
}
.delay05 {
  animation-delay: 0.5s!important;
  transition-delay: 0.5s!important;
}
.delay06 {
  animation-delay: 0.6s!important;
  transition-delay: 0.6s!important;
}
.delay07 {
  animation-delay: 0.7s!important;
  transition-delay: 0.7s!important;
}
.delay08 {
  animation-delay: 0.8s!important;
  transition-delay: 0.8s!important;
}
.delay09 {
  animation-delay: 0.9s!important;
  transition-delay: 0.9s!important;
}
.delay10 {
  animation-delay: 1s!important;
  transition-delay: 1s!important;
}
.delay12 {
  animation-delay: 1.2s!important;
  transition-delay: 1.2s!important;
}
.delay15 {
  animation-delay: 1.5s!important;
  transition-delay: 1.5s!important;
}
.delay18 {
  animation-delay: 1.8s!important;
  transition-delay: 1.8s!important;
}
.delay20 {
  animation-delay: 2.0s!important;
  transition-delay: 2.0s!important;
}
.delay25 {
  animation-delay: 2.5s!important;
  transition-delay: 2.5s!important;
}

/* ========= contents ========= */

.categoryNav {
  position: relative;
  z-index: 10;
}

#container {
	width:100%;
	min-width: 960px;
	padding:0;
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	overflow: hidden;
	color: #837d7b;
  margin-top: 25px;
}
#container .is-pc { display: inherit !important; }
#container .is-sp { display: none !important; }

#container h2 {
	width: auto;
	margin: 30px auto;
	padding: 0;
  text-align: center;
  position: relative;
  font-size: 40px;
  color: #836d56;
  letter-spacing: 0.1em;
  font-weight: 700;
}
#container h2::after {
  content: "";
  display: block;
	width: 102px;
  height: 4px;
	background: #836d56;
  margin: 36px auto 0;
}

#container img {
	max-width:100%;
}

#container a:hover img {
	transition: 0.3s;
	opacity: 0.5;
}


#mv {
	max-width: 1280px;
	margin: 0 auto;
  position: relative;
  background: url("../img/mv_pc_bg.png") no-repeat center bottom;
  background-size: 100% auto;
}

#mv h1 {
  width: 53.5%;
  position: absolute;
  left: 50%;
  top: 3%;
  transform: translateX(-50%);
  z-index: 2;
}

#mv h1 img {
  display: block;
  width: 90%;
  opacity: 0;
  animation: fadeIn 1.5s ease 1.0s 1 forwards;
  margin: auto;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#mv p {
  position: relative;
  z-index: 1;
  opacity: 0;
  animation: fadeIn 2.0s ease 0.3s 1 forwards;
}
#mv .scrollin {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: #fff;
  animation: scrollIn 2.0s ease 2.0s 1 forwards;
}
@keyframes scrollIn {
    0% {width: 100%;}
    100% {width: 0;}
}
#mv .scrollbtn{
    opacity: 0;
		visibility: hidden;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 100;
    transition: all 1s;
}
#mv .scrollbtn a{
		display: block;
		background: url(../img/scrollbtn_bg.png) center / cover;
    box-sizing: border-box;
		width: 230px;
    height: 400px;
    padding: 100px 25px 40px;
		text-decoration: none;
		transition: all 1s;
}
#mv .scrollbtn a:hover{
	opacity: .7;
}
#mv .scrollbtn .is_sp{
    display: none;
  }
#mv .scrollbtn .is_pc{
	display: block;
}
#mv .scrollbtn a .scrollbtn_lead{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.7;
    color: #836d56;
}
#mv .scrollbtn a .scrollbtn_lead .txt01{
    display: inline-block;
    padding: 0 0 5px;
    color: #836d56;
}
#mv .scrollbtn a .scrollbtn_lead .txt02{
    padding: 5px 0;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    color: #836d56;
}
#mv .scrollbtn a .scrollbtn_lead small{
    vertical-align: super;
    color: #836d56;
}
#mv .scrollbtn a .scrollbtn_txt{
    display: inline-block;
    padding: 10px 0 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    text-align:justify;
    color: #837d7b;
}



#about {
  padding: 25px 0 90px;
  /* background: url("../img/about_bg_pc.jpg") no-repeat center 40px; */
  /* background-size: 1280px auto; */
}
#about h2::after {
  display: none;
}
#about h2 {
  font-size: 43px;
}
#about h2 span {
  font-size: 33px;
}
#about .about01 {
  padding: 0 20px;
  text-align: center;
}
#about .about01 .text {
  font-size: 21px;
  line-height: 2;
  font-weight: 500;
}
#about .about01 .text p {
  text-align: center;
  margin: 0 0 60px;
}

#about .about01 .image {
  margin-top: 90px;
  padding-left: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .about01 .image p {
  margin: 0;
  width: 230px;
}
#about .about02 {
  max-width: 890px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#about .about02 .text {
  width: 410px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
#about .about02 .text h3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
#about .about02 .image {
  width: 406px;
}
#about .about03 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 900px;
    padding: 25px;
    margin: 0 auto 90px;
    border-radius: 20px;
    border: 1px solid #836d56;
}
#about .about03 .image {
    width: 135px;
    margin: 0 20px 0 0;
}
#about .about03 .content {
    flex: 1;
}
#about .about03 .content p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}
#about .about03 .content .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}
#about .about03 .is_pc{
    display: block;
}
#about .about03 .is_sp{
    display: none;
}

#point {
  padding: 55px 0 40px;
  overflow: hidden;
  background: #efefe2 url("../img/point_bg_02.png") no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
}
#point .scrollin {
  display: block;
  width: 100%;
  height: 14.9vw;
  background: #efefe2;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 2s;
}
#point .scrollin.active {
  width: 0;
}
#point::after {
  content: "";
  display: block;
  width: 100%;
  height: 14.9vw;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: url("../img/point_bg_01.png") no-repeat center bottom;
  background-size: 100% auto;
}
#point h2 span {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
}
#point .point {
  margin: 50px auto;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#point .point li {
  margin: 10px;
  width: 146px;
  height: 146px;
  box-sizing: border-box;
  padding: 55px 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-align: center;
}
#point .point li:nth-of-type(1) {
  background-image: url("../img/point_list_01.png");
}
#point .point li:nth-of-type(2) {
  font-size: 15px;
  padding: 60px 0 10px;
  background-image: url("../img/point_list_02.png");
}
#point .point li:nth-of-type(3) {
  width: 275px;
  background-image: url("../img/point_list_03.png");
}
#point .point li:nth-of-type(3) span {
  width: 130px;
}
#point .point li:nth-of-type(4) {
  background-image: url("../img/point_list_04.png");
}
#point .point li:nth-of-type(5) {
  background-image: url("../img/point_list_05.png");
}
#point .point li:nth-of-type(6) {
  background-image: url("../img/point_list_06.png");
}
#point .point li:nth-of-type(7) {
  background-image: url("../img/point_list_07.png");
}

#point .sec_box {
  margin: 90px auto 130px;
  font-size: 21px;
  line-height: 1.65;
  position: relative;
}
#point .sec_box::after {
  content: "";
  display: block;
  width: 200vw;
  height: 102%;
  background: #fff;
  position: absolute;
  top: 40px;
  z-index: 0;
}

#point .sec_box h3 {
  width: 100%;
  box-sizing: border-box;
  font-size: 55px;
  line-height: 1.35;
  font-weight: 700;
  color: #3dc0d6;
  letter-spacing: 0.1em;
  padding-left: 95px;
  background-size: 73px auto;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  z-index: 1;
}
#point .sec_box h3.point_ttl01 {
  background-image: url("../img/point_icon_01.png");
}
#point .sec_box h3.point_ttl02 {
  background-image: url("../img/point_icon_02.png");
}
#point .sec_box h3.point_ttl03 {
  background-image: url("../img/point_icon_03.png");
}
#point .sec_box h3.point_ttl04 {
  margin-top: 20px;
  background-image: url("../img/point_icon_04.png");
}
#point .sec_box h3.point_ttl05 {
  background-image: url("../img/point_icon_05.png");
}
#point .sec_box h3.point_ttl06 {
  background-image: url("../img/point_icon_06.png");
}
#point .sec_box h3.point_ttl07 {
  background-image: url("../img/point_icon_07.png");
}
#point .sec_box h3.point_ttl08 {
  background-image: url("../img/point_icon_08.png");
}

#point .sec_box .point_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  position: relative;
  z-index: 1;
}

#point .sec_box .image {
  max-width: 250px;
  position: relative;
  z-index: 1;
}
#point .sec_box .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}

#point .sec_box .note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.57;
}

#point .point01 {
  max-width: 740px;
  padding-left: 30px;
}
#point .point01::after {
  left: -105px;
  border-radius: 165px 0 0 165px / 50% 0 0 50%;
}

#point .point01 .point_box {
  padding-left: 35px;
  flex-direction: row-reverse;
}
#point .point01 .text {
  max-width: 560px;
}

#point .point02 {
  max-width: 880px;
  padding-right: 100px;
}
#point .point02::after {
  right: -15px;
  border-radius: 0 165px 165px 0 / 0 50% 50% 0;
}

#point .point02 h3 {
  margin-left: 250px;
}

#point .point02 .text {
  padding-top: 20px;
  max-width: 660px;
}



#point .point03 {
  max-width: 900px;
  margin-bottom: 20px;
}
#point .point03::after {
  left: -95px;
  border-radius: 295px 0 0 295px / 50% 0 0 50%;
}
#point .point03 .point_box {
  margin-left: 6vw;
}


#point .point03 h3 span {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0;
  margin: 10px 0;
}
#point .point03 h3 {
  margin-bottom: 15px;
}

#point .point03 .image {
  position: absolute;
  left: 100%;
  top: 0;
  width: 250px;
}
#point .point03 .image p {
  width: 100%;
}
#point .point03 .image img {
  position: relative;
}

#point .point03 .text {
  max-width: 640px;
  font-size: 20px;
  line-height: 1.8;
  padding-bottom: 50px;
}
#point .point03 .text:nth-of-type(3) {
  padding-bottom: 30px;
}
#point .point03 .text p {
  padding-left: 40px;
}

#point .point04 {
  max-width: 900px;
  margin: 130px auto 100px;
  padding-right: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
#point .point04::after {
  display: none;
}

#point .point04 h3 {
  white-space: nowrap;
  font-size: 31px;
  padding: 14px 0 14px 70px;
  background-size: 58px auto;
  margin-bottom: 10px;
}
#point .point04 h3 span{
  display: block;
  color: #3dc0d6;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0em;
}
#point .point04 p {
  width: 280px;
}

#point .point04 .text {
  padding: 15px 30px;
  max-width: 310px;
  width: 50%;
  font-size: 18px;
  justify-content: flex-start;
}

#lineup {
  padding: 80px 0 40px;
}
#lineup .sec_box {
  margin: 55px auto 100px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
#lineup .lineup02 {
  flex-direction: row;
}
#lineup .lineup04 {
  flex-direction: row;
}

#lineup .sec_box .text {
  width: 370px;
  margin: 0 10px;
  padding: 40px 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.68;
}
#lineup .lineup01 .text {
  padding-top: 65px;
  padding-right: 55px;
}
#lineup .lineup02 .text {
  padding-left: 120px;
}
#lineup .lineup03 .text {
  width: 385px;
  margin-left: -20px;
  padding-top: 35px;
  padding-right: 35px;
}
#lineup .lineup04 .text {
  width: 420px;
  margin-left: -40px;
  padding-top: 35px;
  padding-left: 120px;
}
#lineup .lineup04 .text .modifier{
  width: 370px;
}
#lineup .sec_box .text h3 {
  color: #3dc0d6;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 25px;
  white-space: nowrap;
}
#lineup .sec_box .text h3 span {
  display: block;
  font-size: 22px;
  font-weight: 700;
}

#lineup .sec_box .text .model {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#lineup .sec_box .text .model span {
  display: block;
  font-size: 14px;
}
#lineup .sec_box .text .spec{
  font-size: 11px;
  margin: 20px 0 0;
  white-space: nowrap;
}
#lineup .sec_box .text .btn {
  margin-top: 35px;
}
#lineup .sec_box .text .btn a {
  display: block;
  width: 290px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 2.5;
  background: #ffa13b;
  border-radius: 1.25em 1.25em 1.25em 1.25em / 50% 50% 50% 50%;
  position: relative;
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
#lineup .sec_box .text .btn a::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-right: #fff 1px solid;
  border-top: #fff 1px solid;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
#lineup .sec_box .text .btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
  transform: translateY(-10%);
}


#lineup .sec_box .image {
  padding-top: 110px;
  width: 646px;
  display: flex;
  justify-content: center;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#lineup .sec_box .image p {
  width: 220px;
}


#lineup .lineup01 .image {
  width: 646px;
  padding-top: 120px;
  margin-top: 30px;
  background-image: url("../img/lineup_bg_01.jpg");
}
#lineup .lineup02 .image  {
  padding-top: 120px;
  background-image: url("../img/lineup_bg_02.jpg");
}
#lineup .lineup02 .image p {
  position: relative;
  width: 194px;
}
#lineup .lineup02 .image .image01 {
  z-index: 3;
}
#lineup .lineup02 .image .image02 {
  z-index: 2;
}
#lineup .lineup02 .image .image03 {
  z-index: 1;
}
#lineup .lineup06 .image p {
  position: relative;
  width: 220px;
}

#lineup .lineup03 .image  {
  background-image: url("../img/lineup_bg_03.jpg");
  padding-top: 150px;
  margin-right: 40px;
}
#lineup .lineup04 .image  {
  background-image: url("../img/lineup_bg_04.jpg");
  margin-left: -110px;
}

#lineup .lineup06 .image  {
  background-image: url("../img/lineup_bg_04.jpg");
  margin-left: -110px;
}

#lineup .lineup03 .image p {
  margin: 0 -20px;
}
#lineup .lineup03 .image .image01{
  position: relative;
  z-index: 3;
}
#lineup .lineup03 .image .image02{
  position: relative;
  z-index: 2;
}
#lineup .lineup03 .image .image03{
  position: relative;
  z-index: 1;
}
#lineup .lineup05 {
  max-width: 1000px;
  padding: 60px 0;
  background: #d4f1f6;
  border-radius: 250px 250px 250px 250px / 50% 50% 50% 50%;
}
#lineup .lineup05 .image {
  width: 380px;
  padding-top: 80px;
  margin-right: 20px;
}
#lineup .lineup05 .image p {
  position: relative;
  width: 203px;
  margin: 0 -10px;
}
#lineup .lineup05 .image .image01 {
  z-index: 2;
}
#lineup .lineup05 .image .image02 {
  z-index: 1;
}
#lineup .lineup05 .text {
  width: 450px;
}
#lineup .lineup05 .text h3 {
  width: 100%;
  padding-left: 75px;
  background-size: 62px auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../img/lineup_icon_01.png");
}

/* --------------------------------------------
 For Mobile 
-------------------------------------------- */
@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 768px) {
	#container {
		min-width: auto;
    margin: 0;
	}
	#container .is-sp { display: inherit !important; }
	#container .is-pc { display: none !important; }

  #container h2 {
    margin: calc(30/750 *100vw) auto;
    font-size: calc(40/750 *100vw);
  }
  #container h2::after {
    width: calc(102/750 *100vw);
    height: calc(2/750 *100vw);
    margin: calc(36/750 *100vw) auto 0;
  }


  #mv {
    background: url("../img/mv_sp_bg.png") no-repeat center bottom;
    background-size: 100% auto;
    height: calc(540/750 *100vw);
  }

  #mv h1 {
    width: 100%;
    top: 8%;
  }

  #mv .scrollbtn{
    top: 80px;
    right: 0;
  }
	#mv .scrollbtn a{
		background: url(../img/scrollbtn_bg_sp.png) center / cover;
    width: 85px;
    height: 110px;
    padding: 50px 0 20px;
	}
  #mv .scrollbtn .is_pc{
    display: none;
  }
  #mv .scrollbtn .is_sp{
    display: block;
  }
  #mv .scrollbtn a .scrollbtn_lead{
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
  }
  #about {
    padding: calc(60/750 *100vw) 0 calc(100/750 *100vw);
    /* background: url("../img/about_bg_sp.jpg") no-repeat center top; */
    /* background-size: 100% auto; */
  }
  #about h2 span {
    font-size: calc(30/750 *100vw);
  }
  #about .about01 {
    padding: 0;
  }
  #about .about01 .text {
    font-size: calc(30/750 *100vw);
  }
  #about .about01 .image {
    padding-left: calc(60/750 *100vw);
    padding-right: calc(20/750 *100vw);
    margin-top: calc(70/750 *100vw);
  }
  #about .about01 .image p {
    max-width: calc(220/750 *100vw);
  }
  #about .about01 .text p {
    margin: 0 0 30px;
  }
  #about .about02 {
    width: calc(600/750 *100vw);
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  #about .about02 .text {
    margin-top: calc(30/750 *100vw);
    width: auto;
    padding-right: 0;
    font-size: calc(26/750 *100vw);
    letter-spacing: 0;
  }
  #about .about02 .text h3 {
    font-size: calc(36/750 *100vw);
    margin-bottom: calc(20/750 *100vw);
  }
  #about .about02 .image {
    width: calc(400/750 *100vw);
  }
  #about .about03 {
    display: block;
    padding: 15px;
    margin: 0 25px 50px;
    border-radius: 20px;
  }
	#about .about03 .image {
		width: 102px;
		margin: 0 10px 0 0;
	}
	#about .about03 .wrapper{
		display: flex;
    justify-content: flex-start;
    align-items: center;
		margin: 0 0 10px;
	}
	#about .about03 .content p {
			font-size: 12px;
	}
	#about .about03 .title {
			font-size: 15px;
			line-height: 1.6;
			margin: 0;
	}
	#about .about03 .is_pc{
			display: none;
	}
	#about .about03 .is_sp{
			display: block;
	}
  #point {
    padding: calc(75/750 *100vw) 0 calc(0/750 *100vw);
  }
  #point h2 span {
    font-size: calc(25/750 *100vw);
    margin-bottom: calc(15/750 *100vw);
  }
  #point .point {
    margin: 0 auto calc(100/750 *100vw);
    flex-wrap: wrap;
    justify-content: center;
  }
  #point .point li {
    margin: calc(40/750 *100vw) calc(10/750 *100vw) calc(15/750 *100vw);
    align-items: flex-start;
    width: calc(157/750 *100vw);
    height: auto;
    padding: calc(170/750 *100vw) 0 0!important;
    font-size: calc(21/750 *100vw)!important;
    color: #836d56;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #point .point li:nth-of-type(1) {
    background-image: url("../img/point_list_01_sp.png");
  }
  #point .point li:nth-of-type(2) {
    background-image: url("../img/point_list_02_sp.png");
  }
  #point .point li:nth-of-type(3) {
    width: calc(295/750 *100vw);
    background-image: url("../img/point_list_03_sp.png");
  }
  #point .point li:nth-of-type(3) span {
    width: calc(135/750 *100vw);
  }
  #point .point li:nth-of-type(4) {
    background-image: url("../img/point_list_04_sp.png");
  }
  #point .point li:nth-of-type(5) {
    background-image: url("../img/point_list_05_sp.png");
  }
  #point .point li:nth-of-type(6) {
    background-image: url("../img/point_list_06_sp.png");
  }
  #point .point li:nth-of-type(7) {
    background-image: url("../img/point_list_07_sp.png");
  }

  #point .sec_box {
    width: calc(650/750 *100vw);
    margin: calc(75/750 *100vw) auto 0!important;
    font-size: calc(26/750 *100vw);
    padding: calc(50/750 *100vw) 0 calc(60/750 *100vw)!important;
    background: #fff;
    border-radius: calc(100/750 *100vw);
    box-shadow: 0 0 calc(5/750 *100vw) rgba(61,59,48,0.2);
  }
  #point .sec_box::after {
    display: none;
  }

  #point .sec_box h3 {
    width: 100%;
    box-sizing: border-box;
    font-size: calc(40/750 *100vw);
    padding: calc(80/750 *100vw) 0 0 calc(150/750 *100vw);
    background-size: calc(120/750 *100vw) auto;
    background-position: left top;
    position: absolute;
    left: calc(-10/750 *100vw);
    top: calc(-25/750 *100vw);
  }

  #point .sec_box .point_box {
    width: calc(520/750 *100vw);
    padding: 0!important;
    margin: 0 auto;
    flex-direction: column;
  }

  #point .sec_box .image {
    margin: 0 auto;
    max-width: calc(380/750 *100vw);
  }

  #point .sec_box .note {
    margin-top: calc(20/750 *100vw);
    font-size: calc(18/750 *100vw);
    line-height: 1.3;
  }
  #point .point01 .image {
    padding-top: calc(30/750 *100vw);
  }

  #point .point02 h3 {
    padding-left: calc(200/750 *100vw);
    margin-left: 0;
  }
  #point .point02 .image {
    padding-top: calc(75/750 *100vw);
  }

  #point .point02 .text {
    padding-top: 0;
  }

  #point .point03 {
    box-sizing: border-box;
    padding: calc(140/750 *100vw) calc(75/750 *100vw) calc(60/750 *100vw)!important;
  }
  #point .point03 h3 {
    width: 80vw;
    height: calc(120/750 *100vw);
    top: calc(-160/750 *100vw);
    left: calc(-85/750 *100vw);
    padding-left: calc(180/750 *100vw);
    padding-top: calc(70/750 *100vw);
  }
  #point .point03 h3 span {
    font-size: calc(15/750 *100vw);
    margin: 0;
  }
  #point .point03 .image {
    position: static;
    width: 100%;
  }

  #point .point03 .image {
    padding-top: 0;
  }
  #point .point03 .image img {
    transform: translateY(-5%);
  }

  #point .point03 .text {
    padding-top: calc(15/750 *100vw);
    font-size: calc(26/750 *100vw);
    line-height: 1.7;
    padding-bottom: 0;
    order: 2;
  }
  #point .point03 .point_box:nth-of-type(2) .text {
    padding-bottom: 0;
    padding-top: 0;
  }
  #point .point03 .point_box:nth-of-type(2) h3 {
/*    top: calc(-510/750 *100vw);*/
    padding-top: calc(20/750 *100vw);
    position: relative;
    top: calc(20/750 *100vw);
  }

  #point .point03 .text p {
    padding-left: 0;
  }

  #point .point04 {
    flex-wrap: wrap;
    justify-content: center;
    width: calc(540/750 *100vw);
    margin: calc(20/750 *100vw) auto 0!important;
    font-size: calc(26/750 *100vw);
    padding: calc(50/750 *100vw) 0 calc(60/750 *100vw)!important;
    background: none;
    border-radius: calc(100/750 *100vw);
    box-shadow: none;
  }

  #point .point04 h3 {
    position: static;
    font-size: calc(40/750 *100vw);
    padding: calc(12/750 *100vw) 0 calc(22/750 *100vw) calc(90/750 *100vw);
    background-size: calc(74/750 *100vw) auto;
    margin-bottom: 0;
  }

  #point .point04 h3 span{
    font-size: calc(15/750 *100vw);
  }

  #point .point04 .text {
    padding: 0;
    max-width: inherit;
    width: 100%;
    font-size: calc(25/750 *100vw);
    margin-bottom: calc(50/750 *100vw);
  }


  #lineup {
    padding: calc(30/750 *100vw) 0 calc(80/750 *100vw);
  }
  #lineup .sec_box {
    margin: calc(25/750 *100vw) auto calc(70/750 *100vw);
    flex-direction: column-reverse;
  }
  #lineup .lineup02  {
    flex-direction: column-reverse;
  }

  #lineup .sec_box .text {
    width: calc(650/750 *100vw);
    margin: 0 auto;
    padding: 0;
    font-size: calc(27/750 *100vw);
    line-height: 1.6;
  }
  #lineup .lineup01 .text {
    padding-top: 0;
    padding-right: 0;
  }
  #lineup .lineup02 .text {
    padding-left: 0;
  }
  #lineup .lineup03 .text {
    padding-top: 0;
    padding-right: 0;
  }
  #lineup .lineup04 .text .modifier {
    width: auto;
  }
  #lineup .sec_box .text h3 {
    font-size: calc(45/750 *100vw);
    margin-bottom: calc(20/750 *100vw);
  }
  #lineup .sec_box .text h3 span {
    font-size: calc(30/750 *100vw);
  }
  #lineup .sec_box .text .model {
    font-size: calc(30/750 *100vw);
    margin-bottom: calc(15/750 *100vw);
  }
  #lineup .sec_box .text .model span {
    font-size: calc(20/750 *100vw);
  }
  #lineup .sec_box .text .spec{
    white-space: normal;
  }
  #lineup .sec_box .text .btn {
    margin-top: calc(35/750 *100vw);
  }
  #lineup .sec_box .text .btn a {
    margin: 0 auto;
    width: calc(405/750 *100vw);
    padding: 0.2em 0;
    border-radius: 1.27em 1.27em 1.27em 1.27em / 50% 50% 50% 50%;
  }
  #lineup .sec_box .text .btn a::after {
    width: calc(10/750 *100vw);
    height: calc(10/750 *100vw);
    border-right: #fff 1px solid;
    border-top: #fff 1px solid;
    position: absolute;
    right: calc(20/750 *100vw);
  }


  #lineup .sec_box .image {
    padding-top: calc(100/750 *100vw);
    margin: 0 auto calc(45/750 *100vw);
    width: calc(640/750 *100vw);
  }
  #lineup .sec_box .image p {
    width: calc(220/750 *100vw);
  }


  #lineup .lineup01 .image {
    padding-left: calc(40/750 *100vw);
    padding-top: calc(110/750 *100vw);
    width: calc(683/750 *100vw);
    box-sizing: border-box;
    background-image: url("../img/lineup_bg_01_sp.jpg");
  }

  #lineup .lineup01 .image p {
    width: calc(240/750 *100vw);
    margin: 0 calc(-20/750 *100vw);
  }
  #lineup .lineup03 .image {
    padding-top: calc(110/750 *100vw);
  }
  #lineup .lineup03 .image p{
    margin: 0 -10px;
  }

  #lineup .lineup05 {
    box-sizing: border-box;
    width: calc(650/750 *100vw);
    padding: calc(75/750 *100vw);
    border-radius: calc(50/750 *100vw);
    margin-top: calc(120/750 *100vw);
  }

  #lineup .lineup05 .image {
    width: 100%;
    padding-top: 0;
  }
  #lineup .lineup05 .image p {
    width: 44%;
    padding-right: 0;
  }
  #lineup .lineup05 .text {
    width: 100%;
  }
  #lineup .lineup05 .text h3 {
    padding-left: calc(100/750 *100vw);
    background-size: calc(74/750 *100vw) auto;
    margin-top: calc(10/750 *100vw);
    margin-bottom: calc(10/750 *100vw);
  }

}

