@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots 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;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #505050;
  color: #fff; }

::-moz-selection {
  background: #505050;
  color: #fff; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
body {
  font-family: "Zen Old Mincho", serif;
  color: #505050;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px; }

/* link */
a {
  color: #505050;
  text-decoration: none;
  transition: .4s;
  overflow: hidden; }
  a img {
    transition: .4s; }

a:hover {
  transition: .4s;
  opacity: 0.6; }
  @media screen and (max-width: 800px) {
    a:hover {
      opacity: 1; } }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 800px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 800px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc {
  margin-top: -75px;
  padding-top: 75px; }
  @media screen and (max-width: 800px) {
    .anc {
      margin-top: -55px;
      padding-top: 55px; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 800px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 800px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .inline_s {
      display: inline; } }

/* 共通アニメーション */
.anim-fadeInLeft {
  opacity: 0;
  transform: translateX(-40px); }

.anim-fadeInLeft.is-visible {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.5s ease, transform 0.5s ease; }

/* 順番にずらす（子要素に自動適用） */
.anim-fadeInLeft.is-visible:nth-child(1) {
  transition-delay: 0s; }

.anim-fadeInLeft.is-visible:nth-child(2) {
  transition-delay: 0.1s; }

.anim-fadeInLeft.is-visible:nth-child(3) {
  transition-delay: 0.2s; }

.anim-fadeInLeft.is-visible:nth-child(4) {
  transition-delay: 0.3s; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

.txtCenter {
  text-align: center; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.wrapper {
  position: relative;
  overflow: hidden; }

.inner {
  max-width: 1080px;
  margin: auto;
  position: relative;
  padding: 0 40px; }
  @media screen and (max-width: 800px) {
    .inner {
      padding: 0 20px; } }

/* ハンバーガーボタン（背景画像で設定） */
.hamburger-btn {
  width: 25.41px;
  height: 25.41px;
  background-color: transparent;
  background: url("../img/hum_open.svg") center no-repeat;
  background-size: 25.41px;
  border: none;
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 17px; }

.hamburger-btn.is-open {
  background: url("../img/hum_close.svg") center no-repeat;
  background-size: 25.41px; }

/* ドロワーメニュー：全画面（top:60px〜bottom:0） */
.drawer {
  position: fixed;
  top: 55px;
  right: 0;
  bottom: 0;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 99;
  overflow-y: auto;
  background: url("../img/bg_spmenu.png") right bottom no-repeat #FFF;
  background-size: 260px; }
  .drawer__nav {
    height: 100%; }
  .drawer__link {
    color: #048CC9; }
  .drawer__list {
    padding: 40px 40px 0; }
  .drawer__li {
    margin-bottom: 25px; }
  .drawer__link {
    font-size: 18px;
    display: block;
    box-sizing: border-box;
    background: url("../img/icon_spmenu_arrow.svg") left center no-repeat;
    background-size: 23px;
    padding-left: 40px; }

.drawer.is-open {
  transform: translateX(0); }

.ttl {
  font-size: 55px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 30px; }
  @media screen and (max-width: 800px) {
    .ttl {
      font-size: 30px;
      line-height: 1.4; } }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 350px;
  height: 76px;
  margin: auto;
  font-size: 28px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  background: linear-gradient(135deg, #FFA133, #F8EB50);
  border: 2px solid #fff;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(32, 109, 126, 0.3);
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    .btn {
      width: 240px;
      height: 45px;
      font-size: 16px; } }

.btn::after {
  content: "";
  position: absolute;
  background: url("../img/icon_arrow_right.png") no-repeat;
  background-size: 14.56px;
  height: 24px;
  width: 14.56px;
  right: 20px;
  top: calc(50% - 12px); }
  @media screen and (max-width: 800px) {
    .btn::after {
      background: url("../img/icon_arrow_right.png") no-repeat;
      background-size: 8px;
      height: 13px;
      width: 8px;
      right: 15px;
      top: calc(50% - 6.5px); } }

.header {
  background: white;
  transition: .4s;
  height: 75px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10; }
  @media screen and (max-width: 800px) {
    .header {
      height: 55px; } }
  .header__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 40px 0 20px; }
    @media screen and (max-width: 800px) {
      .header__wrap {
        padding: 0 20px 0; } }
  .header__logo {
    display: block;
    width: 135px; }
    @media screen and (max-width: 800px) {
      .header__logo {
        width: 95px; } }
  .header__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .header__list {
        display: none; } }
  .header__li {
    margin-right: 30px; }
    .header__li:last-of-type {
      margin-right: 0; }
  .header__link {
    color: #048CC9; }

.header.on {
  background: rgba(255, 255, 255, 0.6);
  /* 白+透明度 */
  backdrop-filter: blur(8px);
  /* 背後をぼかす */
  -webkit-backdrop-filter: blur(8px);
  /* Safari対応 */
  transition: .4s; }

.mv {
  position: relative;
  margin-top: 75px;
  z-index: 1;
  margin-bottom: -90px; }
  @media screen and (max-width: 800px) {
    .mv {
      margin-top: 55px;
      margin-bottom: 30px; } }
  .mv .btn {
    position: absolute;
    bottom: 4.5vw;
    left: calc(50% - 175px); }
    @media screen and (max-width: 1366px) {
      .mv .btn {
        width: 25vw;
        height: 5.3vw;
        left: calc(50% - 12.5vw);
        font-size: 2vw; } }
    @media screen and (max-width: 1366px) {
      .mv .btn:after {
        background-size: 1vw;
        width: 1vw;
        height: 1.6vw;
        top: calc(50% - 0.8vw); } }

.onayami {
  position: relative;
  padding: 230px 0 70px;
  background-image: url("../img/bg_onayami_left.png"), url("../img/bg_onayami_right.png");
  background-size: 315px, 349px;
  background-position: left top, right bottom 80px;
  background-repeat: no-repeat; }
  @media screen and (max-width: 800px) {
    .onayami {
      padding-top: 120px;
      background-image: url("../img/bg_onayami_left.png"), url("../img/bg_onayami_right.png");
      background-size: 129px, 140px;
      background-position: left top, right bottom;
      background-repeat: no-repeat;
      padding-bottom: 50px; } }
  .onayami__inner {
    max-width: 890px;
    margin: auto; }
  .onayami__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin: 0 0 20px; }
  .onayami__thum {
    margin: 0 0 20px; }
    @media screen and (max-width: 800px) {
      .onayami__thum {
        max-width: 170px;
        margin: 0 auto 10px; } }
  .onayami__txt {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .onayami__txt {
        font-size: 16px;
        letter-spacing: -0.5px; } }
  .onayami__box {
    width: calc(100%/3 - 37px);
    text-align: center; }
    @media screen and (max-width: 800px) {
      .onayami__box:first-of-type {
        width: 100%;
        margin-bottom: 20px; } }
    @media screen and (max-width: 800px) {
      .onayami__box {
        width: calc(100%/2 - 10px); } }

.reason {
  padding: 100px 0 450px;
  background: linear-gradient(to bottom, #2DB6D5, #B4F0D5); }
  @media screen and (max-width: 800px) {
    .reason {
      padding: 70px 0; } }
  .reason__ttl {
    max-width: 1090px;
    margin: 0 auto 70px;
    padding: 0 40px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .reason__ttl {
        padding: 0 10px;
        margin-bottom: 50px; } }

.reasonPoint {
  height: 440px;
  position: relative;
  margin-bottom: 70px; }
  @media screen and (max-width: 800px) {
    .reasonPoint {
      height: auto;
      margin-bottom: 40px; } }
  .reasonPoint__right, .reasonPoint__left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 100%;
    align-items: center; }
    @media screen and (max-width: 800px) {
      .reasonPoint__right, .reasonPoint__left {
        padding: 0 !important; } }
  .reasonPoint__left {
    justify-content: flex-start; }
  .reasonPoint__img {
    height: 100%;
    background: #CCC;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media screen and (max-width: 800px) {
      .reasonPoint__img {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 20px; } }
  .reasonPoint__box {
    width: calc(100%/2 + 60px);
    background: rgba(255, 255, 255, 0.8);
    padding: 0 70px 60px 70px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .reasonPoint__box {
        width: calc(100% - 40px);
        padding: 0 30px 30px 30px;
        z-index: 2; } }
  .reasonPoint__ttl {
    position: relative;
    margin: -20px 0 20px 0;
    max-width: 448px; }
    @media screen and (max-width: 800px) {
      .reasonPoint__ttl {
        margin: -30px 0 20px -50px; } }
  @media screen and (max-width: 800px) {
    .reasonPoint__txt {
      font-size: 14px; } }

.reasonPoint1__img {
  background-image: url("../img/img_reason1.png"); }
  @media screen and (max-width: 800px) {
    .reasonPoint1__img {
      padding-right: 40px;
      background: none; } }
.reasonPoint1:before {
  content: "";
  background: url("../img/bg_reason1.png") no-repeat;
  width: 337px;
  background-size: 337px;
  height: 374px;
  position: absolute;
  right: 0;
  top: -180px; }
  @media screen and (max-width: 800px) {
    .reasonPoint1:before {
      background: url("../img/bg_reason1_sp.png") no-repeat;
      width: 237px;
      background-size: 237px;
      height: 272px;
      top: -222px;
      left: 0; } }
.reasonPoint1:after {
  content: "";
  background: url("../img/bg_reason2.png") no-repeat;
  width: 504px;
  background-size: 504px;
  height: 454px;
  position: absolute;
  left: 0;
  bottom: -454px; }
  @media screen and (max-width: 800px) {
    .reasonPoint1:after {
      background: url("../img/bg_reason2_sp.png") no-repeat;
      width: 222px;
      background-size: 222px;
      height: 224px;
      bottom: -224px;
      bottom: -165px;
      right: 0;
      left: auto; } }
@media screen and (max-width: 800px) {
  .reasonPoint1__ttl {
    max-width: 306px; } }

@media screen and (max-width: 800px) {
  .reasonPoint2__ttl {
    max-width: 263px;
    margin-left: -10px; } }
.reasonPoint2__img {
  background-image: url("../img/img_reason2.png");
  left: auto;
  right: 0; }
  @media screen and (max-width: 800px) {
    .reasonPoint2__img {
      padding-left: 40px;
      background: none; } }
.reasonPoint2 .reasonPoint__left:before {
  content: "";
  background: url("../img/bg_reason3.png") no-repeat;
  width: 370px;
  background-size: 370px;
  height: 284px;
  position: absolute;
  right: 0;
  bottom: -284px; }
  @media screen and (max-width: 800px) {
    .reasonPoint2 .reasonPoint__left:before {
      background: url("../img/bg_reason2_sp.png") no-repeat;
      width: 222px;
      background-size: 222px;
      height: 224px;
      bottom: -224px;
      bottom: -165px;
      right: 0;
      left: auto; } }

.reasonPoint3__img {
  background-image: url("../img/img_reason3.png"); }
  @media screen and (max-width: 800px) {
    .reasonPoint3__img {
      padding-right: 40px;
      background: none; } }
@media screen and (max-width: 800px) {
  .reasonPoint3__ttl {
    max-width: 266px; } }

@media screen and (max-width: 800px) {
  .reasonPoint4__ttl {
    max-width: 297px;
    margin-left: -10px; } }
.reasonPoint4__img {
  background-image: url("../img/img_reason4.png");
  left: auto;
  right: 0; }
  @media screen and (max-width: 800px) {
    .reasonPoint4__img {
      padding-left: 40px;
      background: none; } }
.reasonPoint4:before {
  content: "";
  background: url("../img/bg_reason4.png") no-repeat;
  width: 563px;
  background-size: 563px;
  height: 569px;
  position: absolute;
  left: 0;
  top: -65px; }
  @media screen and (max-width: 800px) {
    .reasonPoint4:before {
      background: url("../img/bg_reason4_sp.png") no-repeat;
      width: 238px;
      background-size: 238px;
      height: 340px;
      position: absolute;
      left: 0;
      top: -125px; } }
.reasonPoint4:after {
  content: "";
  background: url("../img/bg_reason5.png") no-repeat;
  width: 504px;
  background-size: 504px;
  height: 454px;
  position: absolute;
  right: 0;
  bottom: -454px; }
  @media screen and (max-width: 800px) {
    .reasonPoint4:after {
      background: url("../img/bg_reason5_sp.png") no-repeat;
      width: 301px;
      background-size: 301px;
      height: 272px;
      bottom: -140px; } }

.assort {
  position: relative;
  margin-top: -360px;
  margin-bottom: -19vw; }
  @media screen and (max-width: 1366px) {
    .assort {
      margin-bottom: -262px; } }
  @media screen and (max-width: 800px) {
    .assort {
      margin-top: 0;
      margin-bottom: -90px; } }
  .assort__wakuTop {
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 1366px) {
      .assort__wakuTop {
        background: url("../img/bg_circle_top.png") center top no-repeat;
        background-size: 1366px;
        width: 100%;
        height: 262px; } }
    @media screen and (max-width: 800px) {
      .assort__wakuTop {
        height: auto;
        background: none; } }
    .assort__wakuTop:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -140px;
      background: url("../img/bg_assort1.png") no-repeat;
      background-size: 315px;
      width: 315px;
      height: 232px; }
      @media screen and (max-width: 800px) {
        .assort__wakuTop:before {
          content: none; } }
    .assort__wakuTop:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -250px;
      background: url("../img/bg_assort2.png") no-repeat;
      background-size: 349px;
      width: 349px;
      height: 249px; }
      @media screen and (max-width: 800px) {
        .assort__wakuTop:after {
          content: none; } }
  .assort__wakuTopImg {
    display: block; }
    @media screen and (max-width: 1366px) {
      .assort__wakuTopImg {
        display: none; } }
  .assort__wakuBottom {
    z-index: 1;
    position: relative; }
    @media screen and (max-width: 1366px) {
      .assort__wakuBottom {
        background: url("../img/bg_circle_bottom.png") center top no-repeat;
        background-size: 1366px;
        width: 100%;
        height: 262px; } }
    @media screen and (max-width: 800px) {
      .assort__wakuBottom {
        height: auto;
        background: none; } }
  .assort__wakuBottomImg {
    display: block; }
    @media screen and (max-width: 1366px) {
      .assort__wakuBottomImg {
        display: none; } }
  .assort__inner {
    background: #FFF;
    padding-bottom: 25px; }
    .assort__inner .inner {
      margin-bottom: -100px; }
      @media screen and (max-width: 800px) {
        .assort__inner .inner {
          margin-bottom: 0; } }
      .assort__inner .inner .btn {
        z-index: 2;
        position: relative; }
  .assort__ttl {
    font-size: 55px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .assort__ttl {
        font-size: 30px;
        letter-spacing: -0.5px;
        text-align: center;
        margin-top: 10px; } }
  .assort__leadTxt {
    text-align: center;
    font-size: 20px;
    margin: 20px 0 60px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .assort__leadTxt {
        font-size: 14px;
        margin-bottom: 40px; } }
  .assort__lineUp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    position: relative;
    z-index: 1; }
  .assort__item {
    width: calc(100%/4 - 12px);
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      .assort__item {
        width: calc(100%/2 - 5px);
        margin-bottom: 10px; } }
  .assort__link {
    display: block; }
  .assort__bnr {
    margin: 20px auto 60px;
    max-width: 1142px;
    padding: 0 15px; }
    @media screen and (max-width: 800px) {
      .assort__bnr {
        padding: 0;
        margin-bottom: 40px; } }

.simulation {
  background-image: url("../img/bg_simulation_top.png"), url("../img/bg_simulation_bottom.png");
  background-size: 682px, 682px;
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #B4F0D5;
  padding-top: 420px;
  padding-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .simulation {
      background-image: url("../img/bg_simulation_top_sp.png"), url("../img/bg_simulation_bottom_sp.png");
      background-size: 283px, 283px;
      background-position: right top, left bottom;
      padding-top: 160px;
      padding-bottom: 80px; } }

.simulationCont {
  padding: 0 40px; }
  @media screen and (max-width: 800px) {
    .simulationCont {
      padding: 0; } }
  .simulationCont__inner {
    border-radius: 20px;
    background-image: url("../img/bg_simulation_left.png"), url("../img/bg_simulation_right.png");
    background-size: 270px, 270px;
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-color: #FFF;
    box-shadow: 0px 5px 20px rgba(32, 109, 126, 0.3);
    position: relative;
    padding-top: 10px; }
    @media screen and (max-width: 800px) {
      .simulationCont__inner {
        background-image: url("../img/bg_simulation_left.png"), url("../img/bg_simulation_right.png");
        background-size: 149px, 149px; } }
  .simulationCont__ttlImg {
    max-width: 558px;
    margin: 0 auto; }
    @media screen and (max-width: 800px) {
      .simulationCont__ttlImg {
        margin: 10px auto 0;
        padding: 0 10px; } }
  .simulationCont__ttl {
    color: #3CA2B9;
    font-size: 50px;
    text-align: center;
    margin: 0 0 40px;
    padding: 0 20px;
    line-height: 1.4; }
    @media screen and (max-width: 800px) {
      .simulationCont__ttl {
        font-size: 30px;
        margin: 0 0 20px;
        letter-spacing: -2px; } }

.js-fade {
  display: none; }

.js-fade.is-visible {
  display: block;
  animation: fadeIn 0.4s ease forwards; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.gift-quiz {
  padding-bottom: 10px; }
  .gift-quiz__block {
    max-width: 790px;
    padding: 0 20px;
    margin: 0 auto 40px; }
    @media screen and (max-width: 800px) {
      .gift-quiz__block {
        margin: 0 auto 20px; } }
  .gift-quiz__result {
    max-width: 790px;
    padding: 40px 20px 70px;
    position: relative;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .gift-quiz__result {
        padding-top: 30px;
        padding-bottom: 40px; } }
    .gift-quiz__result:before {
      content: "";
      background: #D3D3D3;
      height: 1px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .gift-quiz__label {
    color: #3CA2B9;
    font-size: 24px;
    margin: 0 0 15px;
    font-family: "Noto Sans JP"; }
    @media screen and (max-width: 800px) {
      .gift-quiz__label {
        font-size: 16px; } }
  .gift-quiz__btn-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    font-family: "Noto Sans JP"; }
  .gift-quiz__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    border-radius: 10000px;
    border: 1px solid #3CA2B9;
    font-size: 24px;
    padding: 0 30px;
    height: 60px;
    background: #FFF;
    color: #3CA2B9;
    margin: 0 15px 15px 0;
    font-family: "Noto Sans JP"; }
    @media screen and (max-width: 800px) {
      .gift-quiz__btn {
        font-size: 16px;
        height: 44px;
        margin: 0 7px 12px 0;
        padding: 0 18px; } }
  .gift-quiz__btn.is-active {
    background: #3CA2B9;
    color: #FFF; }
  .gift-quiz__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin-bottom: 40px;
    justify-content: center; }
  .gift-quiz__item {
    width: calc(100%/2 - 15px); }
    @media screen and (max-width: 800px) {
      .gift-quiz__item {
        width: 100%; } }
  .gift-quiz__resultName {
    line-height: 1.4;
    margin-top: 10px; }

.safety {
  padding: 200px 0 100px;
  background-image: url("../img/bg_safety.png"), url("../img/bg_safety2.png");
  background-repeat: repeat-x, no-repeat;
  background-size: 1366px, 321px;
  background-position: center top, right bottom; }
  @media screen and (max-width: 800px) {
    .safety {
      background-image: url("../img/bg_safety_sp.png"), url("../img/bg_safety2_sp.png");
      background-repeat: repeat-x, no-repeat;
      background-size: 375px, 169px;
      background-position: center top, right bottom;
      padding-top: 100px;
      padding-bottom: 120px; } }
  .safety__ttl {
    text-align: center;
    font-size: 55px;
    line-height: 1.4;
    margin: 0 0 40px;
    padding: 0 20px; }
    @media screen and (max-width: 800px) {
      .safety__ttl {
        font-size: 30px; } }
  .safety__inner {
    padding: 0 40px;
    max-width: 1025px;
    margin: 0 auto 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 800px) {
      .safety__inner {
        display: block;
        padding: 0 20px;
        margin-bottom: 40px; } }
  .safety__box {
    width: calc(100%/3 - 25px); }
    @media screen and (max-width: 800px) {
      .safety__box {
        width: 100%;
        margin-bottom: 30px; } }
  .safety__cap {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 20px;
    letter-spacing: -1px; }

.voice {
  background: linear-gradient(to bottom, #2DB6D5, #B4F0D5); }
  .voice__inner {
    padding: 100px;
    background-image: url("../img/bg_voice_left.png"), url("../img/bg_voice_right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    background-size: 504px, 490px; }
    @media screen and (max-width: 800px) {
      .voice__inner {
        padding: 70px 20px;
        background-size: 244px, 237px; } }
  .voice__ttl {
    max-width: 1090px;
    margin: 0 auto 70px;
    padding: 0 40px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .voice__ttl {
        padding: 0;
        width: calc(100% + 20px);
        position: relative;
        margin: 0 -10px 50px; } }
  .voice__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 800px) {
      .voice__wrap {
        display: block; } }
  .voice__box {
    width: calc(100%/2 - 15px);
    background: #FFF;
    border-radius: 10px;
    padding: 30px 20px;
    margin: 0 0 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 5px 20px rgba(32, 109, 126, 0.3); }
    @media screen and (max-width: 800px) {
      .voice__box {
        width: 100%;
        display: block;
        padding: 30px; } }
  .voice__icons {
    width: 125px; }
    @media screen and (max-width: 800px) {
      .voice__icons {
        margin: auto; } }
  .voice__txt {
    font-size: 20px;
    font-size: 400; }
  .voice__name {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0 0; }
  .voice__detail {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 20px; }
    @media screen and (max-width: 800px) {
      .voice__detail {
        padding: 20px 0 0 0; } }

.faq {
  padding-top: 160px;
  padding-bottom: 20px;
  background-image: url("../img/bg_safety.png"), url("../img/bg_faq_left.png"), url("../img/bg_faq_right.png");
  background-size: 1366px, 315px, 349px;
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: center top, left bottom, right bottom; }
  @media screen and (max-width: 800px) {
    .faq {
      background-image: url("../img/bg_safety_sp.png"), url("../img/bg_faq_left.png"), url("../img/bg_faq_right.png");
      background-size: 375px, 129px, 140px;
      background-repeat: repeat-x, no-repeat, no-repeat;
      background-position: center top, left bottom 80px, right bottom;
      padding-top: 100px;
      padding-bottom: 40px; } }
  .faq__ttl {
    text-align: center;
    font-size: 55px;
    line-height: 1.4;
    margin: 0 0 40px;
    padding: 0 20px; }
    @media screen and (max-width: 800px) {
      .faq__ttl {
        font-size: 30px; } }
  .faq__inner {
    max-width: 1020px;
    margin: auto;
    padding: 0 40px; }
    @media screen and (max-width: 800px) {
      .faq__inner {
        padding: 0; } }
  .faq__dl {
    border: 1px solid #3CA2B9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px; }
    .faq__dl:last-of-type {
      margin-bottom: 120px; }
      @media screen and (max-width: 800px) {
        .faq__dl:last-of-type {
          margin-bottom: 50px; } }
  .faq__dt {
    background: url("../img/icon_q.png") left 20px center no-repeat #3CA2B9;
    background-size: 37px;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
    padding: 15px 50px 15px 70px;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 800px) {
      .faq__dt {
        font-size: 14px;
        background: url("../img/icon_q.png") left 15px top 15px no-repeat #3CA2B9;
        background-size: 27px;
        padding: 15px 50px 15px 55px; } }
    .faq__dt:after {
      content: "";
      position: absolute;
      right: 20px;
      top: 18px;
      background: url("../img/icon_plus.svg") no-repeat;
      background-size: 24px;
      width: 24px;
      height: 24px; }
      @media screen and (max-width: 800px) {
        .faq__dt:after {
          right: 16px;
          background-size: 20px;
          width: 20px;
          height: 20px; } }
  .faq__dt.active:after {
    background: url("../img/icon_minus.svg") no-repeat;
    background-size: 24px; }
    @media screen and (max-width: 800px) {
      .faq__dt.active:after {
        background-size: 20px; } }
  .faq__dd {
    display: none;
    box-sizing: border-box;
    background: url("../img/icon_a.png") left 20px top 20px no-repeat;
    background-size: 37px;
    padding: 15px 20px 15px 70px;
    color: #3CA2B9;
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .faq__dd {
        padding: 15px 30px 15px 55px;
        background: url("../img/icon_a.png") left 15px top 20px no-repeat;
        background-size: 27px; } }
  .faq__list li {
    text-indent: -1em;
    padding-left: 1em; }

.shop {
  position: relative;
  background: linear-gradient(to bottom, #2D96E3, #D2F4FC 50%, #FFF8A5);
  padding-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .shop {
      padding-bottom: 280px; } }
  .shop:before {
    content: "";
    background: url("../img/bg_shop_bottom.png") no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 681px;
    width: 681px;
    height: 568px; }
    @media screen and (max-width: 800px) {
      .shop:before {
        background-size: 354px;
        width: 354px;
        height: 295px;
        bottom: 30px; } }
  .shop__separator {
    margin-bottom: 70px; }
    @media screen and (max-width: 1366px) {
      .shop__separator {
        height: 178.23px;
        background: url("../img/bg_shop_top.png") center top no-repeat;
        background-size: 1366px; } }
    @media screen and (max-width: 800px) {
      .shop__separator {
        background: none;
        height: auto; } }
    .shop__separator img {
      display: block; }
      @media screen and (max-width: 1366px) {
        .shop__separator img {
          display: none; } }
      @media screen and (max-width: 800px) {
        .shop__separator img {
          display: block; } }
  .shop__ttl {
    max-width: 1090px;
    margin: 0 auto 70px;
    padding: 0 40px;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .shop__ttl {
        padding: 0;
        width: calc(100% + 20px);
        position: relative;
        margin: 0 -10px 50px; } }
  .shop__subTtl {
    font-size: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0; }
  .shop__mapLink {
    font-family: "Noto Sans JP";
    color: #3CA2B9;
    font-size: 14px;
    font-weight: 400;
    margin-left: 15px; }
    .shop__mapLink img {
      display: inline-block;
      width: 12px;
      position: relative;
      margin-right: 2px;
      top: -2px; }
  .shop__txt {
    margin-bottom: 20px; }
  .shop__inner {
    background-image: url("../img/bg_shop_left.png"), url("../img/bg_shop_right.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 683px, 683px;
    background-position: left top, right top; }
    @media screen and (max-width: 800px) {
      .shop__inner {
        background-size: 70%, 70%; } }
  .shop__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 940px;
    margin: auto;
    box-sizing: border-box; }
  .shop__box {
    background: #FFF;
    width: calc(100%/3 - 23px);
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgba(32, 109, 126, 0.3);
    margin-right: 34px;
    margin-bottom: 34px;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden; }
    .shop__box:nth-of-type(3) {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      .shop__box {
        margin-bottom: 30px;
        margin-right: 0;
        width: 100%; } }
  .shop__img img {
    display: block;
    width: 100%; }
  .shop__dl {
    border-bottom: 1px solid #D3D3D3;
    border-top: 1px solid #D3D3D3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    margin-top: -1px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    font-size: 14px; }
  .shop__dt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
  .shop__dd {
    width: 90px; }

.footer {
  background: #3CA2B9;
  color: #FFF;
  font-family: "Noto Sans JP";
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400; }
  @media screen and (max-width: 800px) {
    .footer {
      font-size: 10px;
      padding-bottom: 25vw; } }

.fixedBnr {
  display: block;
  width: 400px;
  position: fixed;
  right: -26px;
  bottom: 0px;
  z-index: 2; }
  @media screen and (max-width: 800px) {
    .fixedBnr {
      width: 100%;
      right: 0;
      bottom: 0; } }
