@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
/*spスタイル */
.inbox {
  width: 86%;
  box-sizing: border-box;
  margin: 0 auto;
}

.sp-none {
  display: none;
}

.current {
  color: var(--main-color);
}

/*すまほセレクトボックス*/
.select-area {
  position: relative;
  width: 70vw;
  height: 15vw;
}
.select-area .select-box {
  font-size: 3.5vw;
  font-weight: 500;
}
.select-area .select-box option {
  font-size: 3vw;
}
/*ここから下がドロワー設定項目 */
/*drawer btn 上下左右で設定可能 */
.sp-menu-btn-wrp {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
  background: var(--main-color);
  border-radius: 0;
}

.sp-menu-btn-wrp .sp-menu-btn {
  width: 15vw;
  height: 15vw;
  max-width: 75px;
  max-height: 75px;
}

.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}

.sp-menu-btn-wrp .sp-menu-btn .bottom {
  bottom: 30%;
}

.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

/*active */
.active .sp-menu-btn-wrp .sp-menu-btn span {
  width: 55%;
}

.sp-menu-btn.active .top {
  top: 48.5%;
  transform: translateY(0) translateX(0) rotate(45deg);
}

.sp-menu-btn.active .middle {
  opacity: 0;
}

.sp-menu-btn.active .bottom {
  bottom: 48.5%;
  transform: translateY(0) translateX(0) rotate(-45deg);
}

/*	drawer inbox */
#drawer-nav {
  padding: 3% 5% 30vw;
  background-color: #fff;
}

#drawer-nav .drawer-logo {
  width: 30%;
}

#drawer-nav .nav {
  margin-bottom: 10vw;
}

#drawer-nav .nav .drawer-link {
  box-sizing: border-box;
  padding: 3vw 2vw;
  border-bottom: 1px solid var(--main-color);
  font-size: 4vw;
  color: var(--font-color);
  font-weight: 500;
  position: relative;
}
#drawer-nav .nav .drawer-link::after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3%;
  margin: auto 0;
}
#drawer-nav .nav .drawer-link.drawer-dropdown::after {
  content: none;
}

#drawer-nav .nav .current a {
  color: var(--main-color);
  padding-left: 3%;
}
#drawer-nav .nav .current a::after {
  background-color: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span {
  display: block;
}

#drawer-nav .nav .drawer-dropdown span:before {
  background: var(--main-color);
}

#drawer-nav .nav .drawer-dropdown span:after {
  background: var(--main-color);
}

#drawer-nav .nav .current span:after {
  opacity: 0 !important;
}

#drawer-nav .nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

#drawer-nav .nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}

/*original custom code */
/*sns */
.sns-list {
  margin: 10% auto 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sns-list li a {
  display: block;
  width: 100%;
  min-width: 25px;
}
.sns-list li a img {
  display: block;
  max-width: none;
  width: 100%;
}

/*rink-list */
.drawer-sub-nav__list {
  font-size: 3vw;
  margin-top: 10vw;
  display: flex;
  justify-content: center;
  gap: 5%;
  text-decoration: underline;
}
.drawer-sub-nav__list li {
  font-size: 3vw;
}

/*フォント */
body {
  font-size: 4vw;
  line-height: 1.8;
}

/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 0;
}

section {
  padding: 20vw 0;
}

.dl-item {
  display: flex;
}

.com-txt {
  line-height: 2.5;
}
.com-btn {
  display: grid;
  place-items: center;
  height: 10vw;
  color: var(--white);
  background: var(--accent-color);
}
.com-btn:link, .com-btn:visited {
  color: var(--white);
}
.com-btn span {
  padding: 0 3vw;
}
.com-btn span::after {
  content: "»";
}
.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  display: grid;
  justify-items: center;
  margin-bottom: 10vw;
}
.ttl01 .en {
  font-size: 7vw;
  color: var(--main-color);
  text-transform: uppercase;
}
.ttl01 .ja {
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 4.5vw;
  padding: 0 5vw;
  background: url(../img/common/ttl-le.png) left no-repeat, url(../img/common/ttl-ri.png) right no-repeat;
}

.ttl02 {
  font-size: 6vw;
  font-weight: 700;
  margin-bottom: 5vw;
  letter-spacing: 0.15em;
}
.ttl02 small {
  font-size: 0.857em;
  letter-spacing: 0.15em;
}

.ttl03 {
  font-weight: 700;
  font-size: 5vw;
}

.ttl04 {
  font-weight: 600;
  font-size: 4.5vw;
}

.txt-cap {
  font-size: 3.5vw;
}

.txt-small {
  font-size: 3vw;
}

.ttl-en-deco {
  position: absolute;
  top: -10vw;
  left: -5vw;
}
.ttl-en-deco img {
  width: 100%;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 5vw;
}
.tag-list .tag {
  color: var(--main-color);
  font-size: 3.5vw;
  display: inline-block;
}
.tag-list .tag:not(:last-child) {
  padding-right: 5vw;
  border-right: 1px solid var(--main-color);
}

/*infotableスタイル*/
.com-desc-tbl {
  padding: 5vw;
}
.com-desc-tbl .dl-item {
  font-size: 3.2vw;
  display: flex;
  justify-content: space-between;
  padding: 3vw 0;
  font-weight: 500;
}
.com-desc-tbl .dl-item:not(:last-child) {
  border-bottom: 1px solid var(--main-color);
}
.com-desc-tbl .dl-item dt {
  width: 30%;
}
.com-desc-tbl .dl-item dd {
  line-break: loose;
  width: 70%;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  padding: 2vw 3vw;
}
#header .hd-logo {
  display: inline-block;
  width: 30%;
}
#header .hd-logo img {
  display: block;
}

.insta-btn {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}
.insta-btn img {
  width: 100%;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  margin-top: 20vw;
  position: relative;
  height: 117vw;
  background: url(../img/top/mv-sp.jpg) center/cover;
}
.top-mv .mv-ct {
  width: 74%;
  position: absolute;
  left: 0;
  top: 26%;
}
.top-mv .mv-ct img {
  width: 100%;
}

/*---------------------------△△---MV---△△------------------------*/
#top-concept .txt-box .ttl-en-deco {
  width: 30vw;
}
#top-concept .com-img {
  margin-top: 5vw;
  height: 60vw;
  width: 90vw;
  position: relative;
  left: -7vw;
}

#top-banner {
  padding: 0;
}
#top-banner a {
  display: grid;
  justify-items: center;
  height: 114vw;
  padding-top: 24vw;
  background: url(../img/top/bnr-bg-sp.jpg) center/cover no-repeat;
}
#top-banner a .bnr-ct {
  width: 89.3%;
}
#top-banner a .bnr-ct img {
  width: 100%;
}

#top-recommend {
  background: linear-gradient(to top, var(--bg-color), var(--bg-color) 60vw, #fff 60vw, #fff);
}
#top-recommend .inbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5vw 0;
}
#top-recommend .inbox ul li {
  width: 46%;
}
#top-recommend .inbox ul li a {
  position: relative;
}
#top-recommend .inbox ul li a::after {
  content: "";
  display: block;
  width: 10vw;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/top/reco-btn.png") center/contain no-repeat;
  right: -2vw;
  top: 47vw;
  z-index: 100;
}
#top-recommend .inbox ul li a .com-img {
  width: 100%;
  aspect-ratio: 0.7222;
  margin-bottom: 3vw;
}

#top-enjoy {
  background: url(../img/top/enjoy-bg.jpg) center/cover;
}
#top-enjoy .inbox .ttl02 {
  line-height: 2;
}
#top-enjoy .inbox .ttl02 .ttl-en-deco {
  width: 40vw;
}
#top-enjoy .inbox .ttl02 .bd-wt {
  padding: 0.5vw 3vw;
  margin-right: 3vw;
  border: 2px solid #fff;
}

.item-item .com-img {
  aspect-ratio: 0.706;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 10vw 0;
}
.item-list > li {
  width: 46%;
}
.item-list .item-item {
  width: 100%;
}
.item-list .item-item .item-tag-list {
  margin-bottom: 1vw;
}
.item-list .item-item .com-img {
  width: 100%;
}
.item-list .item-item h4 {
  min-height: 15vw;
  margin: 3vw 0 0;
  text-align: justify;
}
.item-list .item-item .com-btn {
  margin-top: 3vw;
  background: var(--main-color);
}

.item-tag-list {
  background: var(--font-color-02);
  display: inline-flex;
  flex-wrap: wrap;
  gap: 3vw;
  padding: 1vw 2vw;
  border-radius: 5px;
  position: relative;
}
.item-tag-list::after {
  content: "";
  display: block;
  width: 4vw;
  height: auto;
  aspect-ratio: 1.42;
  position: absolute;
  clip-path: polygon(0 0, 100% 100%, 90% 0);
  right: 3vw;
  bottom: -2vw;
  background: var(--font-color-02);
  z-index: 100;
}
.item-tag-list .tag {
  font-size: 3.5vw;
  color: #fff;
}
.item-tag-list .tag::before {
  content: "#";
  color: var(--main-color);
}

#item-detail .detail-box {
  display: grid;
  gap: 10vw;
}
#item-detail .detail-box .txt-box .com-img {
  width: 100%;
  margin-top: 10vw;
}
#item-detail .detail-box .item-tag-list {
  margin-bottom: 3vw;
}
#item-detail .detail-box h3 {
  padding-bottom: 3vw;
  margin-bottom: 5vw;
  border-bottom: 2px solid var(--main-color);
}
#item-detail .detail-box .com-txt {
  margin-top: 5vw;
}
#item-detail .detail-box .img-li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7vw 0;
}
#item-detail .detail-box .img-li .com-img {
  width: 46%;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news {
  margin: 10vw auto;
  padding: 10vw 0;
  width: 92vw;
}
#top-news .inbox .news-list {
  width: 100%;
}
#top-news .inbox .news-list .news-item:not(:last-child) {
  border-bottom: 1px solid var(--bd-color);
}
#top-news .inbox .news-list .news-item a {
  padding: 5vw 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 3vw;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
#top-news .inbox .news-list .news-item a time {
  line-height: 1;
}
#top-news .inbox .news-list .news-item a h4 {
  width: 100%;
}
#top-news .inbox .news-list .news-item a .tag-list {
  width: 100%;
}
#top-news .inbox .com-btn {
  width: 60vw;
  height: 12vw;
  margin: 5vw auto 0;
}

/*------------△△---NEWS---△△---------*/
.side-btn {
  width: 340px;
  height: 90px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  align-content: center;
  gap: 10px;
  background: #dca4b0;
}
.side-btn::after {
  content: "»";
  font-size: 7vw;
  font-weight: 400;
  line-height: 0.5;
  position: absolute;
  right: 30px;
  bottom: 25px;
}
.side-btn::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  background: url("../img/common/side-bg.png") center/contain no-repeat;
  background-size: 100%;
  left: -9px;
  top: 0;
}
.side-btn p {
  font-size: 1.4rem;
  font-weight: 600;
}
.side-btn .txt-cap {
  font-size: 1.4rem;
  padding: 3px 10px;
  font-weight: 600;
}

#footer {
  padding: 10vw 0 30vw;
  position: relative;
}
#footer .ft-area {
  padding: 10vw 0 0;
  position: relative;
  border-top: 1px solid var(--bd-color);
}
#footer .ft-area .ft-le {
  margin-bottom: 15vw;
}
#footer .ft-area .ft-le .logo-box {
  display: grid;
  justify-items: center;
  gap: 5vw;
}
#footer .ft-area .ft-ri {
  display: flex;
  justify-content: center;
  gap: 5vw;
}
#footer .ft-area .ft-ri .nav-list {
  width: 40vw;
  display: grid;
  gap: 7vw;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  font-size: 3.3vw;
  line-height: 1.4;
}
#footer .copyright {
  font-size: 3vw;
  text-align: center;
  margin-top: 10vw;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#about-concept .inbox .img-box {
  margin-bottom: 10vw;
  text-align: center;
}
#about-concept .inbox .txt-box .ttl02 {
  margin-bottom: 5vw;
}
#about-concept .inbox .txt-box .com-txt {
  padding-top: 5vw;
  border-top: 2px solid var(--main-color);
}

#about-feature {
  padding: 0 0 20vw;
}
#about-feature .inbox .ttl02 {
  margin-bottom: 10vw;
}
#about-feature .inbox .ttl02 small {
  padding: 1vw 25vw 4vw;
  background: url(../img/about/featu-ttl-deco.png) center/contain no-repeat;
}
#about-feature .inbox .ttl02 small .ttl-en-deco {
  width: 40vw;
}
#about-feature .inbox ol {
  gap: 13vw;
}
#about-feature .inbox ol li .img-box {
  text-align: center;
}
#about-feature .inbox ol li .txt-box {
  margin-top: 5vw;
}
#about-feature .inbox ol li .txt-box .ttl03 {
  margin-bottom: 3vw;
}
#about-feature .inbox ol li .txt-box .ttl03 .num {
  font-weight: 400;
  font-family: var(--en-font-02);
}
#about-feature .inbox ol li .txt-box .ttl03 .num span {
  display: inline-block;
  margin-left: 3vw;
  font-size: 7vw;
  font-family: var(--num-font);
}

#about-greeting {
  padding: 10vw 0 55vw;
}
#about-greeting .inbox {
  width: 93vw;
  padding: 10vw 5vw 15vw;
  background: var(--bg-color);
  margin-right: 0;
}
#about-greeting .ttl01 {
  margin-bottom: 5vw;
}
#about-greeting .name {
  margin-top: 5vw;
  font-weight: 400;
  font-family: var(--name-font) !important;
}
#about-greeting .img-box {
  position: absolute;
  width: 80vw;
  height: 60vw;
  bottom: 0;
  left: 0;
}

#item-sec {
  border-bottom: 2px solid var(--main-color);
}
#item-sec .btn-li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7vw 0;
}
#item-sec .btn-li li {
  width: 48%;
}
#item-sec .btn-li li .sec-btn {
  display: grid;
  justify-items: center;
  place-items: center;
  width: 100%;
  min-height: 13vw;
  padding: 3vw 5vw;
  color: var(--white);
  background: var(--accent-color);
  position: relative;
  font-size: 3.5vw;
}
#item-sec .btn-li li .sec-btn:link, #item-sec .btn-li li .sec-btn:visited {
  color: var(--white);
}
#item-sec .btn-li li .sec-btn::before {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  position: absolute;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  inset: 0 auto 0 4vw;
  margin: auto 0;
}

#faq ul {
  gap: 10vw;
}
#faq ul li {
  padding: 10vw 5vw;
}
#faq ul li .faq-ttl {
  position: relative;
  padding-left: 12vw;
  display: block;
}
#faq ul li .faq-ttl::before {
  content: "";
  display: block;
  width: 9vw;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  font-size: 5vw;
  left: 0;
  top: -1vw;
  color: #fff;
  font-family: var(--en-font);
  border-radius: 50vw;
  display: grid;
  place-items: center;
  line-height: 1;
  font-weight: 700;
}
#faq ul li .ttl04 {
  margin-bottom: 5vw;
}
#faq ul li .ttl04 .faq-ttl::before {
  content: "Q";
  background: var(--main-color);
}
#faq ul li .com-txt {
  padding: 5vw;
}
#faq ul li .com-txt .faq-ttl::before {
  content: "A";
  background: var(--accent-color);
}

#info .inbox {
  padding-top: 40vw;
}
#info .inbox .com-desc-tbl {
  margin-left: auto;
}
#info .inbox .img-box {
  width: 85vw;
  position: absolute;
  left: -7vw;
  top: 0;
  z-index: -1;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  position: relative;
  padding-bottom: 20vw;
  margin-top: 20vw;
}
.sv .sv-catch {
  min-width: 85vw;
  height: 30vw;
  padding: 0 5vw;
  display: grid;
  justify-items: start;
  justify-content: center;
  position: absolute;
  align-content: center;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.sv .sv-catch .en {
  font-size: 7vw;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.sv .sv-catch .ja {
  font-size: 4.5vw;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.sv .sv-img {
  width: 90vw;
  height: 40vw;
  margin-left: auto;
}

.faq-sv .sv-catch .en {
  font-size: 6vw;
  text-transform: capitalize;
}

/*---------------------------△△---SV---△△------------------------*/
/*----------▽▽---breadcrumbs---▽▽-------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 2vw;
  font-size: 3.5vw;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 10px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
/*その他共通ページ*/
.com-other-page {
  padding: 20vw 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-list {
  padding: 10% 0 0;
}
#site-map .site-list li {
  font-size: 4.2vw;
}
#site-map .site-list li a {
  display: block;
  padding: 6% 0;
  border-bottom: 2px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  color: var(--font-color);
  position: relative;
}
#site-map .site-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}

/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
#notfound .inbox .com-txt {
  padding: 10% 0 20%;
}
#notfound .inbox .com-txt a {
  text-decoration: underline;
  color: var(--font-color);
}

/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
#privacy .privacy-box {
  padding: 0;
  margin-bottom: 10vw;
}
#privacy .privacy-box .ttl02 {
  color: #fff;
  font-size: 5vw;
  text-align: left;
  margin-bottom: 5vw;
  line-height: 1.5;
  background: var(--main-color);
  padding: 3vw 2vw;
}

/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  margin: 0 auto 10vw;
  position: relative;
}
#news .select-area .select-box {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
}
#news .news-area {
  margin-bottom: 10vw;
}
#news .news-area .news-list .news-item {
  border-bottom: 1px solid color-mix(in srgb, var(--main-color) 50%, transparent);
  line-height: 1.5;
}
#news .news-area .news-list .news-item a {
  display: block;
  padding: 8% 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 2vw 3%;
  font-size: 3.5vw;
  margin-bottom: 4vw;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 30%;
  line-height: 2;
  font-weight: 500;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 68%;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 4.2vw;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 3.4vw;
  letter-spacing: 0.1em;
}
#news .news-area .news-list .news-item .thumbnail-on {
  display: flex;
  justify-content: space-between;
}
#news .news-area .news-list .news-item .thumbnail-on .thumb {
  width: 35%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 60%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box {
  flex-wrap: wrap;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box time {
  width: 100%;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 100%;
}

/*detail */
#detail {
  padding-bottom: 30vw;
}
#detail .detail-box {
  margin-bottom: 20vw;
}
#detail .detail-box .data-box {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  gap: 4%;
  font-size: 3.5vw;
  padding-top: 10%;
  margin-bottom: 5vw;
}
#detail .detail-box .data-box time {
  line-height: 2;
  font-weight: 500;
}
#detail .detail-box .data-box .tag-list {
  width: 68%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw 1vw;
  font-size: 3.3vw;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .detail-ttl {
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.5vw;
  font-weight: 500;
  padding: 0 0 4%;
  margin-bottom: 5vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#detail .detail-box .detail-txt {
  font-size: 4vw;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
#detail .detail-box .detail-txt img {
  margin: 5%;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 10vw;
}
.pagenation li {
  width: 9vw;
  height: 9vw;
  box-sizing: border-box;
  border: 2px solid var(--accent-color);
  font-size: 4vw;
  background: #fff;
}
.pagenation li a, .pagenation li span {
  padding: 20% 35%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
}
.pagenation .current {
  background: var(--accent-color);
  color: #fff;
}

.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  background: var(--accent-color);
  padding: 5% 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 0.2em;
  position: absolute;
  color: #fff;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 20%;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 20%;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35%;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .table-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20%;
}
#contact .table-wrapper .contact-form-table tr {
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr th {
  width: 100%;
  box-sizing: border-box;
  padding: 3vw 2vw;
  font-size: 3.8vw;
  margin-bottom: 3%;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  font-size: 3.5vw;
  padding: 1% 2%;
  margin: -0.5%;
  float: right;
}
#contact .table-wrapper .contact-form-table tr th .upload-notice {
  display: inline-block;
  margin-top: 5%;
  line-height: 1.5;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 100%;
  box-sizing: border-box;
}
#contact .table-wrapper .contact-form-table tr td .upload-item-wrap .thumb {
  width: 40vw;
  height: 40vw;
  margin-bottom: 5%;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap {
  width: 30vw;
}
#contact .table-wrapper .contact-form-table tr td .ancion-btn-wrap .ancion-btn {
  font-size: 3vw;
  width: 100%;
  box-sizing: border-box;
  padding: 12% 0;
  margin-bottom: 10%;
  line-height: 1;
}
#contact .table-wrapper .contact-form-table tr td input, #contact .table-wrapper .contact-form-table tr td textarea, #contact .table-wrapper .contact-form-table tr td select {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  padding: 4%;
  font-size: 4vw;
  box-shadow: none;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-size: 4vw;
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td textarea {
  height: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 30%;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .select-area {
  padding: 4% 0;
  display: inline;
  position: relative;
}
#contact .table-wrapper .contact-form-table tr .select-area .select-box {
  width: 60%;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 10%;
}
#contact .table-wrapper .contact-form-table tr .select-area::after {
  content: "";
  display: block;
  width: 1vw;
  height: 1vw;
  position: absolute;
  border-right: 1px solid #262626;
  border-bottom: 1px solid #262626;
  transform: rotate(45deg);
  right: 3vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}

.privacy-agree {
  display: block;
}
.privacy-agree a {
  text-decoration: underline;
}

.check {
  margin: 10% auto 0px;
}
.check .contact-recaptcha-wrap {
  margin: 0 auto 15%;
}

.contact-submits-wrap {
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 0;
}
.contact-submits-wrap .contact-check-btn {
  width: 100%;
  height: 15vw;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 0.2em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  margin: 0;
  border-radius: 5px;
  background: var(--main-color);
}
.contact-submits-wrap .contact-back-btn {
  width: 80%;
  border: none;
  background: #bebebe;
  margin-bottom: 10%;
  border-radius: 5px;
  font-size: 4vw;
}

.complete-box {
  color: var(--font-color);
  line-height: 1.5;
  text-align: center;
}
.complete-box a {
  display: inline-block;
  text-decoration: underline;
  margin: 5% 0;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.7;
  pointer-events: none;
}

/*---------------------------▽▽---contact.html---▽▽------------------------*/