@charset "UTF-8";
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  font-family: "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  line-height: 150%; }
  @media (max-width: 768px) {
    html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
    pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins,
    kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
    ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
    thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
    footer, header, hgroup, menu, nav, output,
    ruby, section, summary, time, mark, audio, video {
      font-size: 14px; } }

body {
  background: #f9f6f4; }

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

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

html {
  overflow-y: scroll; }

blockquote,
q {
  quotes: none; }

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

input,
textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption,
th {
  text-align: left; }

p {
  line-height: 180%; }

p span.note{
	font-size: 0.7rem;
}

a:focus {
  outline: none; }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: middle; }

table {
  width: 100%; }

main {
  display: block; }

.mt10 {
  margin-top: 10px; }
  @media (max-width: 768px) {
    .mt10 {
      margin-top: 6px; } }

.mt20 {
  margin-top: 20px; }
  @media (max-width: 768px) {
    .mt20 {
      margin-top: 12px; } }

.mt30 {
  margin-top: 30px; }
  @media (max-width: 768px) {
    .mt30 {
      margin-top: 18px; } }

.mt40 {
  margin-top: 40px; }
  @media (max-width: 768px) {
    .mt40 {
      margin-top: 24px; } }

.mt50 {
  margin-top: 50px; }
  @media (max-width: 768px) {
    .mt50 {
      margin-top: 30px; } }

.mt60 {
  margin-top: 60px; }
  @media (max-width: 768px) {
    .mt60 {
      margin-top: 36px; } }

.mt70 {
  margin-top: 70px; }
  @media (max-width: 768px) {
    .mt70 {
      margin-top: 42px; } }

.mt80 {
  margin-top: 80px; }
  @media (max-width: 768px) {
    .mt80 {
      margin-top: 48px; } }

.mt90 {
  margin-top: 90px; }
  @media (max-width: 768px) {
    .mt90 {
      margin-top: 54px; } }

.mb10 {
  margin-bottom: 10px; }
  @media (max-width: 768px) {
    .mb10 {
      margin-bottom: 6px; } }

.mb20 {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .mb20 {
      margin-bottom: 12px; } }

.mb30 {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .mb30 {
      margin-bottom: 18px; } }

.mb40 {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .mb40 {
      margin-bottom: 24px; } }

.mb50 {
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .mb50 {
      margin-bottom: 30px; } }

.mb60 {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .mb60 {
      margin-bottom: 36px; } }

.mb70 {
  margin-bottom: 70px; }
  @media (max-width: 768px) {
    .mb70 {
      margin-bottom: 42px; } }

.mb80 {
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .mb80 {
      margin-bottom: 48px; } }

.mb90 {
  margin-bottom: 90px; }
  @media (max-width: 768px) {
    .mb90 {
      margin-bottom: 54px; } }

@media (max-width: 768px) {
  .w85 {
    width: 85%;
    margin: 0 auto; } }

.w100 {
  width: 100%; }

.pc {
  display: block; }
  @media (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 768px) {
    .sp {
      display: block; } }

.pink {
  color: #efa1ae; }

.blue {
  color: #81C8E4; }

.bold {
  font-weight: bold; }

.bold-middle {
  font-weight: bold;
  font-size: 24px; }
  @media (max-width: 768px) {
    .bold-middle {
      font-size: 16px; } }

.bold-normal {
  font-weight: bold;
  font-size: 18px; }

.bold-emphatic {
  font-weight: bold;
  font-size: 27px; }
  @media (max-width: 768px) {
    .bold-emphatic {
      font-size: 16px; } }

.red {
  color: #b20024; }

strong.red {
  font-weight: bold; }

.underlin {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ffff9d 50%);
  padding: 0 3px 3px 3px; }

.dot-lin {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: dotted 1px #888; }

.pc .cp_ttl{
	padding-top: 1rem;
}
.sp .cp_ttl{
	padding: 1.5rem 1rem 0rem 1rem;
}

.small-text {
  font-size: 12px; }
  @media (max-width: 768px) {
    .small-text {
      font-size: 10px; } }

@media (max-width: 768px) {
  .image-title {
    margin: 64px -8.5% 0 -8.5%; } }

.text-wrap {
  width: 800px;
  margin: 0 auto;
  padding: 0 75px;
  text-align: left; }
  @media (max-width: 768px) {
    .text-wrap {
      padding: 0;
      width: auto; } }

.text-wrap.mb40 {
  margin-bottom: 40px; }

.break-wrap {
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    .break-wrap {
      padding-bottom: 36px; } }

.aln-left {
  text-align: left; }

.flex-center {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .flex-center p img {
      width: 100%; } }
  @media (max-width: 768px) {
    .flex-center img, .flex-center p {
      width: 48%; } }

.flex-center p:nth-child(3),
.flex-center p:nth-child(4) {
  margin-top: 15px; }
  @media (max-width: 768px) {
    .flex-center p:nth-child(3),
    .flex-center p:nth-child(4) {
      margin-top: 6px; } }


/***********************
	HamburgerMenu
***********************/
.nav-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 100;
}

.hamburger {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 45px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 45px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
  background: rgba(255, 255, 255, 0.65);
  /* border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(20, 0, 0, 0.35); */
}

@media (max-width: 768px) {
  .hamburger {
    right: 8px;
    top: 8px;
    width: 37px;
    /* クリックしやすいようにちゃんと幅を指定する */
    height: 37px;
    /* クリックしやすいようにちゃんと高さを指定する */
  }
}

.hamburger__line {
  position: absolute;
  left: 0px;
  width: 23px;
  height: 1px;
  background-color: #a3762b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 13px;
  left: 10px;
}

@media (max-width: 768px) {
  .hamburger__line--1 {
    top: 10px;
    left: 7px;
  }
}

.hamburger__line--2 {
  top: 22px;
  left: 10px;
}

@media (max-width: 768px) {
  .hamburger__line--2 {
    top: 18px;
    left: 7px;
  }
}

.hamburger__line--3 {
  top: 31px;
  left: 10px;
}

@media (max-width: 768px) {
  .hamburger__line--3 {
    top: 26px;
    left: 7px;
  }
}

.global-nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  width: 300px;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}

.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.global-nav__item {
  text-align: center;
  padding: 0 14px;
}

.global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}

.global-nav__item a:hover {
  background-color: #eee;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: 0.5;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 22px;
}

@media (max-width: 768px) {
  .nav-open .hamburger__line--1 {
    top: 19px;
  }
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
}

@media (max-width: 768px) {
  .nav-open .hamburger__line--3 {
    top: 19px;
  }
}

/***********************
	Contents
***********************/
.siteHeader {
  width: 100%;
  font-family: "M PLUS Rounded 1c";
  width: 1100px;
  margin: 0 auto;
  padding: 15px 0;
  background: #fff;
  text-align: center;
  /*ABテスト用CSS　190709佐久本追加*/
}

@media (max-width: 768px) {
  .siteHeader {
    width: 100%;
    padding: 12px 0;
  }
}

.siteHeader h1 {
  text-align: left;
  margin-left: 2%;
}

@media (max-width: 768px) {
  .siteHeader h1 {
    margin-left: 4%;
  }
}

@media (max-width: 768px) {
  .siteHeader h1 img {
    width: 156px;
    height: 29px;
    margin: 0 auto;
  }
}

.siteHeader .fixingBtns {
  position: fixed;
  top: 25%;
  right: 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 99;
}

@media (max-width: 768px) {
  .siteHeader .fixingBtns {
    top: auto;
    bottom: 0;
    width: 100%;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .siteHeader .fixingBtns.visible {
    display: block !important;
  }
}

.siteHeader .fixingBtns li {
  padding-bottom: 5px;
  /* &:nth-of-type(3) a {
				background: url("../img/icon_branch.png") no-repeat center 10px #d41338;
				background-size: 26px;
			} */
}

@media (max-width: 768px) {
  .siteHeader .fixingBtns li {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
    vertical-align: middle;
  }
  .siteHeader .fixingBtns li.action {
    display: table-cell;
  }
}

.siteHeader .fixingBtns li a {
  position: relative;
  display: inline-block;
  padding: 40px 12px 12px;
  color: #fff;
  background: #d41338;
  text-decoration: none;
  line-height: 1.2;
}

.siteHeader .fixingBtns li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-48%);
  transform: translateX(-48%);
}

@media (max-width: 768px) {
  .siteHeader .fixingBtns li a {
    /* position: relative; */
    display: block;
    padding: 14px 0 16px;
    /* padding: 14px 0 16px 32px; あいこんあり*/
    color: #fff;
    background: #d41338;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .siteHeader .fixingBtns li:nth-of-type(1) {
    width: 30%;
  }
}

.siteHeader .fixingBtns li:nth-of-type(1) a {
  background: url("../img/icon_book.png") no-repeat center 10px #977e3d;
  background-size: 26px;
}

@media (max-width: 768px) {
  .siteHeader .fixingBtns li:nth-of-type(1) a {
    background: #99762b;
  }
}

@media (max-width: 768px) {
  .siteHeader .fixingBtns li:nth-of-type(2) {
    width: 30%;
  }
}

.siteHeader .fixingBtns li:nth-of-type(2) a {
  background: url("../img/icon_request.png") no-repeat center 10px #d7000f;
  background-size: 26px;
}

@media (max-width: 768px) {
  .siteHeader .fixingBtns li:nth-of-type(2) a {
    background: #d7000f;
  }
}

@media (max-width: 768px) {
  .siteHeader .fixingBtns li:nth-of-type(3) {
    width: 40%;
  }
}

.siteHeader .fixingBtns li:nth-of-type(3) a {
  background: url("../img/icon_online.png") no-repeat center 10px #838383;
  background-size: 26px;
}

@media (max-width: 768px) {
  .siteHeader .fixingBtns li:nth-of-type(3) a {
    background: #838383;
  }
}

@media (max-width: 768px) {
  .siteHeader .fixingBtns2 {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background: #d41338;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 99;
  }
  .siteHeader .fixingBtns2.visible {
    display: block !important;
  }
  .siteHeader .fixingBtns2 li {
    float: left;
    line-height: 1;
    font-size: 14px;
    width: 50%;
  }
  .siteHeader .fixingBtns2 li a {
    position: relative;
    display: block;
    padding: 10px 0 10px 32px;
    color: #fff;
    background: #d41338;
    text-decoration: none;
  }
  .siteHeader .fixingBtns2 li:nth-of-type(1) {
    border-bottom: 1px solid #fff;
  }
  .siteHeader .fixingBtns2 li:nth-of-type(1) a {
    background: url("../img/icon_book.png") no-repeat 10% center #d41338;
    background-size: 26px;
  }
  .siteHeader .fixingBtns2 li:nth-of-type(2) {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .siteHeader .fixingBtns2 li:nth-of-type(2) a {
    background: url("../img/icon_branch.png") no-repeat 10% center #d41338;
    background-size: 26px;
  }
  .siteHeader .fixingBtns2 li:nth-of-type(3) a {
    background: url("../img/icon_price.png") no-repeat 10% center #d41338;
    background-size: 26px;
  }
  .siteHeader .fixingBtns2 li:nth-of-type(4) {
    border-left: 1px solid #fff;
  }
  .siteHeader .fixingBtns2 li:nth-of-type(4) a {
    background: url("../img/icon_request.png") no-repeat 10% center #d41338;
    background-size: 26px;
  }
}

.siteFooter {
  margin-top: 20px;
  width: auto;
  font-size: 12px;
  border-top: 1px solid #33322e;
  background: #fff; }

.footer-contents {
  width: 950px;
  margin: 0 auto;
  font-size: 14px; }
  @media (max-width: 768px) {
    .footer-contents {
      width: 85%; } }

.footer-contents ul,
.footer-contents a {
  font-size: 13px; }

.siteFooter.wrap {
  padding: 30px 0px 60px;
  font-size: 14px; }

.siteFooter .examined dl {
  padding-bottom: 5px; }

.siteFooter .examined dl:last-of-type {
  display: none; }

.siteFooter .examined dt {
  position: static; }

.siteFooter .examined dd {
  padding-left: 0; }

.siteFooter .notes {
  padding-bottom: 30px;
  font-size: 12px; }

.siteFooter .notes dd:last-of-type {
  padding-bottom: 0; }

.siteFooter .pageTop {
  top: -40px;
  right: 3%;
  z-index: 100;
  position: fixed; }

.siteFooter .links {
  max-width: 290px;
  font-size: 12px; }

.siteFooter .links li {
  padding-right: 8px;
  border-right: 1px solid #000;
  display: inline-block;
  margin: 0 8px 15px 0;
  line-height: 100%; }

.siteFooter .links li:nth-child(3),
.siteFooter .links li:nth-child(6) {
  margin-right: 0;
  padding-right: 0;
  border: none; }

.siteFooter .links li:last-child {
  margin-bottom: 0;
  border: none; }

.companyInfo a,
.siteFooter .links li a {
  color: #33322e;
  text-decoration: none; }

.siteFooter .links li a:hover {
  opacity: 1; }

.siteFooter .copyright {
  line-height: 1.4;
  font-size: 11px; }

.siteFooter .companyInfo {
  padding-bottom: 15px;
  line-height: 1.4;
  font-size: 13px; }

.siteFooter .logo {
  padding-bottom: 20px; }

.indent {
  padding-left: 1em;
  text-indent: -1em; }

.to-top {
  text-align: right;
  padding-right: 10px;
  margin: 20px 0;
  z-index: 50;
  position: relative; }

.to-top img {
  width: 30px;
  height: auto; }

.contents {
  width: 1100px;
  margin: 0 auto;
  color: #33322e;
  text-align: center; }
  @media (max-width: 768px) {
    .contents {
      width: auto; } }
  .contents .mv-area {
    background: #fff;
    padding: 0 0 0; }
    .contents .mv-area__contents {
      width: 950px;
      margin: 0 auto;
      width: 1100px;
      padding-bottom: 100px;
      background: #e4d7ce; }
      @media (max-width: 768px) {
        .contents .mv-area__contents {
          width: 85%; } }
      @media (max-width: 768px) {
        .contents .mv-area__contents {
          width: 100%;
          padding-bottom: 0; } }
      .contents .mv-area__contents__visual {
        position: relative;
        background: #ebeef1; }
        .contents .mv-area__contents__visual__image {
          position: relative;
          z-index: 0; }
        .contents .mv-area__contents__visual__inquery {
          display: flex;
          justify-content: space-between;
          position: relative;
          left: 0;
          right: 0;
          margin: 0rem auto;
          padding: 0.25rem 0 1rem 0;
          width: 650px;
          bottom: 0px;
          background: #ebeef1; }
          @media (max-width: 768px) {
            .contents .mv-area__contents__visual__inquery {
              width: 95%;
              bottom: 25px; 
               
    display: block;
    position: inherit!important;
                bottom:0!important;
                width:90%;

}
              .spbtn {
                  margin:10px auto 10px;
              }
              .contents .mv-area__contents__visual__inquery.sp_menu {
              }
}

          @media (max-width: 768px) {
            .contents .mv-area__contents__visual__inquery img {
              max-width: 95%; } }
      .contents .mv-area__contents__banner {
        margin: 0 auto 0;
        padding: 25px 20px 30px 20px;
        justify-content: center;
				background: #fff; }
      .contents .mv-area__contents__banner .note {
        width: 950px;
        margin: 0 auto 20px;
        border: 1px solid #ac0d2e;
        padding: 12px 0;
        text-align: center;
        font-size: 16px;
      }
      .contents .mv-area__contents__banner .note span {
        font-weight: bold;
        font-size: 18px;
        color: #ac0d2e;
      }
      .contents .mv-area__contents__banner .campaign-area img {
        text-align: center;
        margin: 0 auto 20px;
      }
			.contents .mv-area__contents__banner .copy-txt img {
        text-align: center;
        margin: 0 auto 10px;
      }
       @media (max-width: 768px) {
        .contents .mv-area__contents__banner .note {
          width: 100%;
          margin: 10px auto 0;
          padding: 12px 5px;
          text-align: center;
          font-size: 13px;
          font-feature-settings: "palt";
        }
        .contents .mv-area__contents__banner .note span {
          font-size: 16px;
        }
        .contents .mv-area__contents__banner .campaign-area {
          text-align: center;
          margin: 0px auto 0;
        }
         
      }
        @media (max-width: 768px) {
          .contents .mv-area__contents__banner {
            padding: 6.7% 6.7% 6.7% 6.7%;
            display: block;
            background: #fff } }
        .contents .mv-area__contents__banner p {
          max-width: 100%;
					margin: 0 auto 20px 0; }
          @media (max-width: 768px) {
            .contents .mv-area__contents__banner p {
              margin: 0 0 3%;
              width: 100%; } }
          .contents .mv-area__contents__banner p img {
            max-width: 100%; }

  .contents .mv-area__contents__banner.bg-white {
    background: #fff; }
    @media (min-width: 768px) {
      .contents .mv-area__contents__banner.bg-white {
        padding: 0 0 30px 0; } }
    .contents .mv-area__contents__banner.bg-white img {
      width: 95%;
      max-width: 100%; }
  .contents .problem-area {
    background: #e4d7ce;
    clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0 96%);
    position: relative;
    top: -105px; }
    @media (max-width: 768px) {
      .contents .problem-area {
        top: -205px;
        background: #c3b7af; } }
    .contents .problem-area__inner {
      background: #e4d7ce;
      clip-path: polygon(0% 0%, 100% 5%, 100% 98%, 0 100%);
      position: relative;
      color: #33322e;
      padding: 100px 0 50px 0;
      top: -100px;
      margin-bottom: -200px; }
      @media (max-width: 768px) {
        .contents .problem-area__inner {
          /*background: url(../img/bg_mv-area.jpg) no-repeat center top #dbcfc6;*/
          background-size: 100% auto;
          margin-top: 0px;
          clip-path: none;
          color: #33322e;
          padding: 40px 0 20px 0;
          top: 0;
          margin-bottom: 0; } }
      .contents .problem-area__inner__contents {
        width: 950px;
        margin: 0 auto; }
        @media (max-width: 768px) {
          .contents .problem-area__inner__contents {
            width: 85%; } }
  .contents .pa-area {
    background: #ede6e1;
    padding-top: 150px; }
    @media (max-width: 768px) {
      .contents .pa-area {
        /*background: url(../img/bg_pa-area.jpg) no-repeat center top #ede7e3;
        background-size: 100% auto;*/
        position: relative;
        top: -20px;
        padding-top: 0; } }
    .contents .pa-area__contents {
      width: 950px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .contents .pa-area__contents {
          width: 85%; } }
      @media (max-width: 768px) {
        .contents .pa-area__contents {
          top: 90px;
          padding-bottom: 25px;
          padding-top: 40px; } }
      .contents .pa-area__contents__break {
        border-bottom: solid 2px #ded1c8;
        box-shadow: 0px 2px 3px -3px rgba(255, 255, 255, 0.9); }
  .contents .data-area:before {
    background: url(../img/bg_data-area.png) no-repeat center top;
    background-size: 100% auto; }
  .contents .data-area {
    background: url(../img/bg_dot.png);
    clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0 100%); }
    @media (max-width: 768px) {
      .contents .data-area {
        position: relative;
        top: -50px;
        clip-path: none; } }
    .contents .data-area__inner {
      padding: 100px 0 60px; }
      @media (max-width: 768px) {
        .contents .data-area__inner {
          background: url(../img/bg_data-area.png) no-repeat center top;
          background-size: 100% auto;
          padding: 60px 0 150px; } }
    .contents .data-area__contents {
      width: 950px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .contents .data-area__contents {
          width: 85%; } }
      @media (max-width: 768px) {
        .contents .data-area__contents {
          width: 92%; } }
      @media (max-width: 768px) {
        .contents .data-area__contents .contents-title {
          width: 92.5%;
          margin: 0 auto; } }
      @media (max-width: 768px) {
        .contents .data-area__contents .button-wrap {
          width: 101.5%;
          margin-right: -0.75%;
          margin-left: -0.75%; } }
      .contents .data-area__contents .couple-ex {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0; }
        .contents .data-area__contents .couple-ex .y-title {
          width: 50%;
          color: #fff;
          background: #81C8E4;
          text-align: center;
          padding: 5px 0;
          font-size: 20px; }
        .contents .data-area__contents .couple-ex .x-title {
          width: 50%;
          color: #fff;
          background: #efa1ae;
          text-align: center;
          padding: 5px 0;
          font-size: 20px; }
        .contents .data-area__contents .couple-ex .y-items {
          width: 53%;
          text-align: left;
          border-bottom: solid 1px #ccc;
          font-size: 20px;
          padding: 10px 0 0 50px;
          background: url(../img/heart.png) 0 30px no-repeat #fff;
          background-size: 8%; }
          .contents .data-area__contents .couple-ex .y-items span {
            color: #81C8E4; }
        .contents .data-area__contents .couple-ex .x-items {
          width: 47%;
          text-align: left;
          border-bottom: solid 1px #ccc;
          font-size: 20px;
          padding: 10px 0 10px 10px;
          background: #fff; }
          .contents .data-area__contents .couple-ex .x-items span {
            color: #ee8293; }
  .contents .flow-area {
    padding: 120px 0 100px;
    /*clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0 100%);*/
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 0%, #eee7e2 10%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, white 0%, #eee7e2 10%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, white 0%, #eee7e2 10%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eee7e2',GradientType=0 );
    /* IE6-9 */
    position: relative;
    /*top: -200px;*/
    margin-bottom: -100px; }
    @media (max-width: 768px) {
      .contents .flow-area {
        padding: 70px 0 100px;
				top: -200px;
        clip-path: polygon(0% 1%, 100% 0%, 100% 100%, 0 100%); } }
    .contents .flow-area__contents {
      width: 950px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .contents .flow-area__contents {
          width: 85%; } }
      .contents .flow-area__contents .flow-box {
        background: #fafafa;
        width: 800px;
        margin: 30px auto 0; }
        @media (max-width: 768px) {
          .contents .flow-area__contents .flow-box {
            width: 100%; } }
        .contents .flow-area__contents .flow-box__title__text {
          padding: 10px 20px;
          text-align: left; }
        .contents .flow-area__contents .flow-box__contents {
          padding: 10px 20px 20px;
          text-align: left; }
          .contents .flow-area__contents .flow-box__contents__point {
            border-top: solid 1px #aa8546;
            border-bottom: solid 1px #aa8546;
            color: #aa8546;
            font-size: 24px;
            font-weight: bold;
            margin: 0 0 20px;
            text-align: center; }
            @media (max-width: 768px) {
              .contents .flow-area__contents .flow-box__contents__point {
                font-size: 14px; } }
          .contents .flow-area__contents .flow-box__contents__text {
            padding: 0 0 30px;
            transition-duration: 1s; }
            @media (max-width: 768px) {
              .contents .flow-area__contents .flow-box__contents__text {
                padding: 0 0 50px; } }
            .contents .flow-area__contents .flow-box__contents__text .bold {
              margin-bottom: 5px;
              display: block; }
          .contents .flow-area__contents .flow-box__contents__text img {
            width: 25%;
            float: right;
            margin-left: 2.5%; }
            @media (max-width: 768px) {
              .contents .flow-area__contents .flow-box__contents__text img {
                width: 35%; } }
          .contents .flow-area__contents .flow-box__contents__brouse-more {
            cursor: pointer;
            text-align: center;
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
            /* IE6-9 */
            padding: 50px 0 0px;
            position: relative;
            top: -50px;
            margin: 0 0 -50px; }
            .contents .flow-area__contents .flow-box__contents__brouse-more .more-button {
              display: block;
              background: url(../img/bg-stripe008.png) #aa8546;
              color: #fff;
              padding: 10px;
              position: relative; }
              .contents .flow-area__contents .flow-box__contents__brouse-more .more-button::before {
                content: '\f13a';
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                right: 10px; }
            .contents .flow-area__contents .flow-box__contents__brouse-more .close-button {
              display: block;
              background: url(../img/bg-stripe008.png) #aa8546;
              color: #fff;
              padding: 10px;
              display: none;
              position: relative; }
              .contents .flow-area__contents .flow-box__contents__brouse-more .close-button::before {
                content: '\f139';
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                position: absolute;
                right: 10px; }
  .contents .example-area {
    background: url(../img/bg_dot.png);
    clip-path: polygon(0% 0%, 100% 2.5%, 100% 100%, 0% 100%);
    position: relative;
    top: -200px;
    margin-bottom: 0px; }
    @media (max-width: 768px) {
      .contents .example-area {
        clip-path: none;
        top: -200;
        margin-bottom: -250px; } }
    .contents .example-area .contents-title {
      margin-bottom: 40px; }
      @media (max-width: 768px) {
        .contents .example-area .contents-title {
          margin-bottom: 0; } }
    .contents .example-area__inner {
      padding: 120px 0 100px; }
      @media (max-width: 768px) {
        .contents .example-area__inner {
          background: url(../img/bg_example-area.png) no-repeat center top;
          background-size: 100% auto;
          padding: 70px 0 150px; } }
    .contents .example-area__contents {
      width: 950px;
      margin: 0 auto;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .contents .example-area__contents {
          width: 85%; } }
      .contents .example-area__contents .example-box {
        background: #fff;
        width: 450px;
        margin: 0px auto 25px auto; }
        @media (max-width: 768px) {
          .contents .example-area__contents .example-box {
            margin: 18px 0 0;
            width: auto; } }
        .contents .example-area__contents .example-box .bold-middle {
          font-weight: bold;
          font-size: 16px; }
          @media (max-width: 768px) {
            .contents .example-area__contents .example-box .bold-middle {
              font-size: 16px; } }
        .contents .example-area__contents .example-box__title {
          padding: 20px; }
          @media (max-width: 768px) {
            .contents .example-area__contents .example-box__title {
              padding: 20px; } }
          .contents .example-area__contents .example-box__title__profile {
            display: flex;
            align-items: center;
            padding: 0 0 20px;
            border-bottom: dotted 1px #ccc; }
            .contents .example-area__contents .example-box__title__profile__icon {
              width: 178px; }
            .contents .example-area__contents .example-box__title__profile__text {
              margin: 0 0 0 20px;
              text-align: left; }
          .contents .example-area__contents .example-box__title__spec {
            display: flex; }
            .contents .example-area__contents .example-box__title__spec li {
              width: 50%;
              padding: 20px; }
              .contents .example-area__contents .example-box__title__spec li:first-of-type {
                border-right: dotted 1px #ccc; }
        .contents .example-area__contents .example-box__contents {
          padding: 0 20px 20px; }
          @media (max-width: 768px) {
            .contents .example-area__contents .example-box__contents {
              padding: 0 20px 20px; } }
          .contents .example-area__contents .example-box__contents__text {
            text-align: left;
            display: none;
            padding: 20px; }
            @media (max-width: 768px) {
              .contents .example-area__contents .example-box__contents__text {
                padding: 20px; } }
            @media (min-width: 768px) {
              .contents .example-area__contents .example-box__contents__text p {
                font-size: 14px; } }
          .contents .example-area__contents .example-box__contents .xtext {
            background: #f9f5f4; }
          .contents .example-area__contents .example-box__contents .ytext {
            background: #f5f7f7; }
          .contents .example-area__contents .example-box__contents .ex-more-btn {
            cursor: pointer;
            display: block;
            padding: 5px;
            color: #fff;
            position: relative; }
            @media (max-width: 768px) {
              .contents .example-area__contents .example-box__contents .ex-more-btn {
                padding: 10px; } }
            .contents .example-area__contents .example-box__contents .ex-more-btn::before {
              content: '\f13a';
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              position: absolute;
              right: 10px; }
          .contents .example-area__contents .example-box__contents .xbtn {
            background: url(../img/bg-stripe008.png) #efa1ae; }
          .contents .example-area__contents .example-box__contents .ybtn {
            background: url(../img/bg-stripe008.png) #81C8E4; }
          .contents .example-area__contents .example-box__contents .ex-close-btn {
            cursor: pointer;
            display: block;
            padding: 5px;
            color: #fff;
            position: relative; }
            @media (max-width: 768px) {
              .contents .example-area__contents .example-box__contents .ex-close-btn {
                padding: 10px; } }
            .contents .example-area__contents .example-box__contents .ex-close-btn::before {
              content: '\f139';
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              position: absolute;
              right: 10px; }
      .contents .example-area__contents .xbox {
        border-top: solid 4px #efa1ae; }
      .contents .example-area__contents .ybox {
        border-top: solid 4px #81C8E4; }
  .contents .price-area {
    background: #fff;
    clip-path: polygon(0% 0%, 100% 2.5%, 100% 100%, 0% 100%);
    position: relative;
    padding: 100px 0 150px;
    top: -250px;
    margin-bottom: -100px; }
    @media (max-width: 768px) {
      .contents .price-area {
        padding: 60px 0 90px;
        top: -90px;
        margin-bottom: -100px; } }
    .contents .price-area__contents {
      width: 950px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .contents .price-area__contents {
          width: 85%; } }
      @media (max-width: 768px) {
        .contents .price-area__contents .mv-area__contents__banner {
          padding: 0%; } }
  .contents .shop-area {
    background: #eaeaea;
    clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0 96%);
    position: relative;
    top: -105px;
    z-index: 25; }
  .contents .shop-area__inner {
    background: #f4f4f4;
    clip-path: polygon(0% 0%, 100% 5%, 100% 98%, 0 100%);
    position: relative;
    z-index: 30;
    top: -280px;
    margin-bottom: -250px;
    padding: 100px 0 70px 0;
    }
    @media (max-width: 768px) {
      .contents .shop-area__inner {
        padding: 60px 0 10px;
        clip-path: none;
        margin-bottom: -100px;
        top: -60px;
        background: url(../img/bg_shop-area.png) no-repeat center top #f7f7f7;
        background-size: 100% auto; } }
    .contents .shop-area__inner__contents {
      width: 950px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .contents .shop-area__inner__contents {
          width: 85%; } }
  .contents .fee-area {
    width: 800px;
    margin: 40px auto 20px;
}
  .contents .fee-area:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
    @media (max-width: 768px) {
      .contents .fee-area {
        width: 100%;}
    }
  .contents .fee-area > li {
    width: 50%;
    }
  .contents .fee-area > li:nth-of-type(1) {
    text-align: left;
    float:right;
    width: 330px;
  }
  .contents .fee-area > li:nth-of-type(1) img {
    margin-top: 10px;
  }
  .contents .fee-area > li:nth-of-type(2) {
    float: left;
    text-align: center;
  }
  .contents .fee-area .fee-area-ttl {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #666666;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .contents .fee-area .fee-area-ttl2 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #666666;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 15px;
  }
    @media (max-width: 768px) {
      .contents .fee-area {
        margin: 20px auto 20px;
    }
      .contents .fee-area > li {
        width: 100%;
    }
      .contents .fee-area > li:nth-of-type(1) {
        text-align: left;
        width: 100%;
        margin-bottom: 20px;
    }
      .contents .fee-area > li:nth-of-type(2) iframe {
        width: 100%;
        height: 240px;
    }
    .contents .fee-area > li:nth-of-type(2) img {
        margin-top: 10px;
    }
    .contents .fee-area .fee-area-ttl {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 2px;
        margin-bottom: 15px;
    }
    .contents .fee-area .fee-area-ttl2 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 2px;
        margin-bottom: 10px;
        padding-top: 10px;
    }
  }
  .contents .faq-box {
    width: 800px;
    margin: 0 auto 25px;
    border-bottom: solid 2px #aaa;
    padding: 0 0 20px;
    text-align: left; }
    @media (max-width: 768px) {
      .contents .faq-box {
        width: 85%;
        padding: 0 0 10px;
        margin: 0 auto 20px; } }
  .contents .faq-area {
    background: #fff;
    padding: 100px 0 30px;
    margin: 0 0 -90px;
    position: relative;
    top: -100px;
    z-index: 10; }
    @media (max-width: 768px) {
      .contents .faq-area {
        padding: 120px 0 30px;
        top: -80px; } }
    .contents .faq-area__inner {
      padding: 70px 0 0; }
      @media (max-width: 768px) {
        .contents .faq-area__inner {
          background: url(../img/bg_faq-area.png) no-repeat center top;
          background-size: 100% auto;
          padding: 70px 0 0 0; } }
    .contents .faq-area__contents {
      width: 950px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .contents .faq-area__contents {
          width: 85%; } }
      .contents .faq-area__contents h2 {
        margin: 0 0 40px; }
  .contents .faq-box dt a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
    font-size: 28px;
    line-height: 120%;
    padding: 0 0 5px 0;
    position: relative; }
    @media (max-width: 768px) {
      .contents .faq-box dt a {
        padding: 0 0 10px; } }
  .contents .faq-box dt a::after {
    content: url(../img/ico_plus.png);
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 768px) {
      .contents .faq-box dt a::after {
        content: '';
        display: inline-block;
        width: 26px;
        height: 26px;
        background-image: url(../img/ico_plus.png);
        background-size: contain;
        vertical-align: middle; } }
  .contents .faq-box dt.close-btn a::after {
    content: url(../img/ico_minus.png);
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 768px) {
      .contents .faq-box dt.close-btn a::after {
        content: '';
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(../img/ico_minus.png);
        background-size: contain;
        vertical-align: middle; } }
  .contents .faq-box dt a p:first-of-type {
    font-weight: bold;
    font-size: 26px;
    margin: 0 20px 0 0;
    width: 7%; }
    @media (max-width: 768px) {
      .contents .faq-box dt a p:first-of-type {
        font-size: 14px;
        line-height: 150%;
        margin: 0 15px 0 0;
        width: 8%; } }
  .contents .faq-box dt a p:last-of-type {
    padding: 0 0 0 0;
    width: 80%; }
    @media (max-width: 768px) {
      .contents .faq-box dt a p:last-of-type {
        padding: 3px 0 0 0;
        width: 75%;
        font-size: 14px;
        line-height: 150%;
        text-align: left; } }
  .contents .faq-box dd {
    display: none;
    margin: 0 0 0 7%;
    background: url(../img/bg-a.png) no-repeat right top #f1ece6;
    padding: 20px; }
    @media (max-width: 768px) {
      .contents .faq-box dd {
        font-size: 14px;
        line-height: 180%;
        text-align: left; } }
  .contents .contents-title {
    font-size: 45px;
    padding: 0 0 0;
    font-weight: bold; }
    @media (max-width: 768px) {
      .contents .contents-title {
        font-size: 20px; } }
    .contents .contents-title__attention {
      display: inline-block;
      background: #b20024;
      color: #fff;
      padding: 0px 17px;
      margin: 10px 0; }
      @media (max-width: 768px) {
        .contents .contents-title__attention {
          margin: 8px 0;
          padding: 4px 12px; } }
  .contents .emphatic-title {
    font-size: 40px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .contents .emphatic-title {
        font-size: 19px; } }
    .contents .emphatic-title__attention {
      width: auto;
      background: #b20024;
      color: #fff;
      margin: 0 0 10px;
      display: inline-block;
      font-size: 26px;
      padding: 0 15px; }
      @media (max-width: 768px) {
        .contents .emphatic-title__attention {
          font-size: 16px;
          padding: 4px 8px;
          font-weight: bold; } }
    .contents .emphatic-title__balloon {
      background: #fff;
      padding: 10px 25px;
      color: #b20024;
      margin: 10px 0;
      position: relative;
      display: inline-block; }
      @media (max-width: 768px) {
        .contents .emphatic-title__balloon {
          padding: 6px 12px;
          margin: 5px 0; } }
      .contents .emphatic-title__balloon::after {
        content: "";
        position: absolute;
        bottom: -30px;
        right: 50px;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
        border-width: 0 0 50px 50px; }
        @media (max-width: 768px) {
          .contents .emphatic-title__balloon::after {
            border-width: 0 0 20px 20px;
            bottom: -20px; } }
    .contents .emphatic-title img {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
  .contents .button-wrap {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 768px) {
      .contents .button-wrap {
        width: 110%;
        flex-wrap: wrap;
        margin-right: -5%;
        margin-left: -5%; }
        .contents .button-wrap li {
          width: 50%; }
        .contents .button-wrap li:nth-child(1) {
          width: 100%;
          padding-bottom: 4%; }
        .contents .button-wrap img {
          width: 92%; }
        .contents .button-wrap li:nth-child(1) img {
          width: 96%; } }
  .contents .image-wrap {
    margin: 50px 75px; }
    @media (max-width: 768px) {
      .contents .image-wrap {
        margin: 20px 0; } }
    .contents .image-wrap__box {
      background: #fff;
      padding: 20px;
      border-radius: 10px; }
      @media (max-width: 768px) {
        .contents .image-wrap__box {
          padding: 10px 20px; } }
      .contents .image-wrap__box img {
        margin: 0 auto; }
  .contents .image-wrap.found-image {
    margin: 20px 0 0 0; }

.hide {
  height: 90px;
  overflow: hidden;
  transition-duration: 1s; }
  @media (max-width: 768px) {
    .hide {
      height: 75px; } }

.none {
  display: none !important; }

/*slider
-------------------------------------------------------------------------*/
.bxslider02 {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto 30px auto; }
  @media (max-width: 768px) {
    .bxslider02 {
      width: 100%;
      margin: 0 auto 10px; } }
  .bxslider02 li {
    background: #fff;
    border-radius: 5px;
    width: 18%;
    padding: 0 0 10px 0; }
    @media (max-width: 768px) {
      .bxslider02 li {
        width: 19%;
        padding: 7px 0; } }
  .bxslider02 li a {
    position: relative;
    padding: 0 0 10px 0;
    text-decoration: none !important; }
    @media (max-width: 768px) {
      .bxslider02 li a {
        padding: 10px 0; } }
    .bxslider02 li a::before {
      content: '▶';
      color: #cea483;
      position: absolute;
      right: -88px;
      top: 41px;
      font-size: 12px; }
      @media (max-width: 768px) {
        .bxslider02 li a::before {
          right: -35px;
          top: 16px;
          font-size: 10px; } }
    .bxslider02 li a div {
      text-align: center; }
      .bxslider02 li a div .slide-number {
        color: #fff;
        background: #b20024;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: auto;
        border-radius: 5px 5px 0 0;
        margin: 0 auto 10px;
        font-size: 14px;
        line-height: 28px;
        padding: 2px 0 0 0; }
        @media (max-width: 768px) {
          .bxslider02 li a div .slide-number {
            width: 21px;
            height: 21px;
            line-height: 21px;
            border-radius: 50%;
            margin: 0 auto 5px;
            font-size: 12px; } }
        .bxslider02 li a div .slide-number span {
          display: block; }
      .bxslider02 li a div .slide-text {
        color: #33322e;
        font-size: 16px;
        line-height: 20px; }
        @media (max-width: 768px) {
          .bxslider02 li a div .slide-text {
            font-size: 10px;
            line-height: 120%; } }
      .bxslider02 li a div .slide-text.double-line {
        line-height: 40px; }
        @media (max-width: 768px) {
          .bxslider02 li a div .slide-text.double-line {
            line-height: 240%; } }
  .bxslider02 li a.active .slide-text {
    color: #b20024;
    font-weight: bold; }
  .bxslider02 li:last-of-type a::before {
    content: ''; }

.slider {
  position: relative; }

.slide-arrow {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  width: 850px;
  bottom: 115px; }
  @media (max-width: 768px) {
    .slide-arrow {
      bottom: 120px;
      width: 115%;
      margin: 0 -7.5%; } }

.bx-next {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(../img/slide-arrow-right.png);
  display: block;
  background-size: cover; }

.bx-prev {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url(../img/slide-arrow-left.png);
  display: block;
  background-size: cover; }

@media (min-width: 768px) {
  #PrevIcon a:nth-child(1),
  #NextIcon a:nth-child(1) {
    display: none; } }

@media (max-width: 768px) {
  #PrevIcon a:nth-child(2),
  #NextIcon a:nth-child(2) {
    display: none; } }

/*TAB
-------------------------------------------------------------------------*/
/*タブの中身を初期非表示に*/
.ChangeElem_Panel {
  display: none;
  padding: 32px 20px; }

/*タブを横並べに*/
.ChangeElem_Btn_Content {
  display: flex;
  justify-content: space-around; }

/*通常時のタブ装飾*/
.ChangeElem_Btn {
  background-color: #ccc;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  flex: 1;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  transition: all .3s ease-in-out;
  vertical-align: middle;
  margin-left: 3px;
  outline: none;
  position: relative; }
  @media (max-width: 768px) {
    .ChangeElem_Btn {
      font-size: 16px; } }

.ChangeElem_Btn.xbtn {
  background: #efa1ae;
  border: 2px solid #efa1ae; }

.ChangeElem_Btn.ybtn {
  background: #81C8E4;
  border: 2px solid #81C8E4; }

.ChangeElem_Btn ul {
  width: 100%; }

.ChangeElem_Btn ul li:nth-of-type(1) {
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px; }

.ChangeElem_Btn ul li:nth-of-type(1) span {
  font-size: 22px;
  font-weight: bold; }

.ChangeElem_Btn ul li:nth-of-type(2) {
  text-align: center;
  color: #666;
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px; }

.ChangeElem_Btn:first-child {
  margin-left: 0 !important; }

/*カレントとホバー時のタブ装飾*/
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
  box-sizing: border-box;
  color: #fff; }

.ChangeElem_Btn.xbtn:hover::after,
.ChangeElem_Btn.xbtn.is-active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #efa1ae;
  position: absolute;
  top: 40px;
  left: 45%; }
  @media (max-width: 768px) {
    .ChangeElem_Btn.xbtn:hover::after,
    .ChangeElem_Btn.xbtn.is-active::after {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #efa1ae;
      position: absolute;
      bottom: -10px;
      top: 35px;
      left: 42%; } }

.ChangeElem_Btn.ybtn:hover::before,
.ChangeElem_Btn.ybtn.is-active::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #81C8E4;
  position: absolute;
  top: 40px;
  left: 45%; }
  @media (max-width: 768px) {
    .ChangeElem_Btn.ybtn:hover::before,
    .ChangeElem_Btn.ybtn.is-active::before {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #81C8E4;
      position: absolute;
      bottom: -10px;
      top: 35px;
      left: 42%; } }

.ChangeElem_Btn:hover ul li:nth-of-type(2),
.ChangeElem_Btn.is-active ul li:nth-of-type(2) {
  color: #fff; }

.ChangeElem_Panel {
  text-align: left;
  padding: 35px;
  height: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  @media (max-width: 768px) {
    .ChangeElem_Panel {
      padding: 10px; } }

.ChangeElem_Panel.xwrap {
  background: #f3e4e8; }

.ChangeElem_Panel.ywrap {
  background: #e5f4f9; }

.ChangeElem_Panel:nth-of-type(2) {
  text-align: center; }

.ChangeElem_Panel figure {
  text-align: center;
  width: 60%;
  height: auto;
  margin: 20px auto; }

.contents .last-cpa {
  width: 950px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .contents .last-cpa {
      width: 85%; } }

/*-------------------------------
Story PC
-------------------------------*/
section.story {
  padding: 75px 0 10px 0;
  display: block; }

section.story h3.txtTitle {
  text-align: center;
  display: inline-block;
  margin: 0 auto; }

section.story .storysArea {
  color: #fff;
  background: #b10024;
  margin-bottom: 60px; }

section.story .storysArea p {
  display: block;
  text-align: center;
  margin: 20px auto 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 2.2; }

section.story .storysArea p .small {
  font-size: 70%;
  font-weight: normal; }

section.story .storys {
  display: flex; }

section.story .storys li {
  display: table-cell;
  line-height: 0;
  background: #fff; }

section.story .storys li img {
  width: 100%;
  height: auto; }

.modalArea {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  color: #fff; }

.modalArea .inner {
  position: relative;
  padding-top: 40px;
  max-width: 940px;
  margin: 0 auto; }

.modalArea .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1; }

.modalArea .closeBtn {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 0;
  width: 30px; }

.modalArea .closeBtn img {
  width: 100%;
  height: auto; }

@media (min-width: 769px) {
  .modalArea .closeBtn:hover {
    opacity: .7; } }
.modalArea .modalConts {
  display: none; }

.modalArea .modalConts h5 {
  padding: 0 70px 80px;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  text-align: left; }

.modalArea .modalConts .scrollArea {
  position: relative;
  padding: 0 70px; }

@media (min-width: 769px) {
  .modalArea .modalConts .scrollArea {
    height: 78vh !important; } }
@media (max-width: 768px) {
  .modalArea .modalConts .scrollArea {
    padding-bottom: 30px; } }
.modalArea .modalConts .scrollArea .mainImage {
  padding-bottom: 50px;
  text-align: center; }

.modalArea .modalConts .scrollArea .mainImage .caption {
  display: block;
  padding-top: 50px;
  font-size: 22px; }

.modalArea .modalConts .textArea {
  padding: 0 50px 0 180px; }

.modalArea .modalConts .textArea .talk,
.modalArea .modalConts .textArea .image {
  padding-bottom: 40px; }

.modalArea .modalConts .textArea .talk:last-child,
.modalArea .modalConts .textArea .image:last-child {
  padding-bottom: 40px; }

.modalArea .modalConts .textArea .talk {
  position: relative;
  line-height: 2;
  font-size: 18px;
  text-align: left; }

.modalArea .modalConts .textArea .talk .name {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -40px;
  line-height: 2;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%); }

.movieModalArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 660px;
  z-index: 1000;
  overflow-y: scroll; }

.movieModalArea .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 900px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.movieModalArea .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  -webkit-transition: transform 1s ease;
  -ms-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  transition: transform 1s ease; }

.movieModalArea .movie.expand {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5); }

.movieModalArea .movie.reduction {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5); }

.movieModalArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.movieModalArea .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1; }

.movieModalArea .closeBtn {
  cursor: pointer;
  position: absolute;
  top: 3%;
  right: 2%;
  width: 30px; }

.movieModalArea .closeBtn img {
  width: 100%;
  height: auto; }

@media (min-width: 769px) {
  .movieModalArea .closeBtn:hover {
    opacity: .7; } }
@media (max-width: 768px) {
  /*-------------------------------
  Story SP
  -------------------------------*/
  section.story {
    padding: 35px 0 0px 0; }

  .story {
    margin-top: 0 !important; }

  .story h3 {
    padding-bottom: 25px; }

  section.story .storysArea {
    padding-top: 10px;
    margin-bottom: 30px; }

  section.story .storysArea p {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 0;
    width: 100%;
    font-size: 18px;
    line-height: 1.4; }

  section.story .storys {
    display: block; }

  section.story .storys li {
    display: block !important;
    width: 100%; }

  .modalArea {
    min-height: 0; }

  .modalArea .inner {
    padding-top: 70px;
    width: auto; }

  .modalArea .modalConts {
    display: none; }

  .modalArea .modalConts h5 {
    padding: 0 3% 60px;
    line-height: 1.4;
    text-align: center; }

  .modalArea .modalConts .scrollArea {
    padding: 0 10%; }

  .modalArea .modalConts .scrollArea .mainImage {
    padding-bottom: 30px; }

  .modalArea .modalConts .scrollArea .mainImage img, .modalArea .modalConts .textArea .image img {
    width: 100%;
    height: auto; }

  .modalArea .modalConts .scrollArea .mainImage .caption {
    padding-top: 20px;
    font-size: 16px; }

  .modalArea .modalConts .textArea {
    padding: 0 0 30px 100px; }

  .modalArea .modalConts .textArea .talk,
  .modalArea .modalConts .textArea .image {
    padding-bottom: 30px; }

  .modalArea .modalConts .textArea .talk {
    font-size: 14px; }

  .modalArea .modalConts .textArea .talk .name {
    left: -100px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0); }

  .modalArea .closeBtn {
    top: 10px;
    right: 3%;
    width: auto; }

  .modalArea .closeBtn img {
    width: 20px; }

  .movieModalArea {
    min-height: 0; }

  .movieModalArea .closeBtn {
    top: 10px;
    right: 3%;
    width: auto; }

  .movieModalArea .closeBtn img {
    padding: 10px;
    width: 20px; } }
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-y {
  position: absolute;
  right: 0;
  width: 15px;
  background: #3e3a39; }

.ps--active-y > .ps__rail-y {
  display: block;
  width: 15px;
  background: #3e3a39; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-y {
  position: absolute;
  width: 15px;
  right: 0;
  background: #b4914f; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }
.ps__rail-y {
  display: block !important;
  opacity: 1 !important; }

/*# sourceMappingURL=styles.css.map */

