html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
@font-face {
  font-family: 'Ubuntu';
  src: url("../assets/fonts/Ubuntu-Regular.woff") format('woff');
}
html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  min-width: 820px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 335px;
  }
}
a {
  text-decoration: none;
  color: #000;
}
.pc-img {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc-img {
    display: none !important;
  }
}
.sp-img {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-img {
    display: block !important;
  }
}
.spnav {
  display: none;
}
@media screen and (max-width: 768px) {
  .spnav {
    display: block;
    position: fixed;
    z-index: 100;
    top: -51px;
    transition: all 500ms 0s ease;
  }
  .spnav .spnav_button {
    width: 100vw;
    height: 50px;
    background-color: #000;
    position: absolute;
    z-index: 200;
  }
  .spnav .spnav_button .spnav_button_hmbg {
    width: 50px;
    margin: -10px auto 0;
  }
  .spnav .spnav_button .spnav_button_hmbg .hamburger {
    pointer-events: none;
  }
  .spnav .spnav_nav {
    width: 100vw;
    height: 70px;
    background-color: #000;
    border-top: solid 1px #fff;
    position: absolute;
    top: -20px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms 0s ease;
  }
  .spnav .spnav_nav ul {
    font-family: 'Ubuntu';
    font-size: 1.8rem;
    line-height: 1.8rem;
    display: inline-flex;
    justify-content: space-between;
  }
  .spnav .spnav_nav ul li {
    display: inline-block;
  }
  .spnav .spnav_nav ul li a {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .spnav_show {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .spnav_open .spnav_nav {
    top: 50px;
  }
}
.button .button_wrapper {
  display: block;
  position: relative;
  background-color: #fff;
  width: 300px;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 2px;
  border: 2px solid #000;
  transition: all 500ms 0s ease;
}
@media screen and (max-width: 768px) {
  .button .button_wrapper {
    width: 89.33333333333333vw;
    height: 18.666666666666668vw;
    margin: 10.666666666666666vw auto 0;
    border-radius: 0.8vw;
    border: 0.533333333333333vw solid #000;
  }
}
.button .button_wrapper .button_content_text {
  position: absolute;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 50px;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .button .button_wrapper .button_content_text {
    line-height: 18.666666666666668vw;
  }
}
.button .button_wrapper .button_content_icon {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
}
.button:hover .button_wrapper {
  background-color: #000;
}
.button:hover .button_wrapper .button_content_text {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .button:hover .button_wrapper {
    background-color: #fff;
  }
  .button:hover .button_wrapper .button_content_text {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
  }
}
.whiteScreen {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 1;
  overflow: hidden;
  top: 0;
  lefrt: 0;
  z-index: 1000;
}
.whiteScreen .active {
  opacity: 0;
}
section {
  position: relative;
  overflow: hidden;
}
section .section_box {
  width: 820px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  section .section_box {
    width: 89.33333333333333vw;
    margin: 21.333333333333332vw auto;
  }
}
section .section_box h2 {
  font-family: 'Ubuntu';
  font-size: 1.8rem;
  display: inline-block;
  line-height: 2.4rem;
  border-bottom: 0.5px solid #000;
  padding: 0 0.3vw;
}
@media screen and (max-width: 768px) {
  section .section_box h2 {
    border-bottom: 0.266666666666667vw solid #000;
  }
}
footer {
  background: #000;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer {
    flex-direction: column;
    text-align: center;
  }
}
footer .lumine_logo {
  background-image: url("../assets/images/lumine_logo.png");
  background-repeat: no-repeat;
  background-size: 111px 25px;
  width: 111px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  footer .lumine_logo {
    margin: 0 auto;
    background-image: url("../assets/images/lumine_logo.png");
    background-repeat: no-repeat;
    background-size: 29.6vw 6.666666666666667vw;
    width: 29.6vw;
    height: 6.666666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin-top: 5.333333333333333vw;
  }
}
footer .copyright p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  line-height: 26px;
}
.fadeFlg {
  opacity: 0;
  transition: all 500ms 0s ease;
  transition: opacity 1000ms 0ms ease;
}
.fadeFlg.on {
  opacity: 1;
}
.firstview {
  position: relative;
}
.firstview figure {
  width: 820px;
  height: 380px;
  margin: 80px auto 40px;
}
.firstview figure img {
  width: 820px;
  height: 380px;
}
@media screen and (max-width: 768px) {
  .firstview figure {
    width: 89.33333333333333vw;
    height: 75.2vw;
    margin: 45.333333333333336vw auto 10.666666666666666vw;
  }
  .firstview figure img {
    width: 89.33333333333333vw;
    height: 75.2vw;
  }
}
.firstview h1 {
  position: absolute;
  top: 40px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .firstview h1 {
    top: 10.666666666666666vw;
    left: 0;
    right: 0;
    width: 44.8vw;
    height: 24vw;
    margin: auto;
  }
}
.firstview h1 a {
  display: inline-block;
  background-image: url("../assets/images/tabi_logo.png");
  background-repeat: no-repeat;
  background-size: 168px 90px;
  width: 168px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .firstview h1 a {
    background-image: url("../assets/images/tabi_logo.png");
    background-repeat: no-repeat;
    background-size: 44.8vw 24vw;
    width: 44.8vw;
    height: 24vw;
  }
}
.firstview nav {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .firstview nav {
    display: none;
  }
}
.firstview nav ul {
  display: flex;
}
.firstview nav ul li + li {
  margin-left: 12px;
}
.firstview nav a {
  text-decoration: none;
  font-family: 'Ubuntu';
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #000;
  transition: all 500ms 0s ease;
}
.firstview nav a:hover {
  opacity: 0.5;
}
.firstview .firstview_figcap {
  position: absolute;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 12px;
  top: 170px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .firstview .firstview_figcap {
    top: 40.53333333333333vw;
    width: 32vw;
    height: 11.2vw;
    padding: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.firstview .firstview_figcap p {
  display: inline-block;
  font-family: 'Ubuntu';
  font-size: 2rem;
}
.firstview .firstview_figcap .firstview_figcap_fig {
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .firstview .firstview_figcap .firstview_figcap_fig {
    margin-left: 2.666666666666667vw;
    line-height: 10.133333333333333vw;
  }
}
.firstview .firstview_content {
  position: absolute;
  display: inline-block;
  color: #fff;
  top: 224px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .firstview .firstview_content {
    left: 0;
    right: 0;
    text-align: center;
    top: 53.333333333333336vw;
  }
}
.firstview .firstview_content p {
  background-color: #000;
  display: inline-block;
  font-family: 'Ubuntu';
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .firstview .firstview_content p {
    padding: 3.2vw;
  }
}
.overview {
  background-color: #efeae0;
  text-align: center;
}
.overview .section_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .overview .section_box {
    margin-top: 16vw;
    margin-bottom: 16vw;
  }
}
.overview .overview_head {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
.overview p {
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .overview p {
    margin-top: 8vw;
  }
}
.contentlist .section_box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contentlist .section_box {
    margin-top: 21.333333333333332vw;
  }
}
.contentlist .contentlist_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 820px;
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper {
    width: 89.33333333333333vw;
  }
}
.contentlist .contentlist_wrapper figure {
  position: relative;
  margin-top: 40px;
  width: 390px;
  height: 400px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper figure {
    margin-top: 14.4vw;
    width: 89.33333333333333vw;
    height: 94.66666666666667vw;
    border-radius: 0.8vw;
  }
  .contentlist .contentlist_wrapper figure img {
    width: 89.33333333333333vw;
    height: 94.66666666666667vw;
    border-radius: 0.8vw;
  }
}
.contentlist .contentlist_wrapper figure .contentlist_block_black {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  border-radius: 3px;
  transition: all 500ms 0s ease;
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper figure .contentlist_block_black {
    border-radius: 0.8vw;
  }
}
.contentlist .contentlist_wrapper figure .contentlist_block_text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  width: 310px;
  transition: all 500ms 200ms ease;
}
.contentlist .contentlist_wrapper figure .contentlist_block_text span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper figure .contentlist_block_text {
    width: 78.66666666666667vw;
  }
}
.contentlist .contentlist_wrapper figure .contentlist_block_text p {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3rem;
  width: 310px;
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper figure .contentlist_block_text p {
    width: auto;
  }
}
.contentlist .contentlist_wrapper figure .contentlist_block_text .contentlist_block_addtab {
  background-image: url("../assets/images/addtab_w.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper figure .contentlist_block_text .contentlist_block_addtab {
    background-image: url("../assets/images/addtab_w.png");
    background-repeat: no-repeat;
    background-size: 4.266666666666667vw 4.266666666666667vw;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    margin-top: 8vw;
  }
}
.contentlist .contentlist_wrapper figure .contentlist_block_text .contentlist_block_arrow {
  background-image: url("../assets/images/arrow.png");
  background-repeat: no-repeat;
  background-size: 40px 10px;
  width: 40px;
  height: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper figure .contentlist_block_text .contentlist_block_arrow {
    background-image: url("../assets/images/arrow.png");
    background-repeat: no-repeat;
    background-size: 10.666666666666666vw 2.666666666666667vw;
    width: 10.666666666666666vw;
    height: 2.666666666666667vw;
    margin-top: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper figure .contentlist_block_text .nakano_event_arrow_sp {
    margin-top: 2.666666666666667vw;
  }
}
.contentlist .contentlist_wrapper figure figcaption {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-family: 'Ubuntu';
  font-size: 1.8rem;
  top: -12px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper figure figcaption {
    top: -5.333333333333333vw;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.contentlist .contentlist_wrapper figure figcaption p {
  display: inline-block;
  background-color: #000;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper figure figcaption p {
    padding: 2.666666666666667vw;
  }
}
.contentlist .contentlist_wrapper .no-link {
  height: 354px;
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper .contentlist_event {
    height: 68.53333333333333vw;
  }
  .contentlist .contentlist_wrapper .contentlist_event img {
    height: 68.53333333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper .contentlist_product {
    height: 84vw;
  }
  .contentlist .contentlist_wrapper .contentlist_product img {
    height: 84vw;
  }
}
@media screen and (max-width: 768px) {
  .contentlist .contentlist_wrapper .contentlist_tours {
    height: 84vw;
  }
  .contentlist .contentlist_wrapper .contentlist_tours img {
    height: 84vw;
  }
}
.contentlist .contentlist_wrapper .comingsoon {
  text-align: center;
}
.contentlist .contentlist_wrapper .comingsoon .contentlist_block_black {
  opacity: 0.6;
}
.contentlist .contentlist_wrapper .comingsoon .contentlist_block_text {
  opacity: 1;
}
.contentlist .contentlist_wrapper figure:hover .contentlist_block_black {
  opacity: 0.6;
}
.contentlist .contentlist_wrapper figure:hover .contentlist_block_text {
  opacity: 1;
}
.contentlist .contentlist_wrapper .sp-block_hover .contentlist_block_black {
  opacity: 0.6;
}
.contentlist .contentlist_wrapper .sp-block_hover .contentlist_block_text {
  opacity: 1;
}
.introduction {
  background-color: #f1f1f1;
  text-align: center;
}
.introduction .introduction_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 820px;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_wrapper {
    justify-content: space-between;
    width: 94.66666666666667vw;
  }
}
.introduction .introduction_wrapper figure {
  position: relative;
  background-color: #808080;
  text-align: left;
  margin-top: 40px;
  width: 390px;
  height: 300px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_wrapper figure {
    margin-top: 13.333333333333334vw;
    width: 89.33333333333333vw;
    height: 70.4vw;
    border-radius: 0.8vw;
  }
  .introduction .introduction_wrapper figure img {
    width: 89.33333333333333vw;
    height: 70.4vw;
    border-radius: 0.8vw;
  }
}
.introduction .introduction_wrapper figure .introduction_block_white {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  border-radius: 3px;
  transition: all 500ms 0s ease;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_wrapper figure .introduction_block_white {
    border-radius: 0.8vw;
  }
}
.introduction .introduction_wrapper figure .introduction_block_text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  width: 310px;
  transition: all 500ms 0s ease;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_wrapper figure .introduction_block_text {
    width: 78.66666666666667vw;
  }
}
.introduction .introduction_wrapper figure .introduction_block_text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3rem;
  width: 310px;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_wrapper figure .introduction_block_text p {
    width: auto;
  }
}
.introduction .introduction_wrapper figure .introduction_block_text .introduction_block_addtab {
  background-image: url("../assets/images/addtab.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_wrapper figure .introduction_block_text .introduction_block_addtab {
    background-image: url("../assets/images/addtab.png");
    background-repeat: no-repeat;
    background-size: 4.266666666666667vw 4.266666666666667vw;
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    margin-top: 8vw;
  }
}
.introduction .introduction_wrapper figure .introduction_block_text .introduction_block_arrow {
  background-image: url("../assets/images/arrow_b.png");
  background-repeat: no-repeat;
  background-size: 40px 10px;
  width: 40px;
  height: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_wrapper figure .introduction_block_text .introduction_block_arrow {
    background-image: url("../assets/images/arrow_b.png");
    background-repeat: no-repeat;
    background-size: 10.666666666666666vw 2.666666666666667vw;
    width: 10.666666666666666vw;
    height: 2.666666666666667vw;
    margin-top: 8vw;
  }
}
.introduction .introduction_wrapper figure figcaption {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-family: 'Ubuntu';
  font-size: 1.8rem;
  top: -12px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_wrapper figure figcaption {
    top: -5.333333333333333vw;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.introduction .introduction_wrapper figure figcaption p {
  display: inline-block;
  background-color: #000;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_wrapper figure figcaption p {
    padding: 2.666666666666667vw;
  }
}
.introduction .introduction_wrapper figure:hover .introduction_block_white {
  opacity: 0.6;
}
.introduction .introduction_wrapper figure:hover .introduction_block_text {
  opacity: 1;
}
.introduction .introduction_wrapper .sp-block_hover .introduction_block_white {
  opacity: 0.6;
}
.introduction .introduction_wrapper .sp-block_hover .introduction_block_text {
  opacity: 1;
}
.contentinfo a {
  text-decoration: underline;
}
.contentinfo .section_box {
  width: 740px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .contentinfo .section_box {
    width: 89.33333333333333vw;
    margin: 32vw auto 21.333333333333332vw;
  }
}
.contentinfo .section_box .contentinfo_text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.contentinfo .section_box .contentinfo_text .contentinfo_text_link {
  text-decoration: underline;
}
.contentinfo .section_box .contentinfo_info {
  font-size: 1.4rem;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  line-height: 3.4rem;
}
@media screen and (max-width: 768px) {
  .contentinfo .section_box .contentinfo_info {
    margin-top: 16vw;
    line-height: 3.2rem;
  }
}
.contentinfo .section_box .contentinfo_info .contentinfo_block_head {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  flex-basis: 120px;
}
.contentinfo .section_box .contentinfo_info .contentinfo_block_data {
  flex-basis: 620px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
.contentinfo .section_box .contentinfo_info .info_align {
  margin-left: -8px;
}
@media screen and (max-width: 768px) {
  .contentinfo .section_box .contentinfo_info .info_align {
    margin-left: -2.133333333333333vw;
  }
}
.contentinfo_youbube {
  margin-top: 40px;
  width: 740px;
  height: 416px;
}
@media screen and (max-width: 768px) {
  .contentinfo_youbube {
    margin-top: 10.666666666666666vw;
    width: 89.33333333333333vw;
    height: 50.13333333333333vw;
  }
}
.contentinfo_subinfo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 40px;
}
.contentinfo_sub_waku {
  border: 1px solid #000;
  display: block;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .contentinfo_sub_waku {
    padding: 5.333333333333333vw;
  }
}
.contentinfo_image {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 740px;
  height: 416px;
}
.contentinfo_image img {
  width: 740px;
  height: 416px;
}
@media screen and (max-width: 768px) {
  .contentinfo_image {
    margin-top: 10.666666666666666vw;
    margin-bottom: 10.666666666666666vw;
    width: 89.33333333333333vw;
    height: 50.13333333333333vw;
  }
  .contentinfo_image img {
    width: 89.33333333333333vw;
    height: 50.13333333333333vw;
  }
}
.contentinfo_images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .contentinfo_images {
    margin-top: 10.666666666666666vw;
  }
}
.contentinfo_images figure {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contentinfo_images figure {
    margin-top: 2.666666666666667vw;
  }
}
.contentinfo_images figure a {
  display: inline-block;
  background-color: #808080;
  width: 132px;
  height: 132px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .contentinfo_images figure a {
    width: 28vw;
    height: 28vw;
    border-radius: 0.8vw;
  }
  .contentinfo_images figure a img {
    width: 28vw;
    height: 28vw;
    border-radius: 0.8vw;
  }
}
.contentinfo_images .contentinfo_blank {
  margin-top: 20px;
  width: 132px;
  height: 132px;
}
@media screen and (max-width: 768px) {
  .contentinfo_images .contentinfo_blank {
    width: 28vw;
    height: 28vw;
    margin-top: 2.666666666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .contentinfo_images .sp-none {
    display: none;
  }
}
.contentinfo_images .pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .contentinfo_images .pc-none {
    display: block;
  }
}
.button .button_wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .button .button_wrapper {
    margin-top: 32vw;
  }
}
.button .button_wrapper .button_content_icon {
  right: auto;
  left: 15px;
  top: 4px;
  background-image: url("../assets/images/arrow_b.png");
  background-repeat: no-repeat;
  background-size: 40px 10px;
  width: 40px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .button .button_wrapper .button_content_icon {
    left: 4vw;
    top: 0;
    background-image: url("../assets/images/arrow_b.png");
    background-repeat: no-repeat;
    background-size: 10.666666666666666vw 2.666666666666667vw;
    width: 10.666666666666666vw;
    height: 2.666666666666667vw;
  }
}
.button:hover .button_content_icon {
  background-image: url("../assets/images/arrow.png");
  transform: scale(-1, 1);
}
@media screen and (max-width: 768px) {
  .button:hover .button_content_icon {
    background-image: url("../assets/images/arrow_b.png");
    transform: scale(1, 1);
  }
}
.modaal-wrapper {
  overflow: scroll;
}
#modaal-close {
  background-color: transparent;
  border-radius: 0;
  top: calc(50% - 286px);
  right: calc(50% - 400px);
  background-image: url("../assets/images/close.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  #modaal-close {
    position: absolute;
    background-image: url("../assets/images/close.png");
    background-repeat: no-repeat;
    background-size: 8.533333333333333vw 8.533333333333333vw;
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
    top: -11.2vw;
    right: 0;
  }
}
#modaal-close:focus,
#modaal-close:hover {
  outline: none;
  background-color: transparent;
}
#modaal-close:before,
#modaal-close:after {
  content: normal;
}
.modaal-gallery-control {
  opacity: 1;
  background-color: transparent;
  position: absolute;
  bottom: -10.133333333333333vw;
}
.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  background-color: transparent;
  outline: none;
}
.modaal-gallery-control:before,
.modaal-gallery-control:after {
  content: normal;
}
@media only screen and (max-width: 1140px) {
  .modaal-gallery-control {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: rgba(0,0,0,0);
  }
}
@media screen and (max-width: 768px) {
  .modaal-gallery-control {
    bottom: auto;
    top: -6.4vw;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-gallery-prev {
    left: auto;
    right: 100%;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-gallery-next {
    left: 100%;
    right: auto;
  }
}
#modaal-gallery-prev {
  background-image: url("../assets/images/prev.png");
  background-repeat: no-repeat;
  background-size: 18px 33px;
  width: 18px;
  height: 33px;
}
@media screen and (max-width: 768px) {
  #modaal-gallery-prev {
    background-image: url("../assets/images/prev.png");
    background-repeat: no-repeat;
    background-size: 4.8vw 8.8vw;
    width: 4.8vw;
    height: 8.8vw;
    left: 0;
    margin-right: 20px;
  }
}
#modaal-gallery-next {
  background-image: url("../assets/images/next.png");
  background-repeat: no-repeat;
  background-size: 18px 33px;
  width: 18px;
  height: 33px;
}
@media screen and (max-width: 768px) {
  #modaal-gallery-next {
    background-image: url("../assets/images/next.png");
    background-repeat: no-repeat;
    background-size: 4.8vw 8.8vw;
    width: 4.8vw;
    height: 8.8vw;
    left: 10.666666666666666vw;
    margin-left: 20px;
  }
}
