html {
  scroll-padding-top: 90px;
}


body {
  color: #2B3F72;
  font-size: 15px;
  font-family: 'Noto Sans JP',
    sans-serif;
  letter-spacing: 0.07em;
  line-height: 200%;
  font-weight: 500;
  box-sizing: content-box;
  font-feature-settings: "palt";
  position: relative;

}

.fz-20{
  font-size: 20px;
}



a{
  display: block;
}


.main{
  display: flex;
  position: relative;
}

#right-items,#left-items{
  width: 50%;

}

#right-items,#left-items{
  position: -webkit-sticky;
  /*Safari用*/
  position: sticky;
  top:0;
  height: 100vh;
  flex: 1;
}

#left-items{
  background: -moz-linear-gradient(top, #FAD1AF, #FBDED1 50%,#FFEBB8);
  background: -webkit-linear-gradient(top, #FAD1AF, #FBDED1 50%,
  #FFEBB8);
  background: linear-gradient(to bottom,#FFEBB8, #FBDED1 50%,
  #FAD1AF);
    background-size: 200% 200%;

    animation-name: gradation;
    animation-duration: 2.0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: 100% 100%;
  }
}

.rignt-item-lists.center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 30px;

}
ul.left-items-link.center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74%;
  padding: 0 30px;

}

nav.left-item-content {
  max-width: 500px;
  /* text-align: right; */
  margin: 0 0 0 auto;
}

.right-item-btn.btn a {
  font-size: 15px;
  width: 280px !important;
  min-width: 280px;
  line-height: 150%;
  padding: 10px 0 !important;
}

.right-item-btn.btn  {
  width: 280px;
  line-height: 100%;
}

.rignt-item-btn.btn::before {
  content: "";
  display: block;
  margin-top: 16px;
}

.left-items-link.center{
  text-align: left;
}


.left-link-item{
  padding-bottom: 40px;
}

.left-link-item a{
  font-size: 18px;
  color: #2B3F72;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.left-link-item p{
  font-size: 18px;
  color: #2B3F72;
  line-height: 100%;
  letter-spacing: 0.1em;
}
.left-link-item .left-item-link-mini{
  font-size: 15px;
  color: #2B3F72;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-top: 20px;
}



.left-header-item{
  width: 170px;
  padding: 28px 22px;
}

#right-items{
  background: -moz-linear-gradient(top, #FFEBB8, #FBDED1 50%,#FAD1AF);
  background: -webkit-linear-gradient(top, #FFEBB8, #FBDED1 50%,
  #FAD1AF);
  background: linear-gradient(to bottom,#FAD1AF, #FBDED1 50%,
    #FFEBB8);
    background-size: 200% 200%;

    animation-name: gradation;
    animation-duration: 2.0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.right-item-qr{
  width: 93px;
  margin-right: 20px;
}

.right-item-btn a{
  color: #FFF;
}

.right-item-btn{
  max-width: 280px;
  margin: 0 auto;
}

.right-items-b.flex {
  justify-content: center;
}

.right-item-btn.btn::after {
  display: none;
}

.right-items-b{
  margin-top: 42px;
}



.sp-only{
  display: none;
}




#center-items{
  box-shadow: 0px 0px 60px 0px rgba(103, 54, 9, 0.78);
  width: 570px;
  display: none;

}

.caslon{
  font-family: adobe-caslon-pro,
  serif;
  font-weight: 400;
}

img {
  width: 100%;
}

.flex{
  display: flex;
  align-items: center;
}

.container {
  max-width: 1252px;
  margin: 0 auto;
  padding: 0 35px;
  box-sizing: content-box;
  position: relative;
  z-index: 1;
}

.ore{
  color: #D86F46;
}

.bg-ore{
  background-color:#D86F46 ;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.125em;
  line-height: 100%;
  padding: 8px ;
  margin-bottom: 5px;
}

.bg-navy{
  background-color:#2B3F72;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.13em;
  line-height: 100%;
  padding: 8px;
  margin-bottom: 5px;
}

.bg-wh{
  background-color:#fff;
  color: #2B3F72;
  display: inline-block;
  letter-spacing: 0.13em;
  line-height: 100%;
  padding: 8px;
  margin-bottom: 5px;
}

.bg-yel{
background-color:#E9C25D;
color: #fff;
display: inline-block;
letter-spacing: 0.13em;
line-height: 100%;
padding: 8px;
margin-bottom: 5px;
}

.bg-pink {
  background-color: #FAA9A1;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.13em;
  line-height: 100%;
  padding: 8px;
  margin-bottom: 5px;
}

.ore-bg-wh{
  background-color:#fff;
  color: #D86F46;
  display: inline;
  letter-spacing: 0.13em;
  line-height: 100%;
}

.beta-btn-yel{
position: relative;
overflow: hidden;
text-decoration: none;
display:inline-block;
outline: none;
background: #E9C25D;
color: #fff;
width: 320px;
border-radius: 60px;
padding: 29px 0 !important;
font-size: 17px;
line-height: 100%;
letter-spacing: 0.13em;
min-width: 320px;
}

.beta-btn-pin{
position: relative;
overflow: hidden;
text-decoration: none;
display:inline-block;
outline: none;
background: #FAA9A1;
color: #fff;
width: 320px;
border-radius: 60px;
padding: 29px 0 !important;
font-size: 17px;
line-height: 100%;
letter-spacing: 0.13em;
min-width: 320px;
}

.beta-btn-ore{
position: relative;
overflow: hidden;
text-decoration: none;
display:inline-block;
outline: none;
background: #D86F46;
color: #fff;
width: 320px;
border-radius: 60px;
padding: 29px 0 !important;
font-size: 17px;
line-height: 100%;
letter-spacing: 0.13em;
min-width: 320px;
}



.beta-btn-yel::after,
.beta-btn-ore::after,
.beta-btn-pin::after {
  content: "";
  /*絶対配置で波紋位置を決める*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*波紋の形状*/
  background: radial-gradient(circle, #fff 10%, transparent 10%) no-repeat 50%;
  transform: scale(10, 10);
  /*はじめは透過0に*/
  opacity: 0;
  /*アニメーションの設定*/
  transition: transform 0.3s,
  opacity 1s;
}


.beta-btn-yel:active::after,
.beta-btn-ore:active::after,
.beta-btn-pin:active::after{
  transform: scale(0, 0);
  transition: 0s;
  opacity: 0.3;
}

.clamp{
font-size: clamp(14px, calc(1vw + 0.77rem), 17px)!important;
}
.clamp-2{
font-size: clamp(14px, calc(1vw + 0.72rem), 17px)!important;
}

.fz-17{
font-size:17px;
}



.fz-15{
  font-size: 15px;
  font-weight: 700;
}

.fz-13{
  font-size: 13px;
}

.fz-22{
  font-size: 22px;
}

.fz-24{
  font-size: 24px;
}

.ru-50{
  border-radius: 50px;
}

.fz-18{
  font-size: 18px;
}

.fz-26{
  font-size: 26px;
}

.fz-8{
  font-size: 8px;
  font-weight: 500;
}

.fw-500{
  font-weight: 500;
}

.fz-11{
  font-size: 11px;
}

.mb-10{
 margin-bottom: 10px;
}

h2{
font-family: adobe-caslon-pro,
  serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;

}

.title{
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.title-mini {
  line-height: 120%;
}

.center{
  text-align: center;
}

.left{
  text-align: left;
}

.clum{
  writing-mode: vertical-lr;
  margin-left: 12px;
}

.btn-sen{
  font-family: "poppins",
  sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.btn-sen::after{
  content: "";
  display: block;
  width:50px ;
  height: 1px;
  background-color: #D86F46;
  margin-left:10px;
}

.btn-sen{
  color: #D86F46;

}

.w-10 {
  width: 10px;
  margin-left: 8px;
}

.w-13{
  width: 13px;
}

.p-20{
  padding: 20px 0;
}

.btn {

  display: block;
 border-radius: 60px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.btn::before{
  content: "";
  display: block;
  margin-top: 21px;
}

.btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 10px;
  top: 45%;
  transform: translate(-50%, -50%);
}

.title-min {
  text-align: center;
  padding: 22px 0;
  margin-top: 61px;
  margin-bottom: 29px;
  background-image : linear-gradient(to right, #2B3F72, #2B3F72 7.5px, transparent 7px, transparent 8px),
 linear-gradient(to left,#2B3F72, #2B3F72 7.5px, transparent 7px, transparent 8px);
  background-size: 13px 2px,13px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position:left top, left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x,
  repeat-x;
}

.min-en{
  font-size: 26px;
  line-height: 134%;
  font-family: poppins,
  sans-serif;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.min-jp{
  line-height: 100%;
}

.arrow-none{
  position: relative;
}

.fot-arrow{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}


.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*===================================================================
slick ドット
==================================================================*/

.slick-dots2 {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots2 li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots2 li.slick-active button::before {
  color: red;
}

.slick-dots2 li button {
  background: transparent;
  border: 0;
  font-size: 0pt;
}

.slick-dots2 li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
}
/*===================================================================
ヘッダー
==================================================================*/

.header{
  display: none;
}

.header-logo {
  width: 135px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 65px;
  width: 100%;

}

.header-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  padding: 0 50px;
  max-width: 1340px;
  margin: 0 auto;
  box-sizing: content-box;
  z-index: 99;
  position: relative;
  background-color:rgba(255, 255, 255, 0.4);

}

.header-navi a {
  display: inline-block;
  font-size: 18px;
  font-family: 'Roboto',
    sans-serif;
  font-weight: 700;
}

.opacity:hover {
  opacity: 0.6;
}


.header-navi ul li {
  margin-right: 40px;
}

.header-navi ul li:nth-last-child(1) {
  margin-right: 0px;
}

.header-navi {
  display: flex;
}

.header-navi ul {
  display: flex;
}

.header-navi .btn {
  margin-top: 17px;
}


/*===================================================================
フッター
==================================================================*/

#footer{
  background-color: #2B3F72;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 160%;
  position: relative;
  margin-top: 50px;
  height: 650px;
}

.fot-sns a{
  display: inline-block;
}


.wave-fot{
  position: absolute;
  top:-150px;
  right: 0;
}

.footer-logo{
  width: 170px;
  position: relative;
  z-index: 100;
  margin-top: 30px;
}

.fot-sns img{
  width: 47px;

}

#footer .contact{
  margin-top: 52px;
}

#footer .btn{
  width: 245px;
  padding: 21px 0 !important;
  margin-top: 15px;
  display: block;

  flex-flow: column;
  display: flex;
}

#footer .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid #2B3F72;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
}

ul.footer-btn-area {
  align-items: center;
  display: flex;
  flex-flow: column;
}

.arrow-none.btn::after{
  display: none!important;
}

#footer .bg-wh a{
  color: #2B3F72;
}


#footer .btn::before {
  content: "";
  display: block;
  margin-top: 0px;
}

.fot-link a{
  font-size: 11px;
  color: #fff;
  line-height: 100%;
}

.fot-link{
  margin: 52px 0 70px;
}

.m-20{
 margin: 20px 0;
}

.opacity:hover{
  opacity: 0.7;
}

.copy-light{
  font-size: 9px;
  padding-bottom: 11px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 200%;
}


/*===================================================================
  cta
  ==================================================================*/

.cta {

  text-align: center;

}

.cta-item{
position: relative;
}

.cta>.cta-area>.txt-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.cta-btn-area{
margin-top: 20px;
  /* width: 320px; */
  height: 112px;
  position: fixed;
  bottom: 35px;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1000;
  text-align: center;
}


.cta-btn-items{
  position: relative;
  width: 320px;
  height: 112px;
}


.fz-22 {
  line-height: 200%;
}

.cta-btn {
  display: block;
  width: 322px;
  height: auto;
  background: -moz-linear-gradient(left, #E97B30, #EEBC03 50%, #E97B30);
  background: -webkit-linear-gradient(left, #E97B30, #EEBC03 50%, #E97B30);
  background: linear-gradient(to right, #E97B30,
      #EEBC03 50%, #E97B30);
  background-position: 1% 50%;
  background-size: 200% auto;
  border-radius: 50px;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.13em;
  position: relative;

  line-height: 75px;
  transition: all 0.3s ease-out;
  z-index: 10000;
  margin: 0 auto;
}


.cta-btn:hover {
  color: #fff;
  background-position: 99% 50%;
}

.cta-arrow {
  position: absolute;
  right: 20px;
  top: 55%;
  transform: translate(0, -50%);
  z-index: 100005;
}

.absolute {
  position: absolute;
  top: 0px;
  bottom: auto;
}

.agree-title{
  text-align: center;
  padding-top: 18px;
  font-size: 18px;
  line-height: 1.5;
}


.agree-contents{
  padding-top: 19px !important;
}

/*===================================================================
====================================================================
タブレット
====================================================================
==================================================================*/


@media screen and (max-width:1200px) {
  /*-----------------------------------
    全体
  ------------------------------------*/

  .container {
    padding: 0 25px;
  }

  .body {
    font-size: 14px;
    line-height: 1.7;
  }

  .h3 {
    font-size: 20px;
  }

  nav.left-item-content,
  .rignt-item-lists.center {
    display: none;
  }






  /*-----------------------------------
      ヘッダー
  ------------------------------------*/

  .header{
    display: block;
  }


  /*===================================================================
      ハンバーガーメニュー
      ==================================================================*
    /* ハンバーガーアイコンの設置スペース */
  .drawer-open-area {
    width: 30px;
    height: 20px;
    color: #D86F46;
    font-size: 10px;
    margin-left: 3px;
  }

  .drawer-open {
    height: 37px;
    width: 30px;
    position: relative;
    z-index: 100;
    /* 重なり順を一番上に */
    cursor: pointer;
    color: #D86F46;
    font-size: 10px;
  }

  .drawer-open p {
    line-height: 1.0;
  }

  /* ハンバーガーメニューのアイコン */
  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    background: #D86F46;
    transition: 0.5s;
    position: absolute;
    border-radius: 60px;
  }

  .header-gnav-btn {
    padding-top: 20px;
  }

  /* 三本線のうち一番上の棒の位置調整 */
  .drawer-open span:before {
    bottom: 8px;
  }

  /* 三本線のうち一番下の棒の位置調整 */
  .drawer-open span:after {
    top: 8px;
  }


  /* メニューのデザイン*/
  .drawer-content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -200%;
    right: 0;
    background-color: rgba(43, 63, 114, 0.65);
    transition: all 0.3s;

  }

  .drawer-content.active {
    top: 0;
  }

  .drawer-lists {
    background: -moz-linear-gradient(top, #FFE1C9, #FFF0C7 70%, #FDEBE4);
    background: -webkit-linear-gradient(top, #FFE1CF, #FFF0C7 70%, #FDEBE4);
    background: linear-gradient(to bottom, #FFE1CF,
        #FFF0C7 70%,
        #FDEBE4);
    height: fit-content;
  }

  ul#drawer-list {
    display: block;
    margin-left: 37px;
    padding-top: 55px;
  }

  .left-item-link-mini-t{
    padding-bottom: 17px;
  }

  .drawer-item {
    line-height: 100%;
    margin-bottom: 32px;
  }

  .drawer-item:last-child{
    padding-bottom:0px;
  }

  .drawer-item a,.drawer-item p{
    color: #2B3F72;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
  }

  .pb-10{
    padding-bottom: 25px;
  }

  a.left-item-link-mini{
    font-size: 13px;
    padding-left: 10px;
  }

  .header-botom {
    padding-top: 18px;
  }

  .header-botom li {
    width: 100%;


  }

  .header-botom a {
    display: block;
    width: 99%;

    text-align: center;
    font-size: 10px;
    line-height: 160%;
    padding: 18px 0;
  margin-bottom: 0px !important;

  }

  .header-botom-a{
    width: 100%  !important;
  }

  .vector,
  .vector-ore,
  .arrow-ore {
    position: relative;
  }

  .vector::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../img/pc/common/Vector-wh.png);
    background-size: contain;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .vector-ore::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../img/pc/common/Vector-ore.png);
    background-size: contain;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
  }

  .arrow-ore:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left:7px solid #D86F46;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
  }




  .g-nav-btns {
    display: inline-block;
    margin-top: 16px;
  }

  .g-nav-btns .btn {
    margin-top: 24px;
  }


  .drawer-content .active {
    transform: translateX(0);
    display: block;
  }

  .drawer-open.active span::after {
    top: 5px;
    transform: rotate(-45deg);
    background: #D86F46;
  }

  .drawer-open.active span::before {
    top: 5px;
    transform: rotate(45deg);
    background: #D86F46;
  }

  .drawer-open.active p {
    display: none;
  }

  /* アイコンがクリックされたら真ん中の線を透明にする */
  .drawer-open.active span {
    background: rgba(255, 255, 255, 0);
  }




}



/*===================================================================
====================================================================
sp
====================================================================
==================================================================*/

@media (max-width: 570px) {

  .sp-only {
    display: block;
  }

  #left-items,#right-items{
    display: none;
  }

.main{
  display: block;
  max-width: 100%;
}

#center-items {
  box-shadow: 0px 0px 60px 0px rgba(103, 54, 9, 0.78);
  max-width: 100%;
}

  /*-----------------------------------
    全体
    ------------------------------------*/

  .container {
    padding: 0 35px;
    box-sizing: border-box;
  }

  .body {
    font-size: 14px;
    line-height: 1.7;
  }

  /*-----------------------------------
      ヘッダー
  ------------------------------------*/

  .header-item {
    padding: 0 20px;
    box-sizing: content-box;
  }

  .header-navi {
    display: none;
  }



  .header-logo {
    width: 102px;
    line-height:65px;
  }


  .wave-fot {
    position: absolute;
    top: -90px;
    right: 0;
  }

  .title-min {
    text-align: center;
    padding: 22px 0;
    margin-top: 61px;
    margin-bottom: 29px;
    background-image: linear-gradient(to right, #2B3F72, #2B3F72 4.5px, transparent 4px, transparent 8px),
      linear-gradient(to left, #2B3F72, #2B3F72 4.5px, transparent 4px, transparent 8px);
    background-size: 9px 2px, 9px 2px;
    /* グラデーションの幅・高さを指定 */
    background-position: left top, left bottom;
    /* 背景の開始位置を指定 */
    background-repeat: repeat-x,
      repeat-x;
  }

}

@media (max-width: 375px) {

  .vector-ore::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    background-image: url(../img/pc/common/Vector-ore.png);
    background-size: contain;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
  }


  .header-botom a {
    display: block;
    width: 99%;

    text-align: center;
    font-size: 9px;
    line-height: 160%;
    padding: 23px 0;
    margin-bottom: 2px;

  }
}
