@charset "UTF-8";
/*--------------------
汎用設定
--------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  color: #2b2b2b;
  line-height: 1.7;
}

body {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  position: relative;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

body::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #70B88D;
  background: url(../img/bg.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

a {
  color: #0066c0;
}

a:hover {
  text-decoration: underline;
}

p {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
}

p:not(:last-of-type) {
  margin-bottom: 20px;
}

p.btn a {
  text-align: center;
  background: #70B88D;
  border: 2px solid #fff;
  border-radius: 30px;
  display: block;
}

p.btn.green a {
  color: #70B88D;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 30px;
  display: block;
}

p span {
  display: inline-block;
}

p strong {
  font-size: 1.3rem;
  font-family: wanpaku-ruika, sans-serif;
  font-weight: normal;
  font-style: italic;
}

.list {
  margin-bottom: 20px;
}

.list.mb-0 {
  margin-bottom: 0 !important;
}

.list p {
  padding-left: 1.1rem;
  margin-bottom: 0;
  position: relative;
}

.list p::before {
  content: "■";
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}

.small {
  margin-top: 0.5rem;
  margin-bottom: 20px;
  padding: 0.5rem;
  border: 1px solid #fff;
}

.small.mb-0 {
  margin-bottom: 0 !important;
}

.small p {
  padding-left: 0.9rem;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
}

.small p::before {
  content: "※";
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.red {
  color: red;
}

.strong {
  font-size: 1.2rem;
  font-weight: bold;
}

img {
  max-width: 100%;
}

.btn a {
  padding: 0.5rem;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1024px) {
  .btn a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn a:hover {
    color: #fff !important;
    background: #0066c0 !important;
  }
}

/*--------------------
見出し設定
--------------------*/
h2 {
  margin-bottom: 26.66667px;
  overflow: hidden;
}

h2 .outer {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

h2 .outer .inner {
  display: inline-block;
  background: #fff;
  color: #70B88D;
  font-family: wanpaku-ruika, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

h2 .outer:nth-of-type(2) .inner {
  color: #E95098;
  font-size: 1.85rem;
}

h2 .outer:nth-of-type(2)::after {
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
}

h2 .outer::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: all ease;
  transition: all ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

h2.long .outer::after {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

h3 {
  padding-left: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 6px solid #E95098;
  background: #fff;
  color: #70B88D;
  font-family: wanpaku-ruika, sans-serif;
  font-size: 1.2rem;
}

/*--------------------
header
--------------------*/
header {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #fff;
  background: #70B88D;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .header__wrap {
  width: 100%;
  padding: 10px 0;
  margin: 0 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 1fr;
      grid-template-columns: 40% 1fr;
}

header .header__wrap .header__wrap--logo,
header .header__wrap .header__wrap--list {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

header .header__wrap .header__wrap--logo {
  padding: 0 2px;
}

header .header__wrap .header__wrap--logo img {
  max-width: 200px;
  width: 100%;
}

header .header__wrap .header__wrap--list {
  justify-self: flex-end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[1];
      grid-template-columns: repeat(1, minmax(0, 1fr));
}

header .header__wrap .header__wrap--list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header__wrap .header__wrap--list li a img {
  max-width: 80%;
}

header .header__wrap .header__wrap--list li a span {
  height: 11px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: scale(0.8) translateY(-2px);
          transform: scale(0.8) translateY(-2px);
}

header .header__wrap .header__wrap--list li a:hover {
  text-decoration: none;
}

header .header__wrap .header__wrap--list li.pc {
  display: none;
}

header .header__menu {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(55, 55, 55, 0.7);
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 10px, transparent 0, transparent 20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
}

header .header__menu.show {
  visibility: visible;
  opacity: 1;
}

header .header__menu .header__menu--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[1];
      grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  z-index: 99;
}

header .header__menu .header__menu--list li {
  text-align: center;
}

header .header__menu .header__menu--list li a span {
  display: inline-block;
  font-size: 1.5rem;
  font-family: wanpaku-ruika, sans-serif;
  font-weight: 100;
  color: #fff;
  text-shadow: 2px  2px 1px #2b2b2b, -2px  2px 1px #2b2b2b, 2px -2px 1px #2b2b2b, -2px -2px 1px #2b2b2b, 2px  0px 1px #2b2b2b, 0px  2px 1px #2b2b2b, -2px  0px 1px #2b2b2b, 0px -2px 1px #2b2b2b;
}

header .header__menu .gear div {
  position: absolute;
  z-index: 0;
  opacity: 0.7;
}

header .header__menu .gear div:first-of-type {
  width: 150px;
  bottom: 0;
  left: 0;
  -webkit-animation: spin 25s infinite linear;
          animation: spin 25s infinite linear;
}

header .header__menu .gear div:nth-of-type(2) {
  width: 135px;
  bottom: 120px;
  left: 84px;
  -webkit-animation: spin-reverse 25s infinite linear;
          animation: spin-reverse 25s infinite linear;
}

header .header__menu .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
}

header .header__menu .close a {
  display: block;
}

@media screen and (min-width: 768px) {
  header {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .header__wrap {
    width: 90%;
    max-width: 880px;
    margin: 0 auto;
    padding: 0;
    border: none;
    background: transparent;
    -ms-grid-columns: 200px 1fr;
        grid-template-columns: 200px 1fr;
    gap: 40px;
  }
  header .header__wrap .header__wrap--logo {
    padding: 0;
  }
  header .header__wrap .header__wrap--logo p a {
    padding: 10px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  header .header__wrap .header__wrap--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  header .header__wrap .header__wrap--list li {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
  }
  header .header__wrap .header__wrap--list li.new {
    position: relative;
  }
  header .header__wrap .header__wrap--list li.new::before {
    content: "NEW";
    font-size: 11px;
    font-family: wanpaku-ruika, sans-serif;
    color: #E95098;
    line-height: 1;
    background: #fff;
    position: absolute;
    top: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .header__wrap .header__wrap--list li:nth-of-type(-n+5)::after {
    content: "";
    width: 2px;
    height: 40%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .header__wrap .header__wrap--list li a {
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    font-family: wanpaku-ruika, sans-serif;
    font-weight: 100;
    letter-spacing: 0.01rem;
  }
  header .header__wrap .header__wrap--list li.pc {
    display: inline-block;
  }
  header .header__wrap .header__wrap--list li.sp {
    display: none;
  }
  header .header__menu {
    visibility: hidden;
  }
}

@media screen and (min-width: 1024px) {
  header {
    border-bottom: none;
  }
  header::after {
    content: "";
    width: 100%;
    height: 6px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  header .header__wrap .header__wrap--list {
    height: 100%;
    padding-bottom: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header__wrap .header__wrap--list li a {
    position: relative;
    font-size: 16px;
  }
  header .header__wrap .header__wrap--list li a::after {
    content: "";
    width: 100%;
    height: 6px;
    background: #E95098;
    position: absolute;
    bottom: -9px;
    left: 0;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .header__wrap .header__wrap--list li a:hover::after {
    opacity: 1;
  }
}

/*--------------------
main,section共通
--------------------*/
section {
  padding: 80px 10px;
  position: relative;
}

section:last-of-type::after {
  display: none;
}

section:nth-of-type(even) {
  background: #70B88D;
}

section:nth-of-type(even)::after {
  content: "";
  width: 220px;
  height: 40px;
  background-size: cover;
  background-position: right center;
  background-image: url(../img/line.png);
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 99;
}

section:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(#c5c5c5 20%, transparent 20%), radial-gradient(#c5c5c5 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}

section:nth-of-type(odd)::after {
  content: "";
  width: 220px;
  height: 40px;
  background-size: cover;
  background-position: left center;
  background-image: url(../img/line.png);
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 99;
}

section .wrap > div:not(:last-of-type) {
  margin-bottom: 20px;
}

section .wrap .container {
  color: #fff;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

section .wrap .container.delay-7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

section .wrap .container.delay-9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

section .wrap .txt__box {
  padding: 20px;
  background: #fff;
  border: 4px solid #70B88D;
  border-radius: 8px;
}

section .wrap .txt__box p, section .wrap .txt__box li, section .wrap .txt__box td, section .wrap .txt__box th, section .wrap .txt__box dd, section .wrap .txt__box dt {
  color: #000;
}

@media screen and (min-width: 768px) {
  section {
    position: relative;
  }
  section:nth-of-type(odd)::after {
    content: "";
    width: 440px;
    height: 60px;
    bottom: -30px;
  }
  section:nth-of-type(even)::after {
    content: "";
    width: 440px;
    height: 60px;
    bottom: -30px;
  }
  section .wrap {
    width: 80%;
    max-width: 880px;
    margin: 0 auto;
  }
  section .wrap > div:not(:last-of-type) {
    margin-bottom: 80px;
  }
}

/*--------------------
TOP
--------------------*/
.pr__banner {
  margin-top: 60px;
}

#top {
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  background: url(../img/top_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#top::after {
  display: none;
}

#top canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#top .img {
  position: relative;
  z-index: 99;
}

#top .img:nth-of-type(2) {
  display: none;
}

#top .top__banner {
  display: none;
}

@media screen and (min-width: 768px) {
  #top {
    height: calc(150vh - 60px);
    height: calc(var(--vh, 1vh) * 150 - 60px);
    min-height: 740px;
    padding: 0;
  }
  #top::after {
    display: block;
  }
  #top .wrap {
    width: 100%;
    height: 100%;
    max-width: initial;
    position: relative;
  }
  #top .wrap > .img {
    margin: 0 auto;
  }
  #top .wrap > .img:first-of-type {
    width: 100%;
    height: calc(150vh - 60px);
    height: calc(var(--vh, 1vh) * 150 - 60px);
  }
  #top .wrap > .img:nth-of-type(2) {
    width: 100%;
    max-width: 800px;
    display: block;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #top .wrap > .img picture {
    display: block;
    height: calc(150vh - 60px);
    height: calc(var(--vh, 1vh) * 150 - 60px);
    overflow-x: hidden;
  }
  #top .wrap > .img picture img {
    display: block;
    margin: 0 auto;
    height: calc(150vh - 60px);
    height: calc(var(--vh, 1vh) * 150 - 60px);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (min-width: 1024px) {
  .pr__banner {
    display: none;
  }
  #top {
    margin-top: 60px;
  }
  #top .wrap .top__banner {
    width: 15vw;
    max-width: 250px;
    height: 15vw;
    max-width: 250px;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 40px;
    -webkit-animation-name: dokidoki;
            animation-name: dokidoki;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #top .wrap .top__banner:hover {
    opacity: 0.7;
  }
}

/*--------------------
txt
--------------------*/
#txt {
  padding: 50px 10px 80px 10px;
  background-image: url(../img/load_bg.jpg) !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  background-blend-mode: darken;
  position: relative;
}

#txt::after {
  content: "";
  width: 220px;
  height: 40px;
  background-size: cover;
  background-position: left center;
  background-image: url(../img/line.png);
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 99;
}

#txt .img {
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#txt.animated .img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 768px) {
  #txt {
    display: none;
  }
}

/*--------------------
ec
--------------------*/
#ec {
  background: #E95098;
}

#ec p {
  text-align: center;
  font-family: wanpaku-ruika, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  color: #fff;
}

#ec p.head {
  font-size: 2rem;
}

#ec p.btn {
  max-width: 500px;
  margin: 0 auto;
}

#ec p.btn a {
  border: 4px solid #fff;
  border-radius: 50px;
}

/*--------------------
news
--------------------*/
#news dl {
  max-height: 300px;
  overflow-y: auto;
}

#news dl dt {
  color: #E95098;
  font-family: wanpaku-ruika, sans-serif;
}

#news dl dd {
  font-weight: bold;
}

#news dl dd:not(:last-of-type) {
  margin-bottom: 1rem;
}

/*--------------------
goods
--------------------*/
#goods .goods__wrap--list {
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#goods .goods__wrap--list .list-item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 4px solid #70B88D;
  border-radius: 1rem;
  overflow: hidden;
}

#goods .goods__wrap--list .list-item.gentei {
  position: relative;
}

#goods .goods__wrap--list .list-item.gentei::before {
  content: "限定品";
  background: #E95098;
  padding: 0 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
  border-radius: 0.25rem;
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 10;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

#goods .goods__wrap--list .list-item .list-item__img {
  margin-bottom: 0;
  border-bottom: 1px dashed #70B88D;
}

#goods .goods__wrap--list .list-item .list-item__img img {
  border: none;
}

#goods .goods__wrap--list .list-item .list-item__data {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -ms-grid;
  display: grid;
  padding: 5px;
}

#goods .goods__wrap--list .list-item .list-item__data p {
  color: #000;
  font-size: 11px;
}

#goods .goods__wrap--list .list-item .list-item__data p:not(:last-of-type) {
  margin-bottom: 5px;
}

#goods .goods__wrap--list .list-item .list-item__data .price {
  margin-top: auto;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: right;
}

#goods .goods__wrap--list .list-item .list-item__data .price span {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  #goods .goods__wrap--list {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #goods .goods__wrap--list a {
    text-decoration: none;
  }
  #goods .goods__wrap--list a:hover .list-item__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #goods .goods__wrap--list a:hover .list-item__data .title {
    text-decoration: underline;
  }
  #goods .goods__wrap--list .list-item .list-item__img {
    overflow: hidden;
  }
  #goods .goods__wrap--list .list-item .list-item__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #goods .goods__wrap--list .list-item .list-item__img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #goods .goods__wrap--list .list-item .list-item__data p {
    font-size: 13px;
  }
  #goods .goods__wrap--list .list-item .list-item__data .price {
    font-size: 1.2rem;
  }
  #goods .goods__wrap--list .list-item .list-item__data .price span {
    font-size: 0.9rem;
  }
}

/*--------------------
tokuten
--------------------*/
#tokuten .tokuten__switch {
  margin-bottom: 10px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#tokuten .tokuten__switch:last-of-type {
  margin-bottom: 20px;
}

#tokuten .tokuten__switch li {
  font-family: wanpaku-ruika, sans-serif;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

#tokuten .tokuten__switch li.on {
  background: #fff;
  border: 2px solid #E95098;
  color: #E95098;
}

#tokuten #tokuten__show {
  margin-bottom: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
}

#tokuten #tokuten__show ul {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#tokuten #tokuten__show ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#tokuten #tokuten__show ul li a {
  display: block;
  border: 1px solid #000;
  position: relative;
}

#tokuten #tokuten__show ul li a::after {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../img/zoom.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

#tokuten .list > ul {
  margin: 0.5rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#tokuten .list > ul li {
  position: relative;
}

#tokuten .list > ul li a {
  padding: 0.25rem;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  #tokuten .tokuten__switch li {
    padding: 0.5rem 0;
  }
  #tokuten .tokuten__switch:last-of-type {
    display: none;
  }
  #tokuten #tokuten__show {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
  #tokuten #tokuten__show ul {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #tokuten .list > ul {
    margin: 1rem 0;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #tokuten .list > ul li {
    position: relative;
  }
  #tokuten .list > ul li a {
    padding: 0.5rem;
    font-size: 1rem;
    border: 2px solid #fff;
  }
}

@media screen and (min-width: 1024px) {
  #tokuten .tokuten__switch li:hover {
    background: #fff;
    border: 2px solid #E95098;
    color: #E95098;
  }
  #tokuten .list > ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #tokuten .list > ul li a:hover {
    background: #fff;
    color: #70B88D;
  }
}

/*--------------------
info
--------------------*/
#info table {
  margin-bottom: 20px;
  width: 100%;
  line-height: 1.5;
}

#info table tbody tr {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #fff;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

#info table tbody tr:not(:last-of-type) {
  margin-bottom: 10px;
}

#info table tbody tr td {
  font-weight: 600;
  text-align: center;
}

#info table tbody tr td:first-of-type {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #fff;
}

#info table tbody tr td:nth-of-type(2) {
  font-size: 1.1rem;
}

#info table tbody tr td .fin {
  text-decoration: line-through;
}

/*--------------------
access
--------------------*/
#access .access__wrap--list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

#access .access__wrap--list .list-item {
  padding: 20px;
  background: #fff;
  border: 4px solid #70B88D;
  border-radius: 8px;
}

#access .access__wrap--list .list-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

#access .access__wrap--list .list-item .list-item__wrap .list-item__wrap--map {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

#access .access__wrap--list .list-item .list-item__wrap .list-item__wrap--map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#access .access__wrap--list .list-item .list-item__wrap .list-item__wrap--data {
  margin-bottom: 1rem;
  color: #000;
}

#access .access__wrap--list .list-item .list-item__wrap .list-item__wrap--data dt {
  font-size: 1.2rem;
  padding-left: 1.2rem;
  position: relative;
}

#access .access__wrap--list .list-item .list-item__wrap .list-item__wrap--data dt::before {
  content: "■";
  font-size: 1.2rem;
  position: absolute;
  top: 49%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#access .access__wrap--list .list-item .list-item__wrap .list-item__wrap--data dd:not(:last-of-type) {
  margin-bottom: 1rem;
}

#access .access__wrap--list .list-item .list-item__wrap a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  #access .access__wrap--list {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

/*--------------------
Twitter
--------------------*/
#twitter .container {
  text-align: center;
}

#twitter .container .twitter__wrap--btn {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 5px;
  background: #37a4dd;
  border-radius: 40px;
  overflow: hidden;
}

#twitter .container .twitter__wrap--btn a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 2px solid white;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#twitter .container .twitter__wrap--btn a svg {
  width: 30px;
  height: 30px;
}

#twitter .container .twitter__wrap--btn a svg path {
  fill: #fff;
}

#twitter .container .twitter__wrap--btn a span {
  padding-top: 2px;
  font-size: 1.2rem;
  color: #fff;
}

#twitter .container .twitter__wrap--btn a:hover {
  border: 2px solid rgba(255, 255, 255, 0);
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*--------------------
footer
--------------------*/
footer {
  padding: 80px 0 40px 0;
  background: #2b2b2b;
}

footer .footer__share {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

footer .footer__share .footer__share--title {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer__share .footer__share--title span {
  margin: 0 0.5rem;
  color: #fff;
}

footer .footer__share .footer__share--title::before, footer .footer__share .footer__share--title::after {
  content: "";
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

footer .footer__share .footer__share--list {
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  border-bottom: 2px solid #fff;
}

footer .footer__share .footer__share--list li {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
}

footer .footer__share .footer__share--list li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer__share .footer__share--list li a svg {
  height: 55%;
  width: 55%;
  margin: 0;
  padding: 0;
}

footer .footer__share .footer__share--list li a svg path {
  fill: #2b2b2b;
}

footer small p {
  margin-bottom: 0;
  font-size: 11px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  footer .footer__share .footer__share--list li {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  footer .footer__share .footer__share--list li a svg path {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  footer .footer__share .footer__share--list li:hover {
    background: #E95098;
  }
  footer small p {
    margin-bottom: 0.5rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
    font-size: 8px;
    text-align: center;
  }
  footer small p:first-of-type {
    margin-bottom: 1rem !important;
  }
  footer small p:first-of-type img {
    width: 50%;
    max-width: 250px;
  }
  footer small p:last-of-type img {
    height: 12px;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
