/** Shopify CDN: Minification failed

Line 5797:0 All "@import" rules must come first

**/
/*============================================================================
  #ResetCSS
==============================================================================*/
*,
*::before,
*::after {  
  letter-spacing: 0.05em;
}

/*============================================================================
  #Font
  newsreader: Use a weight from 200 to 800
==============================================================================*/

:root {
  --font-newsreader: "Newsreader", serif;
}

/*============================================================================
  #MultiClass
==============================================================================*/


/* ============ レイアウト関係 ============ */
.c-section-footer{
  text-align: center; 
  margin-top: 60px;
}
@media screen and (max-width: 740px) {
  .c-section-footer{    
    margin-top: 35px;
  }  
}
.section.topPlan {
  margin-top: 0 !important;
  padding-top: var(--vertical-breather);
}

/* ============ 本文関係============ */
.rte {
  line-height: 2.3;
  font-size: 16px;
}
.rte h2{
  font-size: 22px;
  line-height: 1.68;  
  font-weight: 400;
  padding-top: 58px;
  margin: 70px 0 20px 0;
  letter-spacing: 0.05em;
  border-top: 1px solid rgb(var(--border-color));
  position: relative;
}
.rte h2:before{
  content: "";
  display: block;
  height: 2px;
  width: 70px;
  background: #4451C6;
  position: absolute;
  top: 0;
  left: 0;
}
.rte h3,
.rte h4,
.rte h5{
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 0.05em;  
  font-weight: 600;
}
.rte p{
  margin: 40px 0;
}
.rte a:not(.button){
  --text-color: #4451c6;
  color: var(--text-color);
  transition: text-decoration-color .2s ease-in-out,color .2s ease-in-out;
}
.rte a:not(.button):hover{
  color: rgba(68,81,198,0.75);    
}
.rte img:not([style*=float]){
  margin: 50px 0;
}
.rte hr{
  border-top: none;
  border-bottom: 1px solid rgb(var(--border-color));
  margin: 50px 0;
}
.rte iframe{
  max-width: 100%;
}
.rte table {
  margin: 50px 0;
}
.rte table tr:not(:last-child){
  border-bottom: 1px solid rgb(var(--border-color));  
}
.rte table th,
.rte table td{
  padding: 18px 0 18px 16px;    
  vertical-align: top;    
  border-bottom: none;
}
.rte table tr:first-child th,
.rte table tr:first-child td{
  padding-top: 0;
}
.rte table tr:last-child th,
.rte table tr:last-child td{
  padding-bottom: 0;
}


@media screen and (max-width: 740px) {
  .rte {
    line-height: 2.15;
    font-size: 13px;
  }  
  .rte h2{
    font-size: 15px;    
    padding-top: 44px;
    margin: 34px 0 20px 0;    
  }
  .rte h3,
  .rte h4,
  .rte h5{
    font-size: 13px;    
  }
  .rte p{
    margin: 30px 0;
  }
  .rte img:not([style*=float]){
    margin: 40px 0;
  }
  .rte hr{
    border-top: none;
    border-bottom: 1px solid rgb(var(--border-color));
    margin: 40px 0;
  }
  .rte table {
    margin: 40px 0;
  }
  .rte table th,
  .rte table td{
    padding: 10px 0 10px 10px;
  }
  
}


/* ============ タイトル関係 ============ */

/* Section Headere */
.c-section-header{  
  display: flex;  
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
  position: relative;
}
.c-section-header__main{
  z-index: 1;
}
.c-section-header__title{
  font-family: var(--font-family-mercellus);
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin: 0;  
}
.c-section-header__subtitle{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  padding-left: 37px;
  margin-bottom: 18px;
  white-space: nowrap
}
.c-section-header__subtitle:before{
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: rgba(68,81,198,0.4);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.c-section-header__subtitle:after{
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: rgba(68,81,198,1);
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translate(0%, -50%);
}
.c-section-header__sub{
  font-family: var(--font-family-mercellus);
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #FFF;
  position: absolute;
  right: 0;
}
.c-section-header__description{
  font-size: 16px;
  line-height: 2.3125;
  margin-bottom: 50px;
}
.c-section-header__description-sub{
  font-size: 14px;
}
@media screen and (max-width: 1200px){
  .c-section-header__title{
    font-size: 80px;    
  }
  .c-section-header__sub{
    font-size: 60px;
  }
}
@media screen and (max-width: 740px) {
  .c-section-header{        
    gap: 30px;
    margin-bottom: 40px;
  }    
  .c-section-header__title{
    font-size: 52px;    
  }
  .c-section-header__subtitle{
    font-size: 13px;
    line-height: 1.2;    
    padding-left: 29px;
    margin-bottom: 15px;
  }
  .c-section-header__subtitle:before{    
    width: 15px;
    height: 15px;    
  }
  .c-section-header__subtitle:after{    
    width: 9px;
    height: 9px;    
    left: 3px;    
  }
  .c-section-header__sub{    
    font-size: 46px;    
  }
  .c-section-header__description{
    font-size: 13px;
    line-height: 2.15;
    margin-bottom: 30px;
  }
  .c-section-header__description-sub{
    font-size: 10px;
  }
}
@media screen and (max-width: 375px) {
  .c-section-header{        
    gap: 30px;
    margin-bottom: 40px;
  }
  .c-section-header__sub{    
    font-size: 44px;    
  }
}
@media screen and (max-width: 320px) {
  .c-section-header{        
    gap: 30px;
    margin-bottom: 40px;
  }    
  .c-section-header__title{
    font-size: 40px;    
  }
  .c-section-header__subtitle{
    font-size: 11px;    
  }
  .c-section-header__sub{    
    font-size: 32px;    
  }
}

/* Page Header */  
.page-header__text-wrapper{
  line-height: 2.3;
  font-size: 16px;
}
@media screen and (max-width: 740px) {
  .page-header__text-wrapper{
    line-height: 2.15;
    font-size: 13px;
  }
  .breadcrumb--floating + .page-header__text-wrapper{
    margin-top: 80px;
  }
}

/* Page Header(Custom) */  
.c-page-header{    
  margin: 200px 0 90px 0;
  position: relative;
}
.c-page-header .breadcrumb--floating{
  top: -200px;
}
.c-page-header__title{
  font-family: var(--font-family-mercellus);
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin: 0;  
}
.c-page-header__description{
  margin-top: 90px;
}
@media screen and (max-width: 1200px){
  .c-page-header__title{
    font-size: 80px;    
  }
}
@media screen and (max-width: 740px) {
  .c-page-header{    
    margin: 120px 0 80px 0;
    position: relative;
  }
  .c-page-header .breadcrumb--floating{
    top: -120px;
  }
  .c-page-header__title{
    font-size: 52px;
  }
  .c-page-header__description{
    margin-top: 58px;
    font-size: 13px;
  }
}

/* ============ ボタン関係 ============ */

.button{
  line-height: 68px;  
}
.button:not(.button--text){
  border-radius: 60px;
  font-weight: 400;
}
@media screen and (max-width: 740px) {
  .button{
    line-height: 53px;  
  }
}
/* Button border */
.button--border{
  border: 1px solid #4451C6;
  color: #4451C6;
}
/* Button large */
.button--large:not(.button--text){
  line-height: 80px;
  padding-inline-start: 65px;
  padding-inline-end: 65px;
}
@media screen and (max-width: 740px) {
  .button--large:not(.button--text){
    line-height: 58px;
    padding-inline-start: 38px;
    padding-inline-end: 38px;
  }
}

/* Button arrow */
.button--arrow:not(.button--text){
  position: relative;
  padding-inline-start: 43px;
  padding-inline-end: 63px;
}
.button--arrow:before{
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2215%22%20height%3D%2212%22%20viewBox%3D%220%200%2015%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M8.33337%200.5L13.75%205.91667L8.33337%2011.3333%22%20stroke%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M13.3334%205.91675H0.833374%22%20stroke%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A')no-repeat center center/contain;
  position: absolute;
  right: 30px;
  top: calc( 50% - 5.5px );
}
.button--border.button--arrow:before{
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.5%200.5L12.9167%205.91667L7.5%2011.3333%22%20stroke%3D%22%234451C6%22%2F%3E%0A%3Cpath%20d%3D%22M12.5%205.91666H0%22%20stroke%3D%22%234451C6%22%2F%3E%0A%3C%2Fsvg%3E%0A')no-repeat center center/contain;
}



/* ============ 画像横スクロール ============ */

@media screen and (max-width: 740px) {
  
  .img-slider-mobile{
    overflow-x: scroll;
    margin: 40px calc(50% - 50vw);
    width: 100vw;
    padding: 0 var(--container-gutter);    
  }
  .img-slider-mobile img:not([style*=float]){
    max-width: unset;
    margin: 0;
  }
  .img-slider-mobile{
    height: var(--mobile-height);
  }
  .img-slider-mobile img {
    height: 100%;
    margin: 0!important;
  }
}

/*============================================================================
  #Compornent
==============================================================================*/

/* ============ announcement-bar ============ */
.announcement-bar{
  border-bottom: 1px solid rgb(var(--border-color));
}
.announcement-bar__message{
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 740px) {
  .announcement-bar__message{
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .announcement-bar__message.text--xsmall{
    font-size: 10px;
  }
}

/*================ Breadcrumb ================*/
.breadcrumb__list{
  padding: 13px 0;
}
.breadcrumb__item+.breadcrumb__item:before{
  content: ">";
  margin: 0 15px;
}
.breadcrumb__link{
  font-size: 12px;
}
a.breadcrumb__link{
  text-decoration: underline;
}
.breadcrumb__link:not([aria-current=page]):not(:hover){
  opacity: 1;
}
@media screen and (max-width: 740px) {
  .breadcrumb__list{
    padding: 8px 0;
  }
  .breadcrumb__item+.breadcrumb__item:before{    
    margin: 0 10px;
  }
  .breadcrumb__link{
    font-size: 9px;
  }
}


/* ============ Article Item ============ */

.article-item__title{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.article-item__excerpt{
  color: #0006;
}

/*================ Drawer ================*/

/* ------- Register ------- */
.drawer__register{
  margin: 20px 0 40px 0;
}
.drawer__register .button + .button{
  margin-top: 16px;
}
@media screen and (max-width: 740px) {
  .drawer__register .button + .button{
    margin-top: 12px;
  }
}

/* links */
.mobile-nav--wrap{
  border-top: 1px solid rgba(var(--text-color),.15);
  border-bottom: 1px solid rgba(var(--text-color),.15);
}
.mobile-nav__link{
  font-size: 14px;
}

@media screen and (min-width: 741px) {
  .mobile-nav__images-wrapper{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .mobile-nav__images-scroller{
    display: flex;
    flex-wrap: wrap;
    grid-auto-flow: unset;
    gap: 24px 12px;
  }
  .mobile-nav__image-push{
    width: calc( 50% - 6px );
    max-width: unset;
    min-width: unset;
  }
}

/* Sub Menu */
.mobile-nav-sub{
  display: flex;
  gap: 56px;
  margin-top: 36px;
}
.mobile-nav-sub__item{
  margin:0;
  padding: 0;
  list-style: none;
}
.mobile-nav-sub__item li{
  font-size: 13px;
}
.mobile-nav-sub__item li + li{
  margin-top: 15px;
}


/*================ Modal popup ================*/
.c-modal-popup{  
  position: fixed;  
  z-index: 10;
  visibility: hidden;
  transition: visibility .25s ease-in-out;
  display: flex;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;  
}
.c-modal-popup.is-visible{
  visibility: visible!important;
}
.c-modal-popup__overlay{
  content: "";
  height: 100vh;
  width: 100vw;
  bottom: calc(100% - 10px);
  background: #464754;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-in-out,visibility .5s ease-in-out;
  position: fixed;
  top: 0;
  bottom: auto;
}
.c-modal-popup.is-visible>.c-modal-popup__overlay {
  visibility: visible;
  opacity: 0.7;
}
.c-modal-popup__wrap{
  position: relative;  
  background: #FFF;
  border-radius: 0;
  margin: 40px;
  max-height: 90vh;
  max-width: 1000px;  
  transform: scale(.8);
  opacity: 0;
  transition: transform .3s cubic-bezier(.75,0,.175,1),opacity .3s cubic-bezier(.75,0,.175,1);
  will-change: transform;    
  overflow: hidden;
  position: relative;
  height: 100%;
}
.c-modal-popup.is-visible .c-modal-popup__wrap {  
  transform: scale(1);
  opacity: 1;  
}
.c-modal-popup__close{
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 35px;
  top: 20px;
  background: #FFF url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%225.25781%22%20y%3D%224.55029%22%20width%3D%2213%22%20height%3D%221%22%20transform%3D%22rotate(45%205.25781%204.55029)%22%20fill%3D%22black%22%2F%3E%0A%3Crect%20x%3D%2214.4492%22%20y%3D%225.25732%22%20width%3D%2213%22%20height%3D%221%22%20transform%3D%22rotate(135%2014.4492%205.25732)%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A')no-repeat center center;
  z-index: 10;
}
.c-modal-popup__body{
  padding: 90px;
  text-align: left;
  height: 100%;
  height: -webkit-fill-available;
  overflow: auto;
}
.c-modal-popup__bottom{
  text-align: center;
  display: none; 
  margin-top: 74px;
}
.c-modal-popup__bottom--fixed{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: auto;
  padding: 10px 0;
  display: none;
  margin-top: 0;
}
.c-modal-popup__bottom-close{
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%225.25781%22%20y%3D%224.55029%22%20width%3D%2213%22%20height%3D%221%22%20transform%3D%22rotate(45%205.25781%204.55029)%22%20fill%3D%22black%22%2F%3E%0A%3Crect%20x%3D%2214.4492%22%20y%3D%225.25732%22%20width%3D%2213%22%20height%3D%221%22%20transform%3D%22rotate(135%2014.4492%205.25732)%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E%0A')no-repeat;      
  font-size: 13px;
  padding-left: 23px;
  background-position: 0;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .c-modal-popup__body{
    padding: 24px;
  }  
}
@media screen and (max-width: 740px) {  
  .c-modal-popup{
    align-items: flex-end;
  }
  .c-modal-popup__wrap{
    margin: 0;
    height: 100dvh;
    width: 100%;
    max-height: unset;
  }
  .c-modal-popup__close{
    right: 20px;
  }
  .c-modal-popup__bottom{
    display: block;
  }
  .c-modal-popup__bottom--fixed{
    bottom: 30px;
  }
}


/* Modal interview */
.c-modal-popup--interview .c-modal-popup__body{
  padding: 180px 90px;
}
.c-modal-popup--interview__info{
  width: 100%;
}
.c-modal-popup--interview__title{
  font-size: 26px;
  line-height: 1.65;
}
.c-modal-popup--interview__name{
  font-size: 16px;
  color: #4451C6;
  margin-top: 16px;
}
.c-modal-popup--interview__content{
  margin-top: 100px;
}
.c-modal-popup--interview__content.rte h2{
  margin-top: 100px;
}
@media screen and (max-width: 740px) {
  .c-modal-popup--interview .c-modal-popup__body{    
    padding: 30px 0 90px 0;
    margin: 90px 20px 80px;
  }
  .c-modal-popup--interview__head{        
    gap: 40px;    
  }
  .c-modal-popup--interview__info{
    width: 100%;
    order: 2;
  }
  .c-modal-popup--interview__title{
    font-size: 17px;
    line-height: 1.88;
  }
  .c-modal-popup--interview__name{
    font-size: 13px;    
    margin-top: 14px;
  }
  .c-modal-popup--interview__content{
    margin-top: 65px;
  }
  .c-modal-popup--interview__content.rte h2{
    margin-top: 80px;
  }
}


/* Modal gallery */
.c-modal-popup--gallery .c-modal-popup__wrap{
  max-width: 640px;
}
.c-modal-popup--gallery .c-modal-popup__body{
  padding: 0;
  overflow: hidden;
}
.c-modal-popup--gallery .swiper-slide img{
  width: 100%;
}
.c-modal-popup--gallery .slider-thumbnail{
  padding: 50px 0 50px 50px;
  overflow-x: scroll;
}
.c-modal-popup--gallery .swiper-slide-thumb-active{
  border: 2px solid #4451C6;
}
.c-modal-popup--gallery .slider-thumbnail .swiper-slide{
  cursor: pointer;
}
@media screen and (max-width: 740px) {  
  .c-modal-popup--gallery .c-modal-popup__close{
    display: none;
  }
  .c-modal-popup--gallery .slider-thumbnail{
    padding: 20px 0 20px 20px;    
  }
  .c-modal-popup--gallery .slider-thumbnail .swiper-slide {
    width: 70px!important;
    margin-right: 10px!important;
  }
  .c-modal-popup--gallery .slider-thumbnail .swiper-slide img {
    width: 70px!important;
  }
}




/* ============ Custom Faq ============ */
.c-faq{
  border-bottom: 1px solid rgb(var(--border-color));
}
.c-faq__item{  
}
.c-faq__item-head{
  cursor: pointer;
  border-top: 1px solid rgb(var(--border-color));
  font-size: 16px;    
  line-height: 2.3;
  padding: 30px 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.c-faq__item-head span{
  background: #FFF;
  width: 34px;
  height: 34px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--font-family-mercellus);
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-size: 13px;
  color: #4451c6;
}
.c-faq__item-head:before,
.c-faq__item-head:after{
  content: "";
  width: 17px;
  height: 1px;
  background-color: #4451C6;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: 0.4s;
  transform: translateY(-50%);
}
.c-faq__item-head:after{
  transform: translateY(-50%) rotate(90deg);
}
.c-faq__item-head.is-active:after{
  transform: rotate(0);
  top: calc( 50% - 0.5px );
  transition: 0.4s;
}
.c-faq__item-content{
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
  line-height: 2.3;
  font-size: 16px;  
  position: relative;
  padding-left: 54px;
}
.c-faq__item-content:before{
  content: "A";
  display: block;
  width: 34px;
  height: 34px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: var(--font-family-mercellus);
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-size: 13px;
  color: #FFF;
  background: #4451c6;
  position: absolute;
  left: 0;
  top: 2px;
}
.c-faq__item-content.is-open {  
  line-height: 2.3;
  height: auto;
  opacity: 1;
  margin-bottom: 35px;
}
@media screen and (max-width: 740px) {  
  .c-faq__item-head{
    font-size: 13px;    
    line-height: 1.7;
    padding: 24px 35px 24px 0;
    gap: 14px;
  }
  .c-faq__item-head span{    
    width: 27px;
    height: 27px;    
    font-size: 11px;    
  }
  .c-faq__item-head:before,
  .c-faq__item-head:after{    
    width: 13px;    
    right: 10px;    
  }
  .c-faq__item-content{    
    line-height: 1.7;
    font-size: 13px;
    gap: 14px;
    padding-right: 35px;
    padding-left: 41px;
  }
  .c-faq__item-content:before{
    width: 27px;
    height: 27px;    
    font-size: 11px;    
  }
  .c-faq__item-content.is-open {      
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  .c-faq__item-head{
    font-size: 11px;        
    padding: 16px 20px 16px 0;
    gap: 10px;
  }
  .c-faq__item-head span{
    width: 22px;
    height: 22px;       
    font-size: 10px;    
  }
  .c-faq__item-head:before,
  .c-faq__item-head:after{    
    width: 10px;
    right: 0;
  }
  .c-faq__item-content{        
    font-size: 11px;
    gap: 10px;
    padding-right: 20px;
  }
  .c-faq__item-content:before{
    width: 22px;
    height: 22px;    
    font-size: 10px;    
  }
  .c-faq__item-content.is-open {      
    margin-bottom: 20px;
  }
}


/*============================================================================
  #Section
==============================================================================*/


/* ============ announcement-bar ============ */
.announcement-bar{
  border-bottom: 1px solid rgb(var(--border-color));
}
.announcement-bar__message{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .announcement-bar__message{
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .announcement-bar__message.text--xsmall{
    font-size: 14px;    
  }
}

/* ============ Slideshow ============ */
.slideshow__text-wrapper{
  color: rgba(var(--text-color));
}
.slideshow__text-wrapper.vertical-breather{
  padding-block: 70px;
}
.slideshow__slide:not(:only-child) .slideshow__text-wrapper--bottom{
  padding-block-end: 80px;
}
.slideshow__text-wrapper .content-box--medium{
  width: 100%;
  margin: 0;
}
.slideshow__text-wrapper .content-box .heading--small{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.slideshow__text-wrapper .content-box .heading--large{
  font-size: 100px;
  font-weight: 400;
  font-family: var(--font-family-mercellus);
  letter-spacing: -0.01em;
  margin-bottom: 28px;
}
.slideshow__text-wrapper .heading--small+.heading--large {
  margin-block-start: 0;
  margin-block-end: 0;
}
.slideshow__text-wrapper .content-box__description{
  margin-top: 34px;
  line-height: 2.3;
}
@media screen and (max-width: 740px) {  
  .slideshow__text-wrapper.vertical-breather{
    padding-block: 34px;
  }
  .slideshow__slide:not(:only-child) .slideshow__text-wrapper--bottom{
    padding-block-end: 50px;
  }
  .slideshow__text-wrapper .content-box .heading--small{
    font-size: 13px;
  }
  .slideshow__text-wrapper .content-box .heading--large{
    font-size: 52px;
    margin-bottom: 20px;
  }
  .slideshow__text-wrapper .content-box .heading--large{}
  .slideshow__text-wrapper .content-box__description{
    margin-top: 20px;
    font-size: 13px;
    line-height: 2.15;
  }
}
/* navi */
.slideshow__nav{
  height: 10px;
  background: rgba(255,255,255,0.5);
  padding-bottom: 0;
  justify-content: unset;
  padding: 0;
  max-width: 100vw;
  bottom: 0;
}
.slideshow__progress-bar{
  padding: 0;
  margin: 0;
  justify-content: unset;
}
.slideshow__progress-bar:before{
  background: none;
}
.slideshow__progress-bar[aria-current="true"]:before{
  background: #FFF;
}
.slideshow__progress-bar:after{
  background: #4451C6;
}
.slideshow__progress-bar:before, .slideshow__progress-bar:after{
  height: 10px;
  top: 0;
}



/* ============ About short ============ */ 
.c-about-short{
  display: flex;
  gap: 50px;
}
.c-about-short__head{
  width: calc( 50% - 25px );
  font-size: 30px;
  line-height: 1.8;
}
.c-about-short__head span{
  color: #4451C6;
}
.c-about-short__description{
  width: calc( 50% - 25px );
  line-height: 2.3125;
}
@media screen and (max-width: 1200px) {
  .c-about-short{
    display: block;      
  }
  .c-about-short__head{
    width: 100%;
  }
  .c-about-short__description{      
    width: 100%;
    margin-top: 22px;
  }
}
@media screen and (max-width: 740px) {
  .c-about-short__head{      
    font-size: 18px;      
    line-height: 1.66;
  }
  .c-about-short__description{
    font-size: 13px;      
    line-height: 2.15;      
  }
}

/* ============ FeaturedBanner ============ */
.FeaturedBanner{
  display: flex;
  flex-wrap: wrap;
}
.FeaturedBanner .Item .Item__Link {
  display: block;
}
.FeaturedBanner .Item .Item__Link:hover {
  opacity: 0.9;
}
.FeaturedBanner .Item__Image{
  position: relative;
}
.FeaturedBanner .Item__Image--radius img{
  border-radius: 20px;
}
.FeaturedBanner .Item__Info-Wrap--inside{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  padding: 30px 80px 30px 40px;  
  width: 100%;
  z-index: 2;
}
.FeaturedBanner .Item__Info-Wrap--inside .Item__Info:before{
  content: "";
  width: 66px;
  height: 66px;
  display: block;
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_d_4616_2684)%22%3E%0A%3Ccircle%20cx%3D%2235%22%20cy%3D%2234%22%20r%3D%2233%22%20fill%3D%22%23464754%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M36%2028L42.5%2034.5L36%2041%22%20stroke%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M42%2034.5H27%22%20stroke%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_d_4616_2684%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2270%22%20height%3D%2270%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%3CfeOffset%20dy%3D%221%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%221%22%2F%3E%0A%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.04%200%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_4616_2684%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_4616_2684%22%20result%3D%22shape%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A')no-repeat center center/contain;
  position: absolute;
  right: 40px;
  bottom: 30px;  
  z-index: 2;
}
.FeaturedBanner .Item__Info-Wrap--inside .Item__Info:after{
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.0) 0%, #111 100%);
  opacity: 0.5;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
  z-index: 1;
}

.FeaturedBanner .Item__Info{
  margin-top: 10px;
  width: 100%;
}
.FeaturedBanner .Item__Info--left{
  text-align: left;
}
.FeaturedBanner .Item__Info--center{
  text-align: center;
}
.FeaturedBanner .Item__Info--right{
  text-align: right;
}
.FeaturedBanner .Item__Title {
  font-size: 38px;
  font-family: var(--font-family-mercellus);
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
.FeaturedBanner .Item__SubTitle {
  font-size: 16px;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 740px) {  
  .FeaturedBanner .Item__Image .Item__Info{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    padding: 20px 42px 16px 22px;
  }
  .FeaturedBanner .Item__Image .Item__Info:before{    
    width: 40px;
    height: 40px;    
    right: 22px;
    bottom: 16px;
  }
  .FeaturedBanner .Item__Title {
    font-size: 25px;    
  }
  .FeaturedBanner .Item__SubTitle {
    font-size: 11px;    
  }
}


/*================ News List ================*/
.NewsList{
  display: flex;
  gap: 40px;
}
.NewsList__Head{
  width: 40%;    
}
.NewsList__Head-Title span{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;  
  padding-left: 37px;
  margin-bottom: 18px;
  display: block;
  position: relative;
}
.NewsList__Head-Title span:before{
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: rgba(68,81,198,0.4);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.NewsList__Head-Title span:after{
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background: rgba(68,81,198,1);
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translate(0%, -50%);
}
.NewsList__Head-Title h2{
  font-family: var(--font-family-mercellus);
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin: 0;  
}
.NewsList__More{
  margin-top: 60px;
  font-size: 16px;
}
.NewsList__More a{
  display: inline-block;
  text-decoration: underline;
  padding-right: 30px;
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2214%22%20height%3D%2213%22%20viewBox%3D%220%200%2014%2013%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7.5%201L12.9167%206.41667L7.5%2011.8333%22%20stroke%3D%22%234451C6%22%2F%3E%0A%3Cpath%20d%3D%22M12.5%206.41699H0%22%20stroke%3D%22%234451C6%22%2F%3E%0A%3C%2Fsvg%3E%0A')no-repeat right center;
  background-position-y: calc( 50% - 3px );
}
.NewsList__Content{
  width: calc( 60% - 40px );
}
.NewsList__List{
  list-style: none;
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.NewsList__List .Item{
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.1);
}
.NewsList__List .Item__Link{
  display: flex;
  padding: 40px 0;  
}
.NewsList__List .Item__Link:hover .Item__Title{  
  text-decoration: underline;
}
.NewsList__List .Item__Date{
  margin-right: 24px;
  font-size: 15px;
  letter-spacing: 0;
  color: rgba(0,0,0,0.4);
}
.NewsList__List .Item__Title{  
  width: 100%;
  font-size: 16px;
  line-height: 1.75; 
}
@media screen and (max-width: 1200px){
  .NewsList__Head-Title h2{    
    font-size: 80px;
  }
}
@media screen and (max-width: 740px){
  .NewsList{
    display: block;
  }    
  .NewsList__Head{
    width: 100%;
    padding: 0;
    display: block;    
    margin-bottom: 40px;
  }
  .NewsList__Head-Title h2{    
    font-size: 52px;
  }
  .NewsList__Head-Title span{
    font-size: 13px;
    line-height: 1.2;    
    padding-left: 29px;
    margin-bottom: 15px;
  }
  .NewsList__Head-Title span:before{    
    width: 15px;
    height: 15px;    
  }
  .NewsList__Head-Title span:after{    
    width: 9px;
    height: 9px;    
    left: 3px;    
  }
  .NewsList__More{
    font-size: 13px;
    margin-top: 30px;
    text-align: right;
  }
  .NewsList__More a{
    padding-right: 28px;    
    background-size: 13px;
    background-position-y: 50%;
  }
  .NewsList__Content{
    width: 100%;    
  }
  .NewsList__List{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .NewsList__List .Item__Link{        
    padding: 28px var(--container-gutter);
    flex-wrap: wrap;
  }
  .NewsList__List .Item__Date{    
    font-size: 11px;    
  }
  .NewsList__List .Item__Title{  
    width: 100%;
    font-size: 13px;
    line-height: 1.75;
    margin-top: 6px; 
  }
}
@media screen and (max-width: 320px) {
  .NewsList__Head-Title h2{    
    font-size: 40px;
  }
  .NewsList__Head-Title span{
    font-size: 11px;    
  }
}

/* ============ Custom Plan list ============ */
.c-plan-list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 70px 40px;
}
.c-plan-list__item{
  width: calc( 50% - 20px );
  border-radius: 20px;
  box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.05);
}
.c-plan-list__link{
  display: block;
  position: relative;
}
.c-plan-list__link:hover{
  opacity: 0.9;
}
.c-plan-list__link:before{
  content: "";
  width: 55px;
  height: 55px;
  display: block;
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_d_4616_2684)%22%3E%0A%3Ccircle%20cx%3D%2235%22%20cy%3D%2234%22%20r%3D%2233%22%20fill%3D%22%23464754%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M36%2028L42.5%2034.5L36%2041%22%20stroke%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M42%2034.5H27%22%20stroke%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_d_4616_2684%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2270%22%20height%3D%2270%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%3CfeOffset%20dy%3D%221%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%221%22%2F%3E%0A%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.04%200%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_4616_2684%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_4616_2684%22%20result%3D%22shape%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A')no-repeat center center/contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.c-plan-list__image img{
  border-radius: 20px 20px 0 0;
}
.c-plan-list__info{
  padding: 40px 80px 74px 50px;  
  background: #FFF;
  border-radius: 0 0 20px 20px;
}
.c-plan-list__meta{  
  width: 100%;
}
.c-plan-list__title{
  font-size: 24px;
}
.c-plan-list__price-list{
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-top: 12px;
  line-height: 1.3;
}
.c-plan-list__price{
  font-size: 24px;
  color: #4451C6;
}
.c-plan-list__price s{
  font-size: 16px;
  color: rgba(0,0,0,0.4);
  margin: 0 8px;
}
.c-plan-list__price:before{
  content: "税込価格：";
  font-size: 14px;  
}
/*
.c-plan-list__price:after{
  content: "(税込)";
  font-size: 12px;
  margin-left: 6px;
}
*/
.c-plan-list__price-compare{
  font-size: 16px;
  color: rgba(0,0,0,0.4);
  text-decoration: line-through;
}
.c-plan-list__description{
  font-size: 16px;
  line-height: 1.75;  
  width: 100%;
  margin-top: 24px;
}
.c-plan-list__campaign-banner {
  width: 100%;
  margin-bottom: 40px;
}
.c-plan-list__campaign-banner img {
  display: none;
  width: 100%;
}
.c-plan-list__plan-select, 
.c-plan-list__buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px -10px;
}
.c-plan-list__plan-select a:hover, 
.c-plan-list__buttons a:hover {
  opacity: .7;
  transform: translateY(2px);
}
.c-plan-list__plan-select___inner {
  flex-basis: calc(100% / 4);
  padding: 10px;
}
.c-plan-list__plan-select___inner img {
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border-radius: 14px;
}
.c-plan-list__plan-select___inner img {
  width: 100%;
}
.c-plan-list__buttons___inner {
  flex-basis: calc(100% / 3);
  padding: 10px;
}
.c-plan-list__buttons___inner img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .c-plan-list__info{   
    display: block;
    padding: 30px 30px 60px 30px;
  }
}
@media screen and (max-width: 740px) {
  .c-plan-list{
    display: block;    
  }
  .c-plan-list__item{
    width: 100%;
  }
  .c-plan-list__item + .c-plan-list__item{
    margin-top: 30px;
  }
  .c-plan-list__link:before{    
    width: 42px;
    height: 42px;
  }  
  .c-plan-list__title{
    font-size: 18px;
  }
  .c-plan-list__price-list{    
    gap: 12px;
    margin-top: 10px;
  }
  .c-plan-list__price{
    font-size: 18px;    
  }
  .c-plan-list__price-compare{
    font-size: 12px;    
  }
  .c-plan-list__price:after{    
    font-size: 10px;    
  }
  .c-plan-list__description{
    font-size: 13px;
    line-height: 1.84;      
  }
  .c-plan-list__campaign-banner img.sp {
    display: block;
  }
  .c-plan-list__plan-select___inner {
    min-width: 50%;
  }
  .c-plan-list__buttons___inner {
    min-width: 100%;
  }
  .c-plan-list__buttons___inner img {
    max-width: 100%;
    max-height: 55px;
  }
}
.arrow-slide {
  display: none;
}
@media screen and (min-width: 741px) {
  .c-plan-list__campaign-banner img.pc {
    display: block;
  }
  
}
@media screen and (max-width: 991px) {
    .c-plan-list__plan-select___wrapper .c-plan-list__plan-select___inner {
        min-width: 25%;
    }
  .c-plan-list__plan-select___wrapper, 
  .c-plan-table__wrapper {
    margin-right: calc(-1* var(--container-gutter));
    margin-left: calc(-1* var(--container-gutter));
    overflow-x: scroll;
  }
  .c-plan-list__plan-select___wrapper .c-plan-list__plan-select {
    padding-left: calc(var(--container-gutter) - 10px);
    padding-right: calc(var(--container-gutter) - 10px);
    min-width: 290vw;
    margin: 0;
  }
  .c-plan-table__wrapper .c-plan-table__header, 
  .c-plan-table__wrapper .c-plan-table__list {
    min-width: 900px;
    margin: 0 calc(var(--container-gutter) - 10px);
  }
  .arrow-slide {
    width: 100%;
    max-width: 340px;
    display: block;
    margin: 0 auto;
  }
}
.c-plan-list__plan-select h3, 
.c-plan-table h3 {
  position: relative;
  width: 100%;
}
.c-plan-list__plan-select h3 span, 
.c-plan-table h3 span {
  background-color: rgb(var(--background));
  color: #4451C6;
  font-weight: bold;
  padding-right: 1rem;
  position: relative;
  z-index: 1;
}
.c-plan-list__plan-select h3:before, 
.c-plan-table h3:before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-bottom: 1px solid #D2D2D2;
  z-index: 0;
}
.c-plan-list__plan-select___wrapper .c-plan-list__plan-select {
  margin-top: 0;
  margin-bottom: 0;
}
.c-plan-list__plan-select___wrapper .c-plan-list__plan-select___inner {
  position: relative;
}
.c-plan-list__plan-btn {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: calc(100% - 4rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 2px solid white;
  box-shadow: 0 10px 15px #0000004d;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: .5rem 1rem;
  font-size: clamp(.7rem, calc(1rem + 0.5vw), 1.4rem);
  transition: all .3s ease-out;
}
.c-plan-list__plan-btn span {
  margin: auto;
}
.c-plan-list__plan-btn i {
  justify-self: flex-end;
  width: clamp(1.6rem, calc(1rem + 0.5vw), 2rem);
  height: clamp(1.6rem, calc(1rem + 0.5vw), 2rem);
  border-radius: 100%;
  border: 1.5px solid white;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  font-weight: bold;
  font-family: system-ui;
}
.c-plan-list__plan-btn.assortment, 
.c-plan-table__header .assort-head { 
  background-color: #69ACA7; 
}
.c-plan-list__plan-btn.standard, 
.c-plan-table__header .standard { 
  background-color: #4451C6; 
}
.c-plan-list__plan-btn.bimonthly, 
.c-plan-table__header .bimonthly { 
  background-color: #727272; 
}
.c-plan-list__plan-btn.premium, 
.c-plan-table__header .premium { 
  background-color: #A58400; 
}
.c-plan-list__plan-btn:hover { 
  box-shadow: 0 0 0 transparent;
}
/* ============ Custom Plan Table ============ */
.c-plan-table {
    margin: 20px 0;
}
.c-plan-table__header {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  background: whitesmoke;
  border-bottom: 3px solid lightgray;
  margin-bottom: 5px !important;
}
.c-plan-table__header div {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: .5rem 0;
  line-height: 1.1;
}
.c-plan-table__wrapper .plan {
  padding: .5rem .5rem .5rem 1rem;
  min-width: 260px;
  justify-content: start;
  color: black;
  background-color: #E3E5EF;
}
.c-plan-table__header .default {
  grid-row-start: 1;
  grid-row-end: 3;
}
.c-plan-table__header .assort-head {
  grid-column-start: 3;
  grid-column-end: 5;
}
.c-plan-table__header .assort {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  color: #69ACA7;
}
.c-plan-table__header .white {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
}
.c-plan-table__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  border-bottom: 1px solid rgb(var(--background));
}
.c-plan-table__list.price div:not(.plan) {
  font-size: 1.2rem;
}
.c-plan-table__list div {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  padding: .8rem 1rem;
}
.c-plan-table__list div:not(.plan) {
  font-weight: 600;
}
.c-plan-table__list .selected {
  color: #3E50B3;
  font-weight: 670 !important;
}
.c-plan-table__list .disable {
  color: #878787;
}
.c-plan-table__list .plan {
  min-width: 260px;
  align-items: start;
  background-color: #E3E5EF;
}
@media screen and (max-width:991px) {
  .c-plan-table__list div:not(.plan) {
    padding: .8rem 0;
  }
  .c-plan-table__header .plan, 
  .c-plan-table__list .plan {
    min-width:180px;
  }
  .c-plan-table__list .plan {
    display: inline;
  }
}
.c-plan-table__list .standard { background-color: #F4F9FF;flex-direction: column; }
.c-plan-table__list .assort { background-color: #F6FFFE; }
.c-plan-table__list .bimonthly { background-color: #FAFAFA; }
.c-plan-table__list .premium { background-color: #FEF9EB; }

/* ============ Custom Featured Card ============ */
.c-featured-card{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.c-featured-card__item{
  background: #FFF;
  padding: 30px;    
  width: calc( 50% - 20px );
}
.c-featured-card__item--radius{
  border-radius: 20px;
}
.c-featured-card__item--shadow{
  box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.05);
}
.c-featured-card__link {
  display: flex;
  align-items: center;    
}
.c-featured-card__link:hover {
  opacity: 0.9;
}
.c-featured-card__image{
  width: 160px;
}
.c-featured-card__image + .c-featured-card__info{
  padding-left: 50px;
}
.c-featured-card__info{
  position: relative;
  width: calc( 100% - 160px );
  padding-right: 80px;
}
.c-featured-card__info:before{
  content: "";
  width: 55px;
  height: 55px;
  display: block;
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2270%22%20height%3D%2270%22%20viewBox%3D%220%200%2070%2070%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20filter%3D%22url(%23filter0_d_4616_2684)%22%3E%0A%3Ccircle%20cx%3D%2235%22%20cy%3D%2234%22%20r%3D%2233%22%20fill%3D%22%23464754%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M36%2028L42.5%2034.5L36%2041%22%20stroke%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M42%2034.5H27%22%20stroke%3D%22white%22%2F%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_d_4616_2684%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2270%22%20height%3D%2270%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeColorMatrix%20in%3D%22SourceAlpha%22%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200%22%20result%3D%22hardAlpha%22%2F%3E%0A%3CfeOffset%20dy%3D%221%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%221%22%2F%3E%0A%3CfeComposite%20in2%3D%22hardAlpha%22%20operator%3D%22out%22%2F%3E%0A%3CfeColorMatrix%20type%3D%22matrix%22%20values%3D%220%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.04%200%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22effect1_dropShadow_4616_2684%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22effect1_dropShadow_4616_2684%22%20result%3D%22shape%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A')no-repeat right center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
.c-featured-card__title {      
  font-family: var(--font-family-mercellus);
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.c-featured-card__subtitle {
  font-size: 16px;
  color: #4451C6;
}
@media screen and (max-width: 1200px){    
  .c-featured-card__image{
    width: 120px;
  }
  .c-featured-card__image + .c-featured-card__info{
    padding-left: 26px;
  }
  .c-featured-card__info{
    width: calc( 100% - 120px );
    padding-right: 50px;
  }
  .c-featured-card__info:before{      
    width: 42px;
    height: 42px;
  }
  .c-featured-card__title {
    font-size: 24px;
  }
  .c-featured-card__subtitle {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1000px){
  .c-featured-card{
    display: block;
  }
  .c-featured-card__item{     
    width: 100%;    
  }    
  .c-featured-card__item + .c-featured-card__item{
    margin-top: 20px;
  }
}
@media screen and (max-width: 740px){
  .c-featured-card__item{
    padding: 20px;
  }
  .c-featured-card__image{
    width: 90px;
  }
  .c-featured-card__info{
    width: calc( 100% - 90px );      
  }
}
@media screen and (max-width: 320px){    
  .c-featured-card__image{
    width: 70px;
  }    
  .c-featured-card__image + .c-featured-card__info{
    padding-left: 16px;
  }
  .c-featured-card__info{
    width: calc( 100% - 70px );
    padding-right: 40px;
  }
  .c-featured-card__info:before{      
    width: 28px;
    height: 28px;
  }
  .c-featured-card__title {
    font-size: 18px;
  }
  .c-featured-card__subtitle {
    font-size: 10px;      
  }
}


/* ============ Custom text width icons ============ */
.c-text-with-icons{
  display: flex;
  gap: 50px;
}
.c-text-with-icons__item{
  width: calc( 100% / 4 - ( 50px - 50px / 4 ) );
  display: flex;  
}
.c-text-with-icons__image{
  width: 80px;
}
.c-text-with-icons__image + .c-text-with-icons__info{
  width: calc( 100% - 80px );
  padding-left: 25px;
}
.c-text-with-icons__info{
  width: 100%;
}
.c-text-with-icons__title{
  font-size: 17px;  
  line-height: 1.64;
}
.c-text-with-icons__content{
  font-size: 15px;
  color: rgba(0,0,0,0.5);
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .c-text-with-icons{    
    flex-wrap: wrap;
    gap: 50px;
  }
  .c-text-with-icons__item{
    width: calc( 100% / 2 - ( 50px - 50px / 2 ) );    
  }
}
@media screen and (max-width: 900px) {  
  .c-text-with-icons__image{
    width: 66px;
  }
  .c-text-with-icons__image + .c-text-with-icons__info{
    width: calc( 100% - 66px );
    padding-left: 20px;
  }
  .c-text-with-icons__title{
    font-size: 16px;      
  }
  .c-text-with-icons__content{
    font-size: 13px;    
    line-height: 1.8;    
  }
}
@media screen and (max-width: 740px) {
  .c-text-with-icons{
    display: block;    
  }
  .c-text-with-icons__item{
    width: 100%;    
  }
  .c-text-with-icons__item + .c-text-with-icons__item{
    margin-top: 40px;
  }
  .c-text-with-icons__title{
    font-size: 14px;      
  }
  .c-text-with-icons__content{
    font-size: 12px;
    margin-top: 5px;
  }
}  



/* ============ Custom Featured Description ============ */
.c-featured-description {
  display: flex;
  flex-wrap: wrap;
}
.c-featured-description__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;  
}
.c-featured-description__item:nth-child(even) {
  flex-direction: row-reverse;
}  
@media screen and (max-width: 740px) {    
  .c-featured-description{      
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

/* Image */
.c-featured-description__img {
  width: 100%;
}
.c-featured-description__img img {
  width: 100%;
}
/* Description */
.c-featured-description__info {
  padding: 90px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;    
}
.c-featured-description__subtitle{
  display: flex;
  align-items: center;
  color: #4451C6;
  gap: 11px;
  margin-bottom: 40px;
}
.c-featured-description__subtitle-sub{
  font-family: var(--font-family-mercellus);
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0;
}
.c-featured-description__subtitle-main{
  font-family: 'Newsreader', serif;
  font-size: 64px;
  letter-spacing: -0.04em;
  line-height: 1;    
  padding-top: 10px;
}
.c-featured-description__title {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.76;    
  width: 100%;
}  
.c-featured-description__title--bold {
  font-weight: 500;
}
.c-featured-description__description {
  width: 100%;
  line-height: 2.3;
  font-size: 16px;    
}
@media screen and (max-width: 1400px) {    
  .c-featured-description__title {      
    font-size: 20px;      
  }  
  .c-featured-description__description {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .c-featured-description__info {
    padding: 40px var(--container-gutter);
  }
  .c-featured-description__subtitle{      
    gap: 7px;
    margin-bottom: 25px;
  }
  .c-featured-description__subtitle-sub{
    font-size: 10px;
  }
  .c-featured-description__subtitle-main{      
    font-size: 46px;      
  }
  .c-featured-description__title {
    font-size: 18px;
    line-height: 1.66;
    margin-bottom: 20px;
  }
  .c-featured-description__description {      
    line-height: 2.15;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .c-featured-description__info {
    padding: 80px var(--container-gutter) 60px;
  }
}
/* text only */
.c-featured-description__item--txt-only {
  width: 100%;
  display: block;
}
.c-featured-description__item--txt-only .c-featured-description__item--info {    
  width: 100%;
}

/* ============ Custom Product Lineup ============ */
.c-product-lineup{
  display: flex;
  flex-wrap: wrap;
  gap: 90px 40px;
}
.c-product-lineup__item{
  width: calc( 100% / 3 - ( 40px - 40px / 3 ) );
}
.c-product-lineup__image{
  position: relative;
}
.c-product-lineup__image-main{
  width: 100%;
  border-radius: 20px;
}
.c-product-lineup__button{
  width: 49px;
  height: 49px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-product-lineup__button span{
  color: #4451C6;
	width: 13px;
	height: 13px;
  position: relative;
}
.c-product-lineup__button span:before,
.c-product-lineup__button span:after{
  content: "";
  display: block;
	position: absolute;
	top: 0;
  left: 6px;
	width: 1px;
	height: 13px;
	background-color: #4451C6;
}
.c-product-lineup__button span:after{
  -webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.c-product-lineup__info{
  margin-top: 40px;
}
.c-product-lineup__plans{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
  font-size: 12px;
}
.c-product-lineup__plans span{
  background: #DADCF3;
  color: #4451C6;
  padding: 4px 20px;
}
.c-product-lineup__plans span.standard{
  background: #4451C6;
  color: #FFF;
}
.c-product-lineup__plans span.premium{
  background: #292F62;
  color: #FFF;
}
.c-product-lineup__title{
  font-size: 22px;
}
.c-product-lineup__description{
  line-height: 2.3;
  font-size: 16px;
  margin-top: 16px;
}
.c-product-lineup__description-item + .c-product-lineup__description-item{
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: 25px;
  padding-top: 25px;
}
@media screen and (max-width: 1200px) {
  .c-product-lineup__item{
    width: calc( 100% / 2 - ( 40px - 40px / 2 ) );
  }
}
@media screen and (max-width: 740px) {
  .c-product-lineup{
    display: block;    
  }
  .c-product-lineup__item{
    width: 100%;
  }
  .c-product-lineup__item + .c-product-lineup__item{
    margin-top: 50px;
  }
  .c-product-lineup__button{
    width: 40px;
    height: 40px;    
  }
  .c-product-lineup__button span{    
    width: 10px;
    height: 10px;    
  }
  .c-product-lineup__button span:before,
  .c-product-lineup__button span:after{    
    left: 5px;  
    height: 10px;    
  }
  .c-product-lineup__info{
    margin-top: 30px;
  }
  .c-product-lineup__plans{  
    gap: 7px;
    margin-bottom: 22px;
    font-size: 9px;
  }
  .c-product-lineup__plans span{
    padding: 5px 22px;
  }
  .c-product-lineup__title{
    font-size: 16px;
  }
  .c-product-lineup__description{
    line-height: 2.15;
    font-size: 13px;
    margin-top: 14px;
  }
  .c-product-lineup__description-item + .c-product-lineup__description-item{    
    margin-top: 20px;
    padding-top: 20px;
  }
}



/* ============ Custom Product Lineup Simple ============ */
.c-product-lineup-simple{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.c-product-lineup-simple__item{
  width: calc( 100% / 4 - ( 40px - 40px / 4 ) );
}
.c-product-lineup-simple__info{
  margin-top: 25px;
}
.c-product-lineup-simple__title{
  font-size: 16px;
  line-height: 1.66;
}
@media screen and (max-width: 1200px) {
  .c-product-lineup-simple{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
  }
  .c-product-lineup-simple__item{
    width: calc( 100% / 3 - ( 30px - 30px / 3 ) );
  }
  .c-product-lineup-simple__title{
    font-size: 14px;    
  }
}
@media screen and (max-width: 740px) {
  .c-product-lineup-simple{    
    gap: 30px 15px;
  }
  .c-product-lineup-simple__item{
    width: calc( 100% / 2 - ( 15px - 15px / 2 ) );
  }
  .c-product-lineup-simple__info{
    margin-top: 15px;
  }
  .c-product-lineup-simple__title{
    font-size: 12px;
  }
}

/* ============ Flow ============ */
.c-figure-flow img{
  max-height: 655px;
}
@media screen and (max-width: 1500px) {
  .c-figure-flow{
    overflow-x: scroll;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 var(--container-gutter);    
  }
  .c-figure-flow img:not([style*=float]){
    max-width: unset;
    margin: 0;
  }
}
@media screen and (max-width: 740px) {
  .c-figure-flow img{
    max-height: 550px;
  }
}

/* ============ About ============ */
/* Description */
.c-about__description{
  background: #4451C6;
  color: #FFF;
  padding: 164px 0 362px 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
.c-about__description-catch{
  position: absolute;
  right: 10px;
  top: -170px;
}
.c-about__description-title{
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 30px;
}
.c-about__description-title:after{
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  background: #FFF;
}
.c-about__description-point{
  display: flex;
  flex-wrap: wrap;  
  margin-top: 50px;
}
.c-about__description-point span{
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6875;
  width: calc( 100% / 6 );
  position: relative;  
  height: 240px;  
}

.c-about__description-point span:before{
  content: "";
  display: block;  
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%22299%22%20height%3D%22299%22%20viewBox%3D%220%200%20299%20299%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20id%3D%22Ellipse%2014%22%20style%3D%22mix-blend-mode%3Asoft-light%22%20opacity%3D%220.55%22%20filter%3D%22url(%23filter0_f_10_483)%22%3E%0A%3Ccircle%20cx%3D%22149.5%22%20cy%3D%22149.5%22%20r%3D%22109.5%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3Cfilter%20id%3D%22filter0_f_10_483%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22299%22%20height%3D%22299%22%20filterUnits%3D%22userSpaceOnUse%22%20color-interpolation-filters%3D%22sRGB%22%3E%0A%3CfeFlood%20flood-opacity%3D%220%22%20result%3D%22BackgroundImageFix%22%2F%3E%0A%3CfeBlend%20mode%3D%22normal%22%20in%3D%22SourceGraphic%22%20in2%3D%22BackgroundImageFix%22%20result%3D%22shape%22%2F%3E%0A%3CfeGaussianBlur%20stdDeviation%3D%2220%22%20result%3D%22effect1_foregroundBlur_10_483%22%2F%3E%0A%3C%2Ffilter%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A')no-repeat center center/contain;
  width: 100%;
  height: 240px;  
  position: absolute;
  top: 0;  
  fill: #FFF;
  opacity: 0.45;
  mix-blend-mode: soft-light;
  filter: blur(20px);
}

@media screen and (max-width: 1400px) {  
  .c-about__description-catch{
    top: -150px;
  }
  .c-about__description-catch svg{
    width: 700px;
  }  
}
@media screen and (max-width: 1200px) {    
  .c-about__description-catch{
    top: -140px;
  }
  .c-about__description-catch svg{
    width: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .c-about__description-point span{
    width: calc( 100% / 3 );
  }
}
@media screen and (max-width: 900px) {
  .c-about__description-catch{
    top: -130px;
  }
  .c-about__description-catch svg{
    width: 400px;
  }
}
@media screen and (max-width: 740px) {
  .c-about__description{    
    padding: 80px 0;    
  }  
  .c-about__description-title{
    font-size: 15px;    
    gap: 15px;
    position: relative;
    width: max-content;
  }
  .c-about__description-title:after{
    width: 70px;
    position: absolute; 
    right: -88px;
    bottom: 13px;
  }
  .c-about__description-catch{
    display: none;
  }
  .c-about__description-point{    
    margin-top: 35px;
  }
  .c-about__description-point span{
    font-size: 13px;
    height: 160px;
  }
  .c-about__description-point span:before{
    height: 100%;
  }
}
@media screen and (max-width: 414px) {
  .c-about__description-point{
    margin: 35px calc(50% - 50vw) 0;
    width: 100vw;    
  }
  .c-about__description-point span{
    width: calc( 100% / 2 );
    height: 162px;
  }
  .c-about__description-point span:before{        
    opacity: 0.35;
    background-size: 80%;
  }
}
@media screen and (max-width: 320px) {
  .c-about__description-point span{    
    height: 120px;
  }
}
/* Animation */
.c-about__description-point .scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.c-about__description-point .scroll_up.on {
  transform: translateY(0);
  opacity: 0.55;
}

.c-about__description-point .scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.c-about__description-point .scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

.c-about__description-point .scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.c-about__description-point .scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}
/* Featured */
.c-about__featured{
  margin-top: -240px;
  position: relative;
  background: #FFF;
  box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.05);
}
.c-about__featured-info{
  padding: 105px 80px 140px 80px;
  position: relative;
}
.c-about__featured-number{
  position: absolute;
  top: -55px;
  display: flex;
  align-items: center;
  color: #4451c6;
  gap: 11px;  
}
.c-about__featured-number-subtitle{
  font-family: var(--font-family-mercellus);
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0;
  font-size: 20px;
}
.c-about__featured-number-title{
  font-family: 'Newsreader', serif;
  font-size: 100px;
  letter-spacing: -.04em;
  line-height: 1;
  padding-top: 25px;
}
.c-about__featured-head{
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.c-about__featured-title{
  font-size: 30px;
  line-height: 1.8;
  width: calc( 50% - 15px );
}
.c-about__featured-description{
  font-size: 16px;
  line-height: 2.3125;
  width: calc( 50% - 15px );
}
.c-about__featured-description small{
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  line-height: 2.3125;
  display: block;
}
.c-about__featured-description p{
  margin-bottom: 0;
}
.c-about__featured-description .button{
  height: 70px;
  line-height: 70px;
  margin-top: 40px;
}
.c-about__featured-bottom{
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  .c-about__featured-head{
    display: block;    
  }  
  .c-about__featured-title{
    width: 100%;
  }
  .c-about__featured-description{
    width: 100%;
    margin-top: 22px;
  }
}
@media screen and (max-width: 740px) {
  .c-about__featured{    
    margin: 0 calc(50% - 50vw);
    width: 100vw;   
  }
  .c-about__featured-info{
    padding: 60px 20px 80px;    
  }
  .c-about__featured-number{    
    top: -35px;
    gap: 9px;  
  }
  .c-about__featured-number-subtitle{    
    font-size: 13px;
  }
  .c-about__featured-number-title{    
    font-size: 60px;
    padding-top: 10px;
  }  
  .c-about__featured-title{
    font-size: 18px;
    line-height: 1.66;    
  }
  .c-about__featured-description{
    font-size: 13px;
    line-height: 2.15;
  }
  .c-about__featured-description small{
    font-size: 10px;    
    line-height: 2.15;    
  }
  .c-about__featured-description .button{
    height: 55px;
    line-height: 55px;
    margin-top: 28px;
  }
  .c-about__featured-bottom{
    margin-top: 40px;
  }
}

/* Point */
.c-about__point{
  background: #FFF;
  border: 4px solid #4451c6;
  margin-top: 100px;
  padding: 80px 100px;
}
.c-about__point-head{
  color: #4451c6;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 64px;  
}
.c-about__point-items{
  display: flex;
  gap: 45px;
}
.c-about__point-item{
  width: calc( 100% / 3 - ( 45px - 45px / 3 ) );
}
/*
.c-about__point-image{
  position: relative;
}
.c-about__point-image:before{
  content: "0" attr(data-num);
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #4451c6;
  color: #FFF;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Newsreader', serif;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 1;
  padding-top: 3px;
}
*/
.c-about__point-info{
  margin-top: 32px;
}
.c-about__point-title{
  font-size: 20px;
  text-align: center;
  line-height: 1.85;  
}
.c-about__point-description{
  font-size: 16px;
  line-height: 2.3125;
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .c-about__point-items{
    display: block;    
  }
  .c-about__point-item{
    width: 100%;
  }
  .c-about__point-item + .c-about__point-item{
    margin-top: 40px; 
  }
}
@media screen and (max-width: 740px) {
  .c-about__point{    
    border: 2px solid #4451c6;
    margin-top: 60px;
    padding: 40px 30px;
  }
  .c-about__point-head{    
    font-size: 17px;    
    margin-bottom: 30px;
    line-height: 1.76
  }
  .c-about__point-image:before{    
    top: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    font-size: 10px;
    padding-top: 3px;
  }
  .c-about__point-info{
    margin-top: 24px;
  }
  .c-about__point-title{
    font-size: 17px;    
    line-height: 1.85;
  }
  .c-about__point-description{
    font-size: 13px;
    line-height: 2.15;    
  }
}


/* ============ Custom survey ============ */
.c-survey{
  display: flex;
  gap: 75px;
  padding: 70px 90px 60px 90px;  
  background: #FFF;
  box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.05);
  position: relative;
}
.c-survey:before{
  content: "ご利用者様満足度調査";
  display: block;
  white-space: nowrap;    
  background: #464754;
  color: #FFF;
  position: absolute;
  top: -29px;
  font-size: 30px;
  padding: 14px 18px;
  line-height: 1;
}
.c-survey__image{
  width: 380px;
}
.c-survey__info{
  display: flex;
  gap: 40px;
  width: calc( 100% - 455px );
}
.c-survey__info-content{
  width: calc( 50% - 20px );
}
.c-survey__title{
  font-size: 30px;
  margin-bottom: 16px;
}
.c-survey__caption{
  font-size: 12px;
  margin-top: 30px;
  text-align: right;
}
.c-survey__list{  
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.c-survey__item{
  font-size: 16px;
  position: relative;
  padding: 24px 0;
  padding-left: 23px;
}
.c-survey__item:not(:first-child){
  border-top: 1px solid rgb(var(--border-color));
}
.c-survey__list:not(.c-survey__list--rank) .c-survey__item:before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #4451C6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc( 50% - 5px );
}
.c-survey__list--rank .c-survey__item{
  padding-left: 46px;
}
.c-survey__list--rank .c-survey__item:nth-child(1){
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2229%22%20height%3D%2238%22%20viewBox%3D%220%200%2029%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%200H29V37.1795L14.8718%2031.9744L0%2037.1795V0Z%22%20fill%3D%22%23FF9C00%22%2F%3E%0A%3Cpath%20d%3D%22M16.1951%2023.4756H14.0811C14.1651%2022.9296%2014.1931%2022.3836%2014.1931%2021.6556V13.9416H13.5211C13.0031%2013.9416%2012.5971%2013.9696%2012.0791%2014.0256V12.2476C12.5131%2012.3176%2012.8211%2012.3316%2013.4791%2012.3316H14.7671C15.4811%2012.3316%2015.6911%2012.3176%2016.1951%2012.2616C16.1111%2013.0876%2016.0831%2013.7316%2016.0831%2014.5716V21.6556C16.0831%2022.3976%2016.1111%2022.9016%2016.1951%2023.4756Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A')no-repeat left;
}
.c-survey__list--rank .c-survey__item:nth-child(2){
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2229%22%20height%3D%2238%22%20viewBox%3D%220%200%2029%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%200H29V37.1795L14.8718%2031.9744L0%2037.1795V0Z%22%20fill%3D%22%23747579%22%2F%3E%0A%3Cpath%20d%3D%22M16.9791%2022.4756H12.4851C11.3931%2022.4756%2011.1691%2022.4896%2010.6791%2022.5456C10.7631%2021.7476%2010.8611%2021.2576%2011.0431%2020.7536C11.4211%2019.7316%2012.0511%2018.8356%2012.9611%2018.0096C13.4511%2017.5756%2013.8711%2017.2536%2015.2711%2016.3156C16.5591%2015.4336%2016.9511%2014.9716%2016.9511%2014.2576C16.9511%2013.3056%2016.2091%2012.7176%2015.0191%2012.7176C14.2071%2012.7176%2013.5911%2012.9976%2013.2411%2013.5436C13.0031%2013.8796%2012.9051%2014.1876%2012.8071%2014.8316L10.8051%2014.5936C11.0011%2013.5296%2011.2531%2012.9556%2011.7711%2012.3536C12.4711%2011.5416%2013.5771%2011.1076%2014.9771%2011.1076C17.4271%2011.1076%2018.9391%2012.2836%2018.9391%2014.2016C18.9391%2015.1256%2018.6311%2015.7976%2017.9451%2016.4416C17.5531%2016.8056%2017.4131%2016.9176%2015.5931%2018.1636C14.9771%2018.5976%2014.2771%2019.1856%2013.9271%2019.5636C13.5071%2020.0116%2013.3391%2020.2916%2013.1291%2020.8236H17.0491C17.9311%2020.8236%2018.6311%2020.7816%2019.0931%2020.7116V22.5596C18.4351%2022.5036%2017.8751%2022.4756%2016.9791%2022.4756Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A')no-repeat left;
}
.c-survey__list--rank .c-survey__item:nth-child(3){
  background: url('data:image/svg+xml;charset=utf8,%0A%3Csvg%20width%3D%2229%22%20height%3D%2238%22%20viewBox%3D%220%200%2029%2038%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%200H29V37.1795L14.8718%2031.9744L0%2037.1795V0Z%22%20fill%3D%22%23B35400%22%2F%3E%0A%3Cpath%20d%3D%22M10.4971%2020.8296L12.4991%2020.4376C12.6811%2021.0816%2012.8071%2021.3056%2013.1571%2021.5856C13.6191%2021.9496%2014.1791%2022.1316%2014.8511%2022.1316C16.2371%2022.1316%2017.1191%2021.4176%2017.1191%2020.3116C17.1191%2019.6676%2016.8391%2019.1356%2016.3351%2018.8416C15.9991%2018.6456%2015.3411%2018.5056%2014.7251%2018.5056C14.1091%2018.5056%2013.7031%2018.5196%2013.2271%2018.5756V16.8396C13.6751%2016.8956%2013.9831%2016.9096%2014.5851%2016.9096C15.9851%2016.9096%2016.8111%2016.2656%2016.8111%2015.1876C16.8111%2014.2216%2016.1531%2013.6756%2014.9631%2013.6756C14.2771%2013.6756%2013.7731%2013.8296%2013.4371%2014.1096C13.1571%2014.3756%2013.0171%2014.6136%2012.8491%2015.1876L10.8471%2014.8516C11.1971%2013.8156%2011.5191%2013.3256%2012.1771%2012.8496C12.8911%2012.3316%2013.8011%2012.0796%2014.9211%2012.0796C17.2591%2012.0796%2018.7711%2013.2556%2018.7711%2015.0756C18.7711%2015.9156%2018.4071%2016.6856%2017.8051%2017.1336C17.4971%2017.3716%2017.1891%2017.4836%2016.4471%2017.6796C17.4411%2017.8336%2017.9591%2018.0716%2018.4491%2018.6176C18.9111%2019.1356%2019.1211%2019.7236%2019.1211%2020.5496C19.1211%2021.3056%2018.7991%2022.0756%2018.2811%2022.5936C17.5111%2023.3356%2016.3351%2023.7276%2014.8371%2023.7276C13.1991%2023.7276%2012.0791%2023.3076%2011.2811%2022.3976C10.9311%2022.0056%2010.7491%2021.6416%2010.4971%2020.8296Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A')no-repeat left;  
}
.c-survey__list--rank .c-survey__item:nth-child(1):before,
.c-survey__list--rank .c-survey__item:nth-child(2):before,
.c-survey__list--rank .c-survey__item:nth-child(3):before{
  display: none;
}
.c-survey__list--rank .c-survey__item{
  counter-increment: cnt;
}
.c-survey__list--rank .c-survey__item:before {
  content: counter(cnt);
  font-size: 14px;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;  
}
@media screen and (max-width: 1400px) {
  .c-survey__title{
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .c-survey{
    display: block;
  }
  .c-survey:before{    
    transform: translate(-50%, -0%);
    left: 50%;
  }
  .c-survey__image{
    width: 100%;
    margin-bottom: 44px;   
    text-align: center;
  }
  .c-survey__image img{
    width: 380px;
  }
  .c-survey__info{   
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .c-survey{   
    padding: 60px 60px 60px 60px;
  }
}
@media screen and (max-width: 740px) {
  .c-survey{
    display: block;        
    padding: 40px 30px 35px 30px;
    border-left: 2px solid #4451C6;    
  }
  .c-survey:before{   
    top: -21px;
    font-size: 18px;
    padding: 12px 13px;       
  }
  .c-survey__image{
    width: 100%;
    margin-bottom: 44px;
    padding: 0 10px;
  }
  .c-survey__info{
    display: block;    
    width: 100%;
  }
  .c-survey__info-content{
    width: 100%;
  }
  .c-survey__info-content + .c-survey__info-content{
    margin-top: 35px;
  }
  .c-survey__title{
    font-size: 18px;
    margin-bottom: 4px;
    text-align: center;
  }
  .c-survey__caption{
    font-size: 10px;
    margin-top: 20px;
    text-align: left;
  }  
  .c-survey__item{
    font-size: 13px;  
    padding: 16px 0;
    padding-left: 20px;
  }
  .c-survey__list:not(.c-survey__list--rank) .c-survey__item:before{  
    width: 8px;
    height: 8px;
    top: calc( 50% - 4px );
  }
  .c-survey__list--rank .c-survey__item{
    padding-left: 35px;
  }
  .c-survey__list--rank .c-survey__item:nth-child(1),
  .c-survey__list--rank .c-survey__item:nth-child(2),
  .c-survey__list--rank .c-survey__item:nth-child(3){
    background-size: 22px;
  }
  .c-survey__list--rank .c-survey__item:before {    
    font-size: 12px;    
    width: 26px;
    height: 26px;    
  }
}

/*================ Custom Featured Point ================*/
.c-featured-point__head{
  margin-bottom: 80px;
}
.c-featured-point__head-title{
  font-size: 30px;
  line-height: 1.8;
  font-weight: 400;
}
.c-featured-point__head-subtitle{
  font-size: 16px;
  color: #4451C6;
  font-weight: 400;
}
.c-featured-point__content{
  display: flex;
  flex-wrap: wrap;
}
.c-featured-point__item{
  padding: 0 45px;
}
.c-featured-point__item:first-child{
  padding-left: 0;
}
.c-featured-point__item:last-child{
  padding-right: 0;
}
.c-featured-point__item:not(:last-child){
  border-right: 1px solid rgb(var(--border-color)); 
}
.c-featured-point__item-num{  
  margin-bottom: 30px;
}
.c-featured-point__item-num span{
  width: 47px;
  height: 47px;
  border-radius: 50%;  
  background: #4451C6;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1;
  font-family: 'Newsreader', serif;
  padding-top: 4px;
}
.c-featured-point__item-title{
  font-size: 16px;
  line-height: 2.3125;
}
.c-featured-point__caption{
  font-size: 12px;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .c-featured-point__content{
    display: block;
  }
  .c-featured-point__item{
    width: 100%!important;
    padding: 25px 0;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .c-featured-point__item:not(:last-child){
    border-right: none;    
  }
  .c-featured-point__item{
    border-bottom: 1px solid rgb(var(--border-color)); 
  }
  .c-featured-point__item-num{  
    margin-bottom: 0;    
  }
  .c-featured-point__item-title{
    font-size: 18px;    
  }
}
@media screen and (max-width: 740px) {
  .c-featured-point__head{
    margin-bottom: 25px;
  }
  .c-featured-point__head-title{
    font-size: 18px;
    line-height: 1.66;    
  }
  .c-featured-point__head-subtitle{
    font-size: 13px;    
  }  
  .c-featured-point__item-num{    
    width: 35px;;
  }
  .c-featured-point__item-num span{
    width: 35px;
    height: 35px;    
    font-size: 11px;    
  }
  .c-featured-point__item-title{
    font-size: 13px;
    line-height: 2;
  }
  .c-featured-point__caption{
    font-size: 10px;    
    margin-top: 20px;
  }
}


/*================ Custom Interview ================*/
.c-interview{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.c-interview__item{
  width: calc( 100% / 4 - ( 40px - 40px / 4 ) );  
}
.c-interview__image{
  border-radius: 20px;
  background: #FFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19%;  
}
.c-interview__image img{
  display: block;
  max-height: 210px;
}
.c-interview__image:hover{
  opacity: 0.75;
}
.c-interview__info{
  margin-top: 25px;
}
.c-interview__name{
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .c-interview__item{
    width: calc( 100% / 3 - ( 40px - 40px / 3 ) );  
  }
}
@media screen and (max-width: 740px) {
  .c-interview{
    gap: 40px 15px;
  }
  .c-interview__item{
    width: calc( 100% / 2 - ( 15px - 15px / 2 ) );  
  }
  .c-interview__image{    
    padding: 28px 35px;  
  }
  .c-interview__image img{    
    max-height: 104px;
  }
  .c-interview__info{
    margin-top: 15px;
  }
  .c-interview__name{
    font-size: 13px;
  }
}

/* ============ Custom Voice List ============ */
.c-voice-list{
  display: flex;
  overflow-x: scroll;
  gap: 30px;  
  padding: 0 30px 16px 30px;
}
.c-voice-list__item{
  width: 440px;  
  flex-shrink: 0;
  background: #FFF;
  padding: 60px 60px 50px 60px;
  position: relative;
  box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.05);
}
.c-voice-list__item:before{
  content: '';
  position: absolute;
  width: 30px;
  height: 17px;
  clip-path: polygon(50% 80%, 0% 0%, 100% 0%);
  background-color: #FFF;
  bottom: -16px;
  left: calc( 50% - 15px );
  z-index: 1;
  box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.05);
}
.c-voice-list__star{
  margin-bottom: 25px;
  display: inline-block;
  font-size: 20px;
}
.c-voice-list__star span + span{
  margin-left: 7px;
}
.c-voice-list__star span:before{
  content: "★";
  color: rgba(68,81,198,0.16);
}
.c-voice-list__star[data-star="5"] span:before{
  color: #4451C6;
}
.c-voice-list__star[data-star="4"] span:nth-child(-n+4):before{
  color: #4451C6;
}
.c-voice-list__star[data-star="3"] span:nth-child(-n+3):before{
  color: #4451C6;
}
.c-voice-list__star[data-star="2"] span:nth-child(-n+2):before{
  color: #4451C6;
}
.c-voice-list__star[data-star="1"] span:nth-child(-n+1):before{
  color: #4451C6;
}
.c-voice-list__title{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.c-voice-list__description{
  font-size: 15px;
  line-height: 2.15;
}
.c-voice-list__meta{
  font-size: 16px;
  margin-top: 20px;
}
.c-voice-list__meta span + span{
  margin-left: 8px;
}
@media screen and (max-width: 740px) {
  .c-voice-list{    
    gap: 20px;    
    padding: 0 20px 18px 20px;
  }
  .c-voice-list__item{
    width: 72%;     
    padding: 36px 30px 40px 30px;        
  }
  .c-voice-list__item:before{          
    height: 20px;
    clip-path: polygon(50% 80%, 0% 0%, 100% 0%);    
    bottom: -18px;
    left: calc( 50% - 15px );        
  }
  .c-voice-list__star{
    margin-bottom: 25px;
  }
  .c-voice-list__star span + span{
    margin-left: 3px;
  }
  .c-voice-list__star span:before{
    font-size: 16px;
  }
  .c-voice-list__title{
    font-size: 13px;    
    margin-bottom: 10px;
  }
  .c-voice-list__description{
    font-size: 13px;
    line-height: 1.53;
  }
  .c-voice-list__meta{
    font-size: 13px;
    margin-top: 15px;
  }
  .c-voice-list__meta span + span{
    margin-left: 6px;
  }
}

/*============================================================================
  #Product
==============================================================================*/


.c-product{
  display: flex;
  gap: 90px;
}
.c-product__info{  
  min-width: 640px;
  max-width: 640px;  
}
@media screen and (max-width: 1400px) {
  .c-product__info{
    min-width: unset;
    max-width: unset;
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .c-product{
    display: block;    
  }
  .c-product__info{  
    min-width: unset;
    max-width: unset;
    width: 100%;;    
  }
}
/* Sticky Button */
.c-product__sticky-button{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;    
}
.c-product__sticky-button .button{
  font-size: 18px;
}
@media screen and (max-width: 740px) {
  .c-product__sticky-button{    
    bottom: 10px;
    right: 10px; 
    font-size: 13px;       
  }
  .c-product__sticky-button .button{
    font-size: 13px;
  }
}
/* Head */
.c-product__head{
  /*margin-bottom: 90px;*/
  margin-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .c-product__head{
    margin-bottom: 0;
  }
  .c-product__section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/* Meta */
/* .c-product__meta{
  border-bottom: 1px solid rgb(var(--border-color));
} */
.c-product__meta {
  margin-bottom: 50px;
}
.c-product__tags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.c-product__tags span{
  background: #E2E2E2;
  font-size: 14px;
  padding: 6px 20px;
}
.c-product__title{
  font-size: 26px;
  line-height: 1.85;
  font-weight: 400;
}
.c-product__description{
  font-size: 16px;
  line-height: 2.3;
  margin-top: 25px;
}
.c-product__price-list{
  /* border-top: 1px solid rgb(var(--border-color)); */
  /* margin-top: 40px;   */
  /* padding: 25px 0; */
  margin-bottom:60px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px;
}
.c-product__price-list--inner {
  font-size: 20px;
}
.c-product__coupon {
  margin-bottom: 60px;
}
/*
.c-product__coupon {
  background-color: rgba(77, 93, 202, 0.9);
  text-align: center;
  padding: 30px;
  border-radius: 20px;
}
.c-product__coupon--head {
  font-size: 39px;
  color: white;
  line-height: 180%;
  font-weigth: 700;
}
.c-product__coupon--head span {
  font-family: var(--font-family-mercellus);
}
.c-product__coupon--head b {
  font-size: 78px;
}
.c-product__coupon--code {
  font-size: 24px;
  color: white;
  line-height: 100%;
  margin: 15px 0;
}
.c-product__coupon--text {
  font-size: 40px;
  font-weight: 600;
  color: white;
}*/
.c-product__price-li{
  width: 100%;
  font-size: 20px;
}
.c-product__price{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 26px;
  font-family: Inter,sans-serif;
}
.c-product__price span{
  font-size: 20px;
}
.c-product__price small{
  font-size: 14px;  
  font-weight: 400;
}
.c-product__price-price{
  font-size: 26px;
  font-family: Inter,sans-serif;
}
.c-product__price-price small{
  font-size: 14px;  
  font-weight: 400;
}
.c-product__order{
  margin-bottom:60px;
}
.c-product__order-caption{
  font-size:14px;
  line-height:1.6;
  margin-bottom:60px;
}
/*
.c-product__price-price:after{
  content: "※税込価格";
  font-size: 14px;  
  font-weight: 400;
}
*/
.c-product__price-label{
  font-size: 16px;
  margin-right: 20px;
}
.c-product__price--compare{
  color: #C83636;
  margin-right: 46px;
}
@media screen and (max-width: 740px) {
  .c-product__tags{
    gap: 5px;
    margin-bottom: 20px;
  }
  .c-product__tags span{    
    font-size: 10px;
    padding: 6px 15px;
  }
  .c-product__title{
    font-size: 16px;
    line-height: 1.85;    
  }
  .c-product__description{
    font-size: 13px;
    line-height: 2.15;
    margin-top: 15px;
  }  
  .c-product__price-list{   
    /*margin-top: 36px;  */
    margin-bottom: 20px;
    padding: 20px 0;    
  }
  .c-product__price-li{    
    font-size: 16px;
  }
  .c-product__price{    
    font-size: 22px;
    display: inline-block;
  }
  .c-product__price span{
    font-size: 16px;
  }
  .c-product__price small{
    font-size: 12px;    
  }
  .c-product__price-price{
    font-size: 22px;
  }
  .c-product__price-label{
    font-size: 12px;
    margin-right: 0;    
  }
  .c-product__price--compare{    
    margin-right: 30px;
  }
  .c-product__order-caption{
    margin-bottom:0px;
  }
  .c-product__order {
    margin-bottom: 20px;
  }
}
/* Form */
/* .c-product__form{
  margin-top: 50px;
} */
.c-product__form-label{
  font-size: 18px;
  margin-bottom: 50px;
  /* margin-top: 50px; */
  font-weight: 600;
  color:#4451C6;
}
.c-product__form-label--small{
  font-size: 16px;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 30px;
}
.c-product__form-label--text {
  display: inline-block;
  color: white;
  background: #1C2659;
  padding: 2px 10px;
  font-size: 14px;
  margin-left: 20px;
}
@media screen and (max-width:740px) {
  .c-product__form-label--text {
    margin-left: 0px;
    margin-top: 10px;
    font-size: 12px;
  }
}
.c-product__variants{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-product__variants-item{
  font-size: 16px;
  background: #FFF;
  padding: 5px 32px;
  border-radius: 100px;
  cursor: pointer;
}
.c-product__variants input:checked + label,
.c-product__variants-item--selected{
  background: #464754;
  color: #FFF;
}
.c-product__size-table table{
  width: 100%;
  border-top: 1px solid rgb(var(--border-color));
  border-left: 1px solid rgb(var(--border-color));
}
.c-product__size-table th,
.c-product__size-table td{
  border-right: 1px solid rgb(var(--border-color));
  border-bottom: 1px solid rgb(var(--border-color));
  padding: 15px;
  line-height: 1.375;
  text-align: center;
}
.c-product__size-caption{
  font-size: 12px;
  font-weight:700;
  margin-top: 14px;
}
.c-product__form-assortment button + button{
  margin-top: 16px;
}
.c-product__form-assortment .button--border{
   border-width: 2px;
}
.c-product__form-submit{
  margin-top: 60px;
}
.c-product__form-submit .button{
  border-radius: 100px;
  height: 80px;
  font-size: 16px;
  font-weight: 700;
}
.c-product__form-support{
  margin-top: 25px;
}
.c-product__form-support a{
  font-size: 16px;
  text-decoration: underline;
}
.c-product__form-support a + a{
  margin-left: 16px;
}
@media screen and (max-width: 740px) {
  .c-product__form{
    /*margin-top: 40px;*/
  }
  .c-product__form-label{
    font-size: calc(13px + 0.25vw);
    margin-bottom: 14px;
    /*margin-top: 40px;*/
  } 
  .c-product__form-label--small{
    font-size: 13px;    
  }
  .c-product__variants{    
    gap: 10px 7px;
  }
  .c-product__variants-item{
    font-size: 12px;    
    padding: 5px 25px;    
  }
  .c-product__size-table th,
  .c-product__size-table td{
    font-size: 12px;
    padding: 10px;
    line-height: 1.375;    
  }
  .c-product__size-caption{
    font-size: 10px;    
  }
  .c-product__form-assortment button + button{
    margin-top:8px;
  }
  .c-product__form-submit{
    margin-top: 50px;
  }
  .c-product__form-submit .button{    
    height: 60px;
    font-size: 13px;    
  }
  .c-product__form-support{
    margin-top: 20px;
  }
  .c-product__form-support a{
    font-size: 12px;    
  }
}

/* Image */
.c-product__image{    
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height);
  height: 100%; 
  margin: 0 calc(50% - 50vw) 0 0;
  width: 100vw;
}
.c-product__image img{
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .c-product__image{
    width: 50%;    
  }
}
@media screen and (max-width: 1000px) {
  .c-product__image{
    position: unset;
    margin: 45px calc(50% - 50vw) 0;
    width: 100vw;
    display: none !important;/*2025 changed*/
  }
}


/*============================================================================
  #Page
==============================================================================*/


/*================ Contact ================*/
.contact__form .input-description{
  font-size: 14px;
  margin-top: 16px;
}


/*============================================================================
  #Page(Guide)
==============================================================================*/


/* ============ Title ============ */

.c-page-guide__head-title{
  font-size: 26px;
  line-height: 1.68;  
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 50px;
  position: relative;
  margin-bottom: 70px;
}
.c-page-guide__head-title:before{
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background: #4451c6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-page-guide__head-title:after{
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #F0F0F0;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 740px) {
  .c-page-guide__head-title{
    font-size: 18px;
    line-height: 1.44;      
    padding-left: 30px;    
    margin-bottom: 44px;
  }
  .c-page-guide__head-title:before{    
    width: 18px;
    height: 18px;
  }
  .c-page-guide__head-title:after{    
    width: 8px;
    height: 8px;
    left: 5px;    
  }  
}


/*================ Guide ================*/
.c-page-guide{
  display: flex;  
  gap: 110px;
}
@media screen and (max-width: 1300px) {
  .c-page-guide{
    flex-wrap: wrap;
    gap: 80px;
  }
}
/* main */
.c-page-guide__main{
  width: calc( 100% - 430px );
}
.c-page-guide__item{
  margin-top: 120px;
}
.c-page-guide__head{
  margin-bottom: 50px;
}
.c-page-guide__head-caption{
  font-size: 14px;
}
@media screen and (max-width: 1300px) {
  .c-page-guide__main{
    width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 740px) {
  .c-page-guide__item{
    margin-top: 80px;
  }
  .c-page-guide__head{
    margin-bottom: 40px;
  }
  .c-page-guide__head-caption{
    font-size: 11px;
  }

}
/* aside */
.c-page-guide__aside{
  width: 320px;      
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height);
  height: 100%;    
}
.c-page-guide__aside-mokuji{
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.05);
}
.c-page-guide__aside-mokuji a{
  font-size: 16px;
  line-height: 1.6875;
  padding: 34px 40px;
  display: block;
}
.c-page-guide__aside-mokuji a:hover{
  opacity: 0.75;
}
.c-page-guide__aside-mokuji a + a{
  border-top: 1px solid rgb(var(--border-color));  
}
@media screen and (max-width: 1300px) {
  .c-page-guide__aside{
    width: 100%;
    position: unset;
    order: 1; 
  }
}
@media screen and (max-width: 740px) {  
  .c-page-guide__aside-mokuji a{
    font-size: 12px;    
    padding: 20px 30px;    
  }
}

/* Planlist */
.c-guide-planlist{
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-guide-planlist__label{
  font-size: 14px;
  white-space: nowrap;
}
.c-guide-planlist__content{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
.c-guide-planlist__content span{
  font-size: 14px;
  background: #FFF;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  line-height: 1;
  padding: 6px 10px;
}
@media screen and (max-width: 740px) {
  .c-guide-planlist{
    gap: 8px;
    align-items: unset;
  }
  .c-guide-planlist__label{
    font-size: 11px;
  }
  .c-guide-planlist__content{
    gap: 5px;    
  }
  .c-guide-planlist__content span{
    font-size: 11px;
    border-radius: 4px;
    line-height: 1;
    padding: 6px 10px;
  }
}


/*============================================================================
  #Blog
==============================================================================*/




/*============================================================================
  #Article
==============================================================================*/


.article__header-content .article__title{
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
}
@media screen and (max-width: 740px) {
  .article__header-content .article__title{
    font-size: 24px;    
  }
}



/*============================================================================
  #Cart
==============================================================================*/




/*============================================================================
  #Customer
==============================================================================*/




/*================ Login ================*/




/*================ MyAccount ================*/
/* Order Table */
.account__orders-table td{
  font-size: 14px;
}

/* AccountSupport Form */
  .c-account-support-form{
    text-align: center;
  }
  .c-account-support-form__description{
    margin-bottom: 24px;
  }
  .c-account-support-form__content{
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  @media screen and (max-width: 740px) {
    .c-account-support-form{
      text-align: left;
    }
    .c-account-support-form__description{
      font-size: 14px;
    }
    .c-account-support-form__content{
      display: block;      
    }
    .c-account-support-form__item + .c-account-support-form__item{
      margin-top: 16px;
    }
    .c-account-support-form__item .button{
      width: 100%;
    }
  }

/*============================================================================
  #Header
==============================================================================*/

.header__wrapper{
  padding: 30px 0;
}
.header--bordered:not(.header--transparent){
  box-shadow: none;
}
@media screen and (max-width: 740px) {
 .header__wrapper{
    padding: 22px 0;
  } 
}
/* Linklist */
.header__linklist{}
.header__linklist-item:not(:last-child){
  margin-inline-end: 40px;
}
.header__linklist-item.has-dropdown .header__linklist-link{
  position: relative;
  padding-right: 12px;
}
.header__linklist-item.has-dropdown .header__linklist-link:before{
  content: "･";
  display: block;    
  position: absolute;
  right: 0;
  top: 0;
}
/* mega-menu */
.mega-menu .container{
  max-width: max-content;
}
.meda-menu--small{  
  background: none;
}
.meda-menu--small .mega-menu__inner{
  background: #FFF;
  border-radius: 20px;
  padding-left: 48px;
  padding-right: 48px;
}
.meda-menu--small:after{
  height: 100vh;
  top: 0;
}
.mega-menu__images-wrapper--tight{
  gap: 30px;
  width: auto;
}
.mega-menu__heading{
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin-top: 20px;
}
/* Action list */
.header__icon-list{
  gap: 34px;
}
.header__icon-list svg{
  height: 22px;
  width: 22px;
}
.header__icon-wrapper .bubble-count{
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 400;
}
.header:not(.header--transparent) .header__icon-wrapper .bubble-count{
  background: #464754;
  color: #FFF;  
}
@media screen and (max-width: 740px) {
  .header__icon-list{
    gap: 27px;
  }
  .header__icon-list svg{
    height: 18px;
    width: 18px;
  }
  .header__icon-wrapper .bubble-count{    
    font-size: 10px;    
  }
}


/*============================================================================
  #Footer
==============================================================================*/

/* ============ Custom Footer ============ */ 
.c-footer{
  background: rgb(var(--background));
  color: rgb(var(--text-color));
  padding: 110px 0 120px;
}
.c-footer__wrap{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.c-footer__content{
  max-width: calc( 100% - 490px );
}
@media screen and (max-width: 1200px) {
  .c-footer__content{
    max-width: calc( 100% - 340px );
  }
}
@media screen and (max-width: 740px) {
  .c-footer{
    padding: 100px 0 84px;
  }
  .c-footer__wrap{
    display: block;    
  }
  .c-footer__content{
    max-width: unset;
    margin-top: 60px;
  }
}
/* Newsletter */
.c-footer__newsletter{
  width: 450px;
}
.c-footer__newsletter-title{
  font-size: 30px;
  letter-spacing: 0.01em;
  font-family: 'Inter', sans-serif;
}
.c-footer__newsletter-description{
  font-size: 15px;
  margin-top: 30px;
}
.c-footer__newsletter-form{
  margin-top: 50px;
}
.footer__item--newsletter{
  margin-left: auto;
}
.footer__newsletter-form{
  --form-input-field-height: 60px;
}
.footer__newsletter-form .input__field{
  background: rgba(255,255,255,0.05);
  border: none;  
  border-radius: 60px;
  padding: 0 30px;
}
.footer__newsletter-form .input__label{
  background: none;
  color: rgb(var(--text-color),0.4);
  font-size: 13px;
}
.footer__newsletter-form .input__submit-icon{  
  height: var(--form-input-field-height);
  display: flex;
  align-items: center;  
  background: #2A2B33;
  border-radius: 60px;
  transform: unset;
  top: 0;
  right: 0;
  padding: 0 30px;
  font-size: 15px;
}
.footer__newsletter-form .input__submit-icon:before{
  display: none;
}
@media screen and (max-width: 1200px) {
  .c-footer__newsletter{
    width: 300px;
  }
}
@media screen and (max-width: 740px) {  
  .c-footer__newsletter{
    width: 100%;
  }
  .c-footer__newsletter-title{
    font-size: 22px;    
  }
  .c-footer__newsletter-description{
    font-size: 12px;
    margin-top: 20px;
  }
  .c-footer__newsletter-form{
    margin-top: 25px;
  }  
  .footer__newsletter-form{
    --form-input-field-height: 55px;
  }
  .footer__newsletter-form .input__label{    
    font-size: 12px;
  }
  .footer__newsletter-form .input__submit-icon{      
    padding: 0 28px;
    font-size: 12px;
  }
}
/* Menu */
.c-footer__menu{
  display: flex;
  gap: 60px;
}
.c-footer__link{  
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgb(var(--text-color),0.5);
  font-size: 15px;
}
.c-footer__link-item + .c-footer__link-item{
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .c-footer__menu{    
    gap: 40px;
  }
}
@media screen and (max-width: 740px) {  
  .c-footer__menu{
    display: block;    
  }
  .c-footer__link{
    font-size: 12px;
  }
  .c-footer__link + .c-footer__link{
    margin-top: 16px;
  }
  .c-footer__link-item + .c-footer__link-item{
    margin-top: 16px;
  }
}
/* Aside */
.c-footer__aside{
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-top: 60px;
}
.c-footer__social .social-media{
  gap: 10px;
}
.c-footer__social .social-media__item{
  box-shadow: none;
}
.c-footer__social .social-media__item:before{
  display: none;
}
.c-footer__social .social-media__link{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  color: rgb(var(--background));
  transition: opacity .25s ease-in-out;
}
.c-footer__social .social-media__item svg{
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1200px) {
  .c-footer__aside{
    gap: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-footer__social .social-media__link:hover{
    opacity: 0.7;
  }
}
.c-footer__copy{
  color: rgb(var(--text-color),0.5);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 740px) {
  .c-footer__aside{    
    gap: 30px;
    margin-top: 60px;
  }
  .c-footer__social .social-media{
    gap: 8px;
  }
  .c-footer__social .social-media__link{
    width: 29px;
    height: 29px;    
  }
  .c-footer__social .social-media__item svg{
    width: 14px;
    height: 14px;
  }
  .c-footer__copy{
    font-size: 10px;
  }
}


/*============================================================================
  #APP
==============================================================================*/

/*================ Judge me ================*/

/* Head */
.jdgm-rev-widg{
  padding: 0!important;
  border-top: 1px solid rgb(var(--border-color))!important;
  margin-top: 58px!important;
  padding-top: 70px!important;
}
.jdgm-row-stars{
  display: flex!important;
  justify-content: space-between!important;
}
.jdgm-rev-widg__title{
  display: none!important;
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars{
  justify-content: space-between!important;
}
#judgeme_product_reviews .jdgm-star{
  padding: 0 7px 0 0 !important;
}
.jdgm-rev-widg__summary{
  flex-direction: unset!important;
  justify-content: unset!important;
}
.jdgm-rev-widg__summary-average{
  display: none!important;
}
.jdgm-rev-widg__summary-text{
  font-size: 16px!important;
  margin-top: 18px!important;
  line-height: 1!important;
  text-align: left!important;
}
.jdgm-histogram{
  display: none!important;
}
.jdgm-widget-actions-wrapper{
  border-left: none!important;
}
.jdgm-write-rev-link{
  border: 1px solid #4451C6!important;
  font-weight: 400!important;
  background: none!important;
  color: #4451C6!important;
  border-radius: 60px!important;
  padding: 18px 40px!important;
  font-size: 16px!important;
}
.jdgm-write-rev-link.jdgm-write-rev-link{
  max-width: 100%!important;
}
@media screen and (max-width: 740px) {  
  .jdgm-rev-widg{    
    border-top: none!important;
    margin-top: 0!important;
    padding-top: 70px!important;
  }
  #judgeme_product_reviews .jdgm-star{
    padding: 0 4px 0 0 !important;
  }
  .jdgm-rev-widg__summary-text{
    font-size: 12px!important;
    margin-top: 12px!important;    
  }
  .jdgm-write-rev-link{    
    padding: 14px 32px!important;
    font-size: 12px!important;
  }
}

/* actions */
.jdgm-row-actions{
  display: none!important;
}
/* form */
.jdgm-form-wrapper{
  border-top: 1px solid rgb(var(--border-color))!important;
  padding-top: 40px!important;
}
.jdgm-form__title{
  font-weight: 400!important;
  font-size: 22px!important;
}
.jdgm-form__fieldset p{
  font-size: 14px!important;
  line-height: 2!important;
}
.jdgm-form__fieldset-actions .jdgm-btn{
  border-radius: 60px!important;
  font-weight: 400!important;
  padding: 15px 30px!important;
}
@media screen and (max-width: 740px) {  
  .jdgm-form__title{    
    font-size: 18px!important;
  }
  .jdgm-form__fieldset p{
    font-size: 12px!important;    
  }
}
/* review */
#judgeme_product_reviews .jdgm-rev-widg__body{
  margin-top: 36px;
}
#judgeme_product_reviews .jdgm-rev {
  border: none;
  background: #FFF;
  padding: 60px 50px 40px 55px;
  margin: 0;
}
#judgeme_product_reviews .jdgm-rev+.jdgm-rev {
    margin-top: 30px;
}
#judgeme_product_reviews .jdgm-rev__header{
  margin-bottom: 26px;
}
#judgeme_product_reviews .jdgm-rev__timestamp{
  font-size: 12px;
  color: #000;
  display: none;
}
#judgeme_product_reviews .jdgm-rev__title{
  font-size: 18px;  
  line-height: 1.7;
  font-weight: 400;
}
#judgeme_product_reviews .jdgm-rev__body{
  font-size: 18px;  
}
#judgeme_product_reviews .jdgm-rev__body p{
  line-height: 1.8;
}
@media screen and (max-width: 740px) {
  #judgeme_product_reviews .jdgm-rev-widg__body{
    margin-top: 16px;
  }
  #judgeme_product_reviews .jdgm-rev {
    border: none;
    background: #FFF;
    padding: 40px 35px;
    margin: 0;
  }
  #judgeme_product_reviews .jdgm-rev+.jdgm-rev {
    margin-top: 20px;
  }
  #judgeme_product_reviews .jdgm-rev__header{
    margin-bottom: 15px;
  }
  #judgeme_product_reviews .jdgm-rev__timestamp{
    font-size: 10px;    
  }
  #judgeme_product_reviews .jdgm-rev__title{
    font-size: 15px;      
  }
  #judgeme_product_reviews .jdgm-rev__body{
    font-size: 13px;  
  }
  #judgeme_product_reviews .jdgm-rev__body p{
    line-height: 2.1;
  }
}

/*================ Mikawaya ================*/

/* ------- box page ------- */


/* head */
.css-pc7trn{
  display: none!important;
}
.css-1no2xkg{
  line-height: 2.31!important;
  font-size: 16px!important;
  margin-top: 40px!important;
}
@media screen and (max-width: 740px) {
  .css-gocx9z{
    font-size: 18px!important;
  }
  .css-1no2xkg{
    line-height: 2.1!important;
    font-size: 13px!important;
    margin-top: 30px!important;
  }  
}
/* Product Grid */
.mikawaya-main-container{
  max-width: var(--container-max-width)!important;  
  padding: 80px var(--container-gutter) 200px!important;
}
.css-1i7hjs0{
  display: flex!important;
  flex-wrap: wrap!important;
  padding: 0!important;
  gap: 90px 40px!important;
}
.css-txxv64{
  width: calc( 100% / 4 - ( 40px - 40px / 4 ) )!important;
}
@media screen and (max-width: 1200px) {  
  .css-txxv64{
    width: calc( 100% / 3 - ( 40px - 40px / 3 ) )!important;
  }
}
@media screen and (max-width: 740px) {
  .mikawaya-main-container{    
    padding: 0!important;
  }
  .css-1i7hjs0{
    gap: 40px 15px!important;
  }
  .css-txxv64{
    width: calc( 100% / 2 - ( 15px - 15px / 2 ) )!important;
  }
}
/* product image */
.css-er5rnb{
  margin-bottom: 30px!important;
}
img.css-1387mqn{
  width: 100%!important;
  height: auto!important;
  cursor: pointer!important;  
}
@media screen and (max-width: 740px) {
  .css-er5rnb{
    margin-bottom: 15px!important;
  }
}
/* product title */
.css-15l6qv3{
  font-size: 16px!important;
  margin-bottom: 30px!important;
  line-height: 1.66!important;
  color: #000!important;
}
@media screen and (max-width: 740px) {
  .css-15l6qv3{
    font-size: 12px!important;
    margin-bottom: 15px!important;    
  }
}
/* select form */
.css-txxv64 .css-x5brl8{
  display: none!important;
}
.css-1cqqob7{
  background: #FFF!important;
  border-radius: 50px!important;
  height: 56px!important;
}
.css-1cqqob7 button{
  height: 56px!important;
  border: none!important;
  padding: 0 30px!important;
  font-size: 16px!important;
  font-weight: 400!important;
  border-radius: 50px!important;
  margin: 0!important;
}
.css-1cqqob7 button:not(:disabled):hover,
.css-1cqqob7 button:not(:disabled):active{
  background: #4451C6!important;
  color: #FFF!important;
  border-radius: 50px!important;
}
.css-1cqqob7 .css-aaf5mt{
  margin: 0 10px!important;
  font-size: 16px!important;
}
@media screen and (max-width: 740px) {
  .css-1cqqob7{
    height: 45px!important;
  }
  .css-1cqqob7 button{
    height: 45px!important;    
    padding: 0 20px!important;
    font-size: 11px!important;        
  }
  .css-1cqqob7 .css-aaf5mt{    
    font-size: 11px!important;
  }
  .css-1cqqob7 button:not(:disabled):hover,
  .css-1cqqob7 button:not(:disabled):active{
    background: none!important;
    color: #000!important;    
  }
}
@media screen and (max-width: 320px) {
  .css-1cqqob7 button{
    height: 45px!important;    
    padding: 0 20px!important;
    font-size: 10px!important;        
  }
  .css-1cqqob7 .css-aaf5mt{    
    font-size: 10px!important;
  }
}
/* Modal */
.chakra-modal__content h2.chakra-heading{
  font-size: 24px!important;
  font-family: var(--text-font-family)!important;
  font-weight: 400!important;
  line-height: 1.7!important;
}
.chakra-modal__footer .chakra-button:not(:disabled){
  background: #4451C6!important;
  color: #FFF!important;
  border-radius: 50px!important;
  font-weight: 400!important;
  padding: 0 30px!important;
}
@media screen and (max-width: 740px) {
  .chakra-modal__content{
    font-size: 12px!important;
  }
  .chakra-modal__content h2.chakra-heading{
    font-size: 16px!important;    
    font-weight: 500!important;    
  }
  .chakra-modal__footer .chakra-button:not(:disabled){    
    font-size: 12px!important;
  }
}
/* sticky form */
.chakra-stack.css-pymu00{
  position: fixed!important;
  background: #FFF!important;
  padding: 30px 50px!important;
  max-width: 1500px!important;
  border-radius: 20px!important;
  bottom: 20px!important;
  left: 50%!important;
  transform: translate(-50%, -0%)!important;
  flex-direction: unset!important;
  justify-content: space-between!important;
  gap: 24px!important;
  font-size: 16px!important;
  box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.05)!important;
  margin: 0 auto!important;
  width: calc( 100% - 40px )!important;
}
.chakra-stack .css-10q7auu{
  color: #000!important;
  font-weight: 400!important;
}
.chakra-stack.css-pymu00 .chakra-button{
  color: transparent!important;
  font-size: 1px!important;
  border-radius: 100px!important;
  font-weight: 400!important;
  margin: 0!important;
  background: #4451C6!important;
}
.chakra-stack.css-pymu00 .chakra-button:disabled{
  background: rgba(0,0,0,0.2)!important;
  opacity: 1!important;
}
.chakra-stack.css-pymu00 .chakra-button:before{
  color: #FFF!important;
  content: "ワイシャツの柄と枚数を確定し次へ進む"!important;
  font-size: 16px!important;
}
@media screen and (max-width: 740px) {
  .chakra-stack.css-pymu00{
    display: block!important;
    padding: 20px!important;
    bottom: 10px!important;
    left: 50%!important;
    transform: translate(-50%, -0%)!important;
    gap: 16px!important;
    font-size: 12px!important;
    text-align: center!important;
  }
  .chakra-stack.css-pymu00 .chakra-button{
    height: 36px!important;
    margin-top: 5px!important;
  }
  .chakra-stack.css-pymu00 .chakra-button:before{
    font-size: 12px!important;
  }
}


/* ============ Custom Product Reason ============ */
.c-product__reason-section {
  position: relative;
  padding: 0 10px;
  margin-top: 100px;
}
.c-product__reason-section::before {
  content:'';
  width: 100%;
  height: 60%;
  background: #D8DAE8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.c-product__reason-head {
  font-family: var(--font-family-mercellus);
  font-size: 200px;
  font-weight: 400;
  line-height: 200px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: white;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.c-product__reason-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 72px;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}
.c-product__reason-title span {
  color: #4451c6;
}
.c-product__reason-title em {
  font-family: var(--font-newsreader);
  font-weight: 500;
  font-size: 100px;
  font-style: normal;
}
.c-product__reason-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 100px;
}
.c-product__reason-inner {
  background: white;
  border-radius: 20px;
  padding: 50px 40px 40px;
  box-shadow: 0px 0px 30px 0px #3C56341A;
  position: relative;
  margin-top: 10px;
}
.c-product__reason-inner span {
  font-family: var(--font-newsreader);
  font-size: 60px;
  font-weight: 400;
  color: #4451C6;
  position: absolute;
  top: -35px;
  left: 20px;
}
.c-product__reason-inner img {
  width: 103px;
  display: block;
  margin: 0 auto;
  max-width: 60%;
}
.c-product__reason-inner p {
  font-size: 22px;
  font-weight: 700;
  color: #4451C6;
  text-align: center;
  line-height: 1.4;
}
.c-product__reason-inner p small {
  font-size: 14px;
  display: block;
}
.c-product__reason-btn {
  border-radius: 100px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  color: #4451c6;
  text-align: center;
  display: block;
  position: relative;
  line-height: 50px;
  max-width: 280px;
  margin: 0 auto;
}

.c-product__features-section {
  text-align: center;
  margin-top: 100px;
}
.c-product__features-header {
  margin: 0 auto;
  text-align: left;
  margin-bottom: 40px;
}
.c-product__features-wrapper {
  max-width: 980px;
  text-align: left;
  margin: 0 auto 30px;
  background-color: white;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.c-product__features-image {
  width: 15%;
  min-width: 90px;
}
.c-product__features-text {
  width: 70%;
}
@media screen and (max-width:780px) {
  .c-product__reason-section, 
  .c-product__features-section {
    margin-top: 50px;
  }
  .c-product__reason-section {
    padding-bottom: 40px;
  }
  .c-product__reason-head {
    font-size: 80px;
    left: 5px;
    transform: unset;
    line-height: 1;
  }
  .c-product__reason-title {
    padding: 20px 15px 0;
    font-size: 24px;
    text-align: left;
  }
  .c-product__reason-title text {
    display: none;
  }
  .c-product__reason-title em {
    font-size: 50px;
  }
  .c-product__reason-wrapper {
    gap: 5px;
    padding-bottom: 30px;
  }
  .c-product__reason-inner {
    padding: 20px 5px 10px;
    border-radius: 5px;
  }
  .c-product__reason-inner p {
    font-size: 16px;
  }
  .c-product__reason-inner p.pc {
    display: none;
  }
  .c-product__reason-inner span {
    font-size: 26px;
    top: -18px;
  }
  .c-product__features-wrapper {
    padding: 15px 5px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width:781px) {
  .c-product__reason-btn, .c-product__reason-sp {
    display: none;
  }
  .c-product__reason-inner p.sp {
    display: none;
  }
}

/* 選ばれる理由 - スマホのみ表示 */
.c-product__reason__sp-inner {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 30px #3c56341a;
  position: relative;
  margin-top: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 40px 1fr;
  align-items: center;
}
.c-product__reason__sp-num {
  width: 30px;
  margin-right: 10px;
  font-family: var(--font-newsreader);
  color: #4451c6;
  font-weight: 500;
  font-size: 24px;
}
.c-product__reason__sp-text {
  font-size: 16px;
  font-weight: 700;
  color: #4451c6;
  line-height: 1.4;
}
.c-product__reason__sp-text em {
  font-size: 14px;
  font-style: normal;
}

/* custom main product2 2025.03修正分 */
.c-product_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
.c-product_2--wrapper {
  width: calc(60% - 1rem);
  max-width: 740px;
}
.c-product__meta_2 {
  background-color: white;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.c-product__price-title span {
  font-size: 22px;
  font-weight: 600;
}
.c-product__price-list_2 p {
  margin: 0;
  font-size: 17px;
}
.c-product__price-list_2 p span {
  font-size: 24px;
  font-weight: bold;
}
.c-product__cont {
  border-radius: 20px;
  border: 2px solid transparent;
  background-color: white;
  overflow: hidden;
  margin-bottom: 1rem;
}
.c-product__cont .c-product__label {
  font-size: 28px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 600;
}
.c-product__cont .c-product__label span {
  font-size: 40px;
  line-height: 0;
  margin-right: 10px;
  font-weight: 600;
}
.c-product__size {
  border-color: #C0D7EE;
}
.c-product__form {
  border-color: #DFD2AA;
}
.c-product__size .c-product__label {
  background-color: #ECF3FA;
}
.c-product__form .c-product__label {
  background-color: #FFFAEB;
}
.c-product__cont-inner {
  padding: 1.5rem 0;
  text-align: center;
}
.c-product__cont-inner .c-product__variants-item {
  background-color: #99CCFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  font-weight: 600;
  padding: 8px 40px;
  transition: all .3s ease-out;
}
.c-product__cont-inner .c-product__variants-item:hover {
  box-shadow: none;
  transform: translateY(2px);
  background-color: #2C2D31;
  color: white;
}
.c-product__cont-inner .c-product__variants {
  justify-content: center;
}
.c-product__cont-inner .button {
  font-weight: 600;
  width: 90%;
  max-width: 460px;
  font-size: 22px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  color: black;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-out;
  margin: 0 auto;
}
.c-product__cont .button:hover {
  box-shadow: none;
  transform: translateY(2px);
}
.c-product__cont .button span {
  margin: auto;
}
.c-product__cont .button i {
  justify-self: flex-end;
  width: clamp(2rem, calc(1.6rem + .5vw), 2.4rem);
  height: clamp(2rem, calc(1.6rem + .5vw), 2.4rem);
  border-radius: 100%;
  border: 2px solid black;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 0;
  font-family: system-ui;
}
.c-product__cont-inner .button--yellow {
  background-color: #FFC000;
  background-image: none;
  margin-bottom: 1rem;
}
.c-product__cont-inner .button--orange {
  background-color: #F1641B;
  background-image: none;
}
.c-product__cont-inner .c-product__size-caption {
  font-weight: normal;
}

.c-product__cont-inner .c-product__variants input:checked+label, 
.c-product__cont-inner .c-product__variants-item--selected {
  background-color: #2C2D31;
}
.c-product__cont-inner .c-product__size-caption {
  width: 90%;
  margin: 14px auto 0;
}
.c-product__arrow {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.c-product__arrow img {
  margin: 0 auto;
  max-width: 110px;
}
@media screen and (max-width:768px) {
  .c-product_2--wrapper {
    width: 100%;
  }
  .c-product__price-list_2 p {
    font-size: 14px;
  }
  .c-product__price-list_2 p span {
    font-size: 16px;
  }
  .c-product__cont .c-product__label {
    font-size: 22px;
  }
  .c-product__cont .c-product__label span {
    font-size: 37px;
  }
  .c-product__cont-inner .button:not(.button--text) {
    font-size: 16px;
  }
  .c-product__cont-inner .c-product__variants-item {
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 16px;
  }
  .c-product__image_2 {
    width: 100%;
  }
}
@media screen and (min-width:769px) {
  .c-product__meta_2 {
    gap: 1.5rem;
  }
  .c-product__image_2 {
    width: 40%;
    position: sticky;
    position: -webkit-sticky;
    top: var(--header-height);
    height: 100%;
  }
}
@media screen and (max-width:1200px) {
  .c-product__price-title {
    width: 100%;
    padding: 0 1rem 1rem;
    border-bottom: 1px solid #DEDEDE;
  }
}
@media screen and (min-width:1201px) {
  .c-product__price-title {
    width: 28%;
    padding-left: 1rem;
    border-right: 1px solid #DEDEDE;
  }
}

/* -- standard trial page -- */
.trial .trial-header img {
  width: 100%;
}
.trial .trial-read {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
.trial .trial-read h2 {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  background-color: white;
  color: #4451C6;
  line-height: 1;
  padding: 1.5rem 1rem;
  font-weight: 600;
  border-radius: 10px;
}
.trial .trial-read h2 span {
  width: 100%;
  font-size: 24px;
  color: black;
  position: absolute;
  top: -12px;
  line-height: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.trial .trial-read--text {
  width: 100%;
  margin: 0 auto;
  max-width: 35rem;
}
.trial .trial-read h3 {
  text-align: center;
  color: #4451C6;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 auto;
  margin-bottom: 3.5rem;
}

.trial .trial-read--wrap {
  border: 1px solid #C7C7C7;
  padding: 2rem 1rem;
  position: relative;
  max-width: 36rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.trial .trial-read--wrap h4 {
  color: #4451C6;
  font-size: 1.8rem;
  text-align: center;
  display: inline-block;
  background-color: rgba(240, 240, 240);
  font-weight: 600;
  margin: 0 auto;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  padding: 0 1rem;
}
.trial .trial-read--wrap h4 span {
  background-color: #4451C6;
  color: white;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50rem;
  line-height: 1;
  margin-right: 8px;
}
.trial .trial-read--wrap img {
  margin: 1rem auto;
}
.trial .trial-read--wrap ul {
  list-style: none;
  padding-left: 1rem;
  text-align: left;
}
.trial .trial-read--wrap ul li {
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
}
.trial .trial-read--wrap ul li::before {
  content:'●';
  display: block;
  line-height: 1.4rem;
  color: #4451C6;
  position: absolute;
  top: 50%;
  left: -1.2rem;
  transform: translateY(-50%);
}
.trial .trial-read--wrap h5 {
  margin-top: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #4451C6;
}
.trial .trial-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trial .trial-detail--inner {
  width: calc(50% - 1rem);
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  position: relative;
}
.trial .trial-detail--name {
  background-color: #4451C6;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 2rem;
  margin: 0;
  border-radius: 50rem;
  line-height: 1;
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: 600;
}
.trial .trial-detail--name span {
  font-size: 2.8rem;
  font-weight: 500;
}
.trial .trial-detail--read, 
.trial .trial-detail--comment, 
.trial .trial-detail--try {
  color: #4451C6;
}
.trial .trial-detail--read {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.trial .trial-detail--read span {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
}
.trial .trial-detail--read b {
  font-weight: 600;
}
.trial .trial-detail--comment {
  border: 1px solid #cfcfcf;
  font-size: 1rem;
  padding: .5rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}
.trial .trial-images {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 .4rem;
}
.trial .trial-images--inner {
  width: 50%;
  padding: .8rem;
  position: relative;
  margin-bottom: .25rem;
}
.trial .trial-images--inner .trial-items {
  width: 100%;
  position: relative;
  z-index: 1;
}
.trial .trial-images--inner .trial-icons {
  position: absolute;
  top: -.5rem;
  left: -.5rem;
  z-index: 2;
  width: 30%;
  max-width: 5rem;
}
.trial .trial-images--inner p {
  margin: 0;
  text-align: left;
  font-size: .85rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
  border-bottom: 1px solid #D5D5D5;
  margin-top: .5rem;
}
.trial .trial-images--inner p::before {
  content: '●';
  font-size: .8rem;
  color: #4451C6;
  position: absolute;
  left: 0;
  top: .1rem;
}
.trial .trial-detail--try {
  font-size: 1.6rem;
  font-weight: 600;
  background: linear-gradient(white 60%, #E4E7FF 61%);
  display: inline-block;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.trial .trial-detail--try b {
  font-weight: 600;
  font-size: 2.2rem;
}
.trial .trial-detail--arrow {
  display: block;
  width: 4rem;
  margin: 0 auto;
}
.trial .trial-detail--sub {
  font-size: 1rem;
  font-weight:600;
  margin: 1rem auto;
}
.trial .trial-select {
  border-radius: 20px;
  border: 2px solid #c0d7ee;
  background-color: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
}
.trial .trial-select h2 {
  background-color: #ecf3fa;
  text-align: left;
  padding: .8rem 1.5rem;
  font-weight: 600;
  margin: 0;
}
.trial .trial-select--size {
  padding: 1.5rem 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.trial .trial-select--size a {
  background-color: #9cf;
  box-shadow: 0 5px 10px #00000026;
  font-size: 20px;
  font-weight: 600;
  padding: .5rem 2rem;
  transition: all .3s ease-out;
  border-radius: 100px;
}
.trial .trial-select--size a:hover {
  box-shadow: none;
  transform: translateY(2px);
  background-color: #2C2D31;
  color: white;
}
.trial .trial-price {
  text-align: left;
  display: inline-block;
}
.trial .trial-price h4 {
  color: #c00000;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  margin: 0;
  position: relative;
}
.trial .trial-price h4 b {
  font-family: serif;
  font-size: 3rem;
}
.trial .trial-price h4 b i {
    font-style: normal;
    font-size: 80%;
    letter-spacing: 0;
  }
.trial .trial-price span {
  background-color: #e4e7ff;
  color: #4451c6;
  padding: .8rem;
  line-height: 1;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  font-weight: 600;
}
.trial .trial-price span::before {
  content:'';
  border-top: 10px solid #E4E7FF;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 10px;
}
.trial .trial-price small {
  font-size: 1.2rem;
}
.trial .trial-table {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.trial .trial-note {
  margin-top: 100px;
  border: 5px solid #4451C6;
  padding: 1rem;
  text-align: center;
  position: relative;
  color: #4451C6;
  font-weight: 600;
}
.trial .trial-note--icon {
  position: absolute;
  top: 0;
  right: 1rem;
  width: 4rem;
  max-width: 10%;
  transform: translateY(-50%);
}
.trial .trial-detail--wrapper {
  position: relative;
}
.trial .trial-detail--or {
  font-family: var(--font-family-mercellus);
  font-size: 100px;
  line-height: 1;
  letter-spacing: -.01em;
  font-weight: 400;
  margin: 0;
  position: absolute;
  z-index: 2;
  color: #BCBFDF;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.trial-footer {
  background-color: #464754;
  text-align: center;
  color: white;
  padding: 2rem 0;
}
@media screen and (max-width:568px) {
  .trial .trial-detail--wrapper {
    padding-inline: 10px;
  }
  .trial .trial-read h2 {
    font-size: 6.8vw;
    padding: 1rem .5rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0;
  }
  .trial .trial-read h2 span {
    font-size: 3.5vw;
  }
  .trial .trial-read--wrap ul {
    margin-top: 0;
  }
  .trial .trial-read--wrap ul li {
    font-size: 4.5vw;
  }
  .trial .trial-read--wrap h5 {
    letter-spacing: 0;
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .trial .trial-read h3 {
    font-size: 7.5vw;
    margin-bottom: 2rem;
  }
  .trial .trial-read--wrap h4 {
    font-size: 7.5vw;
    letter-spacing: 0;
  }
  .trial .trial-read--wrap ul li:before {
    left: -5vw;
    font-size: 3vw;
  }
  .trial-read--wrap img {
    width:75%;
  }
  .trial .trial-detail--inner {
    border-radius: 10px;
    padding: 1rem .8rem;
  }
  .trial .trial-detail--name {
    min-width: 50%;
    padding: .5rem;
    font-size: 5.5vw;
    line-height: 1;
  }
  .trial .trial-detail--name b {
    font-weight: 500;
  }
  .trial .trial-detail--name span {
    font-size: 8vw;
  }
  .trial .trial-detail--read {
    font-size: 6vw;
    margin-bottom: .2rem;
  }
  .trial .trial-detail--read span {
    font-size: 9vw;
    font-weight: 500;
  }
  .trial .trial-detail--comment {
    font-size: 3.2vw;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .trial .trial-images--inner {
    padding: 0.25rem;
  }
  .trial .trial-images--inner p {
    padding-left: 0;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 600;
    font-size: 3.6vw;
  }
  .trial .trial-images--inner p::before {
    display: none;
  }
  .trial .trial-detail--try {
    font-size: 7.6vw;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: .5rem;
  }
  .trial .trial-detail--sub {
    line-height: 1.5;
    font-size: 4vw;
    margin: .5rem auto;
  }
  .trial .trial-select {
    border-radius: 10px;
  }
  .trial .trial-select h2 {
    padding: .5rem 1rem;
  }
  .trial .trial-select--size {
    gap: .45rem;
    padding: 1.2rem 0;
  }
  .trial .trial-select--size a {
    font-size: 6vw;
    padding: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14vw;
    height: 14vw;
    line-height: 0;
  }
  .trial .trial-price span {
    margin: .5rem auto;
    font-size: 5.5vw;
    letter-spacing: 0;
  }
  .trial .trial-price h4 {
    font-size: 5.5vw;
    letter-spacing: 0;
  }
  .trial .trial-price h4 b {
    font-size: 10vw;
    letter-spacing: 0;
  }
  .trial .trial-price h4 small {
    font-size: 4vw;
    letter-spacing: 0;
  }
  .trial .trial-note {
    font-size: 3vw;
  }
  .trial .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .trial .trial-read, .trial .trial-note {
    margin-top: 50px;
  }
  .trial .trial-read {
    margin-bottom: 70px;
  }
  .trial .trial-note--icon {
    top: -.75rem;
    right: 0;
  }
  #trialset-a {
    width: 100%;
    height: 0px;
  }
  #trialset-b {
    width: 100%;
    height: 1px;
  }
}
@media screen and (max-width:768px) {
  .trial .sp { display:block; }
  .trial .pc { display:none; }
  .trial-sp-buttons {
    display: flex !important;
    flex-wrap: wrap;
    position: relative;
    width: calc(100vw - 30px);
    margin-left: -5px;
    margin-bottom: 40px;
  }
  .trial-sp-buttons a {
    width: 50%;
    display: block;
    position: relative;
    z-index: 0;
  }
  .trial-sp-buttons a img {
    transform: scale(1.14);
  }
  .trial-sp-buttons span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -35%);
    z-index: 1;
    color: #bcbfdf;
    font-family: var(--font-family-mercellus);
    font-size: 50px;
  }
}
@media screen and (min-width:769px) {
  .trial .sp { display:none; }
  .trial .pc { display:block; }
  .trial .trial-images--inner p {
    min-height: 3.4rem;
  }
}
@media screen and (max-width:1000px) {
  .trial .trial-price {
    text-align: center;
  }
  .trial .trial-price span {
    margin: 1rem auto;
  }
  .trial .trial-detail {
    gap: 3rem;
  }
  .trial .trial-detail--inner {
    min-width: 100%;
    padding: 1rem .8rem;
  }
  .trial .trial-detail--or {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

/* page about-us 2025.07追加 */
.about-us {
  line-height: 1.8;
  font-size: 15px;
  margin-top: 100px;
}
.about-us .text-right { text-align: right; }
.about-us p {
  margin-top: 0;
  margin-bottom: 1.4rem;
}
.about-us section {
  max-width: 1000px;
  margin: 0 auto 2rem;
  padding: 1rem 0;
}
.about-us .text-blue {
  color: #4451C6;
}
.about-us .bg-white {
  background-color: white;
  padding: 1rem;
}
.about-us .border {
  border: 1px solid black;
}
.about-us .title {
  font-size: min(4.8vw, 1.6rem);
  font-weight: bold;
}
.about-us .title small {
  font-size: 12px;
}
.about-us .member {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-us .member li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.about-us .member .text {
  width: 65%;
}
.about-us .member .img {
  width: 35%;
  max-width: 200px;
}
.about-us .member .img img {
  display: block;
  margin: 0 !important;
}
.about-us .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.about-us .column div {
  width: calc((100% - 20px) / 3);
}

/* ログインページ集荷依頼 */
.login_return {
  text-align: center;
  margin: 0 auto;
  max-width: 460px;
  margin-bottom: 80px;
}
.login_return--title {
  color: #c00101;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
.login_return--btn {
  display: inline-block;
  background-color: #69aca7;
  background-image: none;
  margin-bottom: 16px;
}
.login_return--detail {
  display: flex;
  justify-content: center;
  align-items: center;
}
.login_return--detail .bg-white {
  background-color: white;
  padding: 0 15px;
  border-radius: 20px;
}
.login_return--detail .button--arrow {
  position: relative;
  background-color: #4451c6;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  margin: 0 10px;
  padding: 0;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_return--detail .button--arrow::before {
  position: relative;
  right: auto;
  top: auto;
}
.login_return--detail a {
  text-decoration: underline;
}
.login_return--flow {
  padding: 20px !important;
  overflow-y: scroll !important;
}
.login_return--flow h2 {
  background-color: #E3E7FA;
  font-weight: 600;
  font-size: min(5vw, 1.5rem);
  color: #4451C6;
  text-align: center;
  padding: 2px;
  margin-bottom: 10px;
}
.login_return--flow h3 {
  background: #4451C6;
  font-size: min(4vw, 1.2rem);
  color: white;
  text-align: center;
  border-radius: 20px;
  padding: 5px 10px;
}
.login_return--flow---text {
  background: #F0F0F0;
  padding: 10px 15px;
  margin: 5px auto;
}
.login_return--flow---text p {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
}
.login_return--flow---text p:not(.blue) {
  color: #C00101;
}
.login_return--flow---text p.blue {
  color: #4451C6;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.login_return--flow .c-modal-popup__bottom--fixed {
  position: relative !important;
  display: block !important;
  bottom: 0;
}

/* サスティナブル関連 */
.c-about__sustinable {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  margin-top: 80px;
}
.c-about__sustinable-left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.c-about__sustinable-eng {
  font-size: 14px;
  font-family: 'Marcellus';
  font-weight: 400;
  line-height: 1;
  color: black;
  margin-bottom: 10px;
}
.c-about__sustinable-title {
  color: #23966C;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.c-about__sustinable-right {
  width: 60%;
}
.c-about__sustinable-item {
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
}
.c-about__sustinable-h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}
.c-about__sustinable-item p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.8;
}
.c-about__sustinable-item p b {
  font-size: 14px;
  font-weight: 600;
  color: #23966C;
}
.c-about__sustinable-item .notes {
  font-size: 10px;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  display: block;
}
.c-about__sustinable-item .notes::before {
  content: '※';
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.2;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-about__sustinable-left, 
  .c-about__sustinable-right {
    width: 100%;
  }
}



@media screen and (max-width: 768px) {
  .year-bnrs .sp-only {
    display: block;
  }
  .year-bnrs .pc-only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .year-bnrs .sp-only {
    display: none;
  }
  .year-bnrs .pc-only {
    display: block;
  }
}
.cp10year {
  background-color: #052148;
  padding: 20px;
  background-image: url(/cdn/shop/files/cp10year-bg.png?v=1771741607);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
  .cp10year {
  background-color: #052148;
  padding: 20px;
  background-image: url(/cdn/shop/files/cp10year-bg.png?v=1771741607);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.cp10year .breadcrumb {
  text-align: left;
  color: white;
}
  .cp10year img {
    max-width: 100%;
  }
  .cp10year-head {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    column-gap: 5px;
  }
  .cp10year-head img {
    width: min(20vw, 137px);
  }
  .cp10year-head h1 {
    color: white;
    font-size: min(4.2vw, 28px);
    text-align: center;
    margin: 0;
  }
  .cp10year-head h1 span {
    color: #EFC35D;
  }
  .cp10year-h2 {
    font-size: min(5vw, 42px);
    text-align: center;
    color: white;
    margin: 0 auto;
  }
  .cp10year-h2 span {
    font-size: min(8vw, 70px);
    font-family: "Lato", sans-serif;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
  }
  .cp10year-h2 span b {
    font-weight: 900;
    font-size: min(11vw, 113px);
    line-height: 1;
  }
  .cp10year-subtext {
    text-align: right;
    color: white;
    font-size: 10px;
    font-weight: bold;
    margin: 10px auto;
    max-width: 674px;
  }
  .cp10year-h3 {
    max-width: 540px;
    background-color: #06173A;
    color: white;
    text-align: center;
    font-size: min(5vw, 18px);
    padding: 5px;
    margin: 10px auto;
  }
  .cp10year-detail {
    display: flex;
    justify-content: center;
    color: white;
    gap: 18px;
  }
  .cp10year-detail--item {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
  }
  .cp10year-detail--item span {
    color: #EFC35D;
  }
  .cp10year-detail--item img {
    width: 28px;
    height: auto;
  }
  .cp10year-detail--item p {
    margin: 0;
    font-weight: bold;
  }
  .cp10year-chance {
    max-width: 590px;
    text-align: center;
    margin: 10px auto 0;
  }
  
  .cp10year-chance--item h4 {
    font-size: min(6vw, 20px);
    font-weight: bold;
    color: #EFC35D;
    margin-bottom: 5px;
    margin-top: min(5vw, 30px) !important;
  }
  .cp10year-chance--item p {
    font-size: min(4.5vw, 14px);
    font-weight: bold;
    color: #EFC35D;
    margin-top: 0;
    margin-bottom: min(3vw, 15px) !important;
  }
  .cp10year-chance--list {
    max-width: 630px;
    display: flex;
    margin: 0 auto;
    gap: 5px;
  }
  .cp10year-chance--card {
    background-color: white;
    border: 3px solid #EFC35D;
    border-radius: 10px;
    padding: 20px;
  }
  .cp10year-chance--card p {
    margin: 0;
    text-align: left;
  }
  .cp10year-chance--card---inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .cp10year-chance--card---inner img {
    width: 60%;
    max-width: 200px;
  }
  .cp10year-chance--card---inner p {
    width: calc(40% - 10px);
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
  }
  .cp10year-chance--card---inner p b {
    font-size: 16px;
  }
  .cp10year-reason {
    text-align: center;
  }
  .cp10year-reason h3 {
    font-size: min(5vw, 24px);
    color: white;
    text-align: center;
    font-weight: bold;
    margin-top: min(5vw, 30px) !important;
    margin-bottom: min(2vw, 15px);
  }
  .cp10year-reason img {
    margin: 0 auto;
    display: block;
  }
  .cp10year-reason p {
    color: white;
    margin-top: 0;
    font-weight: bold;
  }
  .cp10year-reason--btn {
    width: 100%;
    max-width: 590px;
    margin: min(5vw, 40px) auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(2vw, 10px);
    background: linear-gradient(90.63deg, #FFD52D 6.51%, #FFF0B7 51.11%, #FFD52D 97.44%);
    border: 3.16px solid #FFD547;
    color: #052148;
    font-size: min(3.25vw, 16px);
    font-weight: bold;
    height: 50px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
  }
  .cp10year-reason--btn::after {
    content:'▶︎';
    color: #052148;
    position: relative;
    display: inline-block;
  }
  .cp10year-note {
    background-color: #021837;
    color: white;
    padding: min(2vw, 30px) min(4vw, 20px);
  }
  .cp10year-note h4 {
    font-size: min(4vw, 18px);
  }
  @media screen and (max-width:768px) {
    .cp10year .pc-only {
      display: inline;
    }
    .cp10year-head {
      flex-direction: column;
    }
    .cp10year-subtext {
      text-align: center;
    }
    .cp10year-detail {
      flex-direction: column;
      padding: 5px 10px;
    }
    .cp10year-detail--item {
      width: 100%;
      justify-content: flex-start;
      border-bottom: 1px solid #173B6C;
      padding-bottom: 10px;
    }
  }
  @media screen and (min-width:469px) {
    .cp10year-chance--card {
      width: 50%;
    }
  }
  @media screen and (max-width:468px) {
    .cp10year-chance--list {
      flex-direction: column;
    }
  }
  @media screen and (min-width:469px) and (max-width:680px) {
    .cp10year-chance--card---inner {
      flex-direction: column;
    }
    .cp10year-chance--card---inner.reverse {
      flex-direction: column-reverse;
    }
    .cp10year-chance--card---inner p {
      width: 100%;
      margin-top: 10px !important;
      font-size: min(3vw,18px);
    }
    .cp10year-chance--card---inner img {
      width: 100%;
      aspect-ratio: 4 / 3;
      object-fit: contain;
    }
    .cp10year-chance--card---inner p br:not(.block) {
      display: none;
    }
  }