@charset "UTF-8";
/*==================================================*/
/*==================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  outline: none; }

/*==================================================*/
/*==================================================*/
/*==================================================*/
/*==================================================*/
@media print, screen and (min-width: 1001px) {
  .sp {
    display: none !important; } }

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

/*==================================================*/
/*==================================================*/
/*==================================================
// SCROLL ANIMATION
==================================================*/
._fadeIn {
  opacity: 0;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000); }
  ._fadeIn._show {
    opacity: 1.0; }

._fadeUp {
  opacity: 0;
  transform: translateY(75px);
  transition-duration: 1.25s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); }
  ._fadeUp._show {
    opacity: 1.0;
    transform: translateY(0); }

._fadeUpBack {
  opacity: 0;
  transform: translateY(75px);
  transition-duration: 0.95s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); }
  ._fadeUpBack._show {
    opacity: 1.0;
    transform: translateY(0); }

._scaleIn {
  opacity: 0;
  transform: scale(0.5);
  transition-duration: 0.95s;
  transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); }
  ._scaleIn._show {
    opacity: 1.0;
    transform: scale(1); }

._scaleInBack {
  transform: scale(0);
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); }
  ._scaleInBack._show {
    transform: scale(1); }

._scaleRotateInBack {
  transform: scale(0) rotate(-45deg);
  transition-duration: 0.75s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); }
  ._scaleRotateInBack._show {
    transform: scale(1) rotate(0); }

._delay1 {
  transition-delay: 0.4s; }

._delay2 {
  transition-delay: 0.5s; }

._delay3 {
  transition-delay: 0.6s; }

._delay4 {
  transition-delay: 0.7s; }

._delay5 {
  transition-delay: 0.8s; }

._delay6 {
  transition-delay: 0.9s; }

/*========= 流れるテキスト ===============*/
.slide-in {
  overflow: hidden;
  display: inline-block; }

.slide-in_inner {
  display: inline-block; }

.leftAnime {
  opacity: 0; }

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0; }
  to {
    transform: translateX(0);
    opacity: 1; } }

/*==================================================*/
/*==================================================*/
html {
  line-height: 1; }
  @media print, screen and (min-width: 1001px) {
    html {
      font-size: 12px; } }
  @media screen and (max-width: 1000px) {
    html {
      font-size: 3.2vw;
      height: -webkit-fill-available; } }

body {
  background-color: #fff;
  color: #000;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  position: relative; }
  @media print, screen and (min-width: 1001px) {
    body.debug #island01 .inner {
      height: 1800px; } }
  @media screen and (max-width: 1000px) {
    body.debug #island01 .inner {
      height: 606.66667vw; } }
  body.debug::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    opacity: 0.5; }
    @media print, screen and (min-width: 1001px) {
      body.debug::before {
        background-image: url(../img/debug_pc.png);
        background-size: 1440px;
        background-position: center 100vh; } }
    @media screen and (max-width: 1000px) {
      body.debug::before {
        background-image: url(../img/debug_sp.png);
        background-size: 100%;
        background-position: center 161.6vw; } }

@media screen and (max-width: 1000px) {
  main {
    overflow: hidden; } }

.inner {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 1001px) {
    .inner {
      width: 960px; } }
  @media screen and (max-width: 1000px) {
    .inner {
      width: 84vw; } }

img {
  vertical-align: bottom; }

a {
  color: inherit; }

.link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative; }
  @media print, screen and (min-width: 1001px) {
    .link {
      margin-top: 48px; } }
  @media screen and (max-width: 1000px) {
    .link {
      margin-top: 5.6vw; } }
  .link a {
    display: inline-block;
    position: relative;
    line-height: 1; }
    @media print, screen and (min-width: 1001px) {
      .link a {
        font-size: 14px;
        letter-spacing: 0.08em;
        padding: 18px 90px 18px 10px; }
        .link a:hover::after {
          transform: translateY(-50%) scale(1); }
        .link a:hover + span {
          transform: scale(0); } }
    @media screen and (max-width: 1000px) {
      .link a {
        font-size: 3.46667vw;
        letter-spacing: 0.08em;
        padding: 2.4vw 19.2vw 2.4vw 1.33333vw; } }
    .link a::before {
      content: '';
      display: inline-block;
      height: 1px;
      background-color: #000;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
      @media print, screen and (min-width: 1001px) {
        .link a::before {
          width: 60px;
          right: 24px; } }
      @media screen and (max-width: 1000px) {
        .link a::before {
          width: 12vw;
          right: 5.6vw; } }
    .link a::after {
      content: '';
      display: inline-block;
      background-color: #747474;
      border: 1px solid #747474;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      right: 0;
      z-index: -1;
      transform: translateY(-50%) scale(0);
      transition-duration: .3s; }
      @media print, screen and (min-width: 1001px) {
        .link a::after {
          width: 44px;
          height: 44px;
          right: 0; } }
      @media screen and (max-width: 1000px) {
        .link a::after {
          width: 10.66667vw;
          height: 10.66667vw; } }
    .link a + span {
      content: '';
      display: inline-block;
      border: 1px solid #000000;
      border-radius: 100%;
      position: absolute;
      pointer-events: none;
      transition-duration: .3s;
      transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000); }
      @media print, screen and (min-width: 1001px) {
        .link a + span {
          width: 46px;
          height: 46px; } }
      @media screen and (max-width: 1000px) {
        .link a + span {
          width: 10.66667vw;
          height: 10.66667vw; } }
  @media print, screen and (min-width: 1001px) {
    .link.prev a {
      padding: 18px 10px 18px 90px; } }
  @media screen and (max-width: 1000px) {
    .link.prev a {
      padding: 2.4vw 1.33333vw 2.4vw 20vw; } }
  .link.prev a::before {
    right: auto; }
    @media print, screen and (min-width: 1001px) {
      .link.prev a::before {
        left: 24px; } }
    @media screen and (max-width: 1000px) {
      .link.prev a::before {
        left: 5.33333vw; } }
  .link.prev a::after {
    right: auto;
    left: 0; }
  .link.prev a + span {
    left: 0; }

h2 {
  font-weight: 500;
  letter-spacing: 0.105em; }
  @media print, screen and (min-width: 1001px) {
    h2 {
      font-size: 32px; } }
  @media screen and (max-width: 1000px) {
    h2 {
      font-size: 6.13333vw; } }

h3 {
  font-weight: 500; }
  @media print, screen and (min-width: 1001px) {
    h3 {
      font-size: 28px; } }
  @media screen and (max-width: 1000px) {
    h3 {
      font-size: 4.8vw; } }

h4 {
  font-weight: 500;
  letter-spacing: 0.02em; }
  @media print, screen and (min-width: 1001px) {
    h4 {
      font-size: 24px; } }
  @media screen and (max-width: 1000px) {
    h4 {
      font-size: 4.26667vw; } }

@media print, screen and (min-width: 1001px) {
  p {
    line-height: 2.67; } }

@media screen and (max-width: 1000px) {
  p {
    line-height: 2.25; } }

p.lead {
  letter-spacing: 0.105em; }
  @media print, screen and (min-width: 1001px) {
    p.lead {
      font-size: 14px;
      line-height: 2.714; } }
  @media screen and (max-width: 1000px) {
    p.lead {
      font-size: 3.46667vw;
      line-height: 2.54; } }

.color01 {
  color: #966d45; }

.color02 {
  color: #a40018; }

.color03 {
  color: #f5a100; }

.color04 {
  color: #9e8a6b; }

.color05 {
  color: #2662a3; }

.color06 {
  color: #017f66; }

.color07 {
  color: #eb6100; }

.color08 {
  color: #c9427e; }

.color09 {
  color: #178cb4; }

.color10 {
  color: #39a631; }

.color11 {
  color: #ca3c03; }

/*==================================================*/
/*==================================================*/
header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff; }
  @media print, screen and (min-width: 1001px) {
    header {
      height: 70px; } }
  @media screen and (max-width: 1000px) {
    header {
      width: 100%;
      height: 13.33333vw;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; } }
  header h1 {
    font-size: 0; }
    header h1 a {
      position: relative;
      display: inline-block;
      background-color: #fff;
      background-image: url(https://www.asoview.com/img/sp/common/logo-image_kana-a5c45b842cea56b781f663a7d536559e.svg);
      background-repeat: no-repeat;
      background-position: center;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 100%; }
      @media print, screen and (min-width: 1001px) {
        header h1 a {
          width: 150px;
          height: 28px;
          background-size: 150px; } }
      @media screen and (max-width: 1000px) {
        header h1 a {
          width: 26.66667vw;
          height: 5.06667vw;
          background-size: 26.66667vw; } }

/*==================================================*/
/*==================================================*/
#mv {
  position: relative;
  width: 100%; }
  @media print, screen and (min-width: 1001px) {
    #mv {
      height: calc(100vh - 70px);
      min-height: 700px; } }
  @media screen and (max-width: 1000px) {
    #mv {
      height: 100vh;
      height: -webkit-fill-available;
      min-height: 160vw;
      overflow: hidden; } }
  #mv #v-wrap {
    opacity: 0;
    animation: opFadeIn 1.5s forwards 1s; }
  #mv .v {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition-delay: 0.2s;
    transition-duration: 1s; }
    #mv .v.__fade {
      opacity: 0; }
    #mv .v::after {
      content: '';
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      animation: opFadeIn 10s forwards 2.5s; }
      @media print, screen and (min-width: 1001px) {
        #mv .v::after {
          width: 240px;
          border-right: 1px solid #fff;
          background-color: rgba(0, 0, 0, 0.05); } }
      @media screen and (max-width: 1000px) {
        #mv .v::after {
          width: 32vw;
          background-color: rgba(110, 110, 110, 0.1); } }
    #mv .v img {
      object-fit: cover;
      object-position: center;
      width: 100%; }
      @media print, screen and (min-width: 1001px) {
        #mv .v img {
          height: calc(100vh - 70px);
          min-height: 700px; } }
      @media screen and (max-width: 1000px) {
        #mv .v img {
          height: 100vh;
          height: -webkit-fill-available;
          min-height: 160vw; } }
    #mv .v .blur-img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden;
      width: 0;
      opacity: 0;
      animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); }
      @media print, screen and (min-width: 1001px) {
        #mv .v .blur-img {
          animation: opScaleInPC 2s forwards 2.5s; } }
      @media screen and (max-width: 1000px) {
        #mv .v .blur-img {
          animation: opScaleInSP 2s forwards 2.5s; } }
      #mv .v .blur-img .image {
        width: 100vw;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; }
    @media print, screen and (min-width: 1001px) {
      #mv .v.v1 .image {
        background-image: url(../img/mv01_blur.jpg); }
      #mv .v.v2 .image {
        background-image: url(../img/mv02_blur.jpg); }
      #mv .v.v3 .image {
        background-image: url(../img/mv03_blur.jpg); }
      #mv .v.v4 .image {
        background-image: url(../img/mv04_blur.jpg); }
      #mv .v.v5 .image {
        background-image: url(../img/mv05_blur.jpg); }
      #mv .v.v6 .image {
        background-image: url(../img/mv06_blur.jpg); }
      #mv .v.v7 .image {
        background-image: url(../img/mv07_blur.jpg); }
      #mv .v.v8 .image {
        background-image: url(../img/mv08_blur.jpg); }
      #mv .v.v9 .image {
        background-image: url(../img/mv09_blur.jpg); }
      #mv .v.v10 .image {
        background-image: url(../img/mv10_blur.jpg); }
      #mv .v.v11 .image {
        background-image: url(../img/mv11_blur.jpg); } }
    @media screen and (max-width: 1000px) {
      #mv .v.v1 .image {
        background-image: url(../img/mv01_blur_sp.jpg); }
      #mv .v.v2 .image {
        background-image: url(../img/mv02_blur_sp.jpg); }
      #mv .v.v3 .image {
        background-image: url(../img/mv03_blur_sp.jpg); }
      #mv .v.v4 .image {
        background-image: url(../img/mv04_blur_sp.jpg); }
      #mv .v.v5 .image {
        background-image: url(../img/mv05_blur_sp.jpg); }
      #mv .v.v6 .image {
        background-image: url(../img/mv06_blur_sp.jpg); }
      #mv .v.v7 .image {
        background-image: url(../img/mv07_blur_sp.jpg); }
      #mv .v.v8 .image {
        background-image: url(../img/mv08_blur_sp.jpg); }
      #mv .v.v9 .image {
        background-image: url(../img/mv09_blur_sp.jpg); }
      #mv .v.v10 .image {
        background-image: url(../img/mv10_blur_sp.jpg); }
      #mv .v.v11 .image {
        background-image: url(../img/mv11_blur_sp.jpg); } }
    #mv .v .caption {
      position: absolute;
      color: #fff;
      line-height: 1; }
      @media print, screen and (min-width: 1001px) {
        #mv .v .caption {
          font-size: 16px;
          left: 260px;
          bottom: 15px; } }
      @media screen and (max-width: 1000px) {
        #mv .v .caption {
          font-size: 2.13333vw;
          right: 2.66667vw;
          bottom: 2.66667vw; } }
  #mv h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    letter-spacing: 0.1em;
    line-height: 1.84;
    z-index: 1;
    opacity: 0;
    transition-duration: 1.5s;
    animation: opFadeIn 1.25s forwards 4.5s; }
    @media print, screen and (min-width: 1001px) {
      #mv h1 {
        padding-top: 150px;
        width: 240px;
        font-size: 38px; } }
    @media screen and (max-width: 1000px) {
      #mv h1 {
        padding-top: 26.66667vw;
        width: 32vw;
        font-size: 6.93333vw; } }
    #mv h1 picture {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
      @media print, screen and (min-width: 1001px) {
        #mv h1 picture {
          top: 40px; } }
      @media screen and (max-width: 1000px) {
        #mv h1 picture {
          top: 24vw; }
          #mv h1 picture img {
            width: 24vw; } }
  #mv #t-wrap {
    opacity: 0;
    animation: opFadeIn 1.25s forwards 4.5s;
    overflow: visible; }
  #mv .t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
    color: #fff;
    position: absolute;
    transition-delay: 0.2s;
    transition-duration: .3s;
    overflow: visible; }
    @media print, screen and (min-width: 1001px) {
      #mv .t {
        left: 50px;
        bottom: 30px; } }
    @media screen and (max-width: 1000px) {
      #mv .t {
        left: 4vw;
        bottom: 6.93333vw; } }
    #mv .t.__fade {
      opacity: 0; }
    #mv .t .num {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 0 1px 1px;
      border: 1px solid rgba(255, 255, 255, 0.45);
      border-radius: 100%;
      letter-spacing: 0.1em;
      line-height: 1; }
      @media print, screen and (min-width: 1001px) {
        #mv .t .num {
          margin-right: 15px;
          width: 40px;
          height: 40px;
          font-size: 14px; } }
      @media screen and (max-width: 1000px) {
        #mv .t .num {
          margin-right: 2.66667vw;
          width: 8vw;
          height: 8vw;
          font-size: 3.46667vw; } }
    #mv .t .txt {
      letter-spacing: 0.1em; }
      @media print, screen and (min-width: 1001px) {
        #mv .t .txt {
          font-size: 24px; } }
      @media screen and (max-width: 1000px) {
        #mv .t .txt {
          font-size: 4.26667vw; } }
  #mv svg {
    position: absolute;
    transform: rotate(-90deg); }
    @media print, screen and (min-width: 1001px) {
      #mv svg {
        left: 45px;
        bottom: 37px; } }
    @media screen and (max-width: 1000px) {
      #mv svg {
        width: 9.73333vw;
        height: 9.73333vw;
        left: 3.06667vw;
        bottom: 6.8vw; } }
  #mv .timer-circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 0 360; }
    #mv .timer-circle.circle-stroke {
      animation: circleStroke 5s forwards 0.1s;
      animation-timing-function: linear; }

@keyframes opFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opScaleInPC {
  0% {
    width: 0;
    opacity: 0; }
  100% {
    width: 240px;
    opacity: 1; } }

@keyframes opScaleInSP {
  0% {
    width: 0;
    opacity: 0; }
  100% {
    width: 32vw;
    opacity: 1; } }

@keyframes circleStroke {
  0% {
    stroke-dasharray: 0 180; }
  100% {
    stroke-dasharray: 180 180; } }

/*==================================================*/
/*==================================================*/
#lead {
  overflow: hidden; }
  @media print, screen and (min-width: 1001px) {
    #lead .inner {
      padding: 170px 100px 800px; } }
  @media screen and (max-width: 1000px) {
    #lead .inner {
      padding: 83.73333vw 0 49.06667vw; } }
  #lead .inner .picture picture {
    position: absolute; }
    @media print, screen and (min-width: 1001px) {
      #lead .inner .picture picture.pic1 {
        top: 166px;
        right: -100px; } }
    @media screen and (max-width: 1000px) {
      #lead .inner .picture picture.pic1 {
        display: none; } }
    @media print, screen and (min-width: 1001px) {
      #lead .inner .picture picture.pic2 {
        top: 586px;
        left: -240px; } }
    @media screen and (max-width: 1000px) {
      #lead .inner .picture picture.pic2 {
        top: 20.26667vw;
        right: -8vw; }
        #lead .inner .picture picture.pic2 img {
          object-fit: cover;
          width: 42.66667vw;
          height: 42.66667vw; } }
    @media print, screen and (min-width: 1001px) {
      #lead .inner .picture picture.pic3 {
        top: 1337px;
        left: -120px; } }
    @media screen and (max-width: 1000px) {
      #lead .inner .picture picture.pic3 {
        left: -8vw;
        bottom: 0; }
        #lead .inner .picture picture.pic3 img {
          object-fit: cover;
          width: 45.33333vw;
          height: 33.33333vw; } }
  @media print, screen and (min-width: 1001px) {
    #lead h2 {
      font-size: 38px; } }
  @media screen and (max-width: 1000px) {
    #lead h2 {
      font-size: 6.93333vw; } }
  #lead h2 small {
    display: block;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.105em; }
    @media print, screen and (min-width: 1001px) {
      #lead h2 small {
        margin-bottom: 40px;
        font-size: 20px; } }
    @media screen and (max-width: 1000px) {
      #lead h2 small {
        margin-bottom: 5.33333vw;
        font-size: 3.73333vw; } }
  @media print, screen and (min-width: 1001px) {
    #lead .lead1 {
      margin-top: 50px;
      line-height: 2.064; } }
  @media screen and (max-width: 1000px) {
    #lead .lead1 {
      margin-top: 10.4vw;
      line-height: 1.92; } }
  @media print, screen and (min-width: 1001px) {
    #lead .lead2 {
      margin-top: 70px;
      margin-left: 140px;
      line-height: 2.064; } }
  @media screen and (max-width: 1000px) {
    #lead .lead2 {
      margin-top: 10.93333vw;
      line-height: 1.92; } }
  #lead .movie {
    background: url(../img/movie_bg.jpg) no-repeat;
    background-size: cover;
    z-index: 1;
    transition-property: transform, opacity; }
    @media print, screen and (min-width: 1001px) {
      #lead .movie {
        position: absolute;
        top: 910px;
        left: calc(50% - 120px);
        width: 840px;
        height: 473px; } }
  @media print and (max-width: 1440px), screen and (min-width: 1001px) and (max-width: 1440px) {
    #lead .movie {
      left: auto;
      right: calc(((100vw - 960px) / 2) * -1); } }
    @media screen and (max-width: 1000px) {
      #lead .movie {
        margin: 9.33333vw auto 0;
        width: 84vw;
        height: 47.33333vw; } }
    #lead .movie video {
      width: 100%;
      height: 100%; }

/*==================================================*/
/*==================================================*/
#map {
  background: url(../img/map_bg.png) no-repeat;
  transition-property: transform, opacity; }
  @media print, screen and (min-width: 1001px) {
    #map {
      margin: 64px auto 0;
      width: 100%;
      max-width: 1440px;
      background-position: left top;
      background-size: 880px;
      position: static; } }
  @media print and (max-width: 1440px), screen and (min-width: 1001px) and (max-width: 1440px) {
    #map {
      background-position: calc((100vw - 1440px) / 2) top; } }
  @media screen and (max-width: 1000px) {
    #map {
      margin-top: 32vw;
      background-position: -45.6vw 62.93333vw;
      background-size: 156vw 197.06667vw; } }
  @media print, screen and (min-width: 1001px) {
    #map .inner {
      display: flex;
      flex-direction: row-reverse;
      align-items: flex-start;
      padding-top: 320px;
      position: relative; } }
  @media print, screen and (min-width: 1001px) {
    #map .inner .txt {
      display: flex;
      flex-direction: column;
      margin: 0 58px 0 10px;
      padding-top: 5px;
      padding-bottom: 50px;
      position: sticky;
      top: 50px; } }
  @media screen and (max-width: 1000px) {
    #map .inner .txt h2 {
      letter-spacing: 0.1em; } }
  @media print, screen and (min-width: 1001px) {
    #map .inner .txt p {
      margin-top: 64px;
      letter-spacing: 0.09em; } }
  @media screen and (max-width: 1000px) {
    #map .inner .txt p {
      margin-top: 8.53333vw;
      letter-spacing: 0; } }
  #map .inner #island-list {
    background-image: url(../img/map1.png), url(../img/map2.png), url(../img/map3.png), url(../img/map4.png), url(../img/map5.png), url(../img/map6.png), url(../img/map7.png), url(../img/map8.png), url(../img/map9.png), url(../img/map10.png), url(../img/map11.png); }
    @media print, screen and (min-width: 1001px) {
      #map .inner #island-list {
        order: 0;
        width: 487px;
        height: 854px;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative; } }
    @media screen and (max-width: 1000px) {
      #map .inner #island-list {
        margin-left: -4vw;
        margin-right: -4vw;
        width: 100vw;
        height: 224vw;
        background-repeat: no-repeat;
        background-size: 87.2vw;
        background-position: 7.33333vw 70.66667vw;
        position: relative; } }
    #map .inner #island-list.map01 {
      background-image: url(../img/map1.png); }
    #map .inner #island-list.map02 {
      background-image: url(../img/map2.png); }
    #map .inner #island-list.map03 {
      background-image: url(../img/map3.png); }
    #map .inner #island-list.map04 {
      background-image: url(../img/map4.png); }
    #map .inner #island-list.map05 {
      background-image: url(../img/map5.png); }
    #map .inner #island-list.map06 {
      background-image: url(../img/map6.png); }
    #map .inner #island-list.map07 {
      background-image: url(../img/map7.png); }
    #map .inner #island-list.map08 {
      background-image: url(../img/map8.png); }
    #map .inner #island-list.map09 {
      background-image: url(../img/map9.png); }
    #map .inner #island-list.map10 {
      background-image: url(../img/map10.png); }
    #map .inner #island-list.map11 {
      background-image: url(../img/map11.png); }
    #map .inner #island-list li {
      position: absolute; }
      @media print, screen and (min-width: 1001px) {
        #map .inner #island-list li:nth-child(1) {
          top: 15px;
          left: 238px; }
          #map .inner #island-list li:nth-child(1) img {
            width: 86px; }
        #map .inner #island-list li:nth-child(2) {
          top: 77px;
          left: 84px; }
          #map .inner #island-list li:nth-child(2) img {
            width: 86px; }
        #map .inner #island-list li:nth-child(3) {
          top: 116px;
          left: 199px; }
          #map .inner #island-list li:nth-child(3) img {
            width: 85px; }
        #map .inner #island-list li:nth-child(4) {
          top: 137px;
          left: 35px; }
          #map .inner #island-list li:nth-child(4) img {
            width: 115px; }
        #map .inner #island-list li:nth-child(5) {
          top: 176px;
          left: 169px; }
          #map .inner #island-list li:nth-child(5) img {
            width: 115px; }
        #map .inner #island-list li:nth-child(6) {
          top: 228px;
          left: 261px; }
          #map .inner #island-list li:nth-child(6) img {
            width: 108px; }
        #map .inner #island-list li:nth-child(7) {
          top: 281px;
          left: 126px; }
          #map .inner #island-list li:nth-child(7) img {
            width: 115px; }
        #map .inner #island-list li:nth-child(8) {
          top: 444px;
          left: 338px; }
          #map .inner #island-list li:nth-child(8) img {
            width: 114px; }
        #map .inner #island-list li:nth-child(9) {
          top: 616px;
          left: 164px; }
          #map .inner #island-list li:nth-child(9) img {
            width: 115px; }
        #map .inner #island-list li:nth-child(10) {
          top: 711px;
          left: 225px; }
          #map .inner #island-list li:nth-child(10) img {
            width: 85px; }
        #map .inner #island-list li:nth-child(11) {
          top: 756px;
          left: 64px; }
          #map .inner #island-list li:nth-child(11) img {
            width: 84px; } }
      @media screen and (max-width: 1000px) {
        #map .inner #island-list li:nth-child(1) {
          top: 73.6vw;
          left: 48vw; }
          #map .inner #island-list li:nth-child(1) img {
            width: 16.4vw; }
        #map .inner #island-list li:nth-child(2) {
          top: 83.06667vw;
          left: 19.86667vw; }
          #map .inner #island-list li:nth-child(2) img {
            width: 16.4vw; }
        #map .inner #island-list li:nth-child(3) {
          top: 89.06667vw;
          left: 41.06667vw; }
          #map .inner #island-list li:nth-child(3) img {
            width: 16.26667vw; }
        #map .inner #island-list li:nth-child(4) {
          top: 93.86667vw;
          left: 10.13333vw; }
          #map .inner #island-list li:nth-child(4) img {
            width: 21.86667vw; }
        #map .inner #island-list li:nth-child(5) {
          top: 100.93333vw;
          left: 35.6vw; }
          #map .inner #island-list li:nth-child(5) img {
            width: 21.86667vw; }
        #map .inner #island-list li:nth-child(6) {
          top: 111.73333vw;
          left: 53.06667vw; }
          #map .inner #island-list li:nth-child(6) img {
            width: 20.66667vw; }
        #map .inner #island-list li:nth-child(7) {
          top: 119.86667vw;
          left: 26.93333vw; }
          #map .inner #island-list li:nth-child(7) img {
            width: 21.86667vw; }
        #map .inner #island-list li:nth-child(8) {
          top: 149.2vw;
          left: 66.13333vw; }
          #map .inner #island-list li:nth-child(8) img {
            width: 21.86667vw; }
        #map .inner #island-list li:nth-child(9) {
          top: 179.73333vw;
          left: 33.33333vw; }
          #map .inner #island-list li:nth-child(9) img {
            width: 22vw; }
        #map .inner #island-list li:nth-child(10) {
          top: 196.53333vw;
          left: 44.66667vw; }
          #map .inner #island-list li:nth-child(10) img {
            width: 16.26667vw; }
        #map .inner #island-list li:nth-child(11) {
          top: 203.86667vw;
          left: 15.86667vw; }
          #map .inner #island-list li:nth-child(11) img {
            width: 16.13333vw; } }
    #map .inner #island-list a {
      opacity: 0; }

/*==================================================*/
/*==================================================*/
#island-slides {
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 1001px) {
    #island-slides {
      margin-top: 30px; } }
  #island-slides .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    #island-slides .swiper-wrapper .swiper-slide {
      position: relative; }
      @media print, screen and (min-width: 1001px) {
        #island-slides .swiper-wrapper .swiper-slide {
          width: 600px;
          height: 340px; } }
      @media screen and (max-width: 1000px) {
        #island-slides .swiper-wrapper .swiper-slide {
          width: 80vw;
          height: 45.33333vw; } }
      #island-slides .swiper-wrapper .swiper-slide img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%;
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2); }
      #island-slides .swiper-wrapper .swiper-slide .caption {
        position: absolute;
        color: #fff;
        line-height: 1;
        z-index: 2; }
        @media print, screen and (min-width: 1001px) {
          #island-slides .swiper-wrapper .swiper-slide .caption {
            font-size: 10px;
            right: 10px;
            bottom: 10px; } }
        @media screen and (max-width: 1000px) {
          #island-slides .swiper-wrapper .swiper-slide .caption {
            font-size: 2vw;
            right: 1.33333vw;
            bottom: 1.33333vw; } }
  #island-slides .slider-nv li {
    position: absolute;
    background-size: contain;
    z-index: 2; }
    @media print, screen and (min-width: 1001px) {
      #island-slides .slider-nv li {
        width: 60px;
        height: 11px;
        top: 165px; } }
    @media screen and (max-width: 1000px) {
      #island-slides .slider-nv li {
        width: 8vw;
        height: 1.6vw;
        top: 21.33333vw; } }
    @media print, screen and (min-width: 1001px) {
      #island-slides .slider-nv li.prev {
        background-image: url(../img/arw_l.png);
        left: calc(50% - 384px); } }
    @media screen and (max-width: 1000px) {
      #island-slides .slider-nv li.prev {
        background-image: url(../img/arw_sp_l.png);
        left: 5.33333vw; } }
    @media print, screen and (min-width: 1001px) {
      #island-slides .slider-nv li.next {
        background-image: url(../img/arw_r.png);
        left: calc(50% + 324px); } }
    @media screen and (max-width: 1000px) {
      #island-slides .slider-nv li.next {
        background-image: url(../img/arw_sp_r.png);
        right: 5.33333vw; } }
    #island-slides .slider-nv li a {
      display: block;
      cursor: pointer; }
      @media print, screen and (min-width: 1001px) {
        #island-slides .slider-nv li a {
          width: 60px;
          height: 11px; } }
      @media screen and (max-width: 1000px) {
        #island-slides .slider-nv li a {
          width: 8vw;
          height: 1.6vw; } }
  #island-slides > h3 {
    line-height: 1;
    letter-spacing: 0.105em; }
    @media print, screen and (min-width: 1001px) {
      #island-slides > h3 {
        margin-top: 39px;
        font-size: 28px; } }
    @media screen and (max-width: 1000px) {
      #island-slides > h3 {
        margin-top: 9.33333vw;
        font-size: 4.8vw; } }

/*==================================================*/
/*==================================================*/
#island-conts {
  position: relative;
  overflow: hidden; }
  @media print, screen and (min-width: 1001px) {
    #island-conts {
      margin-top: 120px; } }
  @media screen and (max-width: 1000px) {
    #island-conts {
      margin-top: 24vw; } }
  #island-conts .island-cont {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    background-position: center top, center bottom;
    background-repeat: repeat-x;
    pointer-events: none;
    transition-duration: 1s; }
    #island-conts .island-cont._current {
      position: relative;
      opacity: 1;
      pointer-events: auto; }
    @media print, screen and (min-width: 1001px) {
      #island-conts .island-cont {
        padding-top: 210px;
        padding-bottom: 120px;
        background-size: 1440px; } }
    @media screen and (max-width: 1000px) {
      #island-conts .island-cont {
        padding-top: 35.73333vw;
        padding-bottom: 12.8vw;
        background-size: 258.66667vw;
        background-position: left top, left bottom; } }
    #island-conts .island-cont#island01 {
      background-image: url(../img/cont_header01.png), url(../img/cont_footer01.png); }
    #island-conts .island-cont#island02 {
      background-image: url(../img/cont_header02.png), url(../img/cont_footer02.png); }
    #island-conts .island-cont#island03 {
      background-image: url(../img/cont_header03.png), url(../img/cont_footer03.png); }
    #island-conts .island-cont#island04 {
      background-image: url(../img/cont_header04.png), url(../img/cont_footer04.png); }
    #island-conts .island-cont#island05 {
      background-image: url(../img/cont_header05.png), url(../img/cont_footer05.png); }
    #island-conts .island-cont#island06 {
      background-image: url(../img/cont_header06.png), url(../img/cont_footer06.png); }
    #island-conts .island-cont#island07 {
      background-image: url(../img/cont_header07.png), url(../img/cont_footer07.png); }
    #island-conts .island-cont#island08 {
      background-image: url(../img/cont_header08.png), url(../img/cont_footer08.png); }
    #island-conts .island-cont#island09 {
      background-image: url(../img/cont_header09.png), url(../img/cont_footer09.png); }
    #island-conts .island-cont#island10 {
      background-image: url(../img/cont_header10.png), url(../img/cont_footer10.png); }
    #island-conts .island-cont#island11 {
      background-image: url(../img/cont_header11.png), url(../img/cont_footer11.png); }
    #island-conts .island-cont::before {
      content: '';
      display: inline-block;
      width: 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: 0; }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont::before {
          max-width: 1360px;
          height: 278px;
          background-position: right center;
          left: 50%;
          transform: translateX(-50%); } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont::before {
          height: 32vw;
          background-position: center;
          left: 0; } }
    #island-conts .island-cont#island01::before {
      background-image: url(../img/oshima_txt.png); }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont#island01::before {
          background-size: 444px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont#island01::before {
          background-size: 59.2vw; } }
    #island-conts .island-cont#island02::before {
      background-image: url(../img/toshima_txt.png); }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont#island02::before {
          background-size: 430px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont#island02::before {
          background-size: 57.33333vw; } }
    #island-conts .island-cont#island03::before {
      background-image: url(../img/niijima_txt.png); }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont#island03::before {
          background-size: 437px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont#island03::before {
          background-size: 58.26667vw; } }
    #island-conts .island-cont#island04::before {
      background-image: url(../img/shikinejima_txt.png); }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont#island04::before {
          background-size: 675px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont#island04::before {
          background-size: 90vw; } }
    #island-conts .island-cont#island05::before {
      background-image: url(../img/kozushima_txt.png); }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont#island05::before {
          background-size: 580px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont#island05::before {
          background-size: 77.33333vw; } }
    #island-conts .island-cont#island06::before {
      background-image: url(../img/miyakejima_txt.png); }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont#island06::before {
          background-size: 662px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont#island06::before {
          background-size: 88.26667vw; } }
    #island-conts .island-cont#island07::before {
      background-image: url(../img/mikurashima_txt.png); }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont#island07::before {
          background-size: 730px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont#island07::before {
          background-size: 97.33333vw; } }
    #island-conts .island-cont#island08::before {
      background-image: url(../img/hachijojima_txt.png); }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont#island08::before {
          background-size: 626px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont#island08::before {
          background-size: 83.46667vw; } }
    #island-conts .island-cont#island09::before {
      background-image: url(../img/aogashima_txt.png); }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont#island09::before {
          background-size: 610px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont#island09::before {
          background-size: 81.33333vw; } }
    #island-conts .island-cont#island10::before {
      background-image: url(../img/chichijima_txt.png); }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont#island10::before {
          background-size: 587px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont#island10::before {
          background-size: 78.26667vw; } }
    #island-conts .island-cont#island11::before {
      background-image: url(../img/hahajima_txt.png); }
      @media print, screen and (min-width: 1001px) {
        #island-conts .island-cont#island11::before {
          background-size: 514px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .island-cont#island11::before {
          background-size: 68.53333vw; } }
  #island-conts .swiper {
    margin: 0 auto;
    overflow: visible; }
    @media print, screen and (min-width: 1001px) {
      #island-conts .swiper {
        width: 768px; } }
    @media screen and (max-width: 1000px) {
      #island-conts .swiper {
        width: 68.53333vw; } }
    #island-conts .swiper .swiper-wrapper {
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); }
    @media screen and (max-width: 1000px) {
      #island-conts .swiper {
        transform: translateX(-7.73333vw); } }
    #island-conts .swiper img {
      object-fit: cover;
      pointer-events: none; }
      @media print, screen and (min-width: 1001px) {
        #island-conts .swiper img {
          width: 768px;
          height: 496px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .swiper img {
          width: 68.53333vw;
          height: 44.4vw; } }
  #island-conts h2 {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    letter-spacing: 0.1em;
    position: absolute;
    z-index: 2; }
    @media print, screen and (min-width: 1001px) {
      #island-conts h2 {
        width: 180px;
        height: 500px;
        top: 210px;
        left: calc(50% + 385px);
        line-height: 1.9; } }
  @media print and (max-width: 1280px), screen and (min-width: 1001px) and (max-width: 1280px) {
    #island-conts h2 {
      left: auto;
      right: 72px; } }
    @media screen and (max-width: 1000px) {
      #island-conts h2 {
        width: 20.26667vw;
        height: 46.66667vw;
        top: 35.46667vw;
        right: 2.93333vw;
        line-height: 1.45;
        white-space: nowrap; } }
    #island-conts h2::before {
      content: '';
      display: block;
      width: 50vw;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: -1px;
      z-index: -1; }
    #island-conts h2 span {
      position: absolute; }
      @media print, screen and (min-width: 1001px) {
        #island-conts h2 span {
          top: -48px;
          right: -70px; } }
      @media screen and (max-width: 1000px) {
        #island-conts h2 span {
          top: -26.66667vw;
          right: 42.66667vw; } }
      #island-conts h2 span::after {
        content: '';
        display: block;
        width: 1px;
        background-color: #000000;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        @media print, screen and (min-width: 1001px) {
          #island-conts h2 span::after {
            height: 60px;
            bottom: -76px; } }
        @media screen and (max-width: 1000px) {
          #island-conts h2 span::after {
            height: 12vw;
            bottom: -16.8vw; } }
    #island-conts h2 + p {
      text-align: justify; }
      @media print, screen and (min-width: 1001px) {
        #island-conts h2 + p {
          margin: 20px auto 0;
          width: 768px;
          letter-spacing: 0.08em; } }
      @media screen and (max-width: 1000px) {
        #island-conts h2 + p {
          margin-top: 2vw;
          margin-left: 8vw;
          width: 68.4vw; } }
  #island-conts .feature {
    display: flex; }
    @media print, screen and (min-width: 1001px) {
      #island-conts .feature {
        justify-content: space-between;
        margin-top: 110px;
        width: 100%; }
        #island-conts .feature._start {
          align-items: flex-start; }
        #island-conts .feature._center {
          align-items: center; }
        #island-conts .feature._end {
          align-items: flex-end; }
        #island-conts .feature:nth-child(even) .image {
          order: 1; }
          #island-conts .feature:nth-child(even) .image.swiper {
            margin-left: 60px;
            margin-right: 0; } }
    @media screen and (max-width: 1000px) {
      #island-conts .feature {
        flex-direction: column;
        margin-top: 19.73333vw;
        width: 84vw; }
        #island-conts .feature + .feature {
          margin-top: 22.66667vw; } }
    #island-conts .feature .image {
      position: relative;
      background-color: #eee; }
      @media print, screen and (min-width: 1001px) {
        #island-conts .feature .image {
          width: 480px;
          height: 320px; }
          #island-conts .feature .image.swiper {
            margin-left: 0;
            margin-right: 60px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .feature .image {
          width: 100%;
          height: 56vw; }
          #island-conts .feature .image.swiper {
            margin-left: 8vw; } }
      #island-conts .feature .image img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      #island-conts .feature .image .caption {
        width: 100%;
        text-align: right;
        line-height: 1; }
        @media print, screen and (min-width: 1001px) {
          #island-conts .feature .image .caption {
            font-size: 10px;
            position: absolute;
            bottom: -20px; } }
        @media screen and (max-width: 1000px) {
          #island-conts .feature .image .caption {
            margin-top: 2.13333vw;
            margin-bottom: -2.66667vw;
            font-size: 2.66667vw;
            letter-spacing: 0.09em; } }
    @media print, screen and (min-width: 1001px) {
      #island-conts .feature .text {
        width: 420px; } }
    @media screen and (max-width: 1000px) {
      #island-conts .feature .text {
        margin-top: 6.66667vw; } }
    #island-conts .feature .text h4 {
      font-weight: 400; }
      @media print, screen and (min-width: 1001px) {
        #island-conts .feature .text h4 {
          line-height: 1.83; } }
      @media screen and (max-width: 1000px) {
        #island-conts .feature .text h4 {
          line-height: 1.6875; } }
      #island-conts .feature .text h4 + p {
        text-align: justify; }
        @media print, screen and (min-width: 1001px) {
          #island-conts .feature .text h4 + p {
            margin-top: 20px;
            letter-spacing: 0.01em; } }
        @media screen and (max-width: 1000px) {
          #island-conts .feature .text h4 + p {
            margin-top: 5.06667vw; } }
  #island-conts #island01 h4 {
    color: #966d45; }
  #island-conts #island02 h4 {
    color: #a40018; }
  #island-conts #island03 h4 {
    color: #f5a100; }
  #island-conts #island04 h4 {
    color: #9e8a6b; }
  #island-conts #island05 h4 {
    color: #2662a3; }
  #island-conts #island06 h4 {
    color: #017f66; }
  #island-conts #island07 h4 {
    color: #eb6100; }
  #island-conts #island08 h4 {
    color: #c9427e; }
  #island-conts #island09 h4 {
    color: #178cb4; }
  #island-conts #island10 h4 {
    color: #39a631; }
  #island-conts #island11 h4 {
    color: #ca3c03; }
  #island-conts .bnr {
    text-align: center; }
    @media print, screen and (min-width: 1001px) {
      #island-conts .bnr {
        margin-top: 156px; } }
    @media screen and (max-width: 1000px) {
      #island-conts .bnr {
        margin-top: 21.33333vw; } }
    #island-conts .bnr h3 {
      color: #000000 !important;
      font-family: 'Noto Serif JP', serif;
      font-weight: 400;
      line-height: 1; }
      @media print, screen and (min-width: 1001px) {
        #island-conts .bnr h3 {
          font-size: 20px;
          letter-spacing: 0.1em; } }
      @media screen and (max-width: 1000px) {
        #island-conts .bnr h3 {
          font-size: 3.73333vw;
          letter-spacing: 0.11em; } }
    #island-conts .bnr a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: url(../img/cnv_bnr_bg.jpg);
      background-size: cover;
      box-shadow: 0px 20px 30px 0px rgba(150, 148, 149, 0.3);
      transition-duration: .5s; }
      @media print, screen and (min-width: 1001px) {
        #island-conts .bnr a {
          margin-top: 28px;
          width: 960px;
          height: 140px; } }
      @media screen and (max-width: 1000px) {
        #island-conts .bnr a {
          margin-top: 4.8vw;
          padding-bottom: 0.8vw;
          width: 92vw;
          height: 21.33333vw; } }
      #island-conts .bnr a:hover {
        box-shadow: 0px 30px 30px 0px rgba(150, 148, 149, 0.8); }
      #island-conts .bnr a span {
        color: #fff;
        font-family: 'Kiwi Maru', serif; }
        @media print, screen and (min-width: 1001px) {
          #island-conts .bnr a span {
            font-size: 32px;
            line-height: 1.625; } }
        @media screen and (max-width: 1000px) {
          #island-conts .bnr a span {
            font-size: 4.8vw;
            line-height: 1.5; } }
  #island-conts .nv {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media print, screen and (min-width: 1001px) {
      #island-conts .nv {
        margin: 80px auto 0;
        width: 960px; } }
    @media screen and (max-width: 1000px) {
      #island-conts .nv {
        margin: 9.33333vw auto;
        width: 92vw; } }
    #island-conts .nv li {
      margin-top: 0; }

/*==================================================*/
/*==================================================*/
#products {
  overflow: hidden; }
  @media print, screen and (min-width: 1001px) {
    #products {
      margin-top: 155px; } }
  @media screen and (max-width: 1000px) {
    #products {
      margin-top: 21.33333vw; } }
  #products #product-swiper {
    overflow: visible; }
    @media print, screen and (min-width: 1001px) {
      #products #product-swiper {
        margin-top: 105px; } }
    @media screen and (max-width: 1000px) {
      #products #product-swiper {
        margin-top: 16vw; } }
    #products #product-swiper .swiper-wrapper {
      transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); }
      @media print, screen and (min-width: 1001px) {
        #products #product-swiper .swiper-wrapper {
          padding-left: calc((100vw - 960px) / 2); } }
      @media screen and (max-width: 1000px) {
        #products #product-swiper .swiper-wrapper {
          padding-left: 8vw; } }
    @media print, screen and (min-width: 1001px) {
      #products #product-swiper .swiper-slide {
        width: 420px; } }
    @media screen and (max-width: 1000px) {
      #products #product-swiper .swiper-slide {
        width: 56vw; } }
    @media print, screen and (min-width: 1001px) {
      #products #product-swiper .swiper-slide + .slide {
        margin-left: 60px; } }
    @media screen and (max-width: 1000px) {
      #products #product-swiper .swiper-slide + .slide {
        margin-left: 8vw; } }
    @media screen and (max-width: 1000px) {
      #products #product-swiper .swiper-slide img {
        width: 56vw; } }
    @media print, screen and (min-width: 1001px) {
      #products #product-swiper .swiper-slide h4 {
        margin-top: 27px; } }
    @media screen and (max-width: 1000px) {
      #products #product-swiper .swiper-slide h4 {
        margin-top: 3.6vw;
        letter-spacing: 0.1em; } }
    #products #product-swiper .swiper-slide p {
      text-align: justify; }
      @media print, screen and (min-width: 1001px) {
        #products #product-swiper .swiper-slide p {
          width: 420px;
          margin-top: 23px;
          line-height: 2.333; } }
      @media screen and (max-width: 1000px) {
        #products #product-swiper .swiper-slide p {
          margin-top: 2.13333vw;
          line-height: 2.25; } }
  #products .slider-nv {
    display: flex;
    z-index: 2; }
    @media print, screen and (min-width: 1001px) {
      #products .slider-nv {
        justify-content: space-between;
        width: 210px;
        position: absolute;
        top: -130px;
        left: calc(50% + 270px); }
        #products .slider-nv .link {
          margin-top: 0; } }
    @media screen and (max-width: 1000px) {
      #products .slider-nv {
        margin-top: 10.66667vw;
        width: 100%;
        justify-content: center; } }
  @media print, screen and (min-width: 1001px) {
    #products .bnr {
      margin-top: 40px; } }
  @media screen and (max-width: 1000px) {
    #products .bnr {
      margin-top: 13.33333vw; } }
  #products .bnr a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #000000; }
    @media print, screen and (min-width: 1001px) {
      #products .bnr a {
        padding: 40px 0; } }
    @media screen and (max-width: 1000px) {
      #products .bnr a {
        padding: 5.2vw 0; } }
    @media screen and (max-width: 1000px) {
      #products .bnr a img {
        width: 40.93333vw; } }
    @media print, screen and (min-width: 1001px) {
      #products .bnr a p {
        margin-left: 78px;
        font-size: 24px;
        letter-spacing: 0.075em;
        line-height: 1.75; } }
    @media screen and (max-width: 1000px) {
      #products .bnr a p {
        font-size: 4.26667vw;
        margin-left: 5.33333vw;
        letter-spacing: -0.02em;
        line-height: 1.65; } }

/*==================================================*/
/*==================================================*/
@media print, screen and (min-width: 1001px) {
  #attention {
    margin-top: 118px; } }

@media screen and (max-width: 1000px) {
  #attention {
    margin-top: 23.73333vw; } }

@media print, screen and (min-width: 1001px) {
  #attention .inner {
    width: 680px; } }

@media screen and (max-width: 1000px) {
  #attention .inner {
    width: 92vw; } }

#attention h3 {
  text-align: center;
  letter-spacing: 0.1em; }

#attention h4 {
  display: flex;
  align-items: flex-start;
  position: relative;
  letter-spacing: 0.07em; }
  @media print, screen and (min-width: 1001px) {
    #attention h4 {
      margin-top: 58px; } }
  @media screen and (max-width: 1000px) {
    #attention h4 {
      margin-top: 7.73333vw; } }
  #attention h4::before {
    content: '';
    display: inline-block;
    margin-top: 0.55em;
    height: 1px;
    background-color: #000000; }
    @media print, screen and (min-width: 1001px) {
      #attention h4::before {
        margin-right: 10px;
        width: 30px; } }
    @media screen and (max-width: 1000px) {
      #attention h4::before {
        margin-right: 1.33333vw;
        width: 8vw; } }

#attention p {
  text-align: justify; }
  @media print, screen and (min-width: 1001px) {
    #attention p {
      margin-top: 24px;
      line-height: 2.33; } }
  @media screen and (max-width: 1000px) {
    #attention p {
      margin-top: 5.86667vw; } }
  @media print, screen and (min-width: 1001px) {
    #attention p + h4 {
      margin-top: 52px; } }
  @media screen and (max-width: 1000px) {
    #attention p + h4 {
      margin-top: 10.26667vw; } }

#attention dl {
  border-bottom: 1px solid #000000;
  transition-duration: .3s; }
  @media print, screen and (min-width: 1001px) {
    #attention dl {
      margin-top: 28px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 1000px) {
    #attention dl {
      margin-top: 9.06667vw;
      padding-bottom: 4.66667vw; }
      #attention dl + dl {
        margin-top: 5.06667vw; } }
  #attention dl dt {
    position: relative; }
    @media print, screen and (min-width: 1001px) {
      #attention dl dt {
        font-size: 14px;
        letter-spacing: 0.08em; } }
    @media screen and (max-width: 1000px) {
      #attention dl dt {
        font-size: 3.46667vw; } }
    #attention dl dt::before {
      content: 'Q';
      font-family: 'Noto Serif JP', serif;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0; }
      @media print, screen and (min-width: 1001px) {
        #attention dl dt::before {
          font-size: 24px; } }
      @media screen and (max-width: 1000px) {
        #attention dl dt::before {
          font-size: 4.53333vw; } }
    #attention dl dt a {
      display: block; }
      @media print, screen and (min-width: 1001px) {
        #attention dl dt a {
          padding: 7px 0 7px 40px; } }
      @media screen and (max-width: 1000px) {
        #attention dl dt a {
          padding: 0.93333vw 0 0.93333vw 5.33333vw; } }
      #attention dl dt a::before, #attention dl dt a::after {
        content: '';
        display: block;
        height: 1px;
        background-color: #a9a9a9;
        position: absolute;
        top: 50%;
        right: 0;
        transition-duration: .3s; }
        @media print, screen and (min-width: 1001px) {
          #attention dl dt a::before, #attention dl dt a::after {
            width: 26px; } }
        @media screen and (max-width: 1000px) {
          #attention dl dt a::before, #attention dl dt a::after {
            width: 6.93333vw; } }
      #attention dl dt a::after {
        transform: rotate(90deg); }
  #attention dl dd {
    position: relative;
    text-align: justify;
    display: none; }
    @media print, screen and (min-width: 1001px) {
      #attention dl dd {
        margin-top: 26px;
        padding: 0 0 0 40px;
        letter-spacing: 0;
        line-height: 2.33; } }
    @media screen and (max-width: 1000px) {
      #attention dl dd {
        margin-top: 5.33333vw;
        padding: 0 0 0 5.33333vw;
        line-height: 2.24; } }
    #attention dl dd::before {
      content: 'A';
      font-family: 'Noto Serif JP', serif;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0; }
      @media print, screen and (min-width: 1001px) {
        #attention dl dd::before {
          font-size: 24px; } }
      @media screen and (max-width: 1000px) {
        #attention dl dd::before {
          top: 1.33333vw;
          font-size: 4.53333vw; } }
  @media print, screen and (min-width: 1001px) {
    #attention dl._open {
      padding-bottom: 22px; } }
  @media screen and (max-width: 1000px) {
    #attention dl._open {
      padding-bottom: 5.86667vw; } }
  #attention dl._open dt a::after {
    transform: rotate(180deg); }

/*==================================================*/
/*==================================================*/
@media print, screen and (min-width: 1001px) {
  #bnr {
    display: flex;
    justify-content: center;
    margin-top: 80px; } }

@media screen and (max-width: 1000px) {
  #bnr {
    margin-top: 21.33333vw;
    text-align: center; } }

#bnr a {
  display: block; }
  @media print, screen and (min-width: 1001px) {
    #bnr a + a {
      margin-left: 30px; } }
  @media screen and (max-width: 1000px) {
    #bnr a + a {
      margin-top: 8vw; } }

@media screen and (max-width: 1000px) {
  #bnr img {
    width: 69.33333vw; } }

/*==================================================*/
/*==================================================*/
footer {
  position: relative;
  background-color: #000;
  color: #fff; }
  @media print, screen and (min-width: 1001px) {
    footer {
      margin-top: 120px;
      padding: 10px; } }
  @media screen and (max-width: 1000px) {
    footer {
      margin-top: 24vw;
      padding: 2.66667vw; } }
  footer .copyright {
    font-family: 'Noto Serif JP', serif;
    line-height: 1;
    text-align: center; }
    @media print, screen and (min-width: 1001px) {
      footer .copyright {
        font-size: 10px; } }
    @media screen and (max-width: 1000px) {
      footer .copyright {
        font-size: 3.2vw; } }

/*# sourceMappingURL=style.css.map */