@charset "UTF-8";

/*--------------------------------------
		RESET
--------------------------------------*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,em,strong,th {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
}

/*IE6*/
* html img{
	vertical-align: bottom;
}
/*IE7*/
*:first-child+html img{
	vertical-align: bottom;
}

/*--------------------------------------
		INDEX
--------------------------------------*/
.uqv2-parts-wrapper {
  overflow: visible;
}
#uq-content{
  background-color: #7fc8eb;
  background-image: url("../images/bg_grad_20250605.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-attachment: fixed;
}
.ot-wrapper *{
  box-sizing: border-box;
}
.ot-wrapper{
  background-image: url("../images/bg_star.png");
  background-position: calc(50% + 70px) 80px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.ot-wrapper img{
  max-width: 100%;
}
.ot-wrapper a>img{
  transition: top .3s;
  position: relative;
  top: 0px;
  z-index: 1;
}
@media (min-width: 768px) {
  .ot-wrapper a:hover>img{
    top: 3px;
  }
}
.ot-wrapper__inner{
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
.ot-leftContent{
  padding-right: 30px;
}
.ot-logo{
  position: sticky;
  top: 92px;
}
.ot-mainContent{
  width: 640px;
  background-color: #ffdb00;
  padding: 0 20px;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
.ot-mainContent__inner{
  background-color: #0091d7;
  background-image: url("../images/bg_radiation_20250729.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: scale(1);
  overflow: hidden;
}
.ot-particle{
  pointer-events: none;
}
.ot-rightContent{
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}
.ot-nav{
  position: sticky;
  /*top: calc(95vh - 430px);*/
  top: calc(95vh - 570px);
  border: 4px solid #d2a04a;
  border-left: none;
  border-radius: 0 20px 20px 0;
  background-color: #FFF;
  padding: 6px 6px 6px 0;
  width: 270px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.ot-nav__inner{
  border: 2px solid #d2a04a;
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.ot-nav__title{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-40%)
}
.ot-navList{
  padding: 35px 0 38px 18px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ot-navList img{
  display: block;
}
.ot-nav__img{
  position: absolute;
  left: 40px;
  bottom: -190px;
  pointer-events: none;
}
.ot-nav__img img{
  max-width: none;
}
.ot-contentInner{
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
.ot-mv{
  /*background-image: url("../images/bg_particle.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;*/
  /* padding: 32px 0 0; */
}
.ot-mv h1 {
  text-align: center;
  padding-top: 3.5%;
}
.ot-mv h1 img {
  width: 89%;
  height: auto;
}
.ot-mv p {
  color: #FFF;
  font-size:10px;
  text-align: center;
  margin-top: 3%;
}
.ot-bnr{
  margin-top: 30px;
  /* margin-top: 64px; */
}
.ot-bnr .ot-contentInner{
  margin-left: -16px;
}
.ot-pagenavi{
  margin-top: 32px;
}
.ot-pagenavi__title{
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}
.ot-pagenavi__title img{
  width: 371px;
}
.ot-pagenaviList{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.ot-pagenaviList a{
  position: relative;
  display: block;
  opacity: 1 !important;
}
/*
.ot-pagenaviList a:before{
  content: "";
  position: absolute;
  display: block;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 24px;
  background-image: url("../images/icon_btn_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: bottom .3s;
  z-index: 2;
}
@media (min-width: 768px) {
  .ot-pagenaviList a:hover:before{
    bottom: 13px;
  }
}
*/
.ot-benefits{
  margin-top: 65px;
  padding-bottom: 70px;
}
.ot-benefits__inner{
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ot-benefitsBlock{
  border: 5px solid #d2a04a;
  border-radius: 8px;
  background-color: #fce5f2;
}
.ot-benefitsBlock__title{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 35px 0 7px;
  border-bottom: 5px solid #d2a04a;
  background-color: #FFF;
  border-radius: 8px 8px 0 0;
}
.ot-benefitsBlock__title:after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d2a04a;
}
.ot-benefitsBlock__title img.-img1{
  width: 509px;
}
.ot-benefitsBlock__title img.-img2{
  width: 355px;
}
.ot-benefitsBlock__title img.-img3{
  width: 401px;
}
.ot-benefitsList{
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 50px;
}
.ot-benefitsList__num{
  height: 110px;
  background-image: url("../images/bg_title_campaign_detail.png");
  background-position: calc(50% - 8px) top;
  background-repeat: no-repeat;
  background-size: 489px auto;
  text-align: center;
  padding-top: 58px;
}
.ot-benefitsList__num img{
  height: 36px;
  width: auto;
}
.ot-benefitsListDetail{
  margin: 0 27px;
  border: 5px solid #d2a04a;
  border-radius: 8px;
  background-color: #FFF;
}
.ot-benefitsListDetail>div{
  padding: 32px;
}
.ot-benefitsListDetail__head{
  text-align: center;
}
.ot-benefitsListDetail__title{
  font-size: 27px;
  font-weight: 900;
  color: #e4007f;
  white-space: nowrap;
}
.ot-benefitsListDetail__lead{
  font-size: 19px;
  font-weight: 900;
  color: #a17200;
  margin-top: 1em;
}
.border__top {
  position: relative;
  margin-top:10px;
  border-top: 2px solid #d2a04a;
}
.border__top:before{
  content: "";
  position: absolute;
  top:-13px;
  left:0;
  right:0;
  width: 100%;
  height: 3px;
  background-color: #d2a04a;
}
.ot-benefitsListDetail__price{
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0 !important;
  font-size: 24px;
  font-weight: 900;
  /*color: #e4007f;*/
  border-top: 3px solid #d2a04a;
  border-bottom: 3px solid #d2a04a;
}
.ot-benefitsListDetail__price i{
  font-style: normal;
}
.ot-benefitsListDetail__price em{
  font-size: 2.2em;
  line-height: 1;
}
.ot-benefitsListDetail__price span{
  font-size: 1.3em;
}
.ot-benefitsListDetail__price small{
  font-size: 0.8em;
}
.ot-benefitsListDetail__price:before,
.ot-benefitsListDetail__price:after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d2a04a;
}
.ot-benefitsListDetail__price:before{
  margin-bottom: 12px;
}
.ot-benefitsListDetail__price:after{
  margin-top: 16px;
}
.ot-benefitsListDetail__img{
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ot-benefitsListDetail__img.top_border{
  border-top: 3px solid #d2a04a;
}
.ot-benefitsListDetail__lead2{
  font-size: 19px;
  font-weight: 500;
}
.ot-benefitsListDetail__lead2 small{
  font-size: 0.64em;
}
.ot-benefitsListDetail__btn{
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ot-benefitsListDetail__btnWrap{
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ot-benefitsListDetail__btnLead{
  text-align: center;
  font-size: 19px;
  font-weight: 900;
}
.ot-benefitsListDetail__body{
  background-color: #f1efea;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 19px;
  font-weight: 500;
}
.ot-benefitsListDetail__body h4{
  font-weight: 900;
  margin-bottom: 5px;
}
.ot-benefitsListDetail__body p{
  font-weight: 500;
}
.ot-benefitsListDetail__notes{
  margin-top: 10px;
  margin-bottom: 5px;
  border: 2px solid #000;
  border-radius: 4px;
  opacity: .3;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
}
.ot-benefitsListDetail__margin {
  margin-top: 50px;
}
.ot-charm{
  background-color: #7fc8eb;
  padding: 130px 0 90px;
}
.ot-charm__inner{
  border: 5px solid #d2a04a;
  border-radius: 8px;
  background-color: #FFF;
  padding: 10px 0 64px;
}
.ot-charm__title{
  text-align: center;
  margin-bottom: 18px;
}
.ot-charm__title img{
  width: 489px;
}
.ot-charmList{
  padding: 0 29px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.ot-charmList__detail{
  margin-top: 30px;
  border: 2px solid #737373;
  padding: 16px;
  color: #737373;
  font-size: 14px;
  line-height: 1.7;
}
.ot-notesList{
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.ot-notesList.-nospace{
  padding-left: 1em;
  text-indent: -1em;
}
.ot-notesList .-red{
  color: #e30e1f;
}
.ot-notesList.-num{
  padding-left: 2.0em;
  text-indent: -2.0em;
}
.ot-charmList__iphone{
  margin-top: 30px;
}
.ot-charmList__plan{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ot-charmList__plan a{
  display: block;
  position: relative;
  opacity: 1 !important;
}
.ot-charmList__plan a:before{
  content: "";
  position: absolute;
  display: block;
  top: 56px;
  right: 34px;
  transform: rotate(-90deg);
  width: 21px;
  height: 13px;
  background-image: url("../images/icon_btn_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: top .3s;
  z-index: 2;
}
@media (min-width: 768px) {
  .ot-charmList__plan a:hover:before{
    top: 59px;
  }
}
.ot-charmList__btn{
  margin-top: 64px;
}
.ot-charmList__title .-img1{
  width: 365px;
}
.ot-charmList__title .-img2{
  width: 440px;
}
.ot-charmList__title .-img3{
  width: 434px;
}
.ot-charmList__title .-img4{
  width: 440px;
}
.ot-charmList__title .-img5{
  width: 441px;
}
.ot-btnApplication{
  width: 399px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/bg_btn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 22px;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  padding: 0 0 12px;
  position: relative;
  top: 0;
  transition: top .3s;
}
.ot-btnApplication[target="_blank"]:after{
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon-up-right.svg") no-repeat center center;
  background-size: contain;
  margin-left: .5em;
  position: relative;
  top: .03em;
}
@media (min-width: 768px) {
  .ot-btnApplication:hover{
    top: 3px;
  }
}
.ot-auHikariDetail__block{
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.ot-auHikariDetail__title{
  font-size: 19px;
  font-weight: 900;
  color: #a17200;
}
.ot-auHikariDetail__lead{
  font-size: 16px;
  font-weight: 500;
}
.ot-auHikariDetail__price{
  font-size: 24px;
  font-weight: 900;
}
.ot-auHikariDetail__price em{
  font-size: 2.2em;
  line-height: 1;
}
.ot-auHikariDetail__price span{
  font-size: 1.3em;
}
.ot-auHikariDetail{
  display: flex;
  flex-direction: column;
  gap: 18px;
  /*background-color: #f1efea;*/
  margin: 0 -32px;
  padding: 0 0 18px;
}
.ot-auHikariDetail__line{
  border-bottom: dotted 5px #DDD;
}
.ot-benefitsListDetail__p{
  font-size: 16px;
  font-weight: 500;
  margin-top: 1em;
}

/*----------10年のあゆみ-----------*/
.ot-advance{
  position: relative;
  z-index: 2;
  padding: 32px 0 130px;
}
.ot-advance__title{
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
.ot-advance__title img{
  width: 536px;
}
.ot-advanceSlideItem{
  background-color: #fce5f2;
  border: 4.8px solid #d2a04a;
  border-radius: 8px;
  height: 536px;
  padding: 31px 31px 0;
}
.ot-advanceSlideItem.-mv{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.ot-advanceSlideItem__mv img{
  width: 457px;
}
.ot-advanceSlideItem__title{
  height: 94px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.ot-advanceSlideItem.-slide01 .ot-advanceSlideItem__title img{
  width: 271px;
}
.ot-advanceSlideItem.-slide02 .ot-advanceSlideItem__title img{
  width: 290px;
}
.ot-advanceSlideItem.-slide03 .ot-advanceSlideItem__title img{
  width: 232px;
}
.ot-advanceSlideItem.-slide04 .ot-advanceSlideItem__title img{
  width: 255px;
}
.ot-advanceSlideItem.-slide05 .ot-advanceSlideItem__title img{
  width: 211px;
}
.ot-advanceSlideItem.-slide06 .ot-advanceSlideItem__title img{
  width: 383px;
}
.ot-advanceSlideItem.-slide07 .ot-advanceSlideItem__title img{
  width: 291px;
}
.ot-advanceSlideItem.-slide08 .ot-advanceSlideItem__title img{
  width: 286px;
}
.ot-advanceSlideItem.-slide09 .ot-advanceSlideItem__title img{
  width: 387px;
}
.ot-advanceSlideItem.-slide10 .ot-advanceSlideItem__title img{
  width: 378px;
}
.ot-advanceSlideItem.-slide11 .ot-advanceSlideItem__title img{
  width: 275px;
}
.ot-advanceSlideItem.-slide12 .ot-advanceSlideItem__title img{
  width: 241px;
}
.ot-advanceSlideItem__img{
  height: 225px;
  display: flex;
  align-items: center;
}
.ot-advanceSlideItem__img img{
  width: 100%;
}
.ot-advanceSlideItem__body{
  margin-top: 19px;
  font-size: 18px;
  font-weight: 700;
}
.ot-advance__content{
  position: relative;
}
.ot-advanceSlideArrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
.ot-advanceSlideArrow img{
  width: 80px;
}
.ot-advanceSlideArrow.-prev{
  left: 16px;
  transition: left .3s;
}
.ot-advanceSlideArrow.-prev:hover{
  left: 13px;
}
.ot-advanceSlideArrow.-next{
  right: 16px;
  transition: right .3s;
}
.ot-advanceSlideArrow.-next:hover{
  right: 13px;
}
.ot-advanceSlideArrow.-next img{
  display: block;
  transform: rotate(180deg);
}
.ot-advance__content .swiper-button-disabled{
  display: none;
}
.ot-advance__content .swiper-pagination{
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: -44px;
  gap: 14px;
  position: absolute;
}
.ot-advance__content .swiper-pagination-bullet{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #FFF;
  opacity: .4;
  cursor: pointer;
}
.ot-advance__content .swiper-pagination-bullet-active{
  opacity: 1;
}



@media (max-width: 1180px) {
  .ot-leftContent,
  .ot-rightContent{
    display: none;
  }
}
@media (max-width: 767px) {
  .ot-mainContent{
    width: 100%;
    background: none;
    padding: 0;
    box-shadow: none;
  }
  .ot-particle{
    left: 0%;
    width: 100%;
    transform: translateX(0);
  }
  .ot-mainContent img{
    width: 100%;
  }
  .ot-wrapper__inner{
    padding: 0;
  }
  .ot-contentInner{
    padding: 0 calc((32 / 600) * 100vw);
  }
  .ot-mv{
    /* padding: calc((32 / 600) * 100vw) 0 0; */
  }
  .ot-bnr{
    margin-top: calc((30 / 600) * 100vw);
    /* margin-top: calc((64 / 600) * 100vw); */
  }
  .ot-bnr .ot-contentInner{
    margin-left: calc((-16 / 600) * 100vw);
  }
  .ot-pagenavi{
    margin-top: calc((32 / 600) * 100vw);
  }
  .ot-pagenavi__title{
    margin-bottom: calc((14 / 600) * 100vw);
  }
  .ot-pagenavi__title img{
    width: calc((371 / 600) * 100vw);
  }
  .ot-pagenaviList{
    gap: calc((16 / 600) * 100vw);
  }
  .ot-pagenaviList a:before{
    bottom: calc((16 / 600) * 100vw);
    width: calc((40 / 600) * 100vw);
    height: calc((24 / 600) * 100vw);
  }
  .ot-benefits{
    margin-top: calc((65 / 600) * 100vw);
    padding-bottom: calc((70 / 600) * 100vw);
  }
  .ot-benefits__inner{
    gap: calc((32 / 600) * 100vw);
  }
  .ot-benefitsBlock{
    border: calc((5 / 600) * 100vw) solid #d2a04a;
    border-radius: calc((8 / 600) * 100vw);
  }
  .ot-benefitsBlock__title{
    gap: calc((28 / 600) * 100vw);
    padding: calc((35 / 600) * 100vw) 0 calc((7 / 600) * 100vw);
    border-bottom: calc((5 / 600) * 100vw) solid #d2a04a;
    border-radius: calc((8 / 600) * 100vw) calc((8 / 600) * 100vw) 0 0;
  }
  .ot-benefitsBlock__title:after{
    height: 2px;
  }
  .ot-benefitsBlock__title img.-img1{
    width: calc((509 / 600) * 100vw);
  }
  .ot-benefitsBlock__title img.-img2{
    width: calc((355 / 600) * 100vw);
  }
  .ot-benefitsBlock__title img.-img3{
    width: calc((401 / 600) * 100vw);
  }
  .ot-benefitsList{
    gap: calc((32 / 600) * 100vw);
    padding-bottom: calc((50 / 600) * 100vw);
  }
  .ot-benefitsList__num{
    height: calc((110 / 600) * 100vw);
    background-position: calc(50% - ((8 / 600) * 100vw)) top;
    background-size: calc((489 / 600) * 100vw) auto;
    padding-top: calc((58 / 600) * 100vw);
  }
  .ot-benefitsList__num img{
    height: calc((36 / 600) * 100vw);
    width: auto;
  }
  .ot-benefitsListDetail{
    margin: 0 calc((27 / 600) * 100vw);
    border: calc((5 / 600) * 100vw) solid #d2a04a;
    border-radius: calc((8 / 600) * 100vw);
  }
  .ot-benefitsListDetail>div{
    padding: calc((32 / 600) * 100vw);
  }
  .ot-benefitsListDetail__title{
    font-size: calc((27 / 600) * 100vw);
  }
  .ot-benefitsListDetail__lead{
    font-size: calc((19 / 600) * 100vw);
  }
  .border__top{
    margin: calc((8 / 600) * 100vw) 0;
    border-top: calc((3 / 600) * 100vw) solid #d2a04a;
  }
  .border__top:before{
    top:calc((-13 / 600) * 100vw);
    height: 2px;
  }
  .ot-benefitsListDetail__price{
    padding: calc((8 / 600) * 100vw) 0 !important;
    font-size: calc((24 / 600) * 100vw);
    border-top: calc((3 / 600) * 100vw) solid #d2a04a;
    border-bottom: calc((3 / 600) * 100vw) solid #d2a04a;
  }
  .ot-benefitsListDetail__price:before,
  .ot-benefitsListDetail__price:after{
    height: 2px;
  }
  .ot-benefitsListDetail__price:before{
    margin-bottom: calc((12 / 600) * 100vw);
  }
  .ot-benefitsListDetail__price:after{
    margin-top: calc((16 / 600) * 100vw);
  }
  .ot-benefitsListDetail__img{
    gap: calc((26 / 600) * 100vw);
  }
  .ot-benefitsListDetail__img.top_border{
    border-top: calc((3 / 600) * 100vw) solid #d2a04a;
  }
  .ot-benefitsListDetail__lead2{
    font-size: calc((19 / 600) * 100vw);
  }
  .ot-benefitsListDetail__btn{
    gap: calc((26 / 600) * 100vw);
  }
  .ot-benefitsListDetail__btnWrap{
    gap: calc((18 / 600) * 100vw);
  }
  .ot-benefitsListDetail__btnLead{
    font-size: calc((19 / 600) * 100vw);
  }
  .ot-benefitsListDetail__body{
    gap: calc((5 / 600) * 100vw);
    font-size: calc((19 / 600) * 100vw);
  }
  .ot-benefitsListDetail__body h4{
    margin-bottom: calc((5 / 600) * 100vw);
  }
  .ot-benefitsListDetail__notes{
    margin-top: calc((10 / 600) * 100vw);
    margin-bottom: calc((5 / 600) * 100vw);
    border: calc((2 / 600) * 100vw) solid #000;
    border-radius: calc((4 / 600) * 100vw);
    padding: calc((10 / 600) * 100vw) calc((18 / 600) * 100vw);
    font-size: calc((14 / 600) * 100vw);
  }
  .ot-charm{
    padding: calc((130 / 600) * 100vw) 0 calc((90 / 600) * 100vw);
  }
  .ot-charm__inner{
    border: calc((5 / 600) * 100vw) solid #d2a04a;
    border-radius: calc((8 / 600) * 100vw);
    padding: calc((10 / 600) * 100vw) 0 calc((64 / 600) * 100vw);
  }
  .ot-charm__title{
    margin-bottom: calc((18 / 600) * 100vw);
  }
  .ot-charm__title img{
    width: calc((489 / 600) * 100vw);
  }
  .ot-charmList{
    padding: 0 calc((29 / 600) * 100vw);
    gap: calc((64 / 600) * 100vw);
  }
  .ot-charmList__detail{
    margin-top: calc((30 / 600) * 100vw);
    border: 2px solid #737373;
    padding: calc((16 / 600) * 100vw);
    font-size: calc((14 / 600) * 100vw);
  }
  .ot-charmList__iphone{
    margin-top: calc((30 / 600) * 100vw);
  }
  .ot-charmList__plan{
    margin-top: calc((30 / 600) * 100vw);
    gap: calc((16 / 600) * 100vw);
  }
  .ot-charmList__plan a:before{
    top: calc((56 / 600) * 100vw);
    right: calc((34 / 600) * 100vw);
    width: calc((21 / 600) * 100vw);
    height: calc((13 / 600) * 100vw);
  }
  .ot-charmList__btn{
    margin-top: calc((64 / 600) * 100vw);
  }
  .ot-charmList__title .-img1{
    width: calc((365 / 600) * 100vw);
  }
  .ot-charmList__title .-img2{
    width: calc((440 / 600) * 100vw);
  }
  .ot-charmList__title .-img3{
    width: calc((434 / 600) * 100vw);
  }
  .ot-charmList__title .-img4{
    width: calc((440 / 600) * 100vw);
  }
  .ot-charmList__title .-img5{
    width: calc((441 / 600) * 100vw);
  }
  .ot-btnApplication{
    width: calc((399 / 600) * 100vw);
    height: calc((81 / 600) * 100vw);
    font-size: calc((22 / 600) * 100vw);
    padding: 0 0 calc((12 / 600) * 100vw);
    max-width: 100%;
  }
  .ot-btnApplication[target="_blank"]:after{
    width: calc((20 / 600) * 100vw);
    height: calc((20 / 600) * 100vw);
  }
}

.otoku_inner {
    max-width: 980px;
    margin: auto;
}

/*--------------------------------------
		STORE
--------------------------------------*/
.otoku_store {
	padding:75px 0 78px;
	text-align: center;
	color: #737373;
}
.otoku_store_text {
	font-size: 1.5rem;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	margin-top: 5px;
}
.otoku_store_nav {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	font-size: 1.125rem;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	font-weight: 700;
}
.otoku_store_nav_box {
	width: 470px;
}
.otoku_store_nav_text {
	margin-bottom:15px;
}
.otoku_store_nav_btn a {
	display: block;
	position: relative;
	transition: 0.3s;
	text-decoration: none;
  top: 0;
}
@media (min-width: 768px) {
  .otoku_store_nav_btn a:hover {
    top: 3px;
  }
}
.otoku_store_nav_btn a::after {
	content: "";
	position: absolute;
	z-index: 2;
	right:40px;
	top:0;
	bottom:0;
	margin:auto;
	display: block;
	background: url("../images/icon_arrow_right.svg") no-repeat center center;
	background-size: cover;
	width:12px;
	height:20px;
}
.otoku_store_nav_btn a[target="_blank"]::after {
	background-image: url("../images/icon_blank.svg");
	width:17px;
	height:17px;
}
.otoku_store_nav_btn_design {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	height: 100px;
	font-size: 1.5rem;
	color: #FFF;
	margin-bottom: 20px;
}
.otoku_store_nav_btn_design.btn_white {
	color: #737373;
}
.otoku_store_nav_btn i {
	margin:0 15px 0 40px;
}
.otoku_store_nav_btn_design::before {
	content: "";
	display: block;
	width: calc(100% - 8px);
	height: 92px;
	position: absolute;
	z-index: -1;
	top:0;
	background-color: #e4007f;
	border: 4px solid #000;
	border-radius: 15px;
	pointer-events:none;
}
.otoku_store_nav_btn_design.btn_white::before {
	background-color: #FFF;
}
.otoku_store_nav_btn_design::after {
	content: "";
	display: block;
	width: calc(100% - 8px);
	height: calc(100% + 12px);
	position: absolute;
	z-index: -2;
	top:0;
	background-color: #7e0046;
	border: 4px solid #000;
	border-radius: 15px;
	pointer-events:none;
}

/*20241105*/
.otoku_store_black_friday_banner {
	margin-bottom: 80px;
	text-align: center;
}
/*20241105 end*/
@media (max-width: 767px) {
	.otoku_store {
		padding:40px 0;
	}
	.otoku_store_img img {
		width:121px;
		height: 41px;
	}
	.otoku_store_text {
		font-size:0.7rem;
	}
	.otoku_store .otoku_store_nav {
		flex-direction: column;
		row-gap: 20px;
		margin-top: 15px;
	}
	.otoku_store_nav_box {
		width: auto;
	}
	.otoku_store_nav_text {
		font-size: 0.75rem;
		margin-bottom: 5px;
	}
	.otoku_store_nav_btn_design {
		justify-content: center;
		font-size: 0.937rem;
		height: 50px;
		margin-bottom: 10px;
	}
	.otoku_store_nav_btn_design::before {
		width: calc(100% - 4px);
		height: 47px;
		border-width: 2px;
		border-radius: 10px;
	}
	.otoku_store_nav_btn_design::after {
		width: calc(100% - 4px);
		height: calc(100% + 6px);
		border-width: 2px;
		border-radius: 10px;
	}
	.otoku_store_nav_btn a::after {
		width:6px;
		height: 10px;
		right: 22px;
	}
	.otoku_store_nav_btn a[target="_blank"]::after {
		width:8px;
		height: 8px;
	}
	.otoku_store_nav_btn i {
		position: absolute;
		left:20px;
		margin:0;
	}
	.otoku_store_nav_btn_design i img {
		width:30px;
		height: 26px;
	}
	.otoku_store_nav_btn_design.btn_white i img {
		width:30px;
		height: 30px;
	}
	/*20241105*/
	.otoku_store_black_friday_banner {
		margin-bottom: 40px;
	}
	/*20241105 end*/
}


/*--------------------------------------
		FOOTER
--------------------------------------*/
.otoku_footer {
	position: fixed;
	z-index: 99;
	bottom:0;
	width:calc(100% - 180px);
	color:#FFF;
	padding: 20px 0;
	background-color: #303030;
}
@media (max-width: 1180px) {
	.otoku_footer {
		width:100%;
	}
}
.otoku_footer .otoku_store_nav {
	margin:auto;
}
.otoku_footer .otoku_store_nav_box {
	width: 480px;
}
.otoku_footer .otoku_store_nav_text {
	font-size: 0.875rem;
	text-align: center;
	margin-bottom:10px;
}
.otoku_footer .otoku_store_nav_btn a::after {
	right: 20px;
}
.otoku_footer .otoku_store_nav_btn_design {
	height: 60px;
	font-size: 1.125rem;
	margin-bottom: 10px;
}
.otoku_footer .otoku_store_nav_btn_design.btn_white {
	color: #737373;
}
.otoku_footer .otoku_store_nav_btn i {
	margin:0 5px 0 20px;
}
.otoku_footer .otoku_store_nav_btn_design::before {
	height: 52px;
	border-radius: 10px;
}
.otoku_footer .otoku_store_nav_btn_design.btn_white::before {
	background-color: #FFF;
}
.otoku_footer .otoku_store_nav_btn_design::after {
	height: calc(100% + 2px);
	border-radius: 10px;
}

@media (max-width: 767px) {
	.otoku_footer {
		padding: 10px 0;
	}
	.otoku_footer .otoku_store_nav {
		margin: 0 20px;
	}
	.otoku_footer .otoku_store_nav_box {
		display: flex;
		flex-direction: column;
		width: 48.5%;
	}
	.otoku_footer .otoku_store_nav_text {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size:0.562rem;
		line-height: 1.2em;
		margin-bottom: 5px;
		flex-grow: 1;
	}
	.otoku_footer .otoku_store_nav_btn_design {
		height: 50px;
		font-size: 0.75rem;
		margin-bottom:4px;
	}
	.otoku_footer .otoku_store_nav_btn_design::before {
		height: 45px;
		border-radius: 5px;
	}
	.otoku_footer .otoku_store_nav_btn_design::after {
		height: 50px;
		border-radius: 5px;
	}
	.otoku_footer .otoku_store_nav_btn i {
		margin:0;
		left:10px;
	}
	.otoku_footer .otoku_store_nav_btn a::after {
		right:10px;
	}
  .ot-auHikariDetail__block{
    gap: calc((10 / 600) * 100vw);
  }
  .ot-auHikariDetail__title{
    font-size: calc((19 / 600) * 100vw);
  }
  .ot-auHikariDetail__lead{
    font-size: calc((16 / 600) * 100vw);
  }
  .ot-auHikariDetail__price{
    font-size: calc((24 / 600) * 100vw);
  }
  .ot-auHikariDetail{
    gap: calc((18 / 600) * 100vw);
    margin: 0 calc((-32 / 600) * 100vw);
    padding: 0 0 calc((18 / 600) * 100vw);
  }
  .ot-auHikariDetail__line{
    border-bottom: dotted calc((5 / 600) * 100vw) #DDD;
  }
  .ot-benefitsListDetail__p{
    font-size: calc((16 / 600) * 100vw);
  }
  .ot-benefitsListDetail__margin {
    margin-top: calc((50 / 600) * 100vw);
  }
}

.ot-charmList__lead{
  padding-left: 110px;
  font-size: 14px;
  color: #737373;
  margin-top: -1.2em;
}
@media (max-width: 767px) {
  .ot-charmList__lead{
    padding-left: calc((110 / 600) * 100vw);
    font-size: calc((14 / 600) * 100vw);
  }

  /*----------10年のあゆみ-----------*/
  .ot-advance{
    padding: calc((32 / 600) * 100vw) 0 calc((130 / 600) * 100vw);
  }
  .ot-advance__title{
    margin-bottom: calc((6 / 600) * 100vw);
  }
  .ot-advance__title img{
    width: calc((536 / 600) * 100vw);
  }
  .ot-advanceSlideItem{
    border: calc((4.8 / 600) * 100vw) solid #d2a04a;
    border-radius: calc((8 / 600) * 100vw);
    height: calc((536 / 600) * 100vw);
    padding: calc((31 / 600) * 100vw) calc((31 / 600) * 100vw) 0;
  }
  .ot-advanceSlideItem.-mv{
    padding: 0;
  }
  .ot-advanceSlideItem__mv img{
    width: calc((457 / 600) * 100vw);
  }
  .ot-advanceSlideItem__title{
    height: calc((94 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide01 .ot-advanceSlideItem__title img{
    width: calc((271 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide02 .ot-advanceSlideItem__title img{
    width: calc((290 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide03 .ot-advanceSlideItem__title img{
    width: calc((232 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide04 .ot-advanceSlideItem__title img{
    width: calc((255 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide05 .ot-advanceSlideItem__title img{
    width: calc((211 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide06 .ot-advanceSlideItem__title img{
    width: calc((383 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide07 .ot-advanceSlideItem__title img{
    width: calc((291 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide08 .ot-advanceSlideItem__title img{
    width: calc((286 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide09 .ot-advanceSlideItem__title img{
    width: calc((387 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide10 .ot-advanceSlideItem__title img{
    width: calc((378 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide11 .ot-advanceSlideItem__title img{
    width: calc((275 / 600) * 100vw);
  }
  .ot-advanceSlideItem.-slide12 .ot-advanceSlideItem__title img{
    width: calc((241 / 600) * 100vw);
  }
  .ot-advanceSlideItem__img{
    height: calc((225 / 600) * 100vw);
  }
  .ot-advanceSlideItem__img img{
    width: 100%;
  }
  .ot-advanceSlideItem__body{
    margin-top: calc((19 / 600) * 100vw);
    font-size: calc((18 / 600) * 100vw);
  }
  .ot-advanceSlideArrow img{
    width: calc((80 / 600) * 100vw);
  }
  .ot-advanceSlideArrow.-prev{
    left: calc((16 / 600) * 100vw);
  }
  .ot-advanceSlideArrow.-prev:hover{
    left: calc((13 / 600) * 100vw);
  }
  .ot-advanceSlideArrow.-next{
    right: calc((16 / 600) * 100vw);
  }
  .ot-advanceSlideArrow.-next:hover{
    right: calc((13 / 600) * 100vw);
  }
  .ot-advance__content .swiper-pagination{
    bottom: calc((-44 / 600) * 100vw);
    gap: calc((14 / 600) * 100vw);
  }
  .ot-advance__content .swiper-pagination-bullet{
    width: calc((9 / 600) * 100vw);
    height: calc((9 / 600) * 100vw);
  }
}




