@charset "UTF-8";
/*========================================================
▼Reset CSS
========================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  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;
}

/* 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;
}

/*========================================================
▼共通コンテンツ
========================================================*/
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: 游ゴシック,Yu Gothic,游ゴシック体,YuGothic,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,sans-serif;
  font-weight: 400;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #333;
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

#wrapper {
  padding-top: 0;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

@media screen and (min-width: 768px) {
  .disp--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .disp--pc {
    display: none;
  }
}

small {
  font-size: 80%;
}

.u-bg-white {
  background-color: #fff;
}

.u-d-block {
  display: block;
}

.u-d-inline-block {
  display: inline-block;
}
.c-f_note{
	display: block;
	color:red;
	font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .u-mt-block {
    margin-bottom: 50px;
  }
.c-f_note{
	display: block;
	color:red;
	font-size: 2.2rem;
}
}

@media screen and (max-width: 767px) {
  .u-mt-block {
    margin-bottom: calc(50/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .u-mt-elm {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt-elm {
    margin-top: calc(30/750*100vw);
  }
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-ml-auto {
  margin-left: auto;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-text-brandclr {
  color: #0075bf;
}

.u-text-red {
  color: #d8001a;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-underline {
  text-decoration: underline;
}

.l-header {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.l-header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-header__container {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__container {
    height: calc(41.25px + 1vw);
    padding: 0 3%;
  }
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 211px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 30vw;
  }
}

@media screen and (min-width: 768px) {
  .l-header__logo:hover {
    opacity: .8;
  }
}

.l-header__logo img {
  height: auto;
  max-width: 100%;
}

.l-main {
  display: block;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .l-main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-main {
    font-size: 1.3rem;
  }
}

.l-main img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.l-main a {
  color: #0088CC;
}

.l-container {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

@media screen and (min-width: 768px) {
  .l-container {
    margin-top: 80px;
    padding: 50px 40px;
    width: calc(1000/1040*100%);
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    margin-top: calc(100/750*100vw);
    padding: calc(50/750*100vw) calc(40/750*100vw);
    width: calc(690/750*100vw);
  }
}

.l-footer {
  background-color: #000;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer small {
    font-size: 2.6vw;
  }
}

.c-bnr {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-bnr + .c-bnr {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-bnr + .c-bnr {
    margin-top: calc(50/750*100vw);
  }
}

.c-bnr > a {
  display: inline-block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-bnr > a > img {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .c-bnr > a > img {
    width: 488px;
  }
}

@media screen and (max-width: 767px) {
  .c-bnr > a > img {
    width: calc(528/750*100vw);
  }
}

.c-bnr > a > span {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-bnr > a > span {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-bnr > a > span {
    margin-top: calc(30/750*100vw);
  }
}

.c-bnr > a.is_hover {
  opacity: .7;
}

.c-btn {
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .c-btn {
    width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn {
    width: 230px;
  }
}

.c-btn__link {
  color: #000 !important;
  display: block;
  text-align: center;
  text-decoration: none;
}
.c-btn__link--not{
	text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn__link {
    border: solid 2px #333;
    line-height: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn__link {
    border: solid 1px #333;
    line-height: 35px;
    height: 35px;
  }
}

.c-btn.is_hover {
  opacity: .7;
}

.c-notes > * {
  padding-left: 1em;
  position: relative;
}

.c-notes__bullet {
  left: 0;
  position: absolute;
  top: 0;
}

.c-title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-title--primary {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-title--primary {
    font-size: 1.8rem;
    margin-bottom: calc(40/750*100vw);
  }
}

.p-nav {
  background-color: #fff;
  position: relative;
  z-index: 100;
}

.p-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-nav__container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-nav__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(20/750*100vw) calc(30/750*100vw);
  }
}

.p-nav__link {
  color: #5e1d53 !important;
}

.p-nav__link.js-hover {
  -webkit-transition: color .3s;
  transition: color .3s;
}

.p-nav__link.is_hover {
  color: #ca80bd !important;
}

.p-summary {
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
}

.p-technology__image {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-technology__text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-technology__text {
    margin-top: calc(40/750*100vw);
  }
}

.p-thermo__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-thermo__image {
    width: calc(360/920*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-thermo__image {
    width: calc(290/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-thermo__image:first-child {
    margin-right: calc(40/920*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-thermo__image:first-child {
    margin-right: calc(30/750*100vw);
  }
}

.p-thermo__image figcaption {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-thermo__image figcaption {
    font-size: 2.2rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-thermo__image figcaption {
    font-size: 1.2rem;
    margin-top: calc(15/750*100vw);
  }
}

.p-thermo__notes {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-thermo__notes {
    font-size: 1.6rem;
    margin-top: 30px;
    width: calc(760/920*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-thermo__notes {
    font-size: 1.1rem;
    margin-top: calc(30/750*100vw);
    width: calc(610/750*100vw);
  }
}

.p-review {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-review:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-review:not(:first-child) {
    margin-top: calc(40/750*100vw);
  }
}

.p-review__thum {
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-review__thum {
    margin-right: calc(60/920*100%);
    width: calc(180/920*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-review__thum {
    margin-right: calc(40/750*100vw);
    width: calc(150/750*100vw);
  }
}

.p-review__text {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-review__text {
    border: solid 2px #5d5c5c;
    border-radius: 30px;
    padding: 30px;
    width: calc(680/920*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-review__text {
    border: solid 1px #5d5c5c;
    border-radius: 15px;
    padding: calc(30/750*100vw);
    width: calc(420/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-review__text p + p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-review__text p + p {
    margin-top: calc(20/750*100vw);
  }
}

.p-review__text::before {
  background-color: #fff;
  border-bottom-color: #5d5c5c;
  border-left-color: #5d5c5c;
  border-bottom-style: solid;
  border-left-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .p-review__text::before {
    height: 30px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    left: -16px;
    top: 60px;
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-review__text::before {
    height: 15px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    left: -8px;
    top: 24px;
    width: 15px;
  }
}

.p-cover {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-cover {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-cover {
    margin-top: calc(40/750*100vw);
  }
}

.p-cover__btn {
  background-color: #fff;
  bottom: 0;
  cursor: pointer;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 100;
}

.p-cover__btn:not(.js-cover_btn) {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-cover__btn {
    border: solid 2px #7f7f7f;
    height: 50px;
    line-height: 50px;
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .p-cover__btn {
    border: solid 1px #7f7f7f;
    height: 25px;
    line-height: 25px;
    width: 140px;
  }
}

.p-cover__btn::before {
  color: #7f7f7f;
  content: "MORE";
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-cover__btn::before {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cover__btn::before {
    font-size: 1.2rem;
  }
}

.p-cover__btn.is_show::before {
  content: "CLOSE";
}

.p-cover__btn.is_show + .js-cover_wrap::before {
  opacity: 0;
  visibility: hidden;
}

.p-cover .js-cover_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 160px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-cover .js-cover_wrap {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-cover .js-cover_wrap {
    padding-bottom: 60px;
  }
}

.p-cover .js-cover_wrap::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  bottom: 0;
  content: "";
  height: 80%;
  position: absolute;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 100%;
  z-index: 10;
}

.p-items__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-items__sub + .c-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-items__sub + .c-btn {
    margin-top: calc(40/750*100vw);
  }
}

.p-items__sub::after {
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .p-items__sub::after {
    width: calc(300/920*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-items__sub::after {
    width: 50%;
  }
}

.p-items__item {
  color: #000 !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .p-items__item--large {
    width: calc(480/920*100%);
  }
}

.p-items__item--large img {
  width: calc(480/750*100vw);
}

@media screen and (min-width: 768px) {
  .p-items__item--small {
    margin-top: 40px;
    width: calc(300/920*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-items__item--small {
    margin-top: 40px;
    width: 50%;
  }
}

.p-items__item.is_hover {
  opacity: .7;
}

.p-items__name {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-items__name {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-items__name {
    margin-top: calc(20/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-items__name--large {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-items__name--large {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-items__name--small {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-items__name--small {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-items__price--large {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-items__price--large {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-items__price--small {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-items__price--small {
    font-size: 1.2rem;
  }
}

.p-campaign__image {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-campaign__image {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__image {
    margin-top: calc(40/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-campaign__image img {
    width: calc(392/920*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__image img {
    width: calc(392/750*100vw);
  }
}

.p-campaign__about {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-campaign__about {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__about {
    margin-top: calc(30/750*100vw);
  }
}

.p-campaign__term {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-campaign__term {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__term {
    font-size: 1rem;
    margin-top: calc(10/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-campaign__form {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__form {
    margin-top: calc(40/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-campaign__form {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__form {
    margin-top: calc(40/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-campaign__btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__btn {
    margin-top: calc(40/750*100vw);
  }
}

.p-campaign__btn > a {
  background-color: #9d6094;
  border: none;
  color: #fff !important;
  position: relative;
}

.p-campaign__btn > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-campaign__btn > a::after {
    border-bottom: solid 6px transparent;
    border-left: solid 12px #fff;
    border-top: solid 6px transparent;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-campaign__btn > a::after {
    border-bottom: solid 3px transparent;
    border-left: solid 6px #fff;
    border-top: solid 3px transparent;
    right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-steps {
    background-color: #9d6094;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: calc(30/920*100%);
    width: calc(870/920*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-steps {
    margin-top: calc(40/750*100vw);
  }
}

.p-steps__step {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .p-steps__step {
    border: solid 2px #ccc;
    padding: calc(20/810*100%) calc(20/810*100%) calc(140/810*100%);
    position: relative;
    width: calc(250/810*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-steps__step {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: solid 1px #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc(18/750*100vw);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-steps__step:not(:first-child) {
    margin-top: calc(40/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-steps__text {
    font-size: 1.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-steps__text {
    width: calc(500/750*100vw);
  }
}

.p-steps__text > span {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-steps__text > span:first-child img {
    height: calc(20/210*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-steps__text > span:first-child img {
    height: calc(25/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-steps__text > span:last-child {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-steps__text > span:last-child {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-steps__image {
    bottom: calc(10/210*100%);
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(120/246*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-steps__image {
    width: calc(120/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-accordion {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: calc(870/920*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-accordion {
    margin-top: calc(40/750*100vw);
  }
}

.p-accordion__title {
  background-color: #fff;
  border: solid 2px #000;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-accordion__title {
    font-size: 2.4rem;
    padding: 5px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-accordion__title {
    font-size: 1.5rem;
    padding: calc(10/750*100vw) calc(30/750*100vw);
  }
}

.p-accordion__title::before, .p-accordion__title::after {
  background-color: #000;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 768px) {
  .p-accordion__title::before, .p-accordion__title::after {
    height: 20px;
    right: 40px;
    width: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-accordion__title::before, .p-accordion__title::after {
    height: calc(22/750*100vw);
    right: calc(50/750*100vw);
    width: calc(2/750*100vw);
  }
}

.p-accordion__title::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-accordion__title::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.p-accordion__title.is_active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-accordion__content {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-accordion__content {
    padding: 30px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-accordion__content {
    padding-top: calc(40/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-accordion__content > dl > dd + dt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-accordion__content > dl > dd + dt {
    margin-top: calc(30/750*100vw);
  }
}

.p-credit__container {
  position: relative;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-credit__container {
    padding: 50px 40px;
    width: calc(1000/1040*100%);
  }
}

@media screen and (max-width: 767px) {
  .p-credit__container {
    padding: calc(50/750*100vw) calc(40/750*100vw);
    width: calc(690/750*100vw);
  }
}

.p-credit__brand {
  color: #fff !important;
  display: inline-block;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .p-credit__brand > img {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .p-credit__brand > img {
    max-width: 135px;
    width: calc(270/750*100vw);
  }
}

.p-credit__brand > span {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-credit__brand > span {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-credit__brand > span {
    font-size: 1rem;
    margin-top: calc(15/750*100vw);
  }
}

.p-credit__brand.is_hover {
  opacity: .7;
}

.mv {
  background-color: #000;
  position: relative;
  z-index: 100;
}

.mv__title {
  text-align: center;
}

.bg_fixed {
  background: url(../images/bg_fixed.png) center/cover no-repeat;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.ecbn-selection-widget {
  padding-top: 0 !important;
}

@media (max-width: 720px) {
  .ecbn-selection-widget {
    margin-bottom: 30px !important;
  }
}
/*# sourceMappingURL=style.css.map */