@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-bg-white {
  background-color: #fff;
}

.u-d-block {
  display: block;
}

.u-d-inline-block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .u-mt-block {
    margin-bottom: 50px;
  }
}

@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 {
  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 {
    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__container > a > img {
    width: 106px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__container > a > img {
    width: 53px;
  }
}

.l-header__container > a.js-hover {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-header__container > a.is_hover {
  opacity: .7;
}

@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.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-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);
  }
}

.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::before, .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::before, .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::before, .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__steps::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.p-app__steps::after {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.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;
}

.p-app__step:nth-child(3) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (min-width: 768px) {
  .p-app__step {
    padding: 30px;
    width: 230px;
  }
}

@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-cleanup {
  background-color: #e2f0d9;
}

.p-cleanup__lead {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-cleanup__lead {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cleanup__lead {
    font-size: 1.6rem;
  }
}

.p-cleanup__btn {
  background-color: #fff;
  border: solid 2px #0075bf;
  color: #0075bf !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .p-cleanup__btn {
    font-size: 2.4rem;
    margin-top: 50px;
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .p-cleanup__btn {
    font-size: 1.6rem;
    margin-top: calc(50/750*100vw);
    width: 175px;
  }
}

.p-cleanup__btn.is_hover {
  opacity: .7;
}

.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__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-credit__brand {
  color: #333 !important;
  display: block;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .p-credit__brand {
    margin-right: 130px;
  }
}

@media screen and (max-width: 767px) {
  .p-credit__brand {
    margin-right: calc(80/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-credit__fuji > img {
    width: 106px;
  }
}

@media screen and (max-width: 767px) {
  .p-credit__fuji > img {
    width: 53px;
  }
}

@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;
}

.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);
  }
}

@media screen and (min-width: 768px) {
  .p-post__title {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-post__title {
    font-size: 1.8rem;
    margin-bottom: calc(50/750*100vw);
  }
}

.p-post__frame .MainPage__main-container___2z70_ {
  overflow: auto;
}

.p-present__title {
  text-align: center;
}

.p-present__title > span {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-present__title > span:first-child {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-present__title > span:first-child {
    font-size: 1.8rem;
  }
}

.p-present__title > span:first-child::after {
  background-color: #333;
  content: "";
  display: block;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-present__title > span:first-child::after {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-present__title > span:first-child::after {
    margin-bottom: calc(20/750*100vw);
    margin-top: calc(20/750*100vw);
    width: 80px;
  }
}

@media screen and (min-width: 768px) {
  .p-present__title > span:last-child {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-present__title > span:last-child {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-present__note {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-present__note {
    margin-top: calc(30/750*100vw);
  }
}

.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__image + p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-present__image + p {
    margin-top: calc(30/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-present + .p-present {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-present + .p-present {
    margin-top: calc(100/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .p-summary p:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-summary p:not(:first-child) {
    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/mv_bdr.png) center top/auto 14px repeat-x;
    padding: 65px 15px 50px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv {
    background: url(../images/mv_bdr.png) center top/auto calc(24/750*100vw) repeat-x;
    padding: calc(65/750*100vw) calc(30/750*100vw) calc(50/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 {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 767px) {
  .index-mv__nav > a > img {
    height: 72px;
  }
}

.index-mv__nav > a.is_hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .index-mv__nav > a:not(:last-child) {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .index-mv__nav > a:not(:last-child) {
    margin-right: calc(70/750*100vw);
  }
}

@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);
  }
}

.floating {
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .floating {
    background-position: calc(50% + 500px) calc(100% + 300px);
    background-size: 545px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .floating {
    background-position: calc(50% + 480/750*100vw) calc(100% + 300/750*100vw);
    background-size: calc(545/750*100vw);
    height: calc(300/750*100vw);
  }
}

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;
  }
}
/*# sourceMappingURL=style.css.map */