@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;
  }
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

.u-color-brand {
  color: #0075bf;
}

.u-color-red {
  color: #d8001a;
}

.u-bg-white {
  background-color: #fff;
}

.u-d-block {
  display: block;
}

.u-d-inline-block {
  display: inline-block;
}

.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-bold {
  font-weight: bold;
}

.l-header {
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.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 {
    height: 90px;
    padding: 0 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-header a.js-hover {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-header a.is_hover {
  opacity: .7;
}

.l-main {
  display: block;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .l-main {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .l-main {
    font-size: 1.2rem;
  }
}

.l-main img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.l-main a {
  color: #0088CC;
}

.l-main a.js-hover {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-main a.is_hover {
  opacity: .7;
}

.l-main > * {
  position: relative;
  z-index: 10;
}

.l-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 810px;
}

@media screen and (min-width: 768px) {
  .l-container {
    padding: 50px 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    padding: calc(50/750*100vw) calc(30/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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0075bf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .c-btn {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn {
    height: 30px;
  }
}

.c-btn--insta > img, .c-btn--twitter > img {
  width: auto;
}

@media screen and (min-width: 768px) {
  .c-btn--insta > img {
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--insta > img {
    height: 14px;
  }
}

@media screen and (min-width: 768px) {
  .c-btn--twitter > img {
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn--twitter > img {
    height: 11px;
  }
}

.c-btn.is_hover {
  opacity: .7;
}

.c-title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-title--primary {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-title--primary {
    font-size: 1.8rem;
    margin-bottom: calc(50/750*100vw);
  }
}

.c-title--primary > span:not(.u-d-inline-block) {
  color: #0075bf;
}

@media screen and (min-width: 768px) {
  .c-title--primary > span:not(.u-d-inline-block) {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title--primary > span:not(.u-d-inline-block) {
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 768px) {
  .c-title--secondary {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .c-title--secondary {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-accordion:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-accordion:not(:last-child) {
    margin-bottom: calc(50/750*100vw);
  }
}

.p-accordion__title {
  background-color: #fff;
  border: solid 2px #0075bf;
  color: #0075bf;
  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: #0075bf;
  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-app__steps, .p-app__note {
    margin-left: auto;
    margin-right: auto;
    width: 555px;
  }
}

.p-app__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .p-app__steps {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-app__steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-app__steps::after {
  content: "";
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (min-width: 768px) {
  .p-app__steps::after {
    background: url(../images/index/app_arrow_right.svg) center no-repeat;
    background-size: 11px auto;
    width: 11px;
  }
}

@media screen and (max-width: 767px) {
  .p-app__steps::after {
    background: url(../images/index/app_arrow_btm.svg) center no-repeat;
    background-size: calc(30/750*100vw) auto;
    height: calc(60/750*100vw);
    width: 100%;
  }
}

.p-app__step {
  background-color: #fff;
  border: solid 2px #0075bf;
}

.p-app__step:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.p-app__step:nth-child(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (min-width: 768px) {
  .p-app__step {
    padding: 30px;
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .p-app__step {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc(20/750*100vw) calc(30/750*100vw);
    width: 100%;
  }
}

.p-app__step-title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-app__step-title > img {
    height: 21px;
  }
}

@media screen and (max-width: 767px) {
  .p-app__step-title > img {
    height: 33px;
  }
}

@media screen and (min-width: 768px) {
  .p-app__step-detail {
    margin-top: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-app__step-detail {
    padding-left: calc(20/750*100vw);
    width: calc(100% - 33px);
  }
}

.p-app__step-detail > dt {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-app__step-detail > dt {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-app__step-detail > dt {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-app__step-detail > dd {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-app__step-detail > dd {
    margin-top: calc(20/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-app__note {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-app__note {
    margin-top: calc(30/750*100vw);
  }
}

.p-app__wrap {
  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-app__wrap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-app__wrap {
    margin-top: calc(50/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-app__btn {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .p-app__btn {
    width: calc(330/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-app__btn:nth-child(1) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-app__btn:nth-child(1) {
    margin-right: calc(30/750*100vw);
  }
}

.p-credit__logo {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-credit__logo img {
    max-width: 316px;
    width: calc(631/750*100vw);
  }
}

.p-credit__brand {
  color: #333 !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .p-credit__brand {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .p-credit__brand {
    margin-top: calc(70/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-credit__brand > img {
    width: 216px;
  }
}

@media screen and (max-width: 767px) {
  .p-credit__brand > img {
    max-width: 155px;
    width: calc(230/750*100vw);
  }
}

.p-credit__brand.is_hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .p-lead p:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-lead p:not(:first-child) {
    margin-top: calc(30/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-note--small {
    font-size: 1.4rem;
  }
}

.p-note > * {
  padding-left: 1em;
  position: relative;
}

.p-note__icon {
  left: 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 768px) {
  .p-others {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-others {
    margin-top: calc(50/750*100vw);
  }
}

.p-others__list {
  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-others__list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-others__list {
    margin-top: calc(30/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-others__list > li:nth-child(1) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-others__list > li:nth-child(1) {
    margin-right: calc(30/750*100vw);
  }
}

.p-period {
  text-align: center;
}

.p-period__num {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-period__num {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-period__num {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-period__text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-period__text {
    margin-top: calc(30/750*100vw);
  }
}

.p-post__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-post__list > li {
    width: 30.76923%;
  }
}

@media screen and (max-width: 767px) {
  .p-post__list > li {
    width: calc(200/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-post__area {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-post__area {
    margin-top: calc(50/750*100vw);
  }
}

.p-post__area .MainPage__main-container___2z70_ {
  overflow: auto;
}

.p-post__wrap {
  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-post__wrap {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-post__wrap {
    margin-top: calc(50/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-post__btn {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-post__btn {
    width: calc(330/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-post__btn:nth-child(1) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-post__btn:nth-child(1) {
    margin-right: calc(30/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-pouch__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-pouch__title {
    font-size: 1.5rem;
  }
}

.p-pouch__bnr {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-pouch__bnr {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-pouch__bnr {
    margin-top: calc(30/750*100vw);
  }
}

.p-pouch__bnr > a {
  display: inline-block;
}

.p-pouch__bnr > a > span {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-pouch__bnr > a > span {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-pouch__bnr > a > span {
    margin-top: calc(30/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-pouch__precaution {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-pouch__precaution {
    margin-top: calc(50/750*100vw);
  }
}

.p-present__lead {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-present__lead {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-present__lead {
    font-size: 1.5rem;
  }
}

.p-present__image {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-present__image {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-present__image {
    margin-top: calc(30/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-present__image > img {
    width: calc(520/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-present__text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-present__text {
    margin-top: calc(30/750*100vw);
  }
}

.p-present__dealing {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-present__dealing {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-present__dealing {
    margin-top: calc(30/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .index-camlogo img {
    width: 245px;
  }
}

@media screen and (max-width: 767px) {
  .index-camlogo img {
    width: 86px;
  }
}

.index-mv {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .index-mv {
    background: url(../images/common/mv_bdr.png) center top/auto 12px repeat-x, url(../images/index/bg_pc.png) center bottom no-repeat;
    padding: 65px 15px 260px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv {
    background: url(../images/common/mv_bdr.png) center top/auto calc(24/750*100vw) repeat-x, url(../images/index/bg_sp.png) center bottom/contain no-repeat;
    padding: calc(65/750*100vw) calc(30/750*100vw) calc(340/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .index-mv__title {
    margin-left: calc(-30/750*100vw);
    margin-right: calc(-30/750*100vw);
  }
}

.index-mv__nav {
  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) {
  .index-mv__nav {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv__nav {
    margin-top: calc(30/750*100vw);
  }
}

.index-mv__nav > a {
  color: #be325a;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .index-mv__nav > a {
    font-size: 1.8rem;
  }
}

.index-mv__nav > a.is_hover {
  opacity: .7;
}

.index-mv__nav > a > span {
  display: block;
}

.index-mv__nav > a > span:first-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  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) {
  .index-mv__nav > a > span:first-child {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv__nav > a > span:first-child {
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .index-mv__nav > a > span:last-child {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv__nav > a > span:last-child {
    margin-top: 10px;
  }
}

.index-mv__nav > a::after {
  content: "";
  display: block;
}

@media screen and (min-width: 768px) {
  .index-mv__nav > a:nth-child(1), .index-mv__nav > a:nth-child(2) {
    margin-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv__nav > a:nth-child(1), .index-mv__nav > a:nth-child(2) {
    margin-right: calc(60/750*100vw);
  }
}

.index-mv__nav > a:nth-child(1)::after, .index-mv__nav > a:nth-child(2)::after {
  background: url(../images/index/mv_nav_arrow_btm.svg) center/contain no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .index-mv__nav > a:nth-child(1)::after, .index-mv__nav > a:nth-child(2)::after {
    height: 15px;
    width: 25px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv__nav > a:nth-child(1)::after, .index-mv__nav > a:nth-child(2)::after {
    height: 10px;
    width: 15px;
  }
}

@media screen and (min-width: 768px) {
  .index-mv__nav > a:nth-child(1) img {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv__nav > a:nth-child(1) img {
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .index-mv__nav > a:nth-child(2) img {
    height: 54px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv__nav > a:nth-child(2) img {
    height: 27px;
  }
}

.index-mv__nav > a:nth-child(3)::after {
  background: url(../images/index/mv_nav_arrow_right.svg) center/contain no-repeat;
  bottom: 50%;
  position: absolute;
  right: 0;
  -webkit-transform: translate(100%, 50%);
          transform: translate(100%, 50%);
}

@media screen and (min-width: 768px) {
  .index-mv__nav > a:nth-child(3)::after {
    height: 25px;
    width: 15px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv__nav > a:nth-child(3)::after {
    height: 15px;
    width: 10px;
  }
}

@media screen and (min-width: 768px) {
  .index-mv__nav > a:nth-child(3) img {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv__nav > a:nth-child(3) img {
    height: 25px;
  }
}

@media screen and (min-width: 768px) {
  .index-mv__text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv__text {
    margin-top: calc(50/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .index-credit {
    padding-bottom: 290px;
  }
}

@media screen and (max-width: 767px) {
  .index-credit {
    padding-bottom: calc(260/750*100vw);
  }
}

.floating {
  bottom: 0;
  left: 0;
  opacity: .3;
  position: fixed;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .floating {
    background: url(../images/index/bg_pc.png) center bottom no-repeat;
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .floating {
    background: url(../images/index/bg_sp.png) center bottom/contain no-repeat;
    height: calc(340/750*100vw);
  }
}

.floating.is_show {
  opacity: 1;
}

span.Entry__comment-desc___17fDl, .EntryModal__img-tags___e2BEQ, .EntryModal__details-btn___18ms9, .CommentForm__sign-in-pane___GMJ6S {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .MasonryWrapper__grid-sizer___13-uZ, .grid-item.Entry__entry___25Jvq {
    width: calc(50% - 20px) !important;
  }
}

@media only screen and (max-width: 1280px) {
  .EntryModal__left-container___NI6lI {
    height: 350px !important;
  }
  .EntryModal__img-container___2MM9u {
    margin: 0 auto !important;
    width: 50% !important;
  }
  .EntryModal__img-wrapper___2hhIo .EntryModal__single-media___3Sbzm img, .CarouselSlider__carousel-slider___1AllB, .EntryModal__img-wrapper___2hhIo .EntryModal__single-media___3Sbzm img {
    max-height: 350px !important;
  }
  .CarouselSlider__carousel-slider___1AllB .CarouselSlider__carousel-slider-wrapper___wOE3N .CarouselSlider__carousel-slider-media-wrapper___2LOAz img {
    -webkit-transform: translateY(0%) translateX(15%) !important;
            transform: translateY(0%) translateX(15%) !important;
  }
}

@media screen and (min-width: 768px) {
  .cleanup-camlogo img {
    width: 205px;
  }
}

@media screen and (max-width: 767px) {
  .cleanup-camlogo img {
    width: 90px;
  }
}

.cleanup-mv {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .cleanup-mv {
    background: url(../images/common/mv_bdr.png) center top/auto 12px repeat-x;
    padding: 50px 50px;
  }
}

@media screen and (max-width: 767px) {
  .cleanup-mv {
    background: url(../images/common/mv_bdr.png) center top/auto calc(24/750*100vw) repeat-x;
    padding: calc(50/750*100vw) calc(30/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .cleanup-mv__title {
    margin-left: calc(-30/750*100vw);
    margin-right: calc(-30/750*100vw);
  }
}

.cleanup-mv__wrap {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cleanup-mv__wrap {
    padding-top: 20px;
  }
}

.cleanup-mv__wrap > div {
  left: 0;
  max-width: 218px;
  position: absolute;
  top: 20px;
  width: calc(218/880*100vw);
}

@media screen and (min-width: 768px) {
  .cleanup-mv__text {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .cleanup-mv__text {
    margin-top: calc(50/750*100vw);
  }
}
/*# sourceMappingURL=style.css.map */