@charset "UTF-8";
/* ------------------------------------------------
 * Mixin for center - 要素中央配置する
 * @include f.center(xy); // 中央
 * @include f.center(x);  // 横中央
 * @include f.center(y);  // 縦中央
 ------------------------------------------------ */
/* ------------------------------------------------

 * transition - フェードイン効果を追加する
 * @include f.transition;

 ------------------------------------------------ */
/* ------------------------------------------------

 * opacity - 透過効果を追加する
 * @include f.opacity;

 ------------------------------------------------ */
/* ------------------------------------------------

 * font-family - フォントの指定をする
 * @include f.font(jp); // ゴシック
 * @include f.font(en); // 英字

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

input[type=submit] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

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

.clearfix::after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, img, strong, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, select, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  line-height: 0;
}

footer, header, menu, nav, section, aside, figure {
  display: block;
}

.ul, .ol {
  list-style: none;
}

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

/* -----------------------------------
 * fixedSns
 ----------------------------------- */
.fixedSns {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 998;
}
@media only screen and (max-width: 1024px) {
  .fixedSns {
    display: none;
  }
}
.fixedSns .snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixedSns .snslist li {
  width: 32px;
  height: 32px;
}
.fixedSns .snslist li:not(:nth-child(1)) {
  margin-top: 16px;
}
.fixedSns .snslist li a {
  display: inline-block;
}
.fixedSns .snslist li a svg {
  width: 32px;
  height: 32px;
}
.fixedSns .snslist li a svg .cls-1 {
  fill: #fff;
}
.fixedSns .snslist li a svg .cls-2 {
  fill: #D74435;
}
.fixedSns .snslist li a:hover {
  opacity: 0.7;
}

/* -----------------------------------
 * header
 ----------------------------------- */
#header.is-black .header__inner .logo a img.logo_white {
  z-index: 1;
  opacity: 0;
}
#header.is-black .header__inner .logo a img.logo_black {
  z-index: 2;
  opacity: 1;
}
#header.is-black .header__inner .logo a:hover img {
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  #header.is-black .header__inner .logo a:hover img {
    opacity: 1;
  }
}
#header.is-black .header__inner .menu__block .menu-btn .menu-btn__inner .menu-line {
  background-color: #000404;
}
#header.is-black .header__inner .menu__block .menu__contents .menulist li a {
  color: #000404;
}
#header.is-black .header__inner .menu__block .menu__contents .menulist li a:hover {
  color: #D74435;
}
@media only screen and (max-width: 1024px) {
  #header.is-black .header__inner .menu__block .menu__contents .menulist li a:hover {
    color: #000404;
  }
}

.header__inner {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 40px 56px;
  z-index: 999;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .header__inner {
    padding: 24px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header__inner {
    padding: 15px 20px;
  }
}
.header__inner .logo a {
  display: block;
  position: relative;
  width: 250px;
  height: 29.66px;
}
@media only screen and (max-width: 1024px) {
  .header__inner .logo a {
    width: 150px;
    height: 17.78px;
  }
}
.header__inner .logo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 29.66px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .header__inner .logo a img {
    width: 150px;
    height: 17.78px;
  }
}
.header__inner .logo a img.logo_white {
  z-index: 2;
  opacity: 1;
}
.header__inner .logo a img.logo_black {
  z-index: 1;
  opacity: 0;
}
.header__inner .logo a:hover img {
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  .header__inner .logo a:hover img {
    opacity: 1;
  }
}
.header__inner .menu__block .menu-btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  position: absolute;
  right: 40px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 20px;
    right: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .header__inner .menu__block .menu-btn {
    top: 19px;
  }
}
.header__inner .menu__block .menu-btn .menu-btn__inner {
  position: relative;
  width: 24px;
  height: 26px;
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu-btn .menu-btn__inner {
    width: 20px;
    height: 19px;
  }
}
.header__inner .menu__block .menu-btn .menu-btn__inner .menu-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header__inner .menu__block .menu-btn .menu-btn__inner .menu-line:nth-of-type(1) {
  top: 0;
}
.header__inner .menu__block .menu-btn .menu-btn__inner .menu-line:nth-of-type(2) {
  top: 9px;
}
.header__inner .menu__block .menu-btn .menu-btn__inner .menu-line:nth-of-type(3) {
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu__wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./img/common/bg_paper.png) repeat;
    z-index: -1;
  }
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
  }
}
.header__inner .menu__block .menu__contents .menulist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu__contents .menulist {
    display: block;
  }
}
.header__inner .menu__block .menu__contents .menulist li:not(:nth-child(1)) {
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu__contents .menulist li:not(:nth-child(1)) {
    margin: 40px 0 0;
  }
}
.header__inner .menu__block .menu__contents .menulist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #fff;
  height: 100%;
  font-family: "Baskerville", serif;
  font-size: 1.8vh;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu__contents .menulist li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .header__inner .menu__block .menu__contents .menulist li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .header__inner .menu__block .menu__contents .menulist li a {
    font-size: 16px;
  }
}
.header__inner .menu__block .menu__contents .menulist li a:before {
  position: absolute;
  top: 49%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: #D74435;
  content: "";
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header__inner .menu__block .menu__contents .menulist li a:after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #D74435;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  content: attr(data-text) "";
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu__contents .menulist li a:after {
    bottom: -20px;
    color: #000404;
    opacity: 1;
  }
}
.header__inner .menu__block .menu__contents .menulist li a:hover {
  color: #D74435;
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu__contents .menulist li a:hover {
    color: #000404;
  }
}
.header__inner .menu__block .menu__contents .menulist li a:hover:before {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu__contents .menulist li a:hover:before {
    width: 0;
  }
}
.header__inner .menu__block .menu__contents .menulist li a:hover:after {
  opacity: 1;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu__contents .menulist li a:hover:after {
    opacity: 1;
  }
}
.header__inner .menu__block .menu__contents .menulist li.item-sns {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header__inner .menu__block .menu__contents .menulist li.item-sns {
    display: block;
  }
}
.header__inner .menu__block .menu__contents .menulist li.item-sns .snslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__inner .menu__block .menu__contents .menulist li.item-sns .snslist li {
  width: 24px;
  height: 24px;
}
.header__inner .menu__block .menu__contents .menulist li.item-sns .snslist li:not(:nth-child(1)) {
  margin: 0 0 0 16px;
}
.header__inner .menu__block .menu__contents .menulist li.item-sns .snslist li a {
  display: inline-block;
}
.header__inner .menu__block .menu__contents .menulist li.item-sns .snslist li a svg {
  width: 24px;
  height: 24px;
}
.header__inner .menu__block .menu__contents .menulist li.item-sns .snslist li a svg .cls-1 {
  fill: #fff;
}
.header__inner .menu__block .menu__contents .menulist li.item-sns .snslist li a svg .cls-2 {
  fill: #D74435;
}
.header__inner.is-menuopen .logo a img.logo_white {
  z-index: 1;
  opacity: 0;
}
.header__inner.is-menuopen .logo a img.logo_black {
  z-index: 2;
  opacity: 1;
}
.header__inner.is-menuopen .logo a:hover img {
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  .header__inner.is-menuopen .logo a:hover img {
    opacity: 1;
  }
}
.header__inner.is-menuopen .menu__block .menu-btn .menu-btn__inner .menu-line {
  background-color: #000404;
  border-radius: 0;
}
.header__inner.is-menuopen .menu__block .menu-btn .menu-btn__inner .menu-line:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-315deg);
  -ms-transform: translateY(13px) rotate(-315deg);
      transform: translateY(13px) rotate(-315deg);
}
@media only screen and (max-width: 1024px) {
  .header__inner.is-menuopen .menu__block .menu-btn .menu-btn__inner .menu-line:nth-of-type(1) {
    -webkit-transform: translateY(8.5px) rotate(-315deg);
    -ms-transform: translateY(8.5px) rotate(-315deg);
        transform: translateY(8.5px) rotate(-315deg);
  }
}
.header__inner.is-menuopen .menu__block .menu-btn .menu-btn__inner .menu-line:nth-of-type(2) {
  opacity: 0;
}
.header__inner.is-menuopen .menu__block .menu-btn .menu-btn__inner .menu-line:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  -ms-transform: translateY(-11px) rotate(315deg);
      transform: translateY(-11px) rotate(315deg);
}
@media only screen and (max-width: 1024px) {
  .header__inner.is-menuopen .menu__block .menu-btn .menu-btn__inner .menu-line:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    -ms-transform: translateY(-9px) rotate(315deg);
        transform: translateY(-9px) rotate(315deg);
  }
}
.header__inner.is-menuopen .menu__block .menu-btn .menu-btn__inner:hover .menu-line:nth-of-type(1) {
  top: auto;
}
.header__inner.is-menuopen .menu__block .menu-btn .menu-btn__inner:hover .menu-line:nth-of-type(3) {
  bottom: 0;
}
.header__inner.is-menuopen .menu__block .menu__contents .menulist li a {
  color: #000404;
}
.header__inner.is-menuopen .menu__block .menu__contents .menulist li a:hover {
  color: #D74435;
}
@media only screen and (max-width: 1024px) {
  .header__inner.is-menuopen .menu__block .menu__contents .menulist li a:hover {
    color: #000404;
  }
}

/* -----------------------------------
 * footer
 ----------------------------------- */
#footer {
  padding: 20px 0;
  background-color: #D74435;
}
#footer .copyright {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 10px;
  }
}

body {
  width: 100%;
  height: 100%;
  background: url(./img/common/bg_paper.png) repeat;
  color: #000404;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
  animation: fadeIn 2s ease-in-out 0s 1 normal;
  -webkit-animation: fadeIn 2s ease-in-out 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  body {
    font-size: 12px;
  }
}

#main,
#container,
#footer {
  width: 100%;
}

#main {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #000404;
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* -----------------------------------
 * font
 ----------------------------------- */
@font-face {
  font-family: "Baskerville";
  font-style: normal;
  font-weight: 400;
  src: local("BaskervilleURW-Reg"), local("BaskervilleURW-Reg"), local("BaskervilleURW-Reg"), url("./font/BaskervilleURW-Reg.woff") format("woff"), url("./font/BaskervilleURW-Reg.ttf") format("truetype"), url("./font/BaskervilleURW-Reg.eot") format("embedded-opentype");
}
/* -----------------------------------
 * 共通パーツ
 ----------------------------------- */
/* 改行切り替え */
br.sp--block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  br.sp--block {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  br.sp--block {
    display: block;
  }
}
br.ipad--block {
  display: none;
}
@media only screen and (max-width: 1024px) {
  br.ipad--block {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  br.ipad--block {
    display: none;
  }
}
br.pc--block {
  display: block;
}
@media only screen and (max-width: 767px) {
  br.pc--block {
    display: none;
  }
}

/* tel */
.tel a {
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .tel a {
    text-decoration: underline;
    pointer-events: auto;
  }
}

.mail a {
  position: relative;
}
.mail a:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #000404;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mail a:hover {
  color: #D74435;
}
@media only screen and (max-width: 1024px) {
  .mail a:hover {
    color: #000404;
  }
}
.mail a:hover:before {
  background-color: #D74435;
}
@media only screen and (max-width: 1024px) {
  .mail a:hover:before {
    background-color: #000404;
  }
}

/* -----------------
 * タイトル
----------------- */
.title__block {
  margin-bottom: 56px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .title__block {
    margin-bottom: 30px;
  }
}
.title__block .title-en {
  font-family: "Baskerville", serif;
  font-size: 3vh;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .title__block .title-en {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .title__block .title-en {
    font-size: 30px;
  }
}
.title__block .title {
  font-size: 1.4vh;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .title__block .title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .title__block .title {
    font-size: 14px;
  }
}

.title__block--white {
  margin-bottom: 56px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .title__block--white {
    margin-bottom: 30px;
  }
}
.title__block--white .title-en {
  color: #fff;
  font-family: "Baskerville", serif;
  font-size: 3vh;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .title__block--white .title-en {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .title__block--white .title-en {
    font-size: 30px;
  }
}
.title__block--white .title {
  color: #fff;
  font-size: 1.4vh;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .title__block--white .title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .title__block--white .title {
    font-size: 14px;
  }
}

/* -----------------
 * テキスト
----------------- */
.text__block .heading {
  margin-bottom: 10px;
  font-size: 1.6vh;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .text__block .heading {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .text__block .heading {
    font-size: 14px;
  }
}
.text__block p {
  font-size: 1.6vh;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .text__block p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .text__block p {
    font-size: 14px;
  }
}

.text__block--white p {
  color: #fff;
  font-size: 1.6vh;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .text__block--white p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .text__block--white p {
    font-size: 14px;
  }
}
.text__block--white a {
  color: #fff;
}

/* -----------------
 *  ボタン
----------------- */
/* -----------------
 *  ボタン
----------------- */
.btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .btn__wrap {
    display: block;
  }
}

.btn-style__radius {
  display: block;
  position: relative;
  width: 400px;
  padding: 20px 40px;
  background-color: #000404;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 2.2vh;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-align: center;
  border-radius: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .btn-style__radius {
    padding: 15px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-style__radius {
    width: 100%;
    margin: 25px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .btn-style__radius {
    font-size: 20px;
  }
}
.btn-style__radius:hover {
  background-color: #D74435;
}
@media only screen and (max-width: 1024px) {
  .btn-style__radius:hover {
    background-color: #000404;
  }
}

/* -----------------------------------
 * 構成パーツ
 ----------------------------------- */
.content--m {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 80px;
}
@media only screen and (max-width: 1024px) {
  .content--m {
    max-width: auto;
    width: auto;
    margin: 0 20px 0;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content--m {
    margin: 0 20px 0;
  }
}
@media screen and (min-width: 1400px) {
  .content--m {
    padding: 100px 0;
  }
}

/* ---------------
 * メインビジュアル
 ----------------- */
.mainvis__block {
  position: relative;
  z-index: 100;
}
.mainvis__block.page-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .mainvis__block.page-top {
    height: -webkit-fill-available;
  }
}
.mainvis__block .heading__block {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 120px;
}
@media only screen and (max-width: 1024px) {
  .mainvis__block .heading__block {
    left: 24px;
    right: 24px;
  }
}
.mainvis__block .heading__block .main-copy {
  color: #fff;
  font-family: "Baskerville", serif;
  font-size: 30px;
  letter-spacing: 0.3em;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .mainvis__block .heading__block .main-copy {
    font-size: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  .mainvis__block .heading__block .main-copy {
    font-size: 18px;
  }
}
.mainvis__block .heading__block .sub-copy {
  margin: 25px 0 0 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 1024px) {
  .mainvis__block .heading__block .sub-copy {
    margin: 20px 0 0 0;
    font-size: 14px;
    line-height: 2.5;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  .mainvis__block .heading__block .sub-copy {
    font-size: 12px;
  }
}
.mainvis__block.page-common {
  position: relative;
  padding: 300px 0;
}
@media only screen and (max-width: 767px) {
  .mainvis__block.page-common {
    padding: 150px 0;
  }
}
.mainvis__block.page-common .title__block--white {
  position: absolute;
  bottom: -75px;
  right: 50px;
  margin: 0;
  text-align: right;
  mix-blend-mode: overlay;
}
@media only screen and (max-width: 1024px) {
  .mainvis__block.page-common .title__block--white {
    bottom: -80px;
    right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .mainvis__block.page-common .title__block--white {
    bottom: -45px;
    right: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .mainvis__block.page-common .title__block--white {
    bottom: -95px;
  }
}
.mainvis__block.page-common .title__block--white .title-en {
  position: relative;
  color: #000404;
  font-family: "Baskerville", serif;
  font-size: 8vh;
  letter-spacing: 0.2em;
  line-height: 1.4;
  z-index: 0;
}
.mainvis__block.page-common .title__block--white .title-en::before  {
  content: attr(data-inverted);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 42%;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .mainvis__block.page-common .title__block--white .title-en {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .mainvis__block.page-common .title__block--white .title-en {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .mainvis__block.page-common .title__block--white .title-en {
    font-size: 80px;
  }
}
.mainvis__block.page-common .title__block--white .title {
  margin: 0 15px 0 0;
  color: #000404;
  font-size: 2vh;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  .mainvis__block.page-common .title__block--white .title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .mainvis__block.page-common .title__block--white .title {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .mainvis__block.page-common .title__block--white .title {
    font-size: 18px;
  }
}
.mainvis__block.page-contact {
  background: url(./img/pages/contact_mainvis_pc.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .mainvis__block.page-contact {
    background: url(./img/pages/contact_mainvis_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.mainvis__block.page-material {
  background: url(./img/pages/material_mainvis_pc.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .mainvis__block.page-material {
    background: url(./img/pages/material_mainvis_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.mainvis__block.page-privacy {
  background: url(./img/pages/contact_mainvis_pc.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .mainvis__block.page-privacy {
    background: url(./img/pages/contact_mainvis_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.mainvis__block.page-clowdfanding {
  background: url(../img/pages/sent_mainvis_pc.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .mainvis__block.page-clowdfanding {
    background: url(../img/pages/sent_mainvis_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (max-width: 320px) {
  .mainvis__block.page-privacy .title__block--white {
    bottom: -85px;
  }
}

/* -----------------------------------
 * 注意書き
 ----------------------------------- */
.warning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999999;
}
.warning .warning--item {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .warning .warning--item {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .warning .warning--item {
    width: 70%;
  }
}
.warning .warning--item .item-img {
  margin: 0 auto 24px;
  width: 80px;
}
.warning .warning--item .text__block {
  text-align: center;
}
.warning .warning--item .text__block p {
  color: #000404;
}
.warning.is-show {
  display: block;
}

/* -----------------
 * concept
----------------- */
#concept .text__block p {
  text-align: center;
  line-height: 2.5;
}
@media only screen and (max-width: 768px) {
  #concept .text__block p {
    text-align: left;
  }
}
#concept .gallery__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* -----------------
 * business
----------------- */
#business .business-list__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #business .business-list__block {
    display: block;
    margin: 0;
  }
}
#business .business-list__block .business-list__item {
  width: 33.33%;
  margin: 0 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1024px) {
  #business .business-list__block .business-list__item {
    width: 100%;
    margin: 0;
  }
}
#business .business-list__block .business-list__item .text__block {
  padding: 20px 25px;
}
#business .btn__wrap {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  #business .btn__wrap {
    margin-top: 40px;
  }
}

/* -----------------
 * company
----------------- */
#company .company__inner {
  width: 100%;
  padding: 100px 80px;
  background: url(./img/top/company-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 1024px) {
  #company .company__inner {
    width: auto;
    padding: 40px 20px;
    background: url(./img/top/company-bg_sp.jpg) no-repeat center;
    background-attachment: scroll;
    background-size: cover;
  }
}
#company .company__inner .company__logo {
  margin: 0 auto 80px;
  width: 200px;
}
@media only screen and (max-width: 1024px) {
  #company .company__inner .company__logo {
    margin: 0 auto 24px;
    width: 150px;
  }
}
#company .company__inner .company__logo img[src$=".svg"] {
  width: 100%;
}
#company .company__inner .layout__col2--block {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #company .company__inner .layout__col2--block {
    max-width: auto;
    width: auto;
    margin: 0;
  }
}
#company .company__inner .layout__col2--block dl {
  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;
  margin-top: 30px;
}
#company .company__inner .layout__col2--block dl:nth-child(1) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #company .company__inner .layout__col2--block dl {
    margin-top: 15px;
  }
}
#company .company__inner .layout__col2--block dl dt {
  width: 14%;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.6vh;
  line-height: 2;
  letter-spacing: 0.2em;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  #company .company__inner .layout__col2--block dl dt {
    width: 18%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #company .company__inner .layout__col2--block dl dt {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (min-width: 1400px) {
  #company .company__inner .layout__col2--block dl dt {
    font-size: 14px;
  }
}
#company .company__inner .layout__col2--block dl dd {
  width: 83%;
  margin-left: 1%;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.6vh;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  #company .company__inner .layout__col2--block dl dd {
    width: 77.5%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #company .company__inner .layout__col2--block dl dd {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 20px 0 10px;
  }
}
@media screen and (min-width: 1400px) {
  #company .company__inner .layout__col2--block dl dd {
    font-size: 14px;
  }
}
#company .company__inner .layout__col2--block dl dd.tel a {
  color: #fff;
}
#company .company__inner .layout__col2--block .btn-map {
  display: inline-block;
  position: relative;
  margin-left: 60px;
  color: #fff;
  font-family: "Baskerville", serif;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  #company .company__inner .layout__col2--block .btn-map {
    margin: 10px 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  #company .company__inner .layout__col2--block .btn-map {
    display: block;
    margin-left: 0;
    padding-left: 50px;
  }
}
#company .company__inner .layout__col2--block .btn-map:hover {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  #company .company__inner .layout__col2--block .btn-map:hover {
    padding-left: 50px;
  }
}
#company .company__inner .layout__col2--block .btn-map:hover:before {
  width: 50px;
}
@media only screen and (max-width: 767px) {
  #company .company__inner .layout__col2--block .btn-map:hover:before {
    width: 40px;
  }
}
#company .company__inner .layout__col2--block .btn-map:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  bottom: 1px;
  width: 40px;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  #company .company__inner .layout__col2--block .btn-map:before {
    left: 0;
    right: auto;
    width: 40px;
  }
}

/* -----------------------------------
 * material
 ----------------------------------- */
.page-material .material-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-material .material-list__wrap .material-list__item {
  width: 33.33%;
}
.page-material .material-list__wrap .material-list__item .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page-material .material-list__wrap .material-list__item .item-img:before {
  display: block;
  padding: 44.792% 0;
  content: "";
}
.page-material .material-list__wrap .material-list__item .item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
  z-index: -1;
}

/* -----------------------------------
 * contact
 ----------------------------------- */
.page-contact .content--m {
  padding: 160px 0 120px;
}
@media only screen and (max-width: 1024px) {
  .page-contact .content--m {
    padding: 120px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact .content--m {
    padding: 80px 0 40px;
  }
}
.page-contact .text__block a {
  position: relative;
  text-decoration: underline;
}
.page-contact .text__block a:hover {
  color: #ccc;
}
@media only screen and (max-width: 1024px) {
  .page-contact .text__block a:hover {
    color: #000404;
  }
}
.page-contact form {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .page-contact form {
    margin-top: 35px;
  }
}
.page-contact .contactform__block:nth-child(1) {
  margin-top: 0;
}
.page-contact .contactform__block dl {
  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;
  margin-top: 30px;
}
.page-contact .contactform__block dl:nth-child(1) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .page-contact .contactform__block dl {
    margin-top: 15px;
  }
}
.page-contact .contactform__block dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  padding-bottom: 20px;
  border-bottom: 1px solid #000404;
  font-size: 1.6vh;
  line-height: 2;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .page-contact .contactform__block dl dt {
    width: 30%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact .contactform__block dl dt {
    display: block;
    width: 100%;
    padding: 10px 0;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1400px) {
  .page-contact .contactform__block dl dt {
    font-size: 14px;
  }
}
.page-contact .contactform__block dl dt .hissu {
  display: inline-block;
  margin-left: 10px;
  color: #D74435;
}
.page-contact .contactform__block dl dd {
  width: 75.5%;
  margin-left: 2.5%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 1.6vh;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .page-contact .contactform__block dl dd {
    width: 65.5%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact .contactform__block dl dd {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 20px 0 10px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1400px) {
  .page-contact .contactform__block dl dd {
    font-size: 14px;
  }
}
.page-contact .contactform__block dl dd input[type=text],
.page-contact .contactform__block dl dd input[type=email] {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding-left: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 13px;
  background-color: #fff;
  outline: none;
  border: none;
  vertical-align: middle;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .page-contact .contactform__block dl dd input[type=text],
.page-contact .contactform__block dl dd input[type=email] {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact .contactform__block dl dd input[type=text],
.page-contact .contactform__block dl dd input[type=email] {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .page-contact .contactform__block dl dd input[type=text],
.page-contact .contactform__block dl dd input[type=email] {
    font-size: 12px;
  }
}
.page-contact .contactform__block dl dd input[type=text]:-webkit-autofill,
.page-contact .contactform__block dl dd input[type=email]:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.page-contact .contactform__block dl dd input[type=text]:focus,
.page-contact .contactform__block dl dd input[type=email]:focus {
  border: 1px solid #ccc;
}
.page-contact .contactform__block dl dd textarea {
  width: 100%;
  height: 200px;
  padding: 5px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  font-size: 13px;
  background-color: #fff;
  outline: none;
  border: none;
  -ms-overflow-style: none;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .page-contact .contactform__block dl dd textarea {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact .contactform__block dl dd textarea {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .page-contact .contactform__block dl dd textarea {
    font-size: 12px;
  }
}
.page-contact .contactform__block dl dd textarea:-webkit-autofill {
  -webkit-animation-name: onAutoFillStart;
          animation-name: onAutoFillStart;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
.page-contact .contactform__block dl dd textarea:focus {
  border: 1px solid #ccc;
}
.page-contact .contactform__block dl.contact-contacts dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.page-contact .btn__wrap {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .page-contact .btn__wrap {
    margin-top: 40px;
  }
}
.page-contact .btn__wrap input {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 2.2vh;
  border-radius: 50px;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .page-contact .btn__wrap input {
    padding: 15px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-contact .btn__wrap input {
    width: 100%;
    margin: 25px 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .page-contact .btn__wrap input {
    font-size: 20px;
  }
}

/* -----------------------------------
 * privacy
 ----------------------------------- */
.page-privacy .content--m {
  padding: 160px 0 120px;
}
@media only screen and (max-width: 1024px) {
  .page-privacy .content--m {
    padding: 120px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-privacy .content--m {
    padding: 80px 0 40px;
  }
}
@media only screen and (max-width: 320px) {
  .page-privacy .content--m {
    padding: 100px 0 40px;
  }
}
.page-privacy .privacy__block {
  margin-top: 40px;
}
.page-privacy .privacy__block .privacy-item {
  margin-top: 30px;
}
.page-privacy .privacy__block .privacy-item dl {
  font-size: 1.6vh;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .page-privacy .privacy__block .privacy-item dl {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .page-privacy .privacy__block .privacy-item dl {
    font-size: 14px;
  }
}
.page-privacy .privacy__block .privacy-item dt, .page-privacy .privacy__block .privacy-item dd {
  font-size: 1.6vh;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .page-privacy .privacy__block .privacy-item dt, .page-privacy .privacy__block .privacy-item dd {
    font-size: 12px;
  }
}
@media screen and (min-width: 1400px) {
  .page-privacy .privacy__block .privacy-item dt, .page-privacy .privacy__block .privacy-item dd {
    font-size: 14px;
  }
}
.page-privacy .btn__wrap {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .page-privacy .btn__wrap {
    margin-top: 40px;
  }
}

/* -----------------------------------
 * errow
 ----------------------------------- */
.page-errow .text__block {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-errow .text__block {
    text-align: left;
  }
}
.page-errow .btn__wrap {
  margin-top: 56px;
}
@media only screen and (max-width: 1024px) {
  .page-errow .btn__wrap {
    margin-top: 40px;
  }
}

/* -----------------------------------
 * clowdfanding
 ----------------------------------- */
.page-clowdfanding .content--m {
  padding: 160px 0 120px;
}
@media only screen and (max-width: 1024px) {
  .page-clowdfanding .content--m {
    padding: 120px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ppage-clowdfanding .content--m {
    padding: 80px 0 40px;
  }
}
@media only screen and (max-width: 320px) {
  .page-clowdfanding .content--m {
    padding: 100px 0 40px;
  }
}
.page-clowdfanding a {
  color: rgb(104, 198, 224);
  text-decoration:underline;
}