@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@media screen and (min-width: 750px) {
  .sp {
    display: none !important; } }

@media screen and (max-width: 749px) {
  .pc {
    display: none !important; } }

.font, body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.87;
  color: #222; }
  @media screen and (max-width: 749px) {
    .font, body {
      font-size: 1.4rem; } }

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative; }

html {
  font-size: 62.5% !important;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden; }

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  background: #FFF; }

div,
main,
section {
  display: block;
  position: relative; }

h1,
h2 {
  position: relative; }

*:focus {
  outline: none; }

p {
  line-height: 1.75;
  text-align: justify; }
  p a {
    word-break: break-all; }

sup {
  vertical-align: super;
  font-size: 50%; }

em {
  font-weight: 700; }

b {
  font-weight: 700; }

a {
  cursor: pointer;
  transition: opacity 0.3s; }
  a.block {
    display: block; }

iframe {
  width: 100%;
  min-height: 540px; }
  @media screen and (max-width: 749px) {
    iframe {
      min-height: 250px; } }

.opa {
  cursor: pointer;
  transition: 0.5s;
  opacity: 1; }
  .opa:hover {
    opacity: 0.5 !important; }

.scale {
  overflow: hidden;
  display: block; }
  .scale img {
    transition: transform 0.5s; }
  .scale:hover img {
    transform: scale(1.1); }

.underline {
  text-decoration: underline; }

figcaption,
small {
  font-size: 1.2rem; }

figcaption {
  margin-top: 5px; }

.spaces {
  letter-spacing: 0.1em; }

.dash {
  letter-spacing: 0; }

@media screen and (min-width: 750px) {
  .block-inline {
    display: inline-block; } }

.center-m {
  margin-left: auto;
  margin-right: auto; }

.center {
  text-align: center; }

.left {
  text-align: left; }

@media screen and (max-width: 749px) {
  .sp-left {
    text-align: left !important; } }

.right {
  text-align: right; }

img.block {
  display: block; }

.w100 {
  width: 100% !important;
  display: block; }

.wh100 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom center;
  font-family: 'object-fit: cover; object-position: bottom center;'; }

.bg_white {
  background: #FFF !important; }

.bg_black {
  background: #222 !important; }

.bg_silver {
  background: #EBEBEB !important; }

.bg_indigo {
  background: #1E2432 !important; }

.bdr_white {
  border: 1px solid #FFF !important; }

.bdr_black {
  border: 1px solid #222 !important; }

.bdr_silver {
  border: 1px solid #EBEBEB !important; }

.bdr_indigo {
  border: 1px solid #1E2432 !important; }

.text_white {
  color: #FFF; }

.text_black {
  color: #222; }

.text_silver {
  color: #EBEBEB; }

.text_indigo {
  color: #1E2432; }

.hr_white {
  border-top: 1px solid #FFF; }

.hr_black {
  border-top: 1px solid #222; }

.hr_silver {
  border-top: 1px solid #EBEBEB; }

.hr_indigo {
  border-top: 1px solid #1E2432; }

.wrap100 {
  margin: auto;
  max-width: 100px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap100 {
      padding: 0 10px; } }

.wrap500 {
  margin: auto;
  max-width: 500px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap500 {
      padding: 0 10px; } }

.wrap600 {
  margin: auto;
  max-width: 600px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap600 {
      padding: 0 10px; } }

.wrap700 {
  margin: auto;
  max-width: 700px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap700 {
      padding: 0 10px; } }

.wrap800 {
  margin: auto;
  max-width: 800px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap800 {
      padding: 0 10px; } }

.wrap900 {
  margin: auto;
  max-width: 900px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap900 {
      padding: 0 10px; } }

.wrap990 {
  margin: auto;
  max-width: 990px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap990 {
      padding: 0 10px; } }

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1000 {
      padding: 0 10px; } }

.wrap1100 {
  margin: auto;
  max-width: 1100px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1100 {
      padding: 0 10px; } }

.wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1200 {
      padding: 0 10px; } }

.wrap1300 {
  margin: auto;
  max-width: 1300px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1300 {
      padding: 0 10px; } }

.wrap1400 {
  margin: auto;
  max-width: 1400px;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap1400 {
      padding: 0 10px; } }

.mt0 {
  display: block;
  margin-top: 0px !important; }
  @media screen and (max-width: 749px) {
    .mt0 {
      margin-top: 0px !important; } }

.mt5 {
  display: block;
  margin-top: 5px !important; }
  @media screen and (max-width: 749px) {
    .mt5 {
      margin-top: 2.5px !important; } }

.mt10 {
  display: block;
  margin-top: 10px !important; }
  @media screen and (max-width: 749px) {
    .mt10 {
      margin-top: 5px !important; } }

.mt15 {
  display: block;
  margin-top: 15px !important; }
  @media screen and (max-width: 749px) {
    .mt15 {
      margin-top: 7.5px !important; } }

.mt20 {
  display: block;
  margin-top: 20px !important; }
  @media screen and (max-width: 749px) {
    .mt20 {
      margin-top: 10px !important; } }

.mt25 {
  display: block;
  margin-top: 25px !important; }
  @media screen and (max-width: 749px) {
    .mt25 {
      margin-top: 12.5px !important; } }

.mt30 {
  display: block;
  margin-top: 30px !important; }
  @media screen and (max-width: 749px) {
    .mt30 {
      margin-top: 15px !important; } }

.mt40 {
  display: block;
  margin-top: 40px !important; }
  @media screen and (max-width: 749px) {
    .mt40 {
      margin-top: 20px !important; } }

.mt50 {
  display: block;
  margin-top: 50px !important; }
  @media screen and (max-width: 749px) {
    .mt50 {
      margin-top: 25px !important; } }

.mt60 {
  display: block;
  margin-top: 60px !important; }
  @media screen and (max-width: 749px) {
    .mt60 {
      margin-top: 30px !important; } }

.mt70 {
  display: block;
  margin-top: 70px !important; }
  @media screen and (max-width: 749px) {
    .mt70 {
      margin-top: 35px !important; } }

.mt80 {
  display: block;
  margin-top: 80px !important; }
  @media screen and (max-width: 749px) {
    .mt80 {
      margin-top: 40px !important; } }

.mt90 {
  display: block;
  margin-top: 90px !important; }
  @media screen and (max-width: 749px) {
    .mt90 {
      margin-top: 45px !important; } }

.mt100 {
  display: block;
  margin-top: 100px !important; }
  @media screen and (max-width: 749px) {
    .mt100 {
      margin-top: 50px !important; } }

.mt110 {
  display: block;
  margin-top: 110px !important; }
  @media screen and (max-width: 749px) {
    .mt110 {
      margin-top: 55px !important; } }

.mt120 {
  display: block;
  margin-top: 120px !important; }
  @media screen and (max-width: 749px) {
    .mt120 {
      margin-top: 60px !important; } }

.mt130 {
  display: block;
  margin-top: 130px !important; }
  @media screen and (max-width: 749px) {
    .mt130 {
      margin-top: 65px !important; } }

.mt140 {
  display: block;
  margin-top: 140px !important; }
  @media screen and (max-width: 749px) {
    .mt140 {
      margin-top: 70px !important; } }

.mt150 {
  display: block;
  margin-top: 150px !important; }
  @media screen and (max-width: 749px) {
    .mt150 {
      margin-top: 75px !important; } }

.mt160 {
  display: block;
  margin-top: 160px !important; }
  @media screen and (max-width: 749px) {
    .mt160 {
      margin-top: 80px !important; } }

.mt200 {
  display: block;
  margin-top: 200px !important; }
  @media screen and (max-width: 749px) {
    .mt200 {
      margin-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt0 {
    margin-top: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt5 {
    margin-top: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt10 {
    margin-top: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt15 {
    margin-top: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt25 {
    margin-top: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt30 {
    margin-top: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt40 {
    margin-top: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt60 {
    margin-top: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt70 {
    margin-top: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt80 {
    margin-top: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt90 {
    margin-top: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt110 {
    margin-top: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt120 {
    margin-top: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt130 {
    margin-top: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt140 {
    margin-top: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt150 {
    margin-top: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt160 {
    margin-top: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt200 {
    margin-top: 200px !important; } }

.pt0 {
  display: block;
  padding-top: 0px !important; }
  @media screen and (max-width: 749px) {
    .pt0 {
      padding-top: 0px !important; } }

.pt5 {
  display: block;
  padding-top: 5px !important; }
  @media screen and (max-width: 749px) {
    .pt5 {
      padding-top: 2.5px !important; } }

.pt10 {
  display: block;
  padding-top: 10px !important; }
  @media screen and (max-width: 749px) {
    .pt10 {
      padding-top: 5px !important; } }

.pt15 {
  display: block;
  padding-top: 15px !important; }
  @media screen and (max-width: 749px) {
    .pt15 {
      padding-top: 7.5px !important; } }

.pt20 {
  display: block;
  padding-top: 20px !important; }
  @media screen and (max-width: 749px) {
    .pt20 {
      padding-top: 10px !important; } }

.pt25 {
  display: block;
  padding-top: 25px !important; }
  @media screen and (max-width: 749px) {
    .pt25 {
      padding-top: 12.5px !important; } }

.pt30 {
  display: block;
  padding-top: 30px !important; }
  @media screen and (max-width: 749px) {
    .pt30 {
      padding-top: 15px !important; } }

.pt40 {
  display: block;
  padding-top: 40px !important; }
  @media screen and (max-width: 749px) {
    .pt40 {
      padding-top: 20px !important; } }

.pt50 {
  display: block;
  padding-top: 50px !important; }
  @media screen and (max-width: 749px) {
    .pt50 {
      padding-top: 25px !important; } }

.pt60 {
  display: block;
  padding-top: 60px !important; }
  @media screen and (max-width: 749px) {
    .pt60 {
      padding-top: 30px !important; } }

.pt70 {
  display: block;
  padding-top: 70px !important; }
  @media screen and (max-width: 749px) {
    .pt70 {
      padding-top: 35px !important; } }

.pt80 {
  display: block;
  padding-top: 80px !important; }
  @media screen and (max-width: 749px) {
    .pt80 {
      padding-top: 40px !important; } }

.pt90 {
  display: block;
  padding-top: 90px !important; }
  @media screen and (max-width: 749px) {
    .pt90 {
      padding-top: 45px !important; } }

.pt100 {
  display: block;
  padding-top: 100px !important; }
  @media screen and (max-width: 749px) {
    .pt100 {
      padding-top: 50px !important; } }

.pt110 {
  display: block;
  padding-top: 110px !important; }
  @media screen and (max-width: 749px) {
    .pt110 {
      padding-top: 55px !important; } }

.pt120 {
  display: block;
  padding-top: 120px !important; }
  @media screen and (max-width: 749px) {
    .pt120 {
      padding-top: 60px !important; } }

.pt130 {
  display: block;
  padding-top: 130px !important; }
  @media screen and (max-width: 749px) {
    .pt130 {
      padding-top: 65px !important; } }

.pt140 {
  display: block;
  padding-top: 140px !important; }
  @media screen and (max-width: 749px) {
    .pt140 {
      padding-top: 70px !important; } }

.pt150 {
  display: block;
  padding-top: 150px !important; }
  @media screen and (max-width: 749px) {
    .pt150 {
      padding-top: 75px !important; } }

.pt160 {
  display: block;
  padding-top: 160px !important; }
  @media screen and (max-width: 749px) {
    .pt160 {
      padding-top: 80px !important; } }

.pt200 {
  display: block;
  padding-top: 200px !important; }
  @media screen and (max-width: 749px) {
    .pt200 {
      padding-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt0 {
    padding-top: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt5 {
    padding-top: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt10 {
    padding-top: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt15 {
    padding-top: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt20 {
    padding-top: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt25 {
    padding-top: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt30 {
    padding-top: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt40 {
    padding-top: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt50 {
    padding-top: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt60 {
    padding-top: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt70 {
    padding-top: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt80 {
    padding-top: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt90 {
    padding-top: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt100 {
    padding-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt110 {
    padding-top: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt120 {
    padding-top: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt130 {
    padding-top: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt140 {
    padding-top: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt150 {
    padding-top: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt160 {
    padding-top: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt200 {
    padding-top: 200px !important; } }

.pb0 {
  display: block;
  padding-bottom: 0px !important; }
  @media screen and (max-width: 749px) {
    .pb0 {
      padding-bottom: 0px !important; } }

.pb5 {
  display: block;
  padding-bottom: 5px !important; }
  @media screen and (max-width: 749px) {
    .pb5 {
      padding-bottom: 2.5px !important; } }

.pb10 {
  display: block;
  padding-bottom: 10px !important; }
  @media screen and (max-width: 749px) {
    .pb10 {
      padding-bottom: 5px !important; } }

.pb15 {
  display: block;
  padding-bottom: 15px !important; }
  @media screen and (max-width: 749px) {
    .pb15 {
      padding-bottom: 7.5px !important; } }

.pb20 {
  display: block;
  padding-bottom: 20px !important; }
  @media screen and (max-width: 749px) {
    .pb20 {
      padding-bottom: 10px !important; } }

.pb25 {
  display: block;
  padding-bottom: 25px !important; }
  @media screen and (max-width: 749px) {
    .pb25 {
      padding-bottom: 12.5px !important; } }

.pb30 {
  display: block;
  padding-bottom: 30px !important; }
  @media screen and (max-width: 749px) {
    .pb30 {
      padding-bottom: 15px !important; } }

.pb40 {
  display: block;
  padding-bottom: 40px !important; }
  @media screen and (max-width: 749px) {
    .pb40 {
      padding-bottom: 20px !important; } }

.pb50 {
  display: block;
  padding-bottom: 50px !important; }
  @media screen and (max-width: 749px) {
    .pb50 {
      padding-bottom: 25px !important; } }

.pb60 {
  display: block;
  padding-bottom: 60px !important; }
  @media screen and (max-width: 749px) {
    .pb60 {
      padding-bottom: 30px !important; } }

.pb70 {
  display: block;
  padding-bottom: 70px !important; }
  @media screen and (max-width: 749px) {
    .pb70 {
      padding-bottom: 35px !important; } }

.pb80 {
  display: block;
  padding-bottom: 80px !important; }
  @media screen and (max-width: 749px) {
    .pb80 {
      padding-bottom: 40px !important; } }

.pb90 {
  display: block;
  padding-bottom: 90px !important; }
  @media screen and (max-width: 749px) {
    .pb90 {
      padding-bottom: 45px !important; } }

.pb100 {
  display: block;
  padding-bottom: 100px !important; }
  @media screen and (max-width: 749px) {
    .pb100 {
      padding-bottom: 50px !important; } }

.pb110 {
  display: block;
  padding-bottom: 110px !important; }
  @media screen and (max-width: 749px) {
    .pb110 {
      padding-bottom: 55px !important; } }

.pb120 {
  display: block;
  padding-bottom: 120px !important; }
  @media screen and (max-width: 749px) {
    .pb120 {
      padding-bottom: 60px !important; } }

.pb130 {
  display: block;
  padding-bottom: 130px !important; }
  @media screen and (max-width: 749px) {
    .pb130 {
      padding-bottom: 65px !important; } }

.pb140 {
  display: block;
  padding-bottom: 140px !important; }
  @media screen and (max-width: 749px) {
    .pb140 {
      padding-bottom: 70px !important; } }

.pb150 {
  display: block;
  padding-bottom: 150px !important; }
  @media screen and (max-width: 749px) {
    .pb150 {
      padding-bottom: 75px !important; } }

.pb160 {
  display: block;
  padding-bottom: 160px !important; }
  @media screen and (max-width: 749px) {
    .pb160 {
      padding-bottom: 80px !important; } }

.pb200 {
  display: block;
  padding-bottom: 200px !important; }
  @media screen and (max-width: 749px) {
    .pb200 {
      padding-bottom: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb5 {
    padding-bottom: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb10 {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb15 {
    padding-bottom: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb20 {
    padding-bottom: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb25 {
    padding-bottom: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb30 {
    padding-bottom: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb40 {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb50 {
    padding-bottom: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb60 {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb70 {
    padding-bottom: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb80 {
    padding-bottom: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb90 {
    padding-bottom: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb100 {
    padding-bottom: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb110 {
    padding-bottom: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb120 {
    padding-bottom: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb130 {
    padding-bottom: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb140 {
    padding-bottom: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb150 {
    padding-bottom: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb160 {
    padding-bottom: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb200 {
    padding-bottom: 200px !important; } }

.p0 {
  padding: 0px !important; }
  @media screen and (max-width: 749px) {
    .p0 {
      padding: 0px !important; } }

.p5 {
  padding: 5px !important; }
  @media screen and (max-width: 749px) {
    .p5 {
      padding: 2.5px !important; } }

.p10 {
  padding: 10px !important; }
  @media screen and (max-width: 749px) {
    .p10 {
      padding: 5px !important; } }

.p15 {
  padding: 15px !important; }
  @media screen and (max-width: 749px) {
    .p15 {
      padding: 7.5px !important; } }

.p20 {
  padding: 20px !important; }
  @media screen and (max-width: 749px) {
    .p20 {
      padding: 10px !important; } }

.p25 {
  padding: 25px !important; }
  @media screen and (max-width: 749px) {
    .p25 {
      padding: 12.5px !important; } }

.p30 {
  padding: 30px !important; }
  @media screen and (max-width: 749px) {
    .p30 {
      padding: 15px !important; } }

.p40 {
  padding: 40px !important; }
  @media screen and (max-width: 749px) {
    .p40 {
      padding: 20px !important; } }

.p50 {
  padding: 50px !important; }
  @media screen and (max-width: 749px) {
    .p50 {
      padding: 25px !important; } }

.p60 {
  padding: 60px !important; }
  @media screen and (max-width: 749px) {
    .p60 {
      padding: 30px !important; } }

.p70 {
  padding: 70px !important; }
  @media screen and (max-width: 749px) {
    .p70 {
      padding: 35px !important; } }

.p80 {
  padding: 80px !important; }
  @media screen and (max-width: 749px) {
    .p80 {
      padding: 40px !important; } }

.p90 {
  padding: 90px !important; }
  @media screen and (max-width: 749px) {
    .p90 {
      padding: 45px !important; } }

.p100 {
  padding: 100px !important; }
  @media screen and (max-width: 749px) {
    .p100 {
      padding: 50px !important; } }

.p110 {
  padding: 110px !important; }
  @media screen and (max-width: 749px) {
    .p110 {
      padding: 55px !important; } }

.p120 {
  padding: 120px !important; }
  @media screen and (max-width: 749px) {
    .p120 {
      padding: 60px !important; } }

.p130 {
  padding: 130px !important; }
  @media screen and (max-width: 749px) {
    .p130 {
      padding: 65px !important; } }

.p140 {
  padding: 140px !important; }
  @media screen and (max-width: 749px) {
    .p140 {
      padding: 70px !important; } }

.p150 {
  padding: 150px !important; }
  @media screen and (max-width: 749px) {
    .p150 {
      padding: 75px !important; } }

.p160 {
  padding: 160px !important; }
  @media screen and (max-width: 749px) {
    .p160 {
      padding: 80px !important; } }

.p200 {
  padding: 200px !important; }
  @media screen and (max-width: 749px) {
    .p200 {
      padding: 100px !important; } }

.fs24 {
  font-size: 2.4rem !important; }

.fs20 {
  font-size: 2.0rem !important; }

.fs18 {
  font-size: 1.8rem !important; }

.fs14 {
  font-size: 1.4rem !important; }

@media screen and (max-width: 749px) {
  .sp-fs15 {
    font-size: 1.5rem !important; } }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.lh-50 {
  line-height: 1.5; }

.flex {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 749px) {
    .flex {
      flex-wrap: wrap;
      justify-content: center; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10 > * {
      margin-right: 10px; }
      .flex.f-mg10 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg10 > * {
      width: 100%;
      margin-bottom: calc(10px / 2); }
      .flex.f-mg10 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10.col2 > * {
      width: calc((100% - 10px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg10.col3 > * {
      width: calc((100% - (2*10px)) / 3); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg30 > * {
      margin-right: 30px; }
      .flex.f-mg30 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg30 > * {
      width: 100%;
      margin-bottom: calc(30px / 2); }
      .flex.f-mg30 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg30.col2 > * {
      width: calc((100% - 30px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg30.col3 > * {
      width: calc((100% - (2*30px)) / 3); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg40 > * {
      margin-right: 40px; }
      .flex.f-mg40 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg40 > * {
      width: 100%;
      margin-bottom: calc(40px / 2); }
      .flex.f-mg40 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg40.col2 > * {
      width: calc((100% - 40px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg40.col3 > * {
      width: calc((100% - (2*40px)) / 3); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg60 > * {
      margin-right: 60px; }
      .flex.f-mg60 > *:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 749px) {
    .flex.f-mg60 > * {
      width: 100%;
      margin-bottom: calc(60px / 2); }
      .flex.f-mg60 > *:last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 750px) {
    .flex.f-mg60.col2 > * {
      width: calc((100% - 60px) / 2); } }
  @media screen and (min-width: 750px) {
    .flex.f-mg60.col3 > * {
      width: calc((100% - (2*60px)) / 3); } }

.modal {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%; }
  .modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .modal_dialog {
    border: 1px solid #FFF;
    width: 100%;
    max-width: 800px;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    padding: 55px 50px; }
    @media screen and (max-width: 749px) {
      .modal_dialog {
        padding: 25px 20px;
        width: 90%; } }
    .modal_dialog_title {
      font-size: 2.0rem; }
    .modal_dialog_close {
      width: 200px;
      height: 50px;
      border: 1px solid #FFF;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto; }
    .modal_dialog_cont {
      font-size: 1.4rem;
      line-height: 2; }
      .modal_dialog_contWrap {
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden; }
      @media screen and (min-width: 750px) {
        .modal_dialog_cont {
          padding: 0 25px; } }
      @media screen and (max-width: 749px) {
        .modal_dialog_cont {
          padding: 15px; } }

.fadein {
  opacity: 0;
  z-index: 1; }

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  visibility: visible !important; }

@keyframes fadeInUp {
  from {
    transform: translateY(55px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.fadeInUp2 {
  animation-name: fadeInUp2;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  visibility: visible !important; }

@keyframes fadeInUp2 {
  from {
    margin-top: 30px;
    opacity: 0; }
  to {
    margin-top: 0px;
    opacity: 1; } }

.follow {
  background: #1E2432;
  width: 140px;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  padding: 37px 26px; }
  @media screen and (max-width: 749px) {
    .follow {
      display: none !important; } }
  .follow_list {
    color: #FFF;
    white-space: nowrap;
    margin: 5px 0;
    display: block; }
  .follow::after, .follow::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 0; }
  .follow::before {
    border-width: 83px 0 0 140px;
    border-color: transparent transparent transparent #1E2432;
    top: -82px; }
  .follow::after {
    border-width: 83px 140px 0 0;
    border-color: #1E2432 transparent transparent transparent;
    bottom: -82px; }
  .follow2 {
    width: 42px;
    position: fixed;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100; }
    @media screen and (max-width: 749px) {
      .follow2 {
        display: none !important; } }

.fv {
  height: 850px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 749px) {
    .fv {
      height: 450px; } }
  .fv_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .fv_image img {
      object-position: top center;
      font-family: 'object-fit: cover; object-position: top center;'; }
  .fvHeader {
    display: flex;
    align-items: center;
    padding: 29px 27px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media screen and (max-width: 749px) {
      .fvHeader {
        padding: 10px;
        align-items: flex-start; } }
  .fv_asahi {
    margin-right: auto; }
  .fv_cont {
    margin-left: auto; }
  .fv_credit {
    font-size: 1.2rem;
    color: #FFF; }
    @media screen and (max-width: 749px) {
      .fv_credit {
        text-align: right; } }
  .fv_sns {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; }
    .fv_sns_icon-fb {
      width: 10px; }
      @media screen and (max-width: 749px) {
        .fv_sns_icon-fb {
          width: 7px; } }
    .fv_sns_icon-tw {
      width: 18px;
      margin-left: 25px; }
      @media screen and (max-width: 749px) {
        .fv_sns_icon-tw {
          width: 14px;
          margin-left: 20px; } }
    .fv_sns_icon-ig {
      width: 18px;
      margin-left: 25px; }
      @media screen and (max-width: 749px) {
        .fv_sns_icon-ig {
          width: 14px;
          margin-left: 20px; } }
  .fvInner {
    height: 147px; }
    @media screen and (max-width: 749px) {
      .fvInner {
        height: 100%;
        display: flex;
        align-items: center; } }
  .fv_title {
    font-size: 3.6rem;
    line-height: 1;
    letter-spacing: 0.65em;
    color: #FFF;
    text-align: center; }
    @media screen and (max-width: 749px) {
      .fv_title {
        font-size: 1.6rem;
        line-height: 1.25; } }
  .fv_logo {
    width: 148px;
    margin: 33px auto;
    display: block; }
    @media screen and (max-width: 749px) {
      .fv_logo {
        width: 60px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%); } }

.intro {
  padding: 150px 0 230px; }
  @media screen and (max-width: 749px) {
    .intro {
      padding: 75px 0 80px; } }
  .intro_title {
    font-size: 3.0rem;
    text-align: center; }
    @media screen and (max-width: 749px) {
      .intro_title {
        font-size: 1.8rem; } }

@media screen and (min-width: 750px) {
  .history {
    padding-bottom: 500px; } }

@media screen and (max-width: 749px) {
  .history {
    padding-bottom: 0; } }

.history-1960 {
  background: url("../img/history_bg_01.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 749px) {
    .history-1960 {
      background-position: top center; } }

.history-1960-70 {
  background: url("../img/history_bg_02.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 749px) {
    .history-1960-70 {
      background-position: top center; } }

.history-1980 {
  background: url("../img/history_bg_03.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 749px) {
    .history-1980 {
      background-position: top center; } }

.history-1990 {
  background: url("../img/history_bg_04.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 749px) {
    .history-1990 {
      background-position: top center; } }

.history-2000 {
  background: url("../img/history_bg_05.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 749px) {
    .history-2000 {
      background-position: top center; } }

.history-2020 {
  display: flex;
  align-items: center; }
  @media screen and (min-width: 750px) {
    .history-2020 {
      background: url("../img/history_bg_06.jpg");
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 1186px;
      padding-bottom: 0; } }
  @media screen and (min-width: 750px) and (max-width: 749px) {
    .history-2020 {
      background-position: top center; } }

.history_year {
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (max-width: 749px) {
    .history_year {
      top: -32px; } }
  .history_year-1960, .history_year-1980, .history_year-1990 {
    width: 337px; }
    @media screen and (max-width: 749px) {
      .history_year-1960, .history_year-1980, .history_year-1990 {
        width: 165px; } }
  .history_year-2000 {
    width: 368px; }
    @media screen and (max-width: 749px) {
      .history_year-2000 {
        width: 185px; } }
  .history_year-2020 {
    width: 370px; }
    @media screen and (max-width: 749px) {
      .history_year-2020 {
        width: 185px; } }
  .history_year-1960-70 {
    width: 794px; }
    @media screen and (max-width: 749px) {
      .history_year-1960-70 {
        width: 95%; } }

.history_flex {
  width: 100%; }
  @media screen and (min-width: 750px) {
    .history_flex {
      display: flex; } }
  @media screen and (min-width: 750px) {
    .history_flex_cont {
      width: 50%; } }
  @media screen and (min-width: 750px) {
    .history_flex_cont-l {
      background: rgba(227, 224, 224, 0.6); }
      .history_flex_cont-l .history_flex_contInner {
        margin-left: auto;
        margin-right: 37px; } }
  @media screen and (max-width: 749px) {
    .history_flex_cont-l {
      background: linear-gradient(180deg, rgba(227, 224, 224, 0.6) 0%, rgba(227, 224, 224, 0.6) 80%, transparent 80%, transparent 100%); } }
  .history_flex_cont-r {
    color: #FFF; }
    .history_flex_cont-r::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(30, 36, 50, 0.5);
      mix-blend-mode: multiply;
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0; }
    @media screen and (max-width: 749px) {
      .history_flex_cont-r::after {
        height: 80%; } }
    @media screen and (min-width: 750px) {
      .history_flex_cont-r .history_flex_contInner {
        margin-right: auto;
        margin-left: 37px; }
      .history_flex_cont-r .history_image {
        margin-left: auto; } }
  .history_flex_contInner {
    max-width: calc(463px);
    padding: 60px 0 132px; }
    @media screen and (max-width: 749px) {
      .history_flex_contInner {
        width: 100%;
        padding: 45px 10px 100px; } }

.history_box_cont {
  background: rgba(227, 224, 224, 0.6); }
  @media screen and (min-width: 750px) {
    .history_box_cont {
      height: 620px; } }
  @media screen and (max-width: 749px) {
    .history_box_cont {
      padding: 0 10px;
      background: linear-gradient(180deg, rgba(227, 224, 224, 0.6) 0%, rgba(227, 224, 224, 0.6) 80%, transparent 80%, transparent 100%); } }
  .history_box_contInner {
    max-width: 1000px;
    margin: auto;
    padding: 60px 0 0; }
    @media screen and (max-width: 749px) {
      .history_box_contInner {
        padding: 45px 10px 100px; } }

.history_last {
  display: flex;
  width: 1000px;
  margin: auto;
  align-items: center; }
  @media screen and (max-width: 749px) {
    .history_last {
      flex-wrap: wrap; } }
  .history_last > * {
    text-align: justify; }
    @media screen and (min-width: 750px) {
      .history_last > * {
        max-width: 307px; } }
  @media screen and (min-width: 750px) {
    .history_last > *:first-child {
      margin-right: auto; } }
  @media screen and (max-width: 749px) {
    .history_last > *:first-child {
      width: 100%;
      height: 420px;
      background: url("../img/history_bg_06_sp.jpg");
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 30px; } }
  @media screen and (max-width: 749px) and (max-width: 749px) {
    .history_last > *:first-child {
      background-position: top center; } }
  @media screen and (min-width: 750px) {
    .history_last > *:last-child {
      margin-left: auto; } }
  @media screen and (max-width: 749px) {
    .history_last > *:last-child {
      padding: 25px 10px; } }

.history_title {
  font-size: 3.0rem;
  line-height: 1.46;
  font-weight: 500; }
  @media screen and (max-width: 749px) {
    .history_title {
      font-size: 2.0rem; } }

.history_image {
  width: 312px;
  margin-top: 50px; }
  @media screen and (min-width: 750px) {
    .history_image {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 80%); } }
  @media screen and (max-width: 749px) {
    .history_image {
      margin: auto;
      width: 55%;
      margin-top: 20px; } }
  .history_image.wide {
    width: 623px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 749px) {
      .history_image.wide {
        width: 80%; } }

.outro {
  background: linear-gradient(90deg, #1E2432 0%, #1E2432 50%, #EBEBEB 50%, #EBEBEB 100%);
  overflow: hidden; }
  .outro_caption {
    padding: 150px 0;
    font-size: 3.6rem;
    font-weight: 500;
    text-align: center; }
    @media screen and (max-width: 749px) {
      .outro_caption {
        font-size: 1.8rem;
        padding: 65px 0; } }
  @media screen and (min-width: 750px) {
    .outro {
      height: 470px; } }
  @media screen and (max-width: 749px) {
    .outro {
      background: linear-gradient(180deg, #1E2432 0%, #1E2432 50%, #EBEBEB 50%, #EBEBEB 100%); } }
  .outro::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    background: linear-gradient(90deg, #1E2432 0%, #1E2432 50%, #EBEBEB 50%, #EBEBEB 100%);
    transform: skew(-28deg) translateX(-50%);
    height: 470px;
    width: 250px; }
    @media screen and (max-width: 749px) {
      .outro::before {
        height: auto;
        left: 0;
        top: 0;
        width: 100%;
        transform: skew(0deg, -18deg);
        background: linear-gradient(180deg, #1E2432 0%, #1E2432 50%, #EBEBEB 50%, #EBEBEB 100%); } }
  .outroInner {
    max-width: 1400px;
    margin: auto;
    height: 100%; }
    @media screen and (min-width: 750px) {
      .outroInner {
        display: flex;
        justify-content: center;
        align-items: center; } }
  .outro_cont {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 750px) {
      .outro_cont {
        width: 50%; } }
    @media screen and (max-width: 749px) {
      .outro_cont {
        padding: 50px 30px; } }
    .outro_contInner {
      font-family: a-otf-ryumin-pr6n, serif;
      font-weight: 300;
      font-style: normal; }
      @media screen and (max-width: 749px) {
        .outro_contInner {
          font-size: 1.2rem; } }
  .outro_logo {
    width: 176px;
    margin: auto;
    display: block; }
    @media screen and (max-width: 749px) {
      .outro_logo {
        width: 90px; } }
  .outro_btn {
    height: 34px;
    width: 288px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1; }
    @media screen and (max-width: 749px) {
      .outro_btn {
        height: 22px;
        width: 150px;
        font-size: 1.0rem;
        margin: auto; } }
    .outro_btn::before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4.5px 0 4.5px 8px;
      border-color: transparent transparent transparent #EBEBEB;
      margin-right: 9px; }
    .outro_btn-silver {
      background: #EBEBEB;
      color: #1E2432; }
      .outro_btn-silver::before {
        border-color: transparent transparent transparent #1E2432; }
    .outro_btn-indigo {
      color: #EBEBEB;
      background: #1E2432; }

.footerInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1150px;
  padding: 220px 0 30px; }
  @media screen and (max-width: 749px) {
    .footerInner {
      padding: 70px 10px; } }

.footer_credit {
  font-size: 1.5rem;
  line-height: 2.66; }

.footer_copy {
  margin-top: 163px;
  font-size: 1.0rem;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 749px) {
    .footer_copy {
      margin-top: 70px; } }

.footer_scroll {
  margin-top: 168px;
  width: 52px; }
  @media screen and (max-width: 749px) {
    .footer_scroll {
      margin-top: 70px;
      width: 30px; } }
