@charset "UTF-8";
@media screen and (min-width: 750px) {
  .sp {
    display: none !important; } }

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

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600; }

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

.central {
  display: flex;
  align-items: center;
  justify-content: center; }

* {
  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;
  background-image: url(../img/background.jpg);
  background-size: 100%; }

.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; }

.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; }
  @media screen and (max-width: 749px) {
    figcaption,
    small {
      font-size: 1.0rem; } }

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; }

.w30 {
  width: 35% !important; }
  @media screen and (max-width: 749px) {
    .w30 {
      width: 60% !important; } }

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: #000 !important; }

.bg_silver {
  background: #EFEFEF !important; }

.bg_green {
  background: #3fcaa4 !important; }

.bg_glass {
  background: #97C97D !important; }

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

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

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

.bdr_green {
  border: 1px solid #3fcaa4 !important; }

.bdr_glass {
  border: 1px solid #97C97D !important; }

.text_white {
  color: #FFF; }

.text_black {
  color: #000; }

.text_silver {
  color: #EFEFEF; }

.text_green {
  color: #3fcaa4; }

.text_glass {
  color: #97C97D; }

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

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

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

.hr_green {
  border-top: 1px solid #3fcaa4; }

.hr_glass {
  border-top: 1px solid #97C97D; }

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

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

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

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

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

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

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

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

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

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

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

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

.sep_br {
  transform: skewY(-10deg); }
  .sep_br_bold {
    max-width: 1200px;
    width: 100%;
    border: 3px solid #dfe2fb;
    transform: translateX(-50%);
    left: 50%; }
  .sep_br_lig {
    max-width: 1200px;
    width: 100%;
    border: 1px solid #dfe2fb;
    transform: translateX(-50%);
    left: 50%; }

.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; } }

.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); } }

.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; } }

.share {
  display: flex;
  align-items: center;
  width: 130px;
  height: 37px;
  position: absolute;
  left: 165px;
  top: 20px;
  padding-bottom: 15px; }
  @media screen and (max-width: 749px) {
    .share {
      width: auto;
      left: 100px;
      top: 17px; } }
  .share_text {
    font-size: 1.2rem;
    color: #000; }
  .share_link {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s;
    width: 30px; }
    @media screen and (max-width: 749px) {
      .share_link {
        width: 25px; } }
    .share_link:hover {
      opacity: 0.5; }
    .share_link-fb {
      width: 9px;
      margin-left: 17px; }
      @media screen and (max-width: 749px) {
        .share_link-fb {
          margin-left: 10px; } }
    .share_link-tw {
      width: 20px;
      margin-left: 10px; }
  .share-top {
    top: 0;
    padding: 15px 0 0; }
    .share-top::after {
      top: 0;
      bottom: auto; }

.movie {
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 75%;
  box-shadow: 10px 10px #3fcaa4; }
  .movieFrame {
    position: relative;
    max-width: 1200px;
    width: 100%;
    padding-top: 51.25%; }
    .movieFrame::after {
      content: "";
      display: inline-block;
      background: url(../img/movie-back.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 120%;
      height: 100%;
      z-index: 1;
      position: absolute;
      left: 50%;
      top: -1%;
      transform: translateX(-50%); }
      @media screen and (max-width: 749px) {
        .movieFrame::after {
          height: 265px;
          top: 17%;
          width: 100vw; } }
  .movieFrameM {
    position: relative;
    max-width: 1200px;
    width: 100%;
    padding-top: 57.25%; }
  @media screen and (max-width: 749px) {
    .movie {
      width: 90%;
      height: 90%; } }

.movieM {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 749px) {
    .movieM {
      width: 90%;
      height: 90%; } }

.header {
  position: absolute;
  display: flex;
  width: 100%;
  padding: 20px 40px;
  z-index: 1; }
  @media screen and (max-width: 749px) {
    .header {
      padding: 20px 20px; } }
  .header_asahi {
    width: 90px;
    display: block; }
    @media screen and (max-width: 749px) {
      .header_asahi {
        width: 60px; } }
  .header_credit {
    margin-left: auto;
    font-size: 1.2rem;
    text-align: right; }
    @media screen and (max-width: 749px) {
      .header_credit {
        font-size: 1.0rem; } }

.mvInner {
  position: relative; }

.mv_h1 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (max-width: 749px) {
    .mv_h1 {
      width: 100%; } }
  .mv_h1 img {
    width: 36vw; }
    @media screen and (max-width: 749px) {
      .mv_h1 img {
        width: 80%;
        margin: auto;
        display: block; } }

.cont {
  overflow: hidden; }

.slider-list {
  display: flex;
  width: 500%;
  height: 100%; }

.slider-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold; }

.slider-item1 {
  width: 100%; }
  .slider-item1 img {
    width: 260px; }

.slider-item2 img {
  width: 260px; }

.slider-item3 img {
  width: 260px; }

.slider-item4 img {
  width: 260px; }

.slider-item5 img {
  width: 260px; }

.prev-next-box {
  margin-bottom: 140px;
  margin-top: -150px; }
  .prev-next-box .prev {
    float: left; }
  .prev-next-box .next {
    float: right; }

.prev-next-box p {
  color: #fff;
  padding: 2px 10px;
  box-sizing: border-box;
  display: block; }
  .prev-next-box p img {
    width: 50px;
    height: 50px; }

.prev-next-box p:hover {
  cursor: pointer; }

.tap {
  width: 90%;
  margin: auto;
  display: block;
  margin-bottom: 100px; }

@media screen and (max-width: 749px) {
  .intro {
    width: 80%;
    margin: auto; } }

.intro_head img {
  width: 477px;
  display: block;
  margin: auto; }
  @media screen and (max-width: 749px) {
    .intro_head img {
      width: 100%; } }

.intro_text {
  text-align: center;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Hiragino Sans";
  margin-top: 20px; }
  @media screen and (max-width: 749px) {
    .intro_text {
      line-height: 1.5;
      font-size: 1.4rem; } }

.main {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 100px; }
  @media screen and (max-width: 749px) {
    .main {
      padding: 0 10px; } }
  .main_inner {
    margin: 10px auto 0;
    padding-bottom: 100px; }
    .main_inner::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #d2faf5;
      transform: skewY(-10deg);
      z-index: -1; }
    @media screen and (max-width: 749px) {
      .main_inner {
        padding: 0 10px 100px; } }
  .mainMovie_head img {
    width: 545px;
    display: block;
    margin: 0 auto;
    padding-left: 30px; }
    @media screen and (max-width: 749px) {
      .mainMovie_head img {
        width: 100%; } }
  .mainMovie_intro {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    font-family: "Hiragino Sans";
    margin-top: 30px; }
    @media screen and (max-width: 749px) {
      .mainMovie_intro {
        line-height: 1.5;
        font-size: 1.8rem; } }
  .mainMovie_text {
    font-weight: 700;
    font-size: 1.6rem;
    font-family: "Hiragino Sans";
    text-align: center;
    margin-top: 7px; }
    @media screen and (max-width: 749px) {
      .mainMovie_text {
        line-height: 1.5;
        font-size: 1.4rem; } }

.outro {
  max-width: 1000px;
  width: 100%;
  margin: 10px auto 0;
  padding: 0 50px; }
  @media screen and (max-width: 749px) {
    .outro {
      padding: 0 10px; } }
  .outroInner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dfe2fb;
    transform: skewY(-10deg);
    z-index: -1; }
  .outroDetail {
    padding: 80px 0; }
    .outroDetail_white {
      height: 50px;
      background-color: #FFF; }
      @media screen and (max-width: 749px) {
        .outroDetail_white {
          height: 100px; } }
    .outroDetail_head::after {
      content: '';
      display: inline-block;
      background-image: url(../img/bird-l.png);
      background-size: contain;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 18%;
      top: 0; }
      @media screen and (max-width: 749px) {
        .outroDetail_head::after {
          left: 5%;
          top: -45px; } }
    .outroDetail_head::before {
      content: '';
      display: inline-block;
      background-image: url(../img/bird-r.png);
      background-size: contain;
      width: 30px;
      height: 30px;
      position: absolute;
      right: 18%;
      top: 0; }
      @media screen and (max-width: 749px) {
        .outroDetail_head::before {
          right: 5%;
          top: -45px; } }
    .outroDetail_head img {
      width: 50%;
      display: block;
      margin: -40px auto 0; }
      @media screen and (max-width: 749px) {
        .outroDetail_head img {
          width: 95%; } }
    .outroDetail_text {
      text-align: center;
      margin-top: 50px;
      font-weight: 700;
      font-size: 1.6rem;
      font-family: "Hiragino Sans"; }
      @media screen and (max-width: 749px) {
        .outroDetail_text {
          padding: 0 10px;
          line-height: 1.5;
          font-size: 1.4rem; } }

.pr {
  margin-bottom: -3px; }
  @media screen and (max-width: 749px) {
    .pr {
      margin-top: 150px; } }
  .pr_logo {
    transform: translateY(200%);
    display: block;
    z-index: 11; }
    @media screen and (max-width: 749px) {
      .pr_logo {
        transform: translateY(-50px); } }
    .pr_logo img {
      max-width: 240px;
      width: 20vw;
      display: block;
      margin: auto; }
      @media screen and (max-width: 749px) {
        .pr_logo img {
          width: 250px; } }

.shop .list ul li .wrap {
  display: none; }

.modal-shop {
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }

.shop .list .bx-wrapper {
  position: relative;
  margin: 0 auto !important; }

.shop .list .bx-wrapper .bx-viewport {
  overflow: visible !important; }

.shop .list .bx-wrapper .bx-prev,
.shop .list .bx-wrapper .bx-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 0;
  height: 54px;
  margin-top: -57px;
  padding-left: 33px;
  text-indent: -80px; }

.shop .list .bx-wrapper .bx-prev {
  left: -60px;
  background: url(../img/common/btn-prev.png) 50% 50% no-repeat;
  background-size: 23px; }

.shop .list .bx-wrapper .bx-next {
  right: -60px;
  background: url(../img/common/btn-next.png) 50% 50% no-repeat;
  background-size: 23px; }

.shop .list .bx-wrapper .bx-pager {
  margin: 20px -40px 0;
  text-align: center; }

.shop .list .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 8px; }

.shop .list .bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  overflow: hidden;
  width: 12px;
  height: 0;
  padding-top: 12px;
  text-decoration: -30px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-text-decoration: -30px; }

.shop .list .bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: #000; }

.modal-shop {
  width: 80%; }

/*
    Colorbox Style:
*/
.cboxElement {
  outline: none; }

#cboxOverlay {
  background: #6a6a6a; }

#cboxWrapper {
  max-width: 100%;
  padding: 55px 0; }

#colorbox {
  outline: 0;
  background-image: url(../img/modal-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 640px;
  background-position: center;
  height: 645px !important; }
  @media screen and (max-width: 749px) {
    #colorbox {
      background-size: 100% 518px;
      height: 547px !important; } }

#cboxContent {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  background: transparent; }

#cboxLoadingGraphic {
  display: none !important; }

#cboxLoadedContent {
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */ }

#cboxLoadedContent::-webkit-scrollbar {
  display: none !important; }

#cboxLoadingOverlay {
  background: transparent; }

/*
#cboxContent {
	margin: 0 54px 46px !important;
}
#cboxTitle{
	top:auto;
	bottom:-46px;
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.2;
	height: 40px;
	text-shadow: 0 0 4px rgba(0,0,0,1);
	font-weight: bold;
	@include max-screen($breakpoint-s){
	font-size: 11px;
	}
}*/
.cboxPhoto {
  max-width: 100%;
  height: auto !important; }

#cboxCurrent,
#cboxClose {
  display: none !important; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-indent: -9999px;
  border: 0;
  background: transparent none; }

#cboxPrevious:hover,
#cboxNext:hover,
#cboxSlideshow:hover,
#cboxClose:hover {
  opacity: .7; }

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active,
#cboxPrevious:focus,
#cboxNext:focus,
#cboxSlideshow:focus,
#cboxClose:focus {
  outline: 0; }

#cboxPrevious,
#cboxNext {
  position: absolute;
  display: block;
  width: 40px;
  height: 100%; }

#cboxPrevious:hover,
#cboxNext:hover {
  background-position: 50% 50%; }

#cboxPrevious {
  left: 3px;
  position: fixed;
  background: url(../img/btn-prev-red.png) 50% 50% no-repeat;
  background-size: 23px; }

#cboxNext {
  right: 3px;
  position: fixed;
  background: url(../img/btn-next-red.png) 50% 50% no-repeat;
  background-size: 23px; }

#cboxClose {
  top: auto;
  right: 31px;
  bottom: 76px;
  display: block !important;
  width: 145px;
  height: 49px;
  cursor: pointer;
  background: url(../img/close.jpg) 0 0 no-repeat;
  background-size: 110px; }
  @media screen and (max-width: 749px) {
    #cboxClose {
      left: 50%;
      transform: translateX(-50%);
      bottom: 24px;
      height: 65px;
      width: 110px; } }

#cboxClose:hover {
  background-position: 0 0; }

.wrap {
  width: 100%; }
  .wrap h2 {
    height: 30px; }
    .wrap h2 img {
      width: 136px; }
  .wrap .br {
    border: 2px solid #3fcaa4;
    margin: 10px 0; }
  .wrap .m-img {
    width: 100%; }
  @media screen and (max-width: 749px) {
    .wrap .m-footer {
      margin-bottom: 100px; } }
  .wrap .m-footer p {
    width: 70%;
    line-height: 1.3;
    height: 140px; }
    @media screen and (max-width: 749px) {
      .wrap .m-footer p {
        width: 100%;
        height: 103px; } }
  .wrap .m-footer a img {
    width: 143px; }

.shop, .inner, .list, ul {
  width: 100%;
  height: 100%; }

.shop {
  position: absolute;
  top: 0; }

.item01 {
  position: absolute;
  transform: translateX(-50%);
  top: 22.2%;
  left: 20%; }
  .item01 a img {
    width: 15vw; }

.item01 {
  position: absolute;
  transform: translateX(-50%);
  top: 22.2%;
  left: 20%; }
  .item01 a img {
    width: 15vw; }

.item02 {
  position: absolute;
  transform: translateX(-50%);
  top: 18%;
  right: -0.7%; }
  .item02 a img {
    width: 19vw; }

.item03 {
  position: absolute;
  transform: translateX(-50%);
  top: 49.7%;
  right: 1.5%; }
  .item03 a img {
    width: 18vw; }

.item04 {
  position: absolute;
  transform: translateX(-50%);
  top: 50.3%;
  left: 17%; }
  .item04 a img {
    width: 26vw; }

.item05 {
  position: absolute;
  transform: translateX(-50%);
  top: 50.7%;
  left: 14.5%; }
  .item05 a img {
    width: 12vw; }

.footer {
  background: #3fcaa4;
  color: #FFF;
  padding: 35px 0; }
  .footer_scroller {
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    transform: rotate(45deg); }
  .footer_logo {
    width: 117px;
    display: block;
    margin: 50px auto 0; }
  .footer_copy {
    margin: 30px 0 70px;
    font-size: 1.2rem;
    text-align: center; }
    @media screen and (max-width: 749px) {
      .footer_copy {
        font-size: 1.0rem; } }
