@charset "UTF-8";
/*===================================================================
reset*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, figure, aside, header, footer, main, nav, label {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
}

img {
  vertical-align: top;
}

/* fonts
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* base
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
html {
  font-family: noto-sans-cjk-jp, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, verdana, sans-serif;
  -webkit-text-size-adjust: none;
}

html * {
  box-sizing: border-box;
}

body {
  line-height: 1.7;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}

em, strong {
  font-weight: bold;
}

a {
  color: #000;
}

.is-sp {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}

.is-pc {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .is-pc {
    display: block !important;
  }
}

.cRed {
  color: #ec2c2c;
}

.ti1e {
  padding-left: 1em;
  text-indent: -1em;
}

/* 共通要素・モジュール
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.mv {
  position: relative;
  padding-bottom: 80%;
}

@media screen and (min-width: 769px) {
  .mv {
    padding-bottom: 25%;
  }
}

.mv_ttl {
  position: absolute;
  top: 57%;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "indivisible", sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .mv_ttl {
    top: 38%;
    color: #fff;
  }
}

.mv_ttl_sub {
  font-size: clamp(16px, 4vw, 28px);
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .mv_ttl_sub {
    font-size: clamp(16px, 3vw, 28px);
  }
}

.mv_ttl_main {
  margin-top: 15px;
  font-size: clamp(60px, 16vw, 188px);
  line-height: 0.9;
}

@media screen and (min-width: 769px) {
  .mv_ttl_main {
    font-size: clamp(60px, 14vw, 188px);
  }
}

.sect {
  position: relative;
  margin-top: -42%;
  padding: 20px 20px 70%;
}

@media screen and (min-width: 769px) {
  .sect {
    margin-top: -21%;
    padding: 60px 20px 34%;
  }
}

.sect:nth-child(odd) {
  border-top-left-radius: 45vw;
}

@media screen and (min-width: 769px) {
  .sect:nth-child(odd) {
    border-top-left-radius: 20vw;
  }
}

.sect:nth-child(odd).-noTopImg {
  border-top-left-radius: 20vw;
}

@media screen and (min-width: 769px) {
  .sect:nth-child(odd).-noTopImg {
    border-top-left-radius: 20vw;
  }
}

.sect:nth-child(even) {
  border-top-right-radius: 45vw;
}

@media screen and (min-width: 769px) {
  .sect:nth-child(even) {
    border-top-right-radius: 20vw;
  }
}

.sect:nth-child(even).-noTopImg {
  border-top-right-radius: 20vw;
}

@media screen and (min-width: 769px) {
  .sect:nth-child(even).-noTopImg {
    border-top-right-radius: 20vw;
  }
}

@media screen and (min-width: 769px) {
  .sect:nth-child(even) .sect_top_txtArea {
    margin-right: 0;
    margin-left: 6%;
  }
  .sect:nth-child(even) .sect_top_txtArea:first-child {
    margin: 0;
  }
}

.sect:last-child {
  padding-bottom: 30%;
}

@media screen and (min-width: 769px) {
  .sect:last-child {
    padding-bottom: 9%;
  }
}

@media screen and (min-width: 769px) {
  .sect_top {
    max-width: 1120px;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
  }
}

.sect_top_img {
  width: 100%;
  margin-bottom: 45px;
}

@media screen and (min-width: 769px) {
  .sect_top_img {
    width: 45%;
    height: auto;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .sect_top_txtArea {
    width: 49%;
    margin-left: 6%;
  }
}

.sect_top_txtArea:first-child {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .sect_top_txtArea:first-child {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .sect_top_ttlArea {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .sect_top_ttlArea .sect_top_ttl {
    margin-bottom: 0;
    font-size: clamp(42px, 4.6vw, 58px);
  }
}

.sect_top_ttl-ja {
  line-height: 1.4;
  font-size: 25px;
  font-weight: bold;
  font-family: inherit;
}

@media screen and (min-width: 769px) {
  .sect_top_ttl + .sect_top_txt {
    margin-top: 20px;
  }
}

.sect_top_txt {
  margin-top: 10px;
}

.sect .stickyImg,
.sect .img,
.sect .loopMedia {
  margin-left: -20px;
  margin-right: -20px;
}

.icon__button {
  display: block;
  border: none;
  width: 44px;
  height: 0;
  padding: 44px 10px 0;
  overflow: hidden;
  margin: 0;
}

.icon__button--menu {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 1;
  background: url("../images/base/icon__menu--white.svg") no-repeat center rgba(3, 60, 117, 0.3);
}

.icon__button--close {
  visibility: hidden;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 21;
  background: url("../images/base/icon__close.svg") no-repeat center;
}

@media screen and (min-width: 769px) {
  .stickyImg {
    max-width: 1000px;
    margin: 0 auto !important;
  }
}

.stickyImg_item {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}

.stickyImg_item:first-child {
  margin-top: 0;
}

.stickyImg_item:first-child img {
  top: 10%;
  right: 8%;
  transform: rotate(-5deg);
}

@media screen and (min-width: 769px) {
  .stickyImg_item:first-child img {
    top: 20%;
    right: 0;
    transform: rotate(1.5deg);
  }
}

.stickyImg_item:nth-child(2) img {
  top: 34%;
  left: 8%;
  transform: rotate(-2.5deg);
}

@media screen and (min-width: 769px) {
  .stickyImg_item:nth-child(2) img {
    top: 23%;
    left: 0;
  }
}

.stickyImg_item:nth-child(3) {
  text-align: center;
}

.stickyImg_item:nth-child(3) img {
  top: 20%;
  left: 23%;
  transform: rotate(7deg);
}

@media screen and (min-width: 769px) {
  .stickyImg_item:nth-child(3) img {
    transform: rotate(11deg);
  }
}

.stickyImg_item img {
  position: absolute;
  width: 58%;
}

@media screen and (min-width: 769px) {
  .stickyImg_item img {
    width: auto;
    height: 56%;
  }
}

@media screen and (min-width: 769px) {
  .mov {
    overflow: hidden;
    margin: 0 -20px;
    padding: 0 20px;
  }
}

.mov_selector {
  overflow: hidden;
  margin: 30px -20px 0;
  padding: 0 20px 12px;
}

@media screen and (min-width: 769px) {
  .mov_selector {
    overflow: visible;
    max-width: 1120px;
    margin: 50px auto 0;
    padding: 0 0 12px;
  }
}

.mov_selector .swiper {
  overflow: visible;
}

.mov_selector_item {
  position: relative;
  width: 80%;
  padding: 15px 20px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.mov_selector_item.is-active {
  border: none;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}

.mov_selector_item.is-active:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
}

.mov_selector_item.is-active:before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: rgba(255, 255, 255, 0.6);
  border-width: 11px;
  margin-left: -11px;
}

.mov_selector_cap {
  font-size: 10px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .mov_selector_cap {
    font-size: 11px;
  }
}

.mov_selector_txt {
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .mov_selector_txt {
    font-size: 16px;
  }
}

.mov_body {
  margin-top: 8px;
}

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

.mov_item {
  position: relative;
  padding-top: 56.25%;
}

.mov_item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loopMedia {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .loopMedia {
    margin-top: 60px;
  }
}

.loopMedia .swiper-wrapper {
  transition-timing-function: linear;
}

.loopMedia_item {
  width: 75%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .loopMedia_item {
    width: 360px;
  }
}

.loopMedia_item a {
  display: block;
  padding: 15px;
  background: #fff;
  border-radius: 15px;
}

@media screen and (min-width: 769px) {
  .loopMedia_item a {
    padding: 20px;
  }
}

.loopMedia_item_img {
  position: relative;
  padding-top: 66.6406%;
}

.loopMedia_item_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.loopMedia_item_ttl {
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .loopMedia_item_ttl {
    font-size: 16px;
  }
}

.loopMedia_item_txtArea {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 11px;
  font-family: "indivisible", noto-sans-cjk-jp, sans-serif;
}

@media screen and (min-width: 769px) {
  .loopMedia_item_txtArea {
    margin-top: 5px;
  }
}

.loopMedia_item.flickrLink {
  width: 55%;
}

@media screen and (min-width: 769px) {
  .loopMedia_item.flickrLink {
    width: 265px;
  }
}

.loopMedia_item.flickrLink a {
  overflow: hidden;
  position: relative;
  height: 100%;
  padding: 0;
}

.loopMedia_item.flickrLink a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.loopMedia_item.flickrLink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loopMedia_item.flickrLink p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  font-family: "indivisible", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .loopMedia_item.flickrLink p {
    font-size: 23px;
  }
}

.loopMedia_item.flickrLink svg {
  display: block;
  margin: 10px auto 0;
}

.items-large {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .items-large {
    max-width: 1120px;
    margin: 80px auto 0;
  }
}

.items-large_item {
  overflow: hidden;
  margin-top: 20px;
  border-radius: 15px;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .items-large_item {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
  .items-large_item:nth-child(odd) {
    flex-direction: row-reverse;
    padding-left: 2.7%;
  }
}

.items-large_item .btn {
  margin: 10px auto;
}

@media screen and (min-width: 769px) {
  .items-large_item .btn {
    max-width: 240px;
    margin: 5% 0 0;
  }
}

.items-large_txtArea {
  padding: 20px;
}

@media screen and (min-width: 769px) {
  .items-large_txtArea {
    width: 51%;
    padding: 2.7%;
  }
}

.items-large_meta {
  margin-top: 20px;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  .items-large_meta {
    display: flex;
    margin-top: 9%;
  }
}

.items-large_meta p {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .items-large_meta p {
    margin-top: 0;
  }
  .items-large_meta p:first-child {
    margin-right: 3%;
  }
}

@media screen and (min-width: 769px) {
  .items-large_img {
    width: 49%;
  }
}

.items-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .items-list {
    max-width: 1120px;
    margin: 60px auto 0;
  }
}

.items-list_item {
  width: 32%;
  margin: 0 2% 2% 0;
}

@media screen and (min-width: 769px) {
  .items-list_item {
    width: 24%;
    margin: 0 1.3333% 1.3333% 0;
  }
}

.items-list_item .name {
  margin: 5px 0 3px;
  font-size: 10px;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .items-list_item .name {
    font-size: 12px;
  }
}

.items-list_item .price {
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .items-list_item .price {
    font-size: 14px;
  }
}

.items-list_item:nth-child(-n + 4) {
  width: 48%;
  margin: 0 4% 4% 0;
}

@media screen and (min-width: 769px) {
  .items-list_item:nth-child(-n + 4) {
    width: 24%;
    margin: 0 1.3333% 3% 0;
  }
}

.items-list_item:nth-child(-n + 4) .name {
  font-size: 12px;
}

.items-list_item:nth-child(-n + 4) .price {
  font-size: 14px;
}

.items-list_item:nth-child(2), .items-list_item:nth-child(4) {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .items-list_item:nth-child(2), .items-list_item:nth-child(4) {
    margin: 0 1.3333% 3% 0;
  }
}

.items-list_item:nth-child(7), .items-list_item:nth-child(10) {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .items-list_item:nth-child(7), .items-list_item:nth-child(10) {
    margin: 0 1.3333% 3% 0;
  }
}

@media screen and (min-width: 769px) {
  .items-list_item:nth-child(4n) {
    margin-right: 0;
  }
}

.img {
  margin-top: 70px;
}

@media screen and (min-width: 769px) {
  .img {
    margin-top: 120px;
  }
}

.bikelinks {
  margin: 80px -20px 0;
  padding: 60px 20px;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .bikelinks {
    max-width: 1120px;
    margin: 160px auto 0;
    padding: 60px 50px;
  }
}

.bikelinks_ttl {
  font-size: 30px;
  font-weight: bold;
  font-family: "indivisible", noto-sans-cjk-jp, sans-serif;
}

@media screen and (min-width: 769px) {
  .bikelinks_ttl {
    font-size: 35px;
  }
}

.bikelinks_online {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
  .bikelinks_online_items {
    display: flex;
    margin-top: 20px;
  }
}

.bikelinks_online_item {
  margin-top: 20px;
}

@media screen and (min-width: 769px) {
  .bikelinks_online_item {
    width: 49%;
    margin: 0 0 0 2%;
  }
  .bikelinks_online_item:first-child {
    margin-left: 0;
  }
}

.bikelinks_online_item a {
  display: block;
  position: relative;
  padding-top: 74.6268%;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .bikelinks_online_item a {
    padding-top: 46%;
  }
}

.bikelinks_online_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bikelinks_online_txtArea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}

.bikelinks_online_txtArea h4 {
  font-size: 22px;
  font-family: "indivisible", noto-sans-cjk-jp, sans-serif;
}

@media screen and (min-width: 769px) {
  .bikelinks_online_txtArea h4 {
    font-size: 25px;
  }
}

@media screen and (min-width: 769px) {
  .bikelinks_online_txtArea p {
    font-size: 13px;
  }
}

.bikelinks_online_txtArea p:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.bikelinks_online_txtArea p:last-child svg {
  margin-left: 5px;
  margin-bottom: -1px;
}

.bc {
  overflow: hidden;
  margin: 0 -20px;
  padding: 0 20px;
}

.bc .swiper-button-next, .bc .swiper-button-prev {
  display: none;
}

@media screen and (min-width: 769px) {
  .bc .swiper-button-next, .bc .swiper-button-prev {
    display: block;
    width: auto;
    height: auto;
  }
  .bc .swiper-button-next:after, .bc .swiper-button-prev:after {
    color: #000;
    font-size: 22px;
  }
  .bc .swiper-button-next.swiper-button-disabled, .bc .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
}

@media screen and (min-width: 769px) {
  .bc .swiper-button-next {
    right: -20px;
  }
}

@media screen and (min-width: 769px) {
  .bc .swiper-button-prev {
    left: -20px;
  }
}

.bc_list {
  overflow: visible;
  margin-top: 20px;
}

.bc_list_item {
  width: 90%;
}

.bc_name {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.heading42 {
  margin-bottom: 25px;
  line-height: 1;
  font-size: 42px;
  font-weight: bold;
  font-family: "indivisible", noto-sans-cjk-jp, sans-serif;
}

@media screen and (min-width: 769px) {
  .heading42 {
    font-size: 58px;
  }
}

.heading35 {
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  font-family: "indivisible", noto-sans-cjk-jp, sans-serif;
}

@media screen and (min-width: 769px) {
  .heading35 {
    font-size: 45px;
    font-size: clamp(35px, 3.6vw, 45px);
  }
}

.heading25ja {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .heading25ja {
    font-size: 45px;
  }
}

.sub20 {
  font-size: 20px;
  font-weight: bold;
  font-family: "indivisible", noto-sans-cjk-jp, sans-serif;
}

.sub18 {
  font-size: 18px;
  font-weight: bold;
  font-family: "indivisible", noto-sans-cjk-jp, sans-serif;
}

@media screen and (min-width: 769px) {
  .sub18 {
    font-size: 20px;
  }
}

.sub15 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .sub15 {
    font-size: 18px;
  }
}

.sub15 + .sub20 {
  margin: 10px 0 5px;
}

@media screen and (min-width: 769px) {
  .sub15 + .sub20 {
    margin-top: 15px;
  }
}

.btn {
  max-width: 360px;
  margin: 40px auto 0;
}

.btn a {
  display: block;
  text-align: center;
  padding: 14px 10px;
  font-weight: bold;
  border: 1px solid #000;
}

.btn svg {
  margin-left: 5px;
  margin-bottom: -1px;
}

.btn.-blk a {
  background: #000;
  color: #fff;
}

.ano {
  font-size: 10px;
}

.footNav {
  position: relative;
  padding: 80px 20px 100px;
  background: url(../images/img_footNav.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .footNav {
    padding: 13% 20px 15%;
    background-position: center top 87%;
  }
}

.footNav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.footNav_inr {
  position: relative;
}

.footNav_logo {
  max-width: 200px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 769px) {
  .footNav_logo {
    max-width: 300px;
  }
}

@media screen and (min-width: 769px) {
  .footNav_txt {
    text-align: center;
  }
}

.footNav_btns {
  margin-top: 35px;
}

@media screen and (min-width: 769px) {
  .footNav_btns {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}

.footNav_btn {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .footNav_btn {
    width: 300px;
    margin: 10px 15px;
  }
}

.footNav_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.footNav_btn a svg {
  margin: 1.5px 0 0 5px;
}

.footNav_btn.-white a {
  background: #fff;
  color: #000;
}

/************************************************************
switch language
*********************************************************** */
.switch-language {
  position: absolute;
  top: 0;
  right: 20px;
  text-align: center;
  z-index: 100;
}

.switch-language h4 {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
  color: #000;
  font-family: 'Oswald', sans-serif;
}

.switch-language a {
  font-size: 14px;
  color: #000;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  line-height: 1em;
  overflow: hidden;
}

.lead_txt {
  padding-bottom: 10px;
}

body.ja .en {
  display: none;
}

body.ja .ja {
  display: block;
}

body.ja span.ja {
  display: inline;
}

body.en .ja {
  display: none;
}

body.en .en {
  display: block;
}

body.en span.en {
  display: inline;
}

.switch-language a span {
  display: inline-block;
  border: #000 solid 2px;
  float: left;
  padding: 6px 12px;
}

.switch-language a span.btn-ja {
  border-radius: 3px 0 0 3px;
}

.switch-language a span.btn-en {
  border-radius: 0 3px 3px 0;
}

.switch-language a .select {
  background: #000;
  color: #fff;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

.scroll {
  margin: 50px -20px;
}

@media screen and (min-width: 769px) {
  .scroll {
    margin: 100px -20px;
  }
}

.scroll_list {
  display: flex;
}

.scroll_list_item {
  width: 67vw;
  margin: 0 5px;
}

@media screen and (min-width: 769px) {
  .scroll_list_item {
    width: 28vw;
    margin: 0 10px;
  }
}

.scroll_list_item img {
  object-fit: cover;
  height: 100%;
}

.scroll_wrap {
  display: flex;
  overflow: hidden;
}

.scrollL {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scrollR {
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.bl-header {
  position: relative;
  background-color: #033c75;
  height: 54px;
  z-index: 2;
}

.bl-header .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.bl-header h1 {
  z-index: 100;
  padding: 0 15px;
}

.bl-header h1 img.bl-house-logo {
  width: 84px;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.2);
}

.bl-header .header-menu {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
}

.bl-header .header-menu-block {
  position: fixed;
  top: 0;
  right: -200px;
  width: 87%;
  height: 100vh;
  margin: auto;
  padding: 10px;
  background-color: #ffffff;
  transition: right 0.2s;
}

.bl-header .header-menu-list-wrapper {
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
  transition: visibility 0s ease-out 0.3s, opacity 0.2s;
}

.bl-header .header-menu-list-wrapper-opened {
  transition: visibility 0s;
  visibility: visible;
  opacity: 1;
}

.bl-header .header-menu-list-wrapper-opened .header-menu-block {
  transition: right 0.2s;
  right: 0;
}

.bl-header .header-menu-list {
  padding: 0;
  list-style: none;
}

.bl-header .header-menu li a {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  color: #08c1d1;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.bl-header .header-menu-contact {
  margin-top: 25px;
  padding-left: 12px;
  color: #666;
}

.bl-header .header-menu-contact__head {
  font-size: 14px;
}

.bl-header .header-menu-contact__body {
  display: flex;
  align-items: center;
  margin-top: 7px;
  font-size: 13px;
}

.bl-header .header-menu-contact a {
  display: inline-block;
  color: #666;
  text-decoration: underline;
}

.bl-header .header-menu-contact svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  fill: #666;
}

.bl-header .online_store_icon {
  width: 86px;
  position: fixed;
  top: 5px;
  right: 57px;
  padding: 4px;
}

.bl-header .online_store_icon img {
  width: 100%;
  height: auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.8));
  transition: filter 0.2s linear;
}

.bl-header .online_store_icon img:hover {
  filter: none;
}

@media (min-width: 768px) {
  .bl-header {
    height: 74px;
  }
  .bl-header .container {
    max-width: 1120px;
    margin: 0 auto;
  }
  .bl-header h1 img.bl-house-logo {
    width: 100px;
  }
  .bl-header .header-menu {
    width: 72%;
    height: 74px;
    padding: 0;
    align-items: center;
  }
  .bl-header .header-menu .icon__button--menu {
    display: none;
  }
  .bl-header .header-menu-list-wrapper {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: none;
  }
  .bl-header .header-menu-block {
    position: static;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
    background: none;
  }
  .bl-header .header-menu-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .bl-header .header-menu li a {
    color: #ffffff;
    border-bottom: none;
    font-size: 14px;
    padding: 5px;
  }
  .bl-header .header-menu li a:hover {
    color: #08c1d1;
  }
  .bl-header .header-menu-contact {
    margin-top: 0;
    padding: 0;
    color: #ffffff;
  }
  .bl-header .header-menu-contact__head {
    font-weight: bold;
    font-size: 13px;
  }
  .bl-header .header-menu-contact__body {
    margin-top: 4px;
    font-size: 12px;
  }
  .bl-header .header-menu-contact a {
    color: #ffffff;
  }
  .bl-header .header-menu-contact svg {
    fill: #ffffff;
  }
  .bl-header .online_store_icon {
    position: static;
    display: flex;
    align-items: center;
    height: 74px;
    margin: 0 10px;
  }
}

@media (min-width: 1024px) {
  .bl-header .header-menu-contact__head {
    font-size: 14px;
  }
  .bl-header .header-menu-contact__body {
    margin-top: 7px;
    font-size: 13px;
  }
  .bl-header .header-menu li a {
    font-size: 16px;
  }
  .bl-header .online_store_icon {
    width: 100px;
  }
}

.shops {
  position: relative;
  padding: 70px 0 45px;
  background: #000;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .shops {
    padding: 100px 30px;
    background: #fff;
    color: #000;
  }
}

.shops .sect_head {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .shops .sect_head {
    margin-bottom: 60px;
  }
}

.shops .sect_head .line {
  padding-bottom: 10px;
}

.shops .sect_head .line::after {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .shops_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0 auto;
  }
}

.shops_list_item {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .shops_list_item {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .shops_list_item:nth-child(2n) {
    margin-right: 0;
  }
}

.shops_list_item:last-child {
  margin-bottom: 0;
}

.shops_list_imgArea {
  position: relative;
  margin-bottom: 15px;
}

.shops_list_imgArea:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
}

.shops_list_ttl {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 25px;
  color: #fff;
}

.shops_list_info {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  .shops_list_info {
    padding: 0;
  }
}

.shops_list_info dt {
  width: 70px;
}

.shops_list_info dd {
  width: calc(100% - 70px);
}

.shops_list_info a {
  text-decoration: underline;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .shops_list_info a {
    color: #000;
  }
}

.shops_list_info .mapBtn {
  margin-left: 5px;
  font-size: 10px;
}

.shops_list_info .mapBtn svg {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 13px;
  margin-right: 3px;
}

@media screen and (min-width: 769px) {
  .shops_list_info .mapBtn path {
    fill: #000;
  }
}

.shops_list_btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  .shops_list_btns {
    padding: 0;
  }
}

.shops_list_btn {
  width: 49%;
  margin: 0 2% 2% 0;
}

.shops_list_btn:nth-child(2n) {
  margin-right: 0;
}

.shops_list_btn a {
  display: block;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  color: #000;
}

@media screen and (min-width: 769px) {
  .shops_list_btn a {
    background: #000;
    color: #fff;
  }
}

.shops_list_btn .arw svg {
  margin-left: 5px;
  margin-bottom: -1px;
}

.shops_list_btn .arw path {
  stroke: #000;
}

@media screen and (min-width: 769px) {
  .shops_list_btn .arw path {
    stroke: #fff;
  }
}

.foot {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 10px;
}

/* ページ固有のもの
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
.mv {
  background: #dee6f0;
}

@media screen and (min-width: 769px) {
  .mv_ttl_main {
    letter-spacing: -0.4rem;
  }
}

.about {
  background: #fff;
}

.about_img2 {
  margin-top: 20px;
  text-align: right;
}

@media screen and (min-width: 769px) {
  .about_img2 {
    width: 20%;
    margin-top: 0;
  }
}

.about_img2 img {
  width: 54%;
}

@media screen and (min-width: 769px) {
  .about_btm {
    display: flex;
  }
}

.about_btm_block {
  margin-top: 100px;
}

@media screen and (min-width: 769px) {
  .about_btm_block {
    position: relative;
    width: 49%;
    margin: 0;
    padding-top: 49%;
  }
}

.about_btm_block:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .about_btm_block:first-child {
    margin: 0 2% 0 0;
  }
}

.about_btm_img {
  position: relative;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .about_btm_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.about_btm_img .logo {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 37.5%;
}

@media screen and (min-width: 769px) {
  .about_btm_img .ph {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .about_btm_txtArea {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5% 6%;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  }
}

@media screen and (min-width: 769px) {
  .about_btm_ttlArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .about_btm_ttlArea .logo {
    width: 21%;
  }
}

.about_btm_txt {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .about_btm_txt {
    font-size: 13px;
  }
}

.about_btm_copy {
  font-size: 15px;
}

@media screen and (min-width: 769px) {
  .about_btm_copy {
    font-size: 16px;
  }
}

.media {
  background: url(../images/bg_media.jpg) no-repeat center bottom #91aed6;
  background-size: 230%;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .media {
    padding-bottom: 56%;
    background-size: 124%;
  }
}

.beachClub {
  background: #dee6f0;
}

.items {
  background: #fff;
}

.items .items-large_item {
  background: #ffc1c1;
}

.img {
  margin-bottom: -10%;
}

@media screen and (min-width: 769px) {
  .img {
    margin-bottom: -8%;
  }
}

.footNav {
  background-position: right 31% center;
}
