@charset "UTF-8";
/*---------------------------------------
  foundation
----------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
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;
  line-height: 1.5em; }

body {
  line-height: 1; }

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

nav ul {
  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
----------------------------------------*/
/*---------------------------------------
  color
----------------------------------------*/
.inner {
  width: 1080px;
  margin: 0 auto; }

.l-main-col .inner {
  width: 800px; }

@media screen and (max-width: 500px) {
  .inner {
    width: calc(100% - 4rem); }
  .l-main-col .inner {
    width: calc(100% - 2.5rem); } }

/*---------------------------------------
  Base
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #C6A831; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

body {
  background: #111111;
  font-size: 1.4em;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  width: 100%;
  overflow-x: hidden; }
  body.active {
    overflow-y: hidden; }
  @media screen and (max-width: 896px) and (orientation: landscape) {
    body {
      width: 120rem;
      overflow-x: hidden; } }

input {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em; }
  input:focus {
    outline: none; }

p {
  line-height: 1.5em;
  font-size: 1.6rem;
  letter-spacing: 0.1rem; }

img {
  vertical-align: bottom; }

@media screen and (max-width: 767px) {
  input[type="text"], select {
    -webkit-appearance: none;
    font-size: 1.6rem; }
  input[type="checkbox"] {
    -webkit-appearance: checkbox; } }

@media screen and (max-width: 500px) {
  p {
    font-size: 1.4rem; } }

/*---------------------------------------
  anchor link
----------------------------------------*/
a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

/*---------------------------------------
  list style
----------------------------------------*/
ol, ul {
  list-style: none; }

/*---------------------------------------
  address
----------------------------------------*/
address {
  font-style: initial;
  display: inline; }

/*---------------------------------------
  textarea
----------------------------------------*/
textarea {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    width: 115rem; } }

/*---------------------------------------
  layout
----------------------------------------*/
.l-header {
  position: relative; }
  .l-header__text {
    margin: 2rem 0 0 2rem;
    font-size: 1rem; }
    .l-header__text p {
      font-size: 1rem; }
    .l-header__text--en {
      font-family: "Oswald", sans-serif; }

@media screen and (max-width: 500px) {
  .l-header {
    width: calc(100% - 4rem);
    margin: 0 auto; }
    .l-header__text {
      margin: 2rem 0 0 0; }
      .l-header__text p {
        font-size: 1rem; }
  @-webkit-keyframes active-menu-button {
    0% {
      border-color: transparent;
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    25% {
      border-color: transparent #C6A831 transparent transparent; }
    50% {
      border-color: transparent #C6A831 #C6A831 transparent; }
    75% {
      border-color: transparent #C6A831 #C6A831 #C6A831; }
    100% {
      border-color: #C6A831;
      -webkit-transform: rotate(-680deg);
      transform: rotate(-680deg); } }
  @keyframes active-menu-button {
    0% {
      border-color: transparent;
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    25% {
      border-color: transparent #C6A831 transparent transparent; }
    50% {
      border-color: transparent #C6A831 #C6A831 transparent; }
    75% {
      border-color: transparent #C6A831 #C6A831 #C6A831; }
    100% {
      border-color: #C6A831;
      -webkit-transform: rotate(-680deg);
      transform: rotate(-680deg); } } }

.l-footer {
  text-align: center;
  margin-bottom: 2rem; }
  .l-footer__copyright {
    color: #C6A831;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Oswald", sans-serif; }

@media screen and (max-width: 500px) {
  .l-footer .u-background {
    padding-top: 0; }
  .l-footer__right {
    display: none; }
  .l-footer__contents {
    padding-top: 3.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none; }
  .l-footer__logo {
    display: none; }
  .l-footer__sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .l-footer__sns a {
      font-size: 2.2rem; } }

/*---------------------------------------
  object
----------------------------------------*/
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4rem 0 8rem; }
  .c-button__link {
    width: 24.7rem;
    height: 5.2rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 5.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    border: 2px solid #C6A831;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6)); }
    .c-button__link:hover {
      color: #fff;
      background: #C6A831;
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all;
      -webkit-box-shadow: 0 0 1.2rem -0.6rem rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 1.2rem -0.6rem rgba(0, 0, 0, 0.6); }
      .c-button__link:hover:after {
        border-color: #fff;
        -webkit-transition: 0.3s ease all;
        -o-transition: 0.3s ease all;
        transition: 0.3s ease all; }
  .c-button__arrow::after {
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    border-right: 0.2rem solid #C6A831;
    border-top: 0.2rem solid #C6A831;
    display: inline-block;
    position: absolute;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 49%;
    right: 2.8rem;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
  .c-button__arrow--large {
    width: 37.8rem;
    height: 7.6rem;
    font-size: 2.1rem; }
  .c-button__extrnal {
    width: 32rem;
    height: 5.6rem;
    font-size: 1.6rem; }
    .c-button__extrnal::after {
      font-family: "Font Awesome 5 Free";
      content: '\f35d	';
      font-weight: 900;
      position: absolute;
      top: 50%;
      right: 0.8rem;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
    .c-button__extrnal:hover::after {
      color: #fff; }
  .c-button__large {
    width: 42rem;
    height: 8rem; }

@media screen and (max-width: 500px) {
  .c-button {
    margin: 3rem 0 0; }
    .c-button__link {
      font-size: 1.4rem; }
    .c-button__arrow--large {
      width: 100%;
      height: 5.5rem;
      font-size: 1.8rem; }
    .c-button__2col {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .c-button__2col .c-button__link {
        width: 100%; }
        .c-button__2col .c-button__link + .c-button__link {
          margin-top: 2.5rem; }
    .c-button__4col {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .c-button__4col-item {
        width: calc(50% - 0.5rem); }
        .c-button__4col-item:nth-child(n+3) {
          margin-top: 1rem; }
    .c-button__extrnal {
      width: 100%;
      height: 5rem; }
    .c-button__large {
      width: 100%;
      height: 5rem; } }

.c-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7.2rem; }
  .c-column__1col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .c-column__1col-item {
      width: 100%;
      padding: 4.3rem 5.6rem 4.8rem;
      border-radius: 0.8rem;
      margin-bottom: 4.8rem;
      position: relative;
      background: #111111;
      -webkit-box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.1); }
      .c-column__1col-item:last-child {
        margin-bottom: 0; }
      .c-column__1col-item::before, .c-column__1col-item::after {
        color: #C6A831;
        font-size: 6.9rem;
        font-family: "Oswald", sans-serif;
        position: absolute;
        top: calc(50% - 0.2rem);
        left: 4.3rem;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 2;
        letter-spacing: 0.75rem; }
      .c-column__1col-item::after {
        color: #efefef;
        text-shadow: 2px 0 0 #C6A831, 0 2px 0 #C6A831, -2px 0 0 #C6A831, 0 -2px 0 #C6A831;
        position: absolute;
        top: 50%;
        left: 4.5rem;
        z-index: 1; }
  .c-column__2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .c-column__2col-item {
      width: 46.8rem;
      height: auto;
      padding: 2.8rem 3.4rem 3.4rem 3.4rem;
      margin: 0 2.4rem 2.4rem 0;
      border-radius: 0.8rem;
      background: #111111;
      -webkit-box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.1); }
      .c-column__2col-item:nth-child(2n) {
        margin-right: 0; }
      .c-column__2col-item--one-thirds {
        width: 34.4rem;
        margin-right: 2.4rem; }
      .c-column__2col-item--two-thirds {
        width: calc(100% - 36.8rem); }
  .c-column__3col {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .c-column__3col-item {
      width: 34.4rem;
      height: 34.4rem;
      padding: 2.8rem 3.4rem 3.4rem 3.4rem;
      margin-bottom: 2.4rem;
      border-radius: 1.5rem;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      background: #111111; }
      .c-column__3col-item--lightblue {
        background: #111111; }
  .c-column__4col {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .c-column__4col-item {
      width: 25.2rem;
      height: 25.2rem;
      margin-bottom: 2.4rem; }
      .c-column__4col-item img {
        width: 25.2rem;
        height: 25.2rem; }
      .c-column__4col-item--lightblue {
        background: #111111; }
  .c-column--ol .c-column__1col-item {
    padding: 4.0rem 4.3rem 4.6rem 16.3rem;
    border-radius: 0.8rem;
    margin-bottom: 1.6rem;
    position: relative;
    background: #111111; }
    .c-column--ol .c-column__1col-item:last-child {
      margin-bottom: 0; }
    .c-column--ol .c-column__1col-item::before, .c-column--ol .c-column__1col-item::after {
      color: #C6A831;
      font-size: 6.9rem;
      font-family: "Oswald", sans-serif;
      position: absolute;
      top: calc(50% - 0.2rem);
      left: 4.3rem;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 2;
      letter-spacing: 0.75rem; }
    .c-column--ol .c-column__1col-item::after {
      color: #efefef;
      text-shadow: 2px 0 0 #C6A831, 0 2px 0 #C6A831, -2px 0 0 #C6A831, 0 -2px 0 #C6A831;
      position: absolute;
      top: 50%;
      left: 4.5rem;
      z-index: 1; }
    .c-column--ol .c-column__1col-item--01::before, .c-column--ol .c-column__1col-item--01::after {
      content: "01"; }
    .c-column--ol .c-column__1col-item--02::before, .c-column--ol .c-column__1col-item--02::after {
      content: "02"; }
    .c-column--ol .c-column__1col-item--03::before, .c-column--ol .c-column__1col-item--03::after {
      content: "03"; }
    .c-column--ol .c-column__1col-item--04::before, .c-column--ol .c-column__1col-item--04::after {
      content: "04"; }
    .c-column--ol .c-column__1col-item--05::before, .c-column--ol .c-column__1col-item--05::after {
      content: "05"; }
    .c-column--ol .c-column__1col-item--number-none::before, .c-column--ol .c-column__1col-item--number-none::after {
      display: none; }
    .c-column--ol .c-column__1col-item .u-title__small {
      margin: 0.5rem 0 0; }
  .c-column--960 {
    width: 96rem;
    margin: 0 auto; }

@media screen and (max-width: 500px) {
  .c-column {
    margin-top: 3.5rem; }
    .c-column--ul .c-column__1col-item {
      padding: 2.5rem;
      margin-bottom: 3rem; }
    .c-column--ul .c-column__2col-item {
      width: 100%;
      margin: 0 0 2.5rem 0;
      padding: 2rem; }
    .c-column--ul .c-column__4col-item {
      width: calc(50% - 1rem);
      height: auto; }
      .c-column--ul .c-column__4col-item img {
        width: 100%;
        height: auto; }
    .c-column--ol .c-column__1col-item {
      padding: 2.5rem 2rem 2.5rem 8rem; }
      .c-column--ol .c-column__1col-item:before, .c-column--ol .c-column__1col-item:after {
        font-size: 3.3rem;
        left: 2rem; }
      .c-column--ol .c-column__1col-item:before {
        left: 1.8rem; }
    .c-column__2col {
      margin-top: 0; }
      .c-column__2col-item {
        width: 100%;
        text-align: center; }
        .c-column__2col-item img {
          max-width: 70%; }
    .c-column__3col-item {
      width: 100%;
      height: auto; }
    .c-column__4col {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .c-column__4col-item {
        width: calc(50% - 0.5rem);
        height: auto; }
        .c-column__4col-item:nth-child(n+3) {
          margin-top: 1rem; }
        .c-column__4col-item img {
          width: 100%;
          height: auto; }
    .c-column--960 {
      width: 100%; } }

.c-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2.4rem 0 7.2rem; }
  .c-content__1col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .c-content__1col-item {
      margin-bottom: 4rem; }
  .c-content__2col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .c-content__2col-item {
      margin-right: 12rem; }
      .c-content__2col-item:nth-child(2n) {
        margin-right: 0; }

@media screen and (max-width: 500px) {
  .c-content {
    margin-top: 5.4rem; }
    .c-content__2col-item {
      width: calc(50% - 1rem);
      height: 8rem;
      margin-right: 1rem; } }

.u-background {
  padding: 8rem 0; }
  .u-background--dots-01 {
    background-color: #C6A831;
    background-image: -webkit-radial-gradient(#6CA3DB 1px, #C6A831 1px);
    background-size: 13px 13px; }
  .u-background--dots-02 {
    background: #111111;
    background-image: -webkit-radial-gradient(#c5c5c5 1px, #111111 1px);
    background-size: 13px 13px; }
  .u-background--memphis {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .u-background--wave {
    width: 100%;
    height: 2.5rem;
    position: absolute;
    top: -2.5rem;
    background: url(../img/svg/bg_wave_01.svg) repeat-x 0 0;
    mix-blend-mode: multiply; }
  .u-background--wave-02 {
    width: 100%;
    height: 2.5rem;
    position: absolute;
    top: -2.5rem;
    background: url(../img/svg/wave_02.svg) repeat-x 0 0; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .u-background {
    padding: 4rem 0; }
    .u-background--dots-01 {
      background-size: 1.2rem 1.2rem; }
    .u-background--dots-02 {
      background-size: 1.2rem 1.2rem; }
    .u-background--memphis {
      width: 100%; }
      .u-background--memphis img {
        width: 100%; } }

@media screen and (max-width: 500px) {
  .u-background {
    padding: 4rem 0; }
    .u-background--dots-01 {
      background-size: 7px 7px;
      background-position: 0 0, 5rem 5rem;
      background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 10%, transparent 10%);
      background-image: -o-radial-gradient(rgba(0, 0, 0, 0.2) 10%, transparent 10%);
      background-image: radial-gradient(rgba(0, 0, 0, 0.2) 10%, transparent 10%); }
    .u-background--dots-02 {
      background-size: 7px 7px;
      background-position: 0 0, 5rem 5rem;
      background-image: -webkit-radial-gradient(#eee 1px, #111111 1px); }
    .u-background--memphis {
      width: 100%; }
      .u-background--memphis img {
        width: 100%; } }

@media screen and (max-width: 500px) {
  .u-accordion__contents *, .u-accordion__contents *:before, .u-accordion__contents *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .u-accordion__contents {
    position: relative; }
    .u-accordion__contents-text {
      overflow: hidden;
      height: 15rem;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .u-accordion__contents input {
      display: none; }
      .u-accordion__contents input:checked + label {
        background: inherit; }
        .u-accordion__contents input:checked + label::after {
          content: "";
          position: absolute;
          width: 2.7rem;
          height: 0.95rem;
          z-index: 2;
          background: url(/common/img/svg/icon_arrow_top_01.svg) no-repeat;
          background-size: contain;
          top: 70%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .u-accordion__contents input:checked ~ .u-accordion__contents-text {
        height: auto;
        padding-bottom: 4rem;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .u-accordion__contents label {
      position: absolute;
      z-index: 1;
      bottom: 0;
      width: calc(100% - 4rem);
      height: 10rem;
      cursor: pointer;
      text-align: center;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, #fbfbfc));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfc 70%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fbfbfc 70%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fbfbfc 70%); }
      .u-accordion__contents label::after {
        content: "";
        position: absolute;
        z-index: 2;
        width: 2.7rem;
        height: 0.95rem;
        background: url(/common/img/svg/icon_arrow_bottom_01.svg) no-repeat;
        background-size: contain;
        top: 75%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.u-title__ribbon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 5.6rem;
  font-size: 2.4rem;
  text-align: center;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left bottom, left top, from(#805e27), color-stop(30%, #9b7d2d), color-stop(50%, #bea438), color-stop(70%, #9b7d2d), to(#805e27));
  background: -webkit-linear-gradient(bottom, #805e27 0%, #9b7d2d 30%, #bea438 50%, #9b7d2d 70%, #805e27 100%);
  background: -o-linear-gradient(bottom, #805e27 0%, #9b7d2d 30%, #bea438 50%, #9b7d2d 70%, #805e27 100%);
  background: linear-gradient(0deg, #805e27 0%, #9b7d2d 30%, #bea438 50%, #9b7d2d 70%, #805e27 100%);
  position: relative;
  line-height: 5.6rem;
  padding: 0 2.3rem;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6)); }
  .u-title__ribbon span {
    color: #FFFFFF;
    font-size: 1.6rem; }
    .u-title__ribbon span:last-child {
      color: #9f7d2a;
      font-size: 2.2rem;
      font-family: "Oswald", sans-serif; }
  .u-title__ribbon-arrow {
    width: 2.6rem;
    height: 5.6rem;
    background-image: url(../img/bg_arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -2.5rem; }

.u-title__small {
  font-size: 4.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #C6A831;
  margin-bottom: 2.4rem; }

.u-title__newline {
  line-height: 2;
  padding: 0.5rem 2.3rem 0 2.3rem; }

@media screen and (max-width: 500px) {
  .u-title__ribbon {
    font-size: 2rem; }
  .u-title__small {
    font-size: 2.8rem; }
  .u-title__newline {
    line-height: 1.2; } }

.u-text {
  text-align: left; }
  .u-text-item {
    font-weight: 400;
    margin: 0 0 1rem 0;
    letter-spacing: 0.25rem;
    line-height: 2em; }
    .u-text-item:last-child {
      margin-bottom: 0; }
  .u-text__inner {
    padding: 240px 0 0 0; }
  .u-text--center {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 2.4rem auto 4rem;
    text-align: center; }
    @media all and (-ms-high-contrast: none) {
      .u-text--center {
        text-align: center; } }

@media screen and (max-width: 500px) {
  .u-text-item {
    line-height: 1.7em; }
  .u-text--center {
    width: 100%;
    text-align: left;
    margin-top: 0; } }

.u-appear--pc {
  display: inline; }

.u-appear--pc-block {
  display: block; }

.u-appear--sp {
  display: none; }

.u-appear--sp-block {
  display: none; }

.u-appear--ie-block {
  display: none; }

@media all and (-ms-high-contrast: none) {
  .u-appear--ie-block {
    display: block; }
  .u-appear--ie-none {
    display: none; } }

@media screen and (max-width: 500px) {
  .u-appear--pc {
    display: none; }
  .u-appear--pc-block {
    display: none; }
  .u-appear--sp {
    display: inline; }
  .u-appear--sp-block {
    display: block; } }

/*スマホ横対応------------------------------------------------------------*/
@media screen and (max-width: 896px) and (orientation: landscape) {
  br.u-appear--pc {
    display: inline; }
  br.u-appear--pc-block {
    display: block; }
  br.u-appear--sp {
    display: none; }
  br.u-appear--sp-block {
    display: none; } }

.p-main__logo {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; }
  .p-main__logo--soukoproject {
    margin-bottom: 4rem; }
  .p-main__logo--soukochelin {
    margin-bottom: 10rem; }

.p-main__title, .p-main__text {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (max-width: 500px) {
  .p-main__logo--soukoproject {
    width: 4rem;
    margin-bottom: 2rem; }
  .p-main__logo--soukochelin {
    width: 100%;
    margin-bottom: 0; }
  .p-main__text {
    text-align: left; } }

.p-souko__number {
  font-size: 10rem;
  font-family: "Oswald", sans-serif;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-gradient(linear, left bottom, left top, from(#805e27), color-stop(30%, #9b7d2d), color-stop(50%, #bea438), color-stop(70%, #9b7d2d), to(#805e27));
  background: -webkit-linear-gradient(bottom, #805e27 0%, #9b7d2d 30%, #bea438 50%, #9b7d2d 70%, #805e27 100%);
  background: -o-linear-gradient(bottom, #805e27 0%, #9b7d2d 30%, #bea438 50%, #9b7d2d 70%, #805e27 100%);
  background: linear-gradient(0deg, #805e27 0%, #9b7d2d 30%, #bea438 50%, #9b7d2d 70%, #805e27 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
  margin-left: 2.4rem; }
  .p-souko__number::after {
    content: "";
    width: 9rem;
    height: 9rem;
    display: inline-block;
    background-image: url(../img/logo_cirle.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 53%;
    right: -11rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.p-souko__button {
  margin: 28rem 0 0; }
  .p-souko__button--text {
    font-family: "Oswald", sans-serif; }

@media screen and (max-width: 500px) {
  .p-souko__number {
    font-size: 7.2rem; }
    .p-souko__number::after {
      width: 7rem;
      height: 7rem;
      right: -8rem; } }
