@charset "UTF-8";
/*ALL Settings*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500&display=swap");
/*-----------------------------------------------*/
html {
  height: 100%;
  font-family: 'Zen Maru Gothic', sans-serif;
}

body {
  height: 100%;
  margin: 0;
}

a {
  display: inline-block;
}

@media screen and (min-width: 767px) {
  body {
    min-width: 1024px;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

.wrap {
  width: calc(670/750 * 100vw);
  margin: 0 auto;
}

.sp-none {
  display: none;
}

.pc-none {
  display: block;
}

.before-none::before {
  content: none !important;
}

@media screen and (min-width: 767px) {
  .container {
    max-width: 100%;
    overflow: visible;
  }
  .wrap {
    width: 960px;
  }
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.fadein-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein-whi-bg {
  position: relative;
}

.fadein-whi-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.fadein-yel-bg {
  position: relative;
}

.fadein-yel-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffec80;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.fadein-org-bg {
  position: relative;
}

.fadein-org-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffc880;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.fadein-grn-bg {
  position: relative;
}

.fadein-grn-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cfecbb;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

.scrollin-whi-bg::after {
  width: 0;
}

.mask-slideIn-yel,
.mask-slideIn-org,
.mask-slideIn-grn {
  opacity: 0;
}

.mask-slideIn-yel-Play,
.mask-slideIn-org-Play,
.mask-slideIn-grn-Play {
  -webkit-animation-name: play;
          animation-name: play;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.mask-slideIn-yel-Play::before,
.mask-slideIn-org-Play::before,
.mask-slideIn-grn-Play::before {
  -webkit-animation-name: maskOut;
          animation-name: maskOut;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mask-slideIn-yel-Play::before {
  background-color: #f8ce3a;
}

.mask-slideIn-org-Play::before {
  background-color: #faa669;
}

.mask-slideIn-grn-Play::before {
  background-color: #9de16e;
}

@-webkit-keyframes fluffy {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -13px);
            transform: translate(0, -13px);
  }
  100% {
    -webkit-transform: translate(0, 0) r;
            transform: translate(0, 0) r;
  }
}

@keyframes fluffy {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -13px);
            transform: translate(0, -13px);
  }
  100% {
    -webkit-transform: translate(0, 0) r;
            transform: translate(0, 0) r;
  }
}

@-webkit-keyframes bound {
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bound {
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.fluffy {
  -webkit-animation: fluffy 1.2s infinite;
          animation: fluffy 1.2s infinite;
}

.bound {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
          transform: translate(0px, 50px);
}

.bound.zoom {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.bound.show {
  -webkit-animation: bound 1.5s 1 ease-in-out;
          animation: bound 1.5s 1 ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@-webkit-keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes play {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes maskOut {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px, -50%);
            transform: translateX(20px, -50%);
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px, -50%);
            transform: translateX(20px, -50%);
  }
}

.wrap {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrap {
    width: calc(670/750 * 100vw);
    margin: 0 auto;
  }
  img {
    width: 100%;
  }
}

.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px;
          box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px;
}

.brn-shadow {
  -webkit-box-shadow: 0px 0px 6px 3px rgba(62, 32, 16, 0.5);
          box-shadow: 0px 0px 6px 3px rgba(62, 32, 16, 0.5);
}

.title-base {
  padding: 60px 20px;
  text-align: center;
}

.title-base span {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Roboto Condensed','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ  W3','Hiragino Kaku Gothic Pro','Yu Gothic','游ゴシック',YuGothic,"游ゴシック体",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  color: #003B83;
}

.title-base h3 {
  font-size: 18px;
  font-weight: bold;
  color: #003B83;
}

.title-base p {
  font-size: 14px;
  color: 333;
  line-height: 1.8;
  margin-top: 20px;
}

/*!------------------------*\
    modal
\*!------------------------*/
.modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 2000;
}

.modal_bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}

.modal_wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal_content {
  width: 96%;
  height: auto;
  margin-top: -12%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal_content .close {
  width: 30px;
  height: 30px;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.catalog-pop {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.catalog-pop .prev, .catalog-pop .next {
  width: 8%;
  max-width: 50px;
  position: absolute;
  z-index: 1;
}

.catalog-pop .prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2%;
}

.catalog-pop .next {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2%;
}

.catalog-pop img {
  display: block;
  margin: 0 auto;
}

.catalog-pop.slick-loading img {
  display: none;
}

.catalog-pop.dragging img {
  pointer-events: none;
}

.catalog-pop .slick-slide {
  overflow: scroll;
}

@media screen and (min-width: 767px) {
  .modal_content {
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 40px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .modal_content .close {
    width: 40px;
    height: 40px;
    top: 30px;
    right: 30px;
  }
  .catalog-pop {
    height: 100%;
  }
  .slick-list, .slick-track {
    height: 100% !important;
  }
  .catalog-pop .prev {
    width: 30px;
    height: auto;
    left: 0;
  }
  .catalog-pop .next {
    width: 30px;
    height: auto;
    right: 0;
  }
  .catalog-pop img {
    width: auto;
    height: 100%;
  }
  .catalog-pop .slick-slide {
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .modal_content {
    padding: 40px 80px;
  }
  .catalog-pop .prev {
    left: -40px;
  }
  .catalog-pop .next {
    right: -40px;
  }
}

/*!------------------------*\
    kv
\*!------------------------*/
#kv {
  min-width: 1024px;
  min-height: 600px;
  height: calc(600/1200 * 100vw);
  background: url(../../img/03/kv_bg_pc.png?v2) center bottom no-repeat;
  background-size: cover;
  padding: calc(40/1200 * 100vw) 0;
  position: relative;
  z-index: 1;
}

#kv .w-100 {
  width: 100%;
}

#kv .logo-h {
  margin: 0 auto;
  padding: 0 0 0 calc(115/1200 * 100vw);
  text-align: left;
}

#kv .logo-h img {
  margin: 0 auto;
}

#kv .ttl {
  width: auto;
}

#kv .ttl img {
  margin: 0 auto;
}

#kv .btn {
  -webkit-transition: .3s;
  transition: .3s;
}

#kv .btn:hover {
  opacity: .8;
}

#kv .kv-flowbtn {
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  #kv {
    min-width: 100%;
    min-height: auto;
    height: calc(1300/750 * 100vw);
    overflow: hidden;
    position: relative;
    padding: calc(70/750 * 100vw) 0 calc(130/750 * 100vw);
    background: url(../../img/03/kv_bg_sp.png?v2) no-repeat center bottom;
    background-size: 100%;
  }
  #kv .wrap {
    padding: 0;
    width: 100%;
  }
  #kv .logo-h {
    text-align: center;
    padding: 0;
    margin: 0 0 calc(20/750 * 100vw);
  }
  #kv .logo-h img {
    width: calc(315/750 * 100vw);
  }
  #kv .ttl {
    padding: 0 0 0 calc(20/750 * 100vw);
    margin: 0 auto calc(310/750 * 100vw);
  }
  #kv .ttl img {
    width: calc(721/750 * 100vw);
  }
  #kv .btn {
    width: 92.53%;
    max-width: 694px;
    margin: 0 auto;
  }
  #kv .kv-flowbtn {
    width: 88%;
    max-width: 660px;
    margin-top: calc(4/750 * 100vw);
  }
}

header {
  width: 40%;
  position: absolute;
  top: 4%;
  left: 6%;
}

@media screen and (min-width: 767px) {
  header {
    width: 1024px;
    margin: 0 auto;
    text-align: left;
    position: static;
  }
  header img {
    width: 160px;
    padding-left: 20px;
    padding-top: 20px;
  }
}

#worries {
  background: url(../../img/03/bg_dot_pc.png) center top repeat;
  text-align: center;
  padding: calc(140/1200 * 100vw) 0 calc(80/1200 * 100vw);
  margin: calc(-50/1200 * 100vw) 0;
}

#worries .wrap {
  position: relative;
}

#worries .ttl {
  position: absolute;
  top: -250px;
  right: 44px;
  z-index: 10;
}

#worries .worries-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin: 0 0 40px;
  position: relative;
}

#worries .worries-list li {
  position: relative;
}

#worries .worries-list li:first-child {
  margin: -35px 0 0;
}

#worries .worries-list li:nth-child(2) {
  margin: -50px 0 0;
}

#worries .worries-list .ph {
  margin: 0 0 -16px;
}

#worries .ttl-sub {
  font-size: 30px;
  color: #8b6846;
  margin: 0 0 6px;
}

#worries .txt {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

@media screen and (max-width: 768px) {
  #worries {
    background-size: 32px;
    padding: calc(75/750 * 100vw) 0 calc(80/750 * 100vw);
    margin: calc(-50/750 * 100vw) 0;
  }
  #worries .ttl {
    top: calc(-56/750 * 100vw);
    right: inherit;
    left: calc(36/750 * 100vw);
    margin: 0 0 14px;
  }
  #worries .ttl img {
    width: calc(252/750 * 100vw);
  }
  #worries .worries-list {
    margin: 0 0 calc(42/750 * 100vw);
  }
  #worries .worries-list li {
    width: 100%;
  }
  #worries .worries-list li .ph img {
    width: calc(409/750 * 100vw);
  }
  #worries .worries-list li:nth-child(odd) .ph {
    text-align: right;
  }
  #worries .worries-list li:first-child {
    margin-top: 0;
  }
  #worries .worries-list li:first-child .txt-box {
    margin: calc(-135/750 * 100vw) 0 0 calc(40/750 * 100vw);
  }
  #worries .worries-list li:nth-child(2) {
    margin-top: 0;
  }
  #worries .worries-list li:nth-child(2) .txt-box {
    position: absolute;
    top: calc(90/750 * 100vw);
    right: calc(-30/750 * 100vw);
  }
  #worries .worries-list li:nth-child(3) {
    margin-top: 0;
  }
  #worries .worries-list li:nth-child(3) .txt-box {
    position: absolute;
    top: calc(42/750 * 100vw);
    left: calc(40/750 * 100vw);
  }
  #worries .worries-list li:not(:last-child) {
    margin: 0 0 calc(40/750 * 100vw);
  }
  #worries .ttl-sub {
    font-size: calc(40/750 * 100vw);
  }
  #worries .txt {
    font-size: calc(29/750 * 100vw);
  }
}

#about {
  position: relative;
  z-index: 1;
}

#about .bg {
  width: 100%;
}

#about .about-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #about {
    padding: 0;
  }
  #about .about-box {
    min-width: inherit;
    min-height: inherit;
    width: calc(561/750 * 100vw);
    height: calc(725/750 * 100vw);
    padding: 0;
  }
}

.sp-para {
  position: fixed;
  content: "";
  height: 100vh;
  width: 100%;
  background: url(../../img/03/raku1_bg_01_pc.jpg) center top no-repeat;
  background-size: cover;
  top: 0;
  z-index: -1;
}

.sp-para.back2 {
  background: url(../../img/03/raku2_bg_01_pc.jpg) center top no-repeat;
  background-size: cover;
}

.sp-para.back3 {
  background: url(../../img/03/raku3_bg_01_pc.jpg) center top no-repeat;
  background-size: cover;
}

.sp-para.back4 {
  background: url(../../img/03/raku4_bg_01_pc.jpg) center top no-repeat;
  background-size: cover;
}

.rank-cont {
  position: relative;
  overflow-x: hidden;
}

.rank-cont .raku-bg {
  padding: 48px 0 50px;
  position: relative;
  z-index: 1;
}

.rank-cont .raku-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.rank-cont.raku-01 .raku-bg:after {
  background: url(../../img/03/raku1_bg_02_pc.png) center top no-repeat;
  background-size: cover;
  height: calc(42/1200 * 100vw);
  top: calc(-42/1200 * 100vw);
}

.rank-cont.raku-02 .raku-bg:after {
  background: url(../../img/03/raku2_bg_02_pc.png) center top no-repeat;
  background-size: cover;
  height: calc(28/1200 * 100vw);
  top: calc(-28/1200 * 100vw);
}

.rank-cont.raku-03 .raku-bg:after {
  background: url(../../img/03/raku3_bg_02_pc.png) center top no-repeat;
  background-size: cover;
  height: calc(26/1200 * 100vw);
  top: calc(-26/1200 * 100vw);
}

.rank-cont.raku-04 .raku-bg:after {
  background: url(../../img/03/raku4_bg_02_pc.png) center top no-repeat;
  background-size: cover;
  height: calc(33/1200 * 100vw);
  top: calc(-32/1200 * 100vw);
}

.rank-cont .raku-mv {
  position: relative;
  top: 0;
}

.rank-cont .raku-mv.raku-mv-01 {
  padding: 118px 0 130px;
  margin: calc(-55/1200 * 100vw) 0 0;
}

.rank-cont .raku-mv.raku-mv-01 h2.ttl {
  margin: 0;
}

.rank-cont .raku-mv.raku-mv-02 {
  height: calc(565/1200 * 100vw);
}

.rank-cont .raku-mv.raku-mv-03 {
  height: calc(572/1200 * 100vw);
}

.rank-cont .raku-mv.raku-mv-04 {
  height: calc(570/1200 * 100vw);
}

.raku-01 .raku-bg {
  background: #fcf7de;
  padding-bottom: 130px;
}

.raku-02 .raku-bg {
  background: #fcecde;
}

.raku-03 .raku-bg {
  background: #f0fcde;
}

.raku-04 .raku-bg {
  background: #def2fc;
}

.toFlow-btn {
  position: fixed;
  width: 70px;
  height: auto;
  bottom: 45%;
  right: -45%;
  z-index: 100;
  -webkit-transition: .4s;
  transition: .4s;
}

.toFlow-btn.active {
  right: 0;
}

.rank-cont .ttl {
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
}

.rank-cont .ttl .frag {
  position: absolute;
  left: 115px;
  bottom: 18px;
  z-index: 1;
}

.rank-cont .ttl-sub {
  font-size: 30px;
  text-align: center;
  margin: 0 0 22px;
}

.rank-cont .ttl-sub + .ph {
  text-align: center;
  margin: 0 0 45px;
}

.rank-cont .ttl-sub + .ph + .txt {
  width: 640px;
  font-size: 24px;
  margin: 0 auto 40px;
}

.rank-cont .ttl-sub + .txt {
  width: 640px;
  font-size: 24px;
  margin: 0 auto 40px;
}

.rank-cont .ph-bg {
  margin: -80px 0 55px;
}

.rank-cont .ph-bg img {
  width: 100%;
}

.rank-cont .raku-point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 44px;
}

.rank-cont .raku-point-list li {
  width: 360px;
  margin: 0 40px;
}

.rank-cont .raku-point-list .ph {
  text-align: center;
  margin: 0 auto 24px;
}

.rank-cont .raku-point-list .ttl-list {
  text-align: center;
  margin: 0 0 20px;
}

.rank-cont .raku-point-list .ttl-list span {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #ffa54e;
  padding: 15px 55px;
  border-radius: 100px;
}

.rank-cont .raku-point-list .txt {
  font-size: 20px;
}

.rank-cont .box_white {
  background: #fff;
  border-radius: 15px;
  padding: 35px 40px;
  width: 670px;
  margin: 0 auto 50px;
}

.rank-cont .box_white .txt {
  font-size: 20px;
}

.rank-cont .box_white .ph {
  text-align: center;
}

.rank-cont .box_white .txt + .ph {
  margin-top: 35px;
}

.rank-cont .box_white .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rank-cont .box_white .col_5 {
  width: 48%;
}

.rank-cont .box_white .col_5 .txt {
  font-size: 20px;
}

.rank-cont .box_white .col_2 {
  width: 22%;
}

.rank-cont .box_white .sns-list {
  text-align: center;
  margin: 30px 0 0;
}

.rank-cont .box_white .sns-list .txt {
  font-size: 20px;
  font-weight: bold;
  margin: 8px 0 0;
}

.rank-cont .box_white .check_list {
  font-size: 24px;
}

.rank-cont .box_white .check_list li {
  font-size: 24px;
  padding: 0 0 0 2em;
  position: relative;
}

.rank-cont .box_white .check_list li:not(:last-child) {
  margin: 0 0 10px;
}

.rank-cont .box_white .check_list li:before {
  content: "";
  display: block;
  background: url(../../img/03/raku1_icon_05.png) center top no-repeat;
  background-size: 100%;
  width: 26px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 8px;
}

.rank-cont .raku-item-list {
  margin: 0 0 80px;
}

.rank-cont .raku-item-list li {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rank-cont .raku-item-list li:not(:last-child) {
  margin: 0 0 20px;
}

.rank-cont .raku-goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 0 50px;
}

.rank-cont .item-txtbox {
  padding: 10px 30px 30px;
  width: 530px;
}

.rank-cont .item-txtbox .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rank-cont .item-txtbox .item-ttl {
  font-size: 24px;
  font-weight: bold;
  width: 65%;
}

.rank-cont .item-txtbox .item-ttl span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0 0;
}

.rank-cont .item-txtbox .item-txt {
  font-size: 20px;
}

.rank-cont .box_user {
  width: 670px;
  border: 2px solid #333;
  padding: 42px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

.rank-cont .box_user .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.raku-hard{
  padding: 4%;
}
.raku-hard .col_7{
  width: 62%;
  font-size: 24px;
}
.raku-discount_01{
  z-index: 1;
  position: relative;
}
.raku-discount_02{
  margin: -20px auto 0;
}
.rank-cont .box_user .row .col_7 {
  width: 68%;
  font-size: 20px;
}
.raku-discount-chui{
  padding: 35px 0 0;
  font-size: 20px;
}
.box_white .row .col_3 ,
.rank-cont .box_user .row .col_3 {
  width: 28%;
}

.rank-cont .box_user .box-ttl {
  position: absolute;
  left: 30px;
  top: -30px;
}

.rank-cont .raku-item-sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 50px;
}

.rank-cont .add-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 0 190px;
}

.rank-cont .add-box li {
  position: relative;
  display: inline-block;
}

.rank-cont .add-box li .txt {
  position: absolute;
}

.rank-cont .add-box li:first-child {
  left: -34px;
}

.rank-cont .add-box li:first-child .txt {
  top: 15px;
  right: -100px;
}

.rank-cont .add-box li:nth-child(2) {
  position: absolute;
  left: 352px;
  bottom: -140px;
}

.rank-cont .add-box li:nth-child(2) .txt {
  bottom: 5px;
  right: -112px;
}

.rank-cont .add-box li:nth-child(3) {
  top: -28px;
  right: -42px;
}

.rank-cont .add-box li:nth-child(3) .txt {
  top: -25px;
  right: -112px;
}

.rank-cont .balloon-box {
  background: url(../../img/03/raku4_bg_03_pc.png) center top no-repeat;
  padding: 70px 0 92px;
  margin: 0 0 50px;
}

.rank-cont .balloon-box p {
  text-align: center;
}

.rank-cont .ph.raku-02_pic01 {
    margin-top: -60px;
    text-align: center;
  }
  .rank-cont .raku-02_pic02 {
    position: relative;
    width: 544px;
    margin: 0 auto 55px;
  }
  .raku-02_pic02 img.baloon {
    width: 195px;
    position: absolute;
    left: -60px;
    top: -30px;
  }
  .raku-item-list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 96px;
  }
  .raku-item-list02 li{
    width: 460px;
    border-radius: 20px;
    background-color: #fff;
  }
  .raku-item-list02 li h5{
    background: #ffd298;
    text-align: center;
    border-radius: 18px 18px 0 0 ;
    padding: 16px 0;
    font-size: 26px;
  }
  .raku-item-list02 li .item-wrap {
    padding: 20px ;
  }
  .raku-item-list02 li .item-wrap .item-ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.25em;
  }
  .raku-item-list02 li .item-wrap .item-txt {
    font-size: 20px;
  }
@media screen and (max-width: 768px) {
  .sp-para {
    background: url(../../img/03/raku1_bg_01_sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .sp-para.back2 {
    background: url(../../img/03/raku2_bg_01_sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .sp-para.back3 {
    background: url(../../img/03/raku3_bg_01_sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .sp-para.back4 {
    background: url(../../img/03/raku4_bg_01_sp.jpg) center top no-repeat;
    background-size: cover;
  }
  .rank-cont {
    padding: 0;
  }
  .rank-cont .raku-bg {
    padding: calc(40/750 * 100vw) 0 calc(50/750 * 100vw);
  }
  .raku-01 .raku-bg {
    padding-bottom: calc(130/750 * 100vw);
    }
  .rank-cont.raku-01 .raku-bg:after {
    background: url(../../img/03/raku1_bg_02_sp.png) center top no-repeat;
    background-size: 100%;
    height: calc(42/750 * 100vw);
    top: calc(-42/750 * 100vw);
  }
  .rank-cont.raku-02 .raku-bg:after {
    background: url(../../img/03/raku2_bg_02_sp.png) center top no-repeat;
    background-size: 100%;
    height: calc(48/750 * 100vw);
    top: calc(-48/750 * 100vw);
  }
  .rank-cont.raku-03 .raku-bg:after {
    background: url(../../img/03/raku3_bg_02_sp.png) center top no-repeat;
    background-size: 100%;
    height: calc(48/750 * 100vw);
    top: calc(-48/750 * 100vw);
  }
  .rank-cont.raku-04 .raku-bg:after {
    background: url(../../img/03/raku4_bg_02_sp.png) center top no-repeat;
    background-size: cover;
    height: calc(48/750 * 100vw);
    top: calc(-48/750 * 100vw);
  }
  .rank-cont .raku-mv {
    margin: 0;
  }
  .rank-cont .raku-mv.raku-mv-01 {
    padding: calc(50/750 * 100vw) 0 calc(80/750 * 100vw);
    margin: calc(-50/750 * 100vw) 0 0;
  }
  .rank-cont .raku-mv.raku-mv-01 h2.ttl img {
    width: calc(410/750 * 100vw);
  }
  .rank-cont .raku-mv.raku-mv-02 {
    height: calc(580/750 * 100vw);
  }
  .rank-cont .raku-mv.raku-mv-03 {
    height: calc(580/750 * 100vw);
  }
  .rank-cont .raku-mv.raku-mv-04 {
    height: calc(580/750 * 100vw);
  }
  .rank-cont .ttl {
    margin: 0 auto calc(80/750 * 100vw);
  }
  .rank-cont .ttl .frag {
    left: 0;
    bottom: inherit;
    top: calc(-107/750 * 100vw);
    width: calc(190/750 * 100vw);
    height: calc(198/750 * 100vw);
  }
  .rank-cont.raku-01 .ttl img.switch {
    width: calc(583/750 * 100vw);
  }
  .rank-cont.raku-02 .ttl img.switch {
    width: calc(517/750 * 100vw);
  }
  .rank-cont.raku-03 .ttl img.switch {
    width: calc(433/750 * 100vw);
  }
  .rank-cont.raku-04 .ttl img.switch {
    width: calc(371/750 * 100vw);
  }
  .rank-cont .ttl-sub {
    font-size: calc(40/750 * 100vw);
    margin: 0 auto calc(50/750 * 100vw);
  }
  .rank-cont .ttl-sub img {
    width: calc(596/750 * 100vw);
    margin: 0 auto;
  }
  .raku-discount-chui{
    padding: calc(35/750 * 100vw) 0 0;
    font-size: calc(20/750 * 100vw);
  }
  .rank-cont .ttl-sub + .ph {
    width: calc(410/750 * 100vw);
    margin: 0 auto calc(45/750 * 100vw);
  }
  .rank-cont .ttl-sub + .ph + .txt {
    width: 90%;
    font-size: calc(32/750 * 100vw);
    margin: 0 auto calc(50/750 * 100vw);
  }
  .rank-cont .ttl-sub + .txt {
    width: 90%;
    font-size: calc(32/750 * 100vw);
    margin: 0 auto calc(50/750 * 100vw);
  }
  .rank-cont .ph-bg {
    margin: calc(-55/750 * 100vw) 0 calc(85/750 * 100vw);
  }
  .rank-cont .raku-point-list {
    display: block;
    margin: 0 0 calc(30/750 * 100vw);
  }
  .rank-cont .raku-point-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 0 calc(54/750 * 100vw);
  }
  .rank-cont .raku-point-list .ph {
    margin: 0;
    width: 30%;
  }
  .rank-cont .raku-point-list .txt-box {
    width: 65%;
  }
  .rank-cont .raku-point-list .ttl-list {
    margin: 0 0 calc(15/750 * 100vw);
  }
  .rank-cont .raku-point-list .ttl-list span {
    display: block;
    font-size: calc(30/750 * 100vw);
    padding: calc(5/750 * 100vw) 0 calc(8/750 * 100vw);
  }
  .rank-cont .raku-point-list .txt {
    font-size: calc(32/750 * 100vw);
  }
  .rank-cont .box_white {
    padding: calc(40/750 * 100vw);
    width: 100%;
    margin: 0 auto calc(80/750 * 100vw);
  }
  .rank-cont .box_white .txt {
    font-size: calc(32/750 * 100vw);
  }
  .rank-cont .box_white .txt + .ph {
    margin-top: calc(35/750 * 100vw);
  }
  .rank-cont .box_white .col_5 {
    width: 48%;
  }
  .rank-cont .box_white .col_5 .txt {
    font-size: calc(32/750 * 100vw);
  }
  .rank-cont .box_white .col_2 {
    width: 22%;
  }
  .rank-cont .box_white .sns-list {
    margin: calc(40/750 * 100vw) 0 0;
  }
  .rank-cont .box_white .sns-list .txt {
    font-size: calc(22/750 * 100vw);
    margin: calc(10/750 * 100vw) 0 0;
  }
  .rank-cont .box_white .check_list {
    font-size: calc(30/750 * 100vw);
  }
  .rank-cont .box_white .check_list li {
    font-size: calc(30/750 * 100vw);
    padding: 0 0 0 2em;
  }
  .rank-cont .box_white .check_list li:not(:last-child) {
    margin: 0 0 calc(10/750 * 100vw);
  }
  .rank-cont .box_white .check_list li:before {
    content: "";
    display: block;
    width: calc(27/750 * 100vw);
    height: calc(23/750 * 100vw);
    left: 0;
    top: calc(8/750 * 100vw);
  }
  .rank-cont .raku-item-list {
    margin: 0 0 calc(80/750 * 100vw);
  }
  .rank-cont .raku-item-list li {
    border-radius: 0;
    display: block;
    margin: 0 calc(-40/750 * 100vw);
  }
  .rank-cont .raku-item-list li:not(:last-child) {
    margin: 0 calc(-40/750 * 100vw);
  }
  .rank-cont .raku-goods-list {
    margin: 0 0 calc(60/750 * 100vw);
  }
  .rank-cont .raku-goods-list li {
    width: 48%;
    margin: 0 0 calc(22/750 * 100vw);
  }
  .rank-cont .item-txtbox {
    padding: calc(30/750 * 100vw) calc(60/750 * 100vw) calc(80/750 * 100vw);
    width: 100%;
    position: relative;
  }
  .rank-cont .item-txtbox .item-row {
    display: block;
  }
  .rank-cont .item-txtbox .item-ph-sub {
    position: absolute;
    top: calc(-150/750 * 100vw);
    left: 0;
  }
  .rank-cont .item-txtbox .item-ttl {
    font-size: calc(32/750 * 100vw);
    width: 100%;
    padding: 0 0 0 calc(278/750 * 100vw);
    margin: 0 0 calc(30/750 * 100vw);
  }
  .rank-cont .item-txtbox .item-ttl span {
    font-size: calc(20/750 * 100vw);
    margin: 10px 0 0;
  }
  .rank-cont .item-txtbox .item-txt {
    font-size: calc(32/750 * 100vw);
  }
  .rank-cont .box_user {
    width: 100%;
    padding: calc(50/750 * 100vw) calc(40/750 * 100vw);
  }
  .raku-hard .col_7 {
    font-size: calc(24/750 * 100vw);
  }
  .rank-cont .box_user .row .col_7 {
    font-size: calc(30/750 * 100vw);
  }
  .rank-cont .box_user .box-ttl {
    left: calc(30/750 * 100vw);
    top: calc(-30/750 * 100vw);
  }
  .rank-cont .box_user .box-ttl img {
    width: calc(284/750 * 100vw);
  }
  .rank-cont .raku-item-sub-list {
    margin: 0 0 calc(40/750 * 100vw);
  }
  .rank-cont .raku-item-sub-list li {
    width: 46.5%;
    margin: 0 0 calc(40/750 * 100vw);
  }
  .rank-cont .add-box {
    display: block;
    margin: 0 0 calc(60/750 * 100vw);
  }
  .rank-cont .add-box li {
    position: relative;
    display: inline-block;
  }
  .rank-cont .add-box li .txt {
    position: absolute;
  }
  .rank-cont .add-box li:first-child {
    left: calc(-40/750 * 100vw);
    width: calc(462/750 * 100vw);
    margin: 0 0 calc(165/750 * 100vw);
  }
  .rank-cont .add-box li:first-child .txt {
    top: calc(65/750 * 100vw);
    right: calc(-176/750 * 100vw);
    width: calc(220/750 * 100vw);
  }
  .rank-cont .add-box li:nth-child(2) {
    position: relative;
    left: 0;
    bottom: 0;
    width: calc(365/750 * 100vw);
  }
  .rank-cont .add-box li:nth-child(2) .txt {
    top: calc(-126/750 * 100vw);
    bottom: inherit;
    right: inherit;
    left: calc(17/750 * 100vw);
    width: calc(240/750 * 100vw);
  }
  .rank-cont .add-box li:nth-child(3) {
    position: absolute;
    top: calc(342/750 * 100vw);
    right: 0;
    width: calc(363/750 * 100vw);
  }
  .rank-cont .add-box li:nth-child(3) .txt {
    top: calc(255/750 * 100vw);
    right: calc(-17/750 * 100vw);
    width: calc(253/750 * 100vw);
  }
  .rank-cont .balloon-box {
    background: url(../../img/03/raku4_bg_03_sp.png) center top no-repeat;
    background-size: 100%;
    padding: calc(70/750 * 100vw) 0 calc(90/750 * 100vw);
    margin: 0 calc(-40/750 * 100vw) calc(65/750 * 100vw);
  }
  .rank-cont .balloon-box p img {
    width: calc(315/750 * 100vw);
  }
  .toFlow-btn {
    width: 50px;
  }
  
  .rank-cont .raku-02_pic01 {
    margin-bottom: calc(16/750 * 100vw);
  }
  .rank-cont .raku-02_pic02 {
    width: calc(544/750 * 100vw);
    margin-bottom: calc(100/750 * 100vw);
  }
  .raku-02_pic img.pic {
    width: calc(544/750 * 100vw);
    margin: auto;
  }
  .raku-02_pic02 img.baloon {
    width: calc(240/750 * 100vw);
    left: calc(-86/750 * 100vw);
    top: calc(-30/750 * 100vw);
  }
  .raku-item-list02 {
    gap: calc(40/750 * 100vw);
    margin-bottom: calc(80/750 * 100vw);
  }
  .raku-item-list02 li{
    width: calc(315/750 * 100vw);
    border-radius: calc(20/750 * 100vw);
  }
  .raku-item-list02 li h5{
    border-radius: calc(18/750 * 100vw) calc(18/750 * 100vw) 0 0 ;
    padding: calc(16/750 * 100vw) 0;
    font-size: calc(26/750 * 100vw);
  }
  .raku-item-list02 li .item-wrap {
    padding: calc(20/750 * 100vw) ;
  }
  .raku-item-list02 li .item-wrap .item-ttl {
    font-size: calc(24/750 * 100vw);
  }
  .raku-item-list02 li .item-wrap .item-txt {
    font-size: calc(20/750 * 100vw);
  }
}

.tokuten {
  text-align: center;
  background-color: #f0fcde;
  padding: 0 0 60px;
  position: relative;
}
.tokuten::after {
  content: "";
  position: absolute;
  top: -64px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 749px;
  height: 1671px;
  background: url(../../img/03/tokuten_bg01_pc.png?240311)  no-repeat center top / contain;
  z-index: 5;
}
.tokuten::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  background: url(../../img/03/tokuten_bg02_pc.png) no-repeat center top / contain;
  background-size: cover;
  height: 80px;
  top: -73px;
  z-index: 3;
}
.tokuten .wrap {
  position: relative;
  z-index: 8;
}
.tokuten h2.ttl  {
  margin-bottom: 45px;
}
.tokuten p {
  margin-bottom: 45px;
}
.tokuten p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .tokuten {
    padding: 0 0 calc(80/750 * 100vw);
  }
  .tokuten::after {
    background: url(../../img/03/tokuten_bg01_sp.png?240311)  no-repeat center top / contain;
    top: calc(-48/750 * 100vw);
    height: calc(2104/750 * 100vw);
    width: 100%;
    background-size: contain;
  }
  .tokuten::before {
    background: url(../../img/03/tokuten_bg02_sp.png) no-repeat center top / contain;
    height: calc(80/750 * 100vw);
    top: calc(-74/750 * 100vw)
  }
  .tokuten h2.ttl  {
    width: calc(580/750 * 100vw);
    margin:0 auto calc(50/750 * 100vw);
  }
  .tokuten p {
    margin-bottom: calc(40/750 * 100vw);
  }
  
}
.cv {
  padding: 49px 0 52px;
  position: relative;
}

.cv.cv-01 {
  background: #ffee98;
}

.cv.cv-01 .btn.cv-btn a, .cv.cv-01 .btn.contact-btn a {
  -webkit-box-shadow: 0px 0px 20px 0px #e9d98b;
          box-shadow: 0px 0px 20px 0px #e9d98b;
}

.cv.cv-02, .cv.cv-05 {
  background: #ffd298;
}

.cv.cv-02 .btn.cv-btn a, .cv.cv-02 .btn.contact-btn a, .cv.cv-05 .btn.cv-btn a, .cv.cv-05 .btn.contact-btn a {
  -webkit-box-shadow: 0px 0px 20px 0px #dac872;
          box-shadow: 0px 0px 20px 0px #dac872;
}

.cv.cv-03 {
  background: #caed93;
}

.cv.cv-03 .btn.cv-btn a, .cv.cv-03 .btn.contact-btn a {
  -webkit-box-shadow: 0px 0px 20px 0px #b7d785;
          box-shadow: 0px 0px 20px 0px #b7d785;
}

.cv.cv-04 {
  background: #98d7ff;
}

.cv.cv-04 .btn.cv-btn a, .cv.cv-04 .btn.contact-btn a {
  -webkit-box-shadow: 0px 0px 20px 0px #8ac3e7;
          box-shadow: 0px 0px 20px 0px #8ac3e7;
}

.cv .txt {
  font-size: 24px;
  text-align: center;
  margin: 0 0 30px;
}

.cv .txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
  background: linear-gradient(transparent 60%, #fff 60%);
  vertical-align: bottom;
}

.cv .txt b {
  font-size: 32px;
  vertical-align: bottom;
}

.cv .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cv .btn {
  text-align: center;
}

.cv .btn img {
  margin: auto;
}

.cv .btn a {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border-radius: 100px;
  padding: 35px 0;
  min-width: 432px;
  margin: 0 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

.cv .btn a:hover {
  opacity: .8;
}

.cv .btn.cv-btn a {
  background: #f29200;
  border: 5px solid #f9c575;
  -webkit-box-shadow: 0px 0px 20px 0px #dac872;
          box-shadow: 0px 0px 20px 0px #dac872;
}

.cv .btn.contact-btn a {
  background: #6eb92b;
  border: 5px solid #acdf7e;
  -webkit-box-shadow: 0px 0px 20px 0px #8ac3e7;
          box-shadow: 0px 0px 20px 0px #8ac3e7;
}

.totop {
  max-width: 100px;
  position: fixed;
  right: calc(25/1200 * 100vw);
  bottom: calc(150/1200 * 100vw);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.totop.active {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .cv {
    padding: calc(80/750 * 100vw) 0;
    z-index: 5;
  }
  .cv .txt {
    font-size: calc(30/750 * 100vw);
    margin: 0 0 calc(30/750 * 100vw);
  }
  .cv .btn-box {
    display: block;
  }
  .cv .btn a {
    font-size: calc(44/750 * 100vw);
    font-weight: bold;
    border-radius: 100px;
    padding: calc(40/750 * 100vw) calc(10/750 * 100vw) calc(45/750 * 100vw);
    min-width: calc(620/750 * 100vw);
    margin: 0;
  }
  .cv .btn.cv-btn {
    margin: 0 0 calc(30/750 * 100vw);
  }
  .cv .btn.cv-btn a {
    border: calc(10/750 * 100vw) solid #f9c575;
    -webkit-box-shadow: 0px 0px calc(20/750 * 100vw) 0px #dac872;
            box-shadow: 0px 0px calc(20/750 * 100vw) 0px #dac872;
  }
  .cv .btn.contact-btn a {
    background: #6eb92b;
    border: calc(10/750 * 100vw) solid #acdf7e;
    -webkit-box-shadow: 0px 0px calc(20/750 * 100vw) 0px #8ac3e7;
            box-shadow: 0px 0px calc(20/750 * 100vw) 0px #8ac3e7;
  }
  .totop {
    max-width: 70px;
    right: calc(25/750 * 100vw);
    bottom: calc(180/750 * 100vw);
  }
}

#catalog ul.js-catalog-slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0 75px;
  margin-bottom: 45px;
  background: #fff;
}

#catalog ul.js-catalog-slick li {
  text-align: center;
  padding: 0 0.24%;
}

#catalog ul.js-catalog-slick li.slick-slide {
  width: 328px;
}

#catalog ul.js-catalog-slick li h4 {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  background-color: #ffee98;
  border-radius: 10px;
}

#catalog ul.js-catalog-slick li img {
  width: 100%;
}

#catalog p {
  padding: 0 6%;
  font-size: 3.8vw;
  line-height: 1.8;
}

ul.slick-dots {
  bottom: 35px;
}

ul.slick-dots li {
  margin: 0 9px;
}

ul.slick-dots li button {
  width: 11px;
  height: 11px;
}

ul.slick-dots li button:before {
  font-size: 14px;
  width: 11px;
  height: 11px;
  -webkit-transition: .3s;
  transition: .3s;
}

ul.slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
}

ul.slick-dots li.slick-active button:before {
  color: #f29200 !important;
  font-size: 18px;
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  #catalog ul.js-catalog-slick {
    padding: calc(40/750 * 100vw) 0 calc(110/750 * 100vw);
    margin-bottom: calc(75/750 * 100vw);
  }
  #catalog ul.js-catalog-slick li {
    text-align: center;
    padding: 0 0.24%;
  }
  #catalog ul.js-catalog-slick li.slick-slide {
    width: calc(514/750 * 100vw);
  }
  #catalog ul.js-catalog-slick li h4 {
    padding: calc(20/750 * 100vw);
    margin-bottom: calc(30/750 * 100vw);
    font-size: calc(30/750 * 100vw);
  }
  ul.slick-dots {
    bottom: calc(45/750 * 100vw);
  }
  ul.slick-dots li {
    margin: 0 calc(15/750 * 100vw);
  }
  ul.slick-dots li button {
    width: calc(16/750 * 100vw);
    height: calc(16/750 * 100vw);
  }
  ul.slick-dots li button:before {
    font-size: 14px;
    width: calc(16/750 * 100vw);
    height: calc(16/750 * 100vw);
    -webkit-transition: .3s;
    transition: .3s;
  }
  ul.slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
  }
  ul.slick-dots li.slick-active button:before {
    color: #f29200 !important;
    font-size: 18px;
    width: 14px;
    height: 14px;
  }
}

.user-voice {
  padding: 80px 0 100px;
  background: url(../../img/03/bg_dot_pc.png) center top repeat;
}

.user-voice .ttl {
  text-align: center;
  margin: 0 0 40px;
}

.user-voice h3 {
  margin-bottom: 4%;
}

.user-voice ul.slick-dots li {
  margin: 0 1% !important;
}

.user-voice .arrow {
  width: 6%;
  height: 6%;
  margin-top: -6%;
  cursor: pointer;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.user-voice .arrow--prev {
  background-image: url(../../img/ar_l.png);
  left: -2%;
}

.user-voice .arrow--next {
  background-image: url(../../img/ar_r.png);
  right: -2%;
}

.user-voice .user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 986px;
  margin: 0 auto;
}

.user-voice .user-list li:nth-child(2) {
  margin: -20px 0 0;
}

.user-voice .user-list .user-list-cont {
  width: 315px;
  height: 693px;
  background: url(../../img/03/user_bg_cont.png) no-repeat center top;
  background-size: 100%;
  padding: 62px 40px;
}

.user-voice .user-list .user-list-cont .ph {
  text-align: center;
  margin: 0 auto 25px;
}

.user-voice .user-list .user-list-cont .ttl-sub {
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 auto 30px;
}

.user-voice .user-list .user-list-cont .txt {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .user-voice {
    padding: calc(84/750 * 100vw) 0 calc(80/750 * 100vw);
    background: url(../../img/03/bg_dot_pc.png) center top repeat;
  }
  .user-voice .ttl {
    width: calc(453/750 * 100vw);
    margin: 0 auto calc(50/750 * 100vw);
  }
  .user-voice ul.slick-dots li {
    margin: 0 1% !important;
  }
  .user-voice .arrow {
    width: 6%;
    height: 6%;
    margin-top: -6%;
    cursor: pointer;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  .user-voice .user-list {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .user-voice .user-list li {
    margin: 0 auto;
  }
  .user-voice .user-list li:nth-child(2) {
    margin-top: 0;
  }
  .user-voice .user-list .user-list-cont {
    width: calc(370/750 * 100vw);
    height: calc(852/750 * 100vw);
    padding: calc(75/750 * 100vw) calc(40/750 * 100vw) calc(60/750 * 100vw);
    margin: calc(126/750 * 100vw) auto 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .user-voice .user-list .user-list-cont:nth-child(2) {
    margin-top: 0;
  }
  .user-voice .user-list .user-list-cont .ph {
    text-align: center;
    width: 22.66667vw;
    margin: 0 auto 4vw;
  }
  .user-voice .user-list .user-list-cont .ph img {
    margin: 0 auto;
  }
  .user-voice .user-list .user-list-cont .ttl-sub {
    font-size: 2.93333vw;
    margin: 0 auto 2.66667vw;
  }
  .user-voice .user-list .user-list-cont .txt {
    font-size: 2.93333vw;
  }
  .user-voice .user-list .slick-active .user-list-cont {
    width: calc(500/750 * 100vw);
    height: calc(1100/750 * 100vw);
    padding: calc(110/750 * 100vw) calc(65/750 * 100vw) calc(140/750 * 100vw);
    margin: 0 auto;
  }
  .user-voice .user-list .slick-active .user-list-cont .ttl-sub {
    font-size: 4vw;
    margin: 0 auto 5.33333vw;
  }
  .user-voice .user-list .slick-active .user-list-cont .txt {
    font-size: 4vw;
  }
  .user-voice .user-list .slick-active .user-list-cont .ph {
    width: 25.6vw;
    margin: 0 auto 6vw;
  }
  .user-voice ul.slick-dots {
    bottom: -10.66667vw;
  }
}

#flow {
  background: #fff;
  padding: 100px 0;
}

#flow .faq-list {
  width: 670px;
  margin: 0 auto;
}

#flow .ttl {
  font-size: 30px;
  text-align: center;
  margin: 0 0 90px;
}

#flow .flow-ttl-box {
  border-bottom: 6px solid #333;
  padding: 0 0 20px;
  margin: 0 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#flow .flow-ttl-box .ttl-sum {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-right: 2px solid #333;
  padding: 0 30px;
  margin: 0 40px 0 0;
}

#flow .flow-ttl-box .ttl-sum span {
  display: block;
  font-size: 18px;
}

#flow .flow-ttl-box .ttl-sub {
  font-size: 30px;
}

#flow ul li {
  margin-bottom: 100px;
}

#flow ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#flow ul li .txt {
  font-size: 24px;
}

#flow ul li .txt span {
  display: block;
  font-size: 20px;
  margin: 20px 0 0;
}

#flow .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#flow .row .txt-box {
  width: 73%;
}

#flow .row .ph {
  text-align: center;
  width: 20%;
}

#flow .btn {
  text-align: center;
  margin: 30px 0 0;
}

#flow .btn a {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  background: #f29200;
  padding: 35px 60px;
  border: 5px solid #f9c575;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 20px 0px #dac872;
          box-shadow: 0px 0px 20px 0px #dac872;
  -webkit-transition: .3s;
  transition: .3s;
}

#flow .btn a:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  #flow {
    padding: calc(80/750 * 100vw) 0 calc(95/750 * 100vw);
  }
  #flow .faq-list {
    width: 100%;
  }
  #flow .ttl {
    font-size: calc(40/750 * 100vw);
    margin: 0 0 calc(80/750 * 100vw);
  }
  #flow .flow-ttl-box {
    border-bottom: calc(6/750 * 100vw) solid #333;
    padding: 0 0 calc(20/750 * 100vw);
    margin: 0 0 calc(40/750 * 100vw);
  }
  #flow .flow-ttl-box .ttl-sum {
    font-size: calc(60/750 * 100vw);
    border-right: calc(2/750 * 100vw) solid #333;
    padding: 0 calc(20/750 * 100vw);
    margin: 0 calc(40/750 * 100vw) 0 0;
  }
  #flow .flow-ttl-box .ttl-sum span {
    display: block;
    font-size: calc(20/750 * 100vw);
  }
  #flow .flow-ttl-box .ttl-sub {
    font-size: calc(36/750 * 100vw);
  }
  #flow ul li {
    margin-bottom: calc(90/750 * 100vw);
  }
  #flow ul li .txt {
    font-size: calc(30/750 * 100vw);
  }
  #flow ul li .txt span {
    font-size: calc(20/750 * 100vw);
    margin: calc(35/750 * 100vw) 0 0;
  }
  #flow .row .txt-box {
    width: 73%;
  }
  #flow .row .ph {
    width: 20%;
  }
  #flow .btn {
    margin: calc(25/750 * 100vw) 0 0;
  }
  #flow .btn a {
    font-size: calc(44/750 * 100vw);
    border-radius: 100px;
    padding: calc(40/750 * 100vw) calc(10/750 * 100vw) calc(45/750 * 100vw);
    min-width: calc(620/750 * 100vw);
    -webkit-box-shadow: 0px 0px 10px 0px #dac872;
            box-shadow: 0px 0px 10px 0px #dac872;
  }
}

#faq {
  padding: 50px 0 100px;
  background: #f7f1e9;
  /**
   * answer
   ------------*/
}

#faq .ttl {
  font-size: 30px;
  text-align: center;
  margin: 0 0 50px;
}

#faq .accordion {
  width: 100%;
  margin: 0 auto;
}

#faq .accordion .aco-open {
  cursor: pointer;
  display: block;
  padding: 35px 0;
  margin: 0 40px;
  font-size: 20px;
  color: #333;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#faq .accordion .aco-open:before {
  content: "Q";
  font-weight: bold;
  color: #947559;
  padding: 0 20px 0 0;
}

#faq .accordion li {
  text-align: left;
  margin-bottom: 4%;
  background-color: #fff;
  border-radius: 12px;
}

#faq .accordion li span {
  width: 4px;
  height: 20px;
  background: #cbcbcb;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
}

#faq .accordion li span:nth-of-type(1) {
  width: 20px;
  height: 4px;
  background: #cbcbcb;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

#faq .accordion li.open span {
  color: #b63b4d;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 40%;
}

#faq .accordion li.open span:nth-of-type(1) {
  display: none;
}

#faq .accordion li.default .answer {
  display: block;
}

#faq .answer {
  display: none;
  font-size: 20px;
  padding: 20px 0 35px;
  margin: 0 40px;
  border-top: 2px dotted #b7ac9b;
}

@media screen and (max-width: 768px) {
  #faq {
    padding: calc(50/750 * 100vw) 0 calc(110/750 * 100vw) ;
    /**
     * answer
     ------------*/
  }
  #faq .ttl {
    font-size: calc(40/750 * 100vw);
    margin: 0 0 calc(50/750 * 100vw);
  }
  #faq .accordion .aco-open {
    padding: calc(35/750 * 100vw) calc(45/750 * 100vw);
    margin: 0 calc(40/750 * 100vw);
    font-size: calc(30/750 * 100vw);
  }
  #faq .accordion .aco-open:before {
    position: absolute;
    left: 0;
  }
  #faq .accordion li {
    margin-bottom: 4%;
    background-color: #fff;
  }
  #faq .accordion li span {
    width: calc(6/750 * 100vw);
    height: calc(30/750 * 100vw);
    right: calc(20/750 * 100vw);
  }
  #faq .accordion li span:nth-of-type(1) {
    width: calc(30/750 * 100vw);
    height: calc(6/750 * 100vw);
    right: calc(9/750 * 100vw);
  }
  #faq .accordion li.open span {
    top: 40%;
  }
  #faq .accordion li.open span:nth-of-type(1) {
    display: none;
  }
  #faq .accordion li.default .answer {
    display: block;
  }
  #faq .answer {
    font-size: calc(30/750 * 100vw);
    padding: calc(40/750 * 100vw) 0 calc(35/750 * 100vw);
    margin: 0 calc(45/750 * 100vw);
    border-top: calc(2/750 * 100vw) dotted #b7ac9b;
  }
}

.footer {
  background: #fff;
  text-align: center;
  padding: 60px 0 200px;
  border-top: 2px solid #d6d1cc;
}

.footer .f-logo {
  text-align: center;
  margin: 0 0 20px;
}

.footer_copyright{
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: calc(80/750 * 100vw) 0 calc(180/750 * 100vw);
  }
  .footer .f-logo {
    width: calc(460/750 * 100vw);
    margin: 0 auto calc(35/750 * 100vw);
  }
  .footer .txt {
    font-size: calc(20/750 * 100vw);
  }
}

/*!------------------------*\
    page-top
\*!------------------------*/
.entryFixed {
  display: none;
  z-index: 1000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.entryFixed .org-btn {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.entryFixed .org-btn a {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  border-radius: 100px;
  padding: 25px 60px;
  min-width: 432px;
  margin: 0 20px;
  background: #f29200;
  border: 5px solid #f9c575;
  -webkit-box-shadow: 0px 0px 20px 0px #dac872;
          box-shadow: 0px 0px 20px 0px #dac872;
  -webkit-transition: .3s;
  transition: .3s;
}

.entryFixed .org-btn a a:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  .entryFixed {
    padding: calc(20/750 * 100vw) 0;
  }
  .entryFixed .org-btn a {
    font-size: calc(32/750 * 100vw);
    font-weight: bold;
    border-radius: 100px;
    padding: calc(30/750 * 100vw) calc(10/750 * 100vw) calc(35/750 * 100vw);
    min-width: calc(560/750 * 100vw);
    margin: 0;
    border: calc(6/750 * 100vw) solid #f9c575;
    -webkit-box-shadow: 0px 0px calc(20/750 * 100vw) 0px #dac872;
            box-shadow: 0px 0px calc(20/750 * 100vw) 0px #dac872;
  }
  .entryFixed .org-btn a a:hover {
    opacity: 1;
  }
}

/*!------------------------*\
    end
\*!------------------------*/
/*# sourceMappingURL=style.css.map */