@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*メディアクエリー
---------------------------------------------*/
/*カラー
---------------------------------------------*/
/* font
---------------------------------------------*/
.yugothic_b {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 27px;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .yugothic_b {
    font-size: 50px;
  }
}

/* common
---------------------------------------------*/
body {
  overflow: hidden;
  width: 100%;
  font-feature-settings: "palt";
  color: #000;
  letter-spacing: 0.13em;
  line-height: 1.6;
  font-size: 12px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 21px;
  }
}

.wrapper {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inner {
    max-width: 900px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

.inner_min {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inner_min {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .inner_min {
    width: 80%;
  }
}

.border {
  border: 1px solid #000;
}

.w78 {
  width: 78%;
  margin-left: auto;
}

.w81 {
  width: 81%;
  margin: 0 auto;
}

.w83 {
  width: 83%;
  margin-right: auto;
}

.w88 {
  width: 88%;
  margin: 0 auto;
  z-index: -99;
}
@media screen and (min-width: 769px) {
  .w88 {
    width: 58%;
  }
}

.mt45 {
  margin-top: 45px;
}

.mt66 {
  margin-top: 66px;
}

.mt-40 {
  margin-top: -40%;
}

.mt-350 {
  margin-top: -350px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt50 {
  padding-top: 50px;
}

/*アニメーション
---------------------------------------------*/
.fade {
  opacity: 0;
  transition: all 0.6s;
  transition-delay: 0.4s;
}
.fade.show {
  opacity: 1;
}

.fade_left {
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.8s;
  transform: translateX(-30px);
}
.fade_left.show {
  opacity: 1;
  transform: translateX(0px);
}

.fade_right {
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.8s;
  transform: translateX(30px);
}
.fade_right.show {
  opacity: 1;
  transform: translateX(0px);
}

.fade_down {
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.8s;
  transform: translateY(-50px);
}
.fade_down.show {
  opacity: 1;
  transform: translateY(0px);
}

/* トップ
---------------------------------------------*/
.top {
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .top {
    position: relative;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top {
    align-items: center;
    justify-content: center;
    padding: 20px 0 15px;
  }
}
.top .slider {
  width: 80.5%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top .slider {
    width: 34.8%;
    position: absolute;
    top: 2%;
    left: 13%;
  }
}
.top h1 {
  width: 80.8%;
  margin-left: 12.6%;
  margin-top: -7%;
  z-index: 999;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top h1 {
    position: absolute;
    width: 40.2%;
    margin-left: auto;
    margin-top: auto;
    top: 26.5%;
    right: 13%;
  }
}
.top .sub {
  position: absolute;
  top: 96px;
  margin-left: 74.6%;
  width: 16.8%;
}
@media screen and (min-width: 769px) {
  .top .sub {
    width: 9.9%;
    top: 4%;
    right: 13%;
  }
}

@media screen and (min-width: 769px) {
  .top::before {
    content: "";
    padding-top: 58.3%;
    display: block;
  }
}

/* シーン共通
---------------------------------------------*/
.mainImg {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .mainImg {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .mainImg {
    width: 80%;
  }
}
.mainImg .mainImgText {
  position: absolute;
  display: block;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  background-color: #fff;
  letter-spacing: 0.1em;
  white-space: nowrap;
  line-height: 1.3;
  padding: 5px 0;
  font-feature-settings: normal;
}
@media screen and (min-width: 769px) {
  .mainImg .mainImgText {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mainImg .mainImgText {
    font-size: 15px;
  }
}
.mainImg .mainImgText .kigou {
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb;
  height: 1em;
}

@media screen and (min-width: 769px) {
  .imgWrap {
    margin: 0 auto;
    width: 500px;
  }
}

@media screen and (min-width: 769px) {
  .main_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.credit, .credit__left {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  .credit, .credit__left {
    font-size: 18px;
  }
}
.credit__left, .credit__left__left {
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  .credit__left, .credit__left__left {
    width: 58%;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 26px;
  }
}
.credit li, .credit__left li {
  padding-bottom: 8px;
}
.credit li .bold, .credit__left li .bold {
  font-weight: 400;
}
.credit li .line_grn, .credit__left li .line_grn {
  border-bottom: rgb(4, 218, 70) solid 1px;
}
.credit li .line_gold, .credit__left li .line_gold {
  border-bottom: rgb(190, 186, 105) solid 1px;
}
.credit li .line_or, .credit__left li .line_or {
  border-bottom: rgb(235, 76, 16) solid 1px;
}

.video_box {
  width: 71.2%;
  margin: 30px auto 45px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .video_box {
    margin: 100px auto 140px;
    width: 44%;
  }
}
.video_box video {
  width: 100%;
}
.video_box iframe {
  transform: scale(1.05);
}

.matome {
  margin-top: 50px;
}

.content_2 {
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .content_2 {
    margin-top: 50px;
  }
}
.content_2 p {
  background-color: #fff;
}
.content_2 .text1, .content_2 .text2 {
  position: absolute;
  padding-top: 10px;
}

.vertical {
  font-feature-settings: "pkna";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.vertical .grn {
  color: rgb(4, 218, 70);
}
.vertical .gold {
  color: rgb(190, 186, 105);
}
.vertical .orange {
  color: rgb(235, 76, 16);
}

/* spot
---------------------------------------------*/
@media screen and (max-width: 768px) {
  .outline {
    line-height: 1.8em;
  }
}

.content_1 {
  margin-top: 70px;
  position: relative;
}
.content_1 .outline_box {
  margin-left: 20px;
}
@media screen and (min-width: 769px) {
  .content_1 .outline_box {
    margin-left: 20.8%;
  }
}
.content_1 .outline_box .spotNum {
  width: 29%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .content_1 .outline_box .spotNum {
    width: 22%;
  }
}
.content_1 .outline_box h3 {
  margin-bottom: 23px;
  line-height: 1.4em;
}
.content_1 .outline_box h3 .line_grn {
  background: linear-gradient(transparent 80%, rgb(4, 218, 70) 0%);
}
.content_1 .outline_box h3 .line_gold {
  background: linear-gradient(transparent 80%, rgb(190, 186, 105) 0%);
}
.content_1 .outline_box h3 .line_orange {
  background: linear-gradient(transparent 80%, rgb(235, 76, 16) 0%);
}
.content_1 .star {
  position: absolute;
  top: 0;
  right: 20px;
  width: 23.7%;
}
@media screen and (min-width: 769px) {
  .content_1 .star {
    width: 15%;
    right: 12%;
  }
}
.content_1 .star h2 {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.content_1 .star .roll {
  -webkit-animation: rotate-anime 15s linear infinite;
          animation: rotate-anime 15s linear infinite;
}
@-webkit-keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.content_1 .deco01_1 {
  position: absolute;
  width: 41%;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .content_1 .deco01_1 {
    width: 26%;
    right: 9%;
  }
}
.content_1 .deco02_1 {
  position: absolute;
  width: 14%;
  right: 5%;
  top: 63%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .content_1 .deco02_1 {
    width: 10%;
    right: 20%;
    top: 48%;
  }
}
.content_1 .deco04_1 {
  position: absolute;
  width: 26%;
  right: 5%;
  top: 76%;
}
@media screen and (min-width: 769px) {
  .content_1 .deco04_1 {
    width: 16.5%;
    margin-right: 6.7%;
    top: 65% !important;
  }
}
.content_1 .deco05_1 {
  position: absolute;
  width: 26%;
  bottom: -7%;
  right: 5%;
}
@media screen and (min-width: 769px) {
  .content_1 .deco05_1 {
    width: 20%;
    bottom: -12%;
    margin-right: 5%;
  }
}
.content_1 .deco06_1 {
  position: absolute;
  width: 15.7%;
  left: 17.5%;
  top: 109%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  .content_1 .deco06_1 {
    width: 9.8%;
    left: 26.5%;
    top: 110%;
  }
}

#spot1 .content_2 {
  margin-top: 50px;
}
#spot1 .content_2 .imgText1 {
  width: 58%;
  position: absolute;
  top: -1%;
  left: 3%;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .imgText1 {
    top: 0.5%;
    width: 35%;
    left: 10%;
  }
}
#spot1 .content_2 .mt20 {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .mt20 {
    margin-top: 90px;
  }
}
#spot1 .content_2 .w58 {
  width: 58.6%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .w58 {
    width: 42%;
    margin-right: 10.3%;
  }
}
#spot1 .content_2 .mb40 {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .mb40 {
    margin-bottom: 70px;
  }
}
#spot1 .content_2 .text1 {
  left: 21%;
  top: 19%;
  padding: 4px;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .text1 {
    left: 28%;
    top: 16%;
  }
}
#spot1 .content_2 .text2 {
  left: 9%;
  top: 25%;
  padding: 4px;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .text2 {
    left: 20%;
    top: 20%;
  }
}
#spot1 .content_2 .deco_box {
  position: relative;
  width: 90.6%;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .deco_box {
    width: 88.5%;
  }
}
#spot1 .content_2 .deco_box .gifImg {
  position: absolute;
  width: 19%;
  right: 0;
  z-index: -99;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .deco_box .gifImg {
    width: 12%;
    right: 3%;
    top: 3%;
  }
}
#spot1 .content_2 .deco_box .deco01_3 {
  width: 92.6%;
  padding-top: 6%;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .deco_box .deco01_3 {
    width: 74.4%;
    margin-left: 17%;
  }
}
#spot1 .content_2 .text3 {
  position: relative;
  z-index: 10;
  width: 36.6%;
  margin: 0 0 0 auto;
  margin-right: 10px;
  background-color: #fff;
  margin-top: -12px;
  padding: 6px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .text3 {
    margin-right: 10.3%;
    width: 28.5%;
    margin-top: -3%;
  }
}
#spot1 .content_2 .imgbox_l {
  width: 48%;
  margin-top: -30%;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .imgbox_l {
    margin-top: 0;
    margin-left: 11.4%;
    width: 34%;
    margin-top: -6%;
  }
}
#spot1 .content_2 .imgbox_r {
  margin: 0 0 0 auto;
  width: 48%;
  margin-top: -45%;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .imgbox_r {
    margin-right: 11.4%;
    width: 34%;
    margin-top: -35%;
  }
}
#spot1 .content_2 .hello {
  width: 26.6%;
  margin-top: -12%;
  margin-left: 57px;
  z-index: 90;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .hello {
    width: 16.6%;
    margin-left: 31.7%;
    margin-top: -5%;
  }
}
#spot1 .content_2 .w76 {
  width: 76.5%;
  margin-left: 20px;
  margin-top: -8%;
}
#spot1 .content_2 .imgText2 {
  width: 52%;
  margin: -92% 0 0 auto;
}
#spot1 .content_2 .w65 {
  width: 65%;
  margin-left: 25.6%;
  margin-top: -5%;
}
#spot1 .content_2 .w45 {
  width: 45.4%;
  margin: 40% 0 0 auto;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .w45 {
    width: 24.5%;
    margin: -5% 0 0 63%;
  }
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .w40 {
    width: 40%;
    margin-left: 17.4%;
  }
}
#spot1 .content_2 .mt-75 {
  margin-top: -75%;
}
@media screen and (min-width: 769px) {
  #spot1 .content_2 .mt-75 {
    margin-top: -50%;
  }
}

#spot2 .content_2 {
  margin-top: 50px;
}
#spot2 .content_2 .deco02_2 {
  width: 18.6%;
  float: right;
  margin-right: 10%;
  margin-top: -7%;
}
@media screen and (min-width: 769px) {
  #spot2 .content_2 .deco02_2 {
    margin-right: 16%;
    width: 11.6%;
  }
}
#spot2 .content_2 .w59 {
  width: 59.6%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #spot2 .content_2 .w59 {
    width: 38.3%;
    margin-left: 41%;
  }
}
#spot2 .content_2 .mt100 {
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  #spot2 .content_2 .mt100 {
    margin-top: 200px;
  }
}
#spot2 .content_2 .deco_box {
  position: absolute;
  top: 26.8%;
  width: 44.2%;
  margin-left: 20px;
  margin-top: 34px;
}
@media screen and (min-width: 769px) {
  #spot2 .content_2 .deco_box {
    width: 27.6%;
    margin-left: 14%;
    margin-top: 13%;
  }
}
#spot2 .content_2 .deco_box .deco02_3 {
  z-index: 50;
  margin-top: -24px;
}
@media screen and (min-width: 769px) {
  #spot2 .content_2 .deco_box .deco02_3 {
    margin-top: -36px;
  }
}
#spot2 .content_2 .text1 {
  z-index: 100;
  left: 17%;
  top: 40%;
  padding: 4px;
}
@media screen and (min-width: 769px) {
  #spot2 .content_2 .text1 {
    left: 26%;
    top: 42.5%;
  }
}
#spot2 .content_2 .text2 {
  z-index: 100;
  left: 5%;
  top: 42.2%;
  padding: 4px;
}
@media screen and (min-width: 769px) {
  #spot2 .content_2 .text2 {
    left: 19%;
    top: 45.5%;
  }
}
#spot2 .content_2 .text3 {
  margin-right: 40px;
  padding: 6px;
}
@media screen and (min-width: 769px) {
  #spot2 .content_2 .text3 {
    margin-right: 40px;
    padding: 20px 6px 6px;
    margin-left: 40px;
  }
}
#spot2 .content_2 .pt30 {
  padding-top: 30px;
}
@media screen and (min-width: 769px) {
  #spot2 .content_2 .pt30 {
    width: 58%;
    margin: 0 auto;
    padding-top: 84px;
  }
}

#spot3 .content_2 {
  margin-top: 50px;
}
#spot3 .content_2 .text1 {
  top: 14%;
  right: 10%;
}
@media screen and (min-width: 769px) {
  #spot3 .content_2 .text1 {
    top: 12.8%;
    right: 24.5%;
  }
}
#spot3 .content_2 .mt30 {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  #spot3 .content_2 .mt30 {
    width: 69.6%;
    margin: 60px auto;
  }
}
#spot3 .content_2 .deco_box {
  position: relative;
  margin-top: -3%;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  #spot3 .content_2 .deco_box {
    margin-top: -7%;
  }
}
#spot3 .content_2 .deco_box .gifImg {
  position: absolute;
  width: 10%;
  top: 49%;
  right: 2%;
  z-index: -10;
}
#spot3 .content_2 .flexbox {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  margin-top: -7%;
  margin-bottom: 30px;
  z-index: -100;
}
@media screen and (min-width: 769px) {
  #spot3 .content_2 .flexbox {
    width: 58%;
    margin: -7% auto 40px;
  }
}
#spot3 .content_2 .flexbox .flex__item {
  width: 45.3%;
}
#spot3 .content_2 .flexbox .flex__text {
  width: 49.3%;
  padding: 6px;
}
@media screen and (min-width: 769px) {
  #spot3 .content_2 .w58 {
    width: 58%;
    margin: 0 auto;
  }
}

#spot4 .content_2 .w63 {
  width: 63.7%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .w63 {
    width: 48.6%;
    margin-left: 14.7%;
  }
}
#spot4 .content_2 .text1 {
  top: 8%;
  left: 19%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .text1 {
    top: 6.7%;
    left: 29%;
  }
}
#spot4 .content_2 .text2 {
  top: 10%;
  left: 9%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .text2 {
    top: 8.2%;
    left: 24%;
  }
}
#spot4 .content_2 .w75 {
  width: 75.8%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .w75 {
    width: 47.4%;
    margin-right: 20.5%;
  }
}
#spot4 .content_2 .mt8 {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .mt8 {
    margin-top: 26px;
  }
}
#spot4 .content_2 .deco_box {
  position: relative;
  width: 82.2%;
  margin-left: 20px;
  margin-top: -4%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .deco_box {
    width: 60.6%;
    margin-left: auto;
    margin-right: auto;
  }
}
#spot4 .content_2 .deco_box .gifImg {
  position: absolute;
  z-index: -100;
  width: 29%;
  top: 30%;
  right: -5%;
}
#spot4 .content_2 .imgbox_l {
  margin-top: -8%;
  z-index: -10;
  position: relative;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .imgbox_l {
    margin-top: 5%;
  }
}
#spot4 .content_2 .imgbox_l .imgText1 {
  position: absolute;
  top: -23%;
  left: 15%;
  width: 14%;
}
#spot4 .content_2 .w53 {
  width: 53.3%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .w53 {
    width: 31.2%;
    margin-left: 20.8%;
  }
}
#spot4 .content_2 .imgbox_r {
  margin: -51% 0 0 auto;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .imgbox_r {
    margin-right: 20.5%;
    margin-top: -30%;
  }
}
#spot4 .content_2 .w42 {
  width: 42%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .w42 {
    width: 24.5%;
  }
}
#spot4 .content_2 .imgbox_c {
  margin-bottom: 10%;
  margin-top: 45px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .imgbox_c {
    width: 100%;
    margin: 60px auto 0;
  }
}
#spot4 .content_2 .imgbox_c ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#spot4 .content_2 .imgbox_c .imgText2 {
  position: absolute;
  top: 24%;
  left: 10%;
  width: 14.3%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .imgbox_c .imgText2 {
    width: 8%;
    left: 28%;
    top: 18%;
  }
}
#spot4 .content_2 .imgbox_c .text3 {
  position: absolute;
  top: 86%;
  left: 0;
  right: 0;
  margin: auto;
  width: 71.3%;
  background-color: #fff;
  padding: 6px;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .imgbox_c .text3 {
    width: 42.9%;
    top: 84.6%;
  }
}
#spot4 .content_2 .imgbox_c::before {
  content: "";
  display: block;
  padding-top: 150.6666666667%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .imgbox_c::before {
    padding-top: 102.25%;
  }
}
#spot4 .content_2 .deco_box2 {
  position: relative;
  margin-top: 20px;
}
#spot4 .content_2 .deco_box2 .gifImg {
  position: absolute;
  top: 0%;
  width: 17%;
  right: 20%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .deco_box2 .gifImg {
    width: 11%;
    left: 58%;
  }
}
#spot4 .content_2 .deco_box2 .deco04_3 {
  position: absolute;
  width: 71.4%;
  top: 10%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .deco_box2 .deco04_3 {
    width: 42.9%;
    left: 20.8%;
  }
}
#spot4 .content_2 .deco_box2::before {
  content: "";
  display: block;
  padding-top: 57.8666666667%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .deco_box2::before {
    padding-top: 34.3333333333%;
  }
}
#spot4 .content_2 .flexbox {
  display: flex;
  justify-content: space-around;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .flexbox {
    width: 61.2%;
    margin: 32px auto 0;
  }
}
#spot4 .content_2 .flexbox .flex__item {
  width: 42%;
}
#spot4 .content_2 .flexbox .flex__item .imgText3 {
  width: 80%;
  margin: 0 auto;
  padding: 10% 0;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .flexbox .flex__item .imgText3 {
    margin: 0;
    padding: 20% 0;
  }
}
#spot4 .content_2 .flexbox .flex__item .credit__left {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .flexbox .flex__item .credit__left {
    width: 100%;
  }
}
#spot4 .content_2 .flexbox .flex__img {
  width: 57.7%;
}
@media screen and (min-width: 769px) {
  #spot4 .content_2 .w58-pc {
    width: 58%;
    margin: 100px auto 0;
  }
}

#spot5 .content_2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  #spot5 .content_2 {
    margin-top: 90px;
  }
}
@media screen and (min-width: 769px) {
  #spot5 .content_2 .w50-pc {
    width: 50.8%;
  }
}
#spot5 .content_2 .text1 {
  position: absolute;
  top: 4.5%;
  left: 4%;
}
@media screen and (min-width: 769px) {
  #spot5 .content_2 .text1 {
    left: 21%;
    top: 6.9%;
  }
}
#spot5 .content_2 .swiper-container {
  margin-top: 55px;
  width: 100%;
}
#spot5 .content_2 .swiper-container,
#spot5 .content_2 .swiper-slide {
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #spot5 .content_2 .swiper-slide {
    max-width: 700px !important;
    height: 100%;
  }
}
#spot5 .content_2 .swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover; /* IE: not support */
  width: 100%;
  height: 100%;
}
#spot5 .content_2 .imgbox_c {
  margin-bottom: 14%;
  position: relative;
}
#spot5 .content_2 .imgbox_c .slider {
  top: 0;
  left: 0;
  right: 0;
}
#spot5 .content_2 .imgbox_c .imgText1 {
  position: absolute;
  width: 18%;
  top: 40%;
  right: 4.5%;
}
@media screen and (min-width: 769px) {
  #spot5 .content_2 .imgbox_c .imgText1 {
    width: 13.8%;
    right: 22%;
  }
}
#spot5 .content_2 .imgbox_c .text3 {
  padding: 6px;
  background-color: white;
  position: absolute;
  /* width: 258px; */
  width: 34%;
  top: 71%;
  left: 5%;
}
@media screen and (min-width: 769px) {
  #spot5 .content_2 .imgbox_c .text3 {
    width: 17.6%;
    left: 20.8%;
    top: 75%;
  }
}
#spot5 .content_2 .hello {
  width: 26.6%;
  margin-left: 64.8%;
}
@media screen and (min-width: 769px) {
  #spot5 .content_2 .hello {
    width: 16.6%;
    margin-left: 57.4%;
  }
}
#spot5 .content_2 .mt-20 {
  margin-top: -20%;
}
@media screen and (min-width: 769px) {
  #spot5 .content_2 .w58-pc {
    width: 58%;
    margin: -12% auto 0;
  }
  #spot5 .content_2 .mt45 {
    margin-top: 100px !important;
  }
}

#spot6 .content_2 {
  position: relative;
}
@media screen and (min-width: 769px) {
  #spot6 .content_2 .w58-pc {
    width: 58%;
    margin: 0 auto;
  }
}
#spot6 .content_2 .mt60 {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  #spot6 .content_2 .mt60 {
    margin-top: 120px;
  }
}
#spot6 .content_2 .deco_box {
  width: 87%;
  position: relative;
  margin: 0 0 0 auto;
  z-index: -99;
}
@media screen and (min-width: 769px) {
  #spot6 .content_2 .deco_box {
    width: 53%;
    margin-right: 20.8%;
    margin-top: 100px;
  }
}
#spot6 .content_2 .deco_box .gifImg {
  width: 9%;
}
#spot6 .content_2 .deco_box .w90 {
  width: 90%;
  margin: -76% 0 0 auto;
}
#spot6 .content_2 .flexbox {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -20%;
}
@media screen and (min-width: 769px) {
  #spot6 .content_2 .flexbox {
    justify-content: center;
    margin-top: -10.5%;
    margin-bottom: 100px;
  }
}
#spot6 .content_2 .flexbox .flex__item {
  width: 49.3%;
}
@media screen and (min-width: 769px) {
  #spot6 .content_2 .flexbox .flex__item {
    width: 30.8%;
  }
}
#spot6 .content_2 .flexbox .flex__text {
  width: 44%;
  padding: 0 25px;
}
@media screen and (min-width: 769px) {
  #spot6 .content_2 .flexbox .flex__text {
    width: 26.7%;
    padding: 0 50px;
  }
}
#spot6 .content_2 .w56 {
  width: 56%;
}
@media screen and (min-width: 769px) {
  #spot6 .content_2 .w56 {
    width: 35%;
    margin-left: 20.8%;
    margin-top: 100px;
  }
}
#spot6 .content_2 .text1 {
  top: 67%;
  right: 12%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #spot6 .content_2 .text1 {
    top: 69%;
    right: 23%;
  }
}
#spot6 .content_2 .text2 {
  top: 69.8%;
  right: 22%;
  z-index: 100;
}
@media screen and (min-width: 769px) {
  #spot6 .content_2 .text2 {
    top: 71.5%;
    right: 30%;
  }
}
#spot6 .content_2 .w92 {
  width: 92%;
  margin: 20px 0 0 auto;
}
@media screen and (min-width: 769px) {
  #spot6 .content_2 .w92 {
    margin-top: 37px;
    width: 60%;
    margin-left: 19.1%;
  }
}
#spot6 .content_2 .credit {
  width: 69%;
  margin: 13px 0 0 auto;
}
@media screen and (min-width: 769px) {
  #spot6 .content_2 .credit {
    width: 43.5%;
    margin-left: 35.5%;
  }
}

.movie_p {
  width: 26%;
  margin: 180px auto 0px;
}
@media screen and (min-width: 769px) {
  .movie_p {
    width: 14.5%;
    margin: 160px auto 50px;
  }
}

#map {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: rgba(190, 186, 105, 0.2);
}
@media screen and (min-width: 769px) {
  #map {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#map .w46 {
  width: 46.8%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  #map .w46 {
    width: 26%;
  }
}
#map .mb60 {
  margin-bottom: 60px;
}
@media screen and (min-width: 769px) {
  #map .mb60 {
    max-width: 640px;
    margin: 0 auto;
  }
}
#map .flexbox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  #map .flexbox {
    max-width: 700px;
    margin: 30px auto 0;
  }
}
#map .flexbox .flex_container {
  padding: 30px 0;
  border-bottom: #000 1px dashed;
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #map .flexbox .flex_container {
    padding: 60px 0;
  }
}
#map .flexbox .flex_container .box1 {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#map .flexbox .flex_container .box1 .pin {
  width: 6%;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  #map .flexbox .flex_container .box1 .pin {
    width: 5%;
    margin-right: 20px;
  }
}
#map .flexbox .flex_container .box1 .name {
  font-size: 15px;
  font-weight: bold;
  background-color: #fff;
  border: #000 1px solid;
  border-radius: 9999px;
  padding: 0 22px;
}
@media screen and (min-width: 769px) {
  #map .flexbox .flex_container .box1 .name {
    font-size: 28px;
    padding: 0px 40px;
  }
}
#map .flexbox .flex_container .box1 .name .small {
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  #map .flexbox .flex_container .box1 .name .small {
    font-size: 17px;
    letter-spacing: 0.03em;
  }
}
#map .flexbox .flex_container .adress {
  font-size: 10px;
  font-weight: bold;
  padding: 8px 0;
}
@media screen and (min-width: 769px) {
  #map .flexbox .flex_container .adress {
    font-size: 17px;
    letter-spacing: 0em;
    padding: 10px 0;
  }
}
#map .flexbox .flex_container .box2 {
  display: flex;
  align-items: flex-start;
  margin: 15px auto 0;
}
#map .flexbox .flex_container .box2 .info {
  width: 79%;
  padding-right: 15px;
}
#map .flexbox .flex_container .box2 .info .insta {
  display: block;
  padding-top: 13px;
  width: 8%;
}
@media screen and (min-width: 769px) {
  #map .flexbox .flex_container .box2 .info .insta {
    width: 6%;
    padding-top: 10px;
  }
}
#map .flexbox .flex_container .box2 .boxImg {
  width: 21%;
  border: 2px solid #fff;
  margin-top: -40px;
}
@media screen and (min-width: 769px) {
  #map .flexbox .flex_container .box2 .boxImg {
    margin-top: -60px;
  }
}
#map .flexbox .flex_container .mg_non {
  margin: 0 auto;
}
#map .flexbox .flex_container:nth-child(3) .boxImg, #map .flexbox .flex_container:nth-child(4) .boxImg, #map .flexbox .flex_container:nth-child(5) .boxImg {
  margin-top: -57px;
}
@media screen and (min-width: 769px) {
  #map .flexbox .flex_container:nth-child(3) .boxImg, #map .flexbox .flex_container:nth-child(4) .boxImg, #map .flexbox .flex_container:nth-child(5) .boxImg {
    margin-top: -90px;
  }
}
#map .flexbox .flex_container:nth-child(6) .boxImg {
  margin-top: 0px;
}

#staff {
  margin: 60px auto;
  width: 85%;
}
@media screen and (min-width: 769px) {
  #staff {
    max-width: 700px;
  }
}
#staff p {
  font-size: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 200;
}
@media screen and (min-width: 769px) {
  #staff p {
    font-size: 20px;
    width: 85%;
    margin: 0 auto;
  }
}

#live {
  padding: 60px 0;
  background-color: #F2F2F2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #live {
    padding: 100px 0;
  }
}
#live .titleImg {
  width: 45%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #live .titleImg {
    width: 22%;
  }
}
#live p {
  padding: 10px 0;
}
@media screen and (min-width: 769px) {
  #live p {
    padding: 20px 0;
  }
}
#live .wrap {
  margin: 0 auto;
  width: 92%;
  background-color: #fff;
  padding: 30px;
}
@media screen and (min-width: 769px) {
  #live .wrap {
    max-width: 700px;
    padding: 40px;
  }
}
#live .wrap .flex {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#live .wrap .flex__left {
  width: 40%;
}
@media screen and (min-width: 769px) {
  #live .wrap .flex__left {
    width: 41%;
  }
}
#live .wrap .flex__right {
  width: 50%;
}
@media screen and (min-width: 769px) {
  #live .wrap .flex__right {
    width: 52%;
  }
}
#live .wrap .btn_live {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 18px 0;
  margin-bottom: 10px;
}
#live .wrap_bgNone {
  margin: 0 auto;
  width: 92%;
  padding: 30px;
}
@media screen and (min-width: 769px) {
  #live .wrap_bgNone {
    max-width: 700px;
    padding: 40px;
  }
}
#live .wrap_bgNone .btn_otona {
  width: 100%;
  border: 1px solid #000;
  padding: 18px 0;
  margin: 60px auto 0;
}
@media screen and (min-width: 769px) {
  #live .wrap_bgNone .btn_otona {
    margin: 100px auto 0;
  }
}
#live a:hover {
  opacity: 0.6;
}

/*ロード
---------------------------------------------*/
.load {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
@media screen and (min-width: 769px) {
  .load {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .load {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.load .load_inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Loadingバー中央配置 */
  /*IE11対策用バーの線の高さ※対応しなければ削除してください*/
}
.load .load_inner .loadLogo {
  margin: 50px auto 50px;
  opacity: 0;
  transition: all 0.8s;
}
.load .load_inner .loadLogo.show {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .load .load_inner .loadLogo {
    width: 62.5%;
  }
}
@media screen and (max-width: 768px) {
  .load .load_inner .loadLogo {
    width: 92vw;
  }
}
.load .load_inner #splash_text {
  position: relative;
  color: #fff;
  white-space: nowrap;
  border-radius: 16px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .load .load_inner #splash_text {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .load .load_inner #splash_text {
    width: 25vw;
  }
}
.load .load_inner #splash_text svg {
  border-radius: 16px;
  border: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .load .load_inner #splash_text svg {
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .load .load_inner #splash_text svg {
    height: 15px;
  }
}/*# sourceMappingURL=style.css.map */