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

.sp-none {
  display: none;
}

.current {
  color: var(--accent-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: 5vw 5% 30vw;
  background: url(../img/common/bg-mokume.jpg) center/cover;
}

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

#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 .show 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: 3.5vw;
}

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

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

section {
  padding: 7rem 0;
}

.dl-item {
  display: flex;
}

.com-txt {
  line-height: 2.5;
}
.com-txt:not(:last-of-type) {
  margin-bottom: 2.5rem;
}

.com-arw {
  display: inline-block;
  padding-right: 6rem;
  position: relative;
}
.com-arw::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.9rem;
  position: absolute;
  background: url("../img/common/arw.png") center/contain no-repeat;
  inset: 0 0 0 auto;
  margin: auto 0;
}
.com-arw.ft-wt::after {
  background-image: url(../img/common/arw-wt.png);
}

.com-btn {
  display: grid;
  align-content: center;
  border: 1px solid var(--main-color);
  padding: 0 2rem;
  width: 70vw;
  height: 15vw;
  margin: 3rem auto 0;
  background: #fff;
  margin-top: 5rem;
  position: relative;
}
.com-btn.com-arw::after {
  right: 2rem;
}

.mail-btn {
  height: 60px;
  width: 250px;
  outline: 1px solid #fff;
  outline-offset: -0.5rem;
}
.mail-btn span {
  padding-right: 3rem;
  background: url(../img/common/site-arw-wt.png) right no-repeat;
}
.mail-btn.ft-clr02 {
  outline-color: var(--accent-color);
}
.mail-btn.ft-clr02 span {
  background: url(../img/common/site-arw.png) right no-repeat;
}

.shop-btn span {
  background: url("../img/common/shop-icon.png") left center/2rem no-repeat;
  padding-left: 3.6rem;
  box-sizing: border-box;
}

.flex > .ttl01 {
  width: 100%;
}

.ttl01 {
  text-align: center;
  display: grid;
  justify-content: center;
  justify-items: start;
  margin-bottom: 3rem;
}
.ttl01 .en {
  font-size: 7rem;
  transform-origin: left;
  transform: rotate(-15deg) translateX(-3rem) translateY(2rem);
  color: var(--accent-color);
  text-transform: capitalize;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
}
.ttl01 .en::before {
  content: "";
  display: block;
  width: 10rem;
  height: auto;
  aspect-ratio: 1.136;
  position: absolute;
  background: url("../img/common/ttl-le.png") center/contain no-repeat;
  left: -5rem;
  bottom: -0.5rem;
}
.ttl01 .ja {
  font-size: 2rem;
  position: relative;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
}
.ttl01 .ja::after {
  content: "";
  display: block;
  width: 9rem;
  height: auto;
  aspect-ratio: 1.515;
  position: absolute;
  background: url("../img/common/ttl-ri.png") center/contain no-repeat;
  right: -4rem;
  bottom: 0;
}
.ttl01.ft-wt .en {
  color: #fff;
}
.ttl01.txt-le {
  justify-items: start;
  justify-content: start;
}
.ttl01.txt-le .en {
  transform: rotate(-15deg) translateX(-20%) translateY(2rem);
}
.ttl01.txt-le .ja {
  padding-bottom: 0;
}

#top-page .ttl01 .en::before {
  content: none;
}
#top-page .ttl01 .ja::after {
  content: none;
}

.ttl02 {
  font-size: 1.8rem !important;
}

.ttl03 {
  font-size: 1.6rem;
}

.com-tel {
  display: grid;
  justify-items: center;
}
.com-tel a {
  font-size: 3rem;
  color: var(--accent-color);
}
.com-tel a::before {
  content: "TEL";
  font-size: 0.6em;
}

.drawer-info {
  gap: 2rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-list .tag {
  color: #fff;
  background: var(--main-color);
  border-radius: 4px;
  padding: 0 5px;
  font-size: 1.4rem;
}

time {
  color: var(--accent-color);
}

.com-bd-box {
  position: relative;
  z-index: 1;
}
.com-bd-box::after {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  position: absolute;
  inset: 0;
  margin: auto;
  border: 2px solid;
  z-index: -1;
  border-image: linear-gradient(45deg, #a57b25, #cba95f, #e9d38b, #cba95f, #a57b25) 1;
}

/*infotableスタイル*/
.com-desc-tbl {
  padding: 10vw 5vw;
  width: 100%;
  background: url(../img/company/info-bg.png) bottom right/80% no-repeat, #fff;
  border: 2px solid;
  border-image: linear-gradient(45deg, #a57b25, #cba95f, #e9d38b, #cba95f, #a57b25) 1;
}
.com-desc-tbl .dl-item {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
  border-bottom: 1px solid var(--accent-color);
}
.com-desc-tbl .dl-item dt {
  color: var(--accent-color);
  width: 30%;
}
.com-desc-tbl .dl-item dd {
  width: 68%;
  line-break: loose;
}

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

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  height: 50rem;
  position: relative;
  background: url(../img/top/mv-img-sp.jpg) center/cover;
}
.top-mv .mv-ct {
  width: 90%;
  position: absolute;
  top: 17%;
  left: -7%;
}
.top-mv .mv-ct img {
  width: 100%;
}

/*---------------------------△△---MV---△△------------------------*/
/*--------▽▽---NEWS---▽▽---------- */
#top-news {
  background: url(../img/top/news-deco.png) top 1rem center/100% no-repeat;
}
#top-news .inbox {
  position: relative;
}
#top-news .inbox .ttl01 {
  justify-items: center !important;
  justify-content: center;
}
#top-news .inbox .ttl01 .en {
  transform: none;
  padding-bottom: 0.5rem;
  background: url(../img/top/news-bd.png) bottom no-repeat;
}
#top-news .inbox .ttl01 .en::before {
  content: none;
}
#top-news .inbox .ttl01 .ja::after {
  content: none;
}
#top-news .inbox .news-list {
  overflow-x: auto;
  display: flex;
  gap: 2rem;
}
#top-news .inbox .news-list .news-item {
  border-bottom: 1px solid var(--main-color);
}
#top-news .inbox .news-list .news-item a {
  display: grid;
  gap: 1rem;
  width: 20rem;
}
#top-news .inbox .news-list .news-item a:hover {
  transform: translateY(-10px);
}
#top-news .inbox .news-list .news-item a .com-img {
  width: 100%;
  aspect-ratio: 1;
}
#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 .txt-box {
  width: 720px;
  gap: 10px 20px;
}
#top-news .inbox .com-arw {
  display: block;
  border-bottom: 1px solid var(--main-color);
  width: 14rem;
  margin-left: auto;
  margin-top: 5rem;
}
#top-news .inbox .com-arw::after {
  margin: 1rem 0;
}

/*------------△△---NEWS---△△---------*/
#top-concept {
  position: relative;
  background: url(../img/top/ccpt-bg.jpg) center/cover;
}
#top-concept::before {
  content: "";
  display: block;
  width: 16rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/top/ccpt-02.jpg") center/contain no-repeat;
  top: 45rem;
  left: 0;
}
#top-concept .inbox .txt-box {
  margin-left: auto;
}
#top-concept .inbox .txt-box .ttl01 {
  background: url(../img/top/ccpt-ttl-deco.png) left -1rem top no-repeat;
}
#top-concept .inbox .img-box {
  width: 80%;
  margin: 0 auto 5rem;
  position: relative;
}
#top-concept .inbox .img-box::before {
  content: "";
  display: block;
  width: 16.3rem;
  height: auto;
  aspect-ratio: 1.55;
  position: absolute;
  background: url("../img/top/ccpt-deco-le.png") center/contain no-repeat;
  left: -5rem;
  bottom: -6rem;
}
#top-concept .inbox .img-box::after {
  content: "";
  display: block;
  width: 15rem;
  height: auto;
  aspect-ratio: 1.19;
  position: absolute;
  background: url("../img/top/ccpt-deco-ri.png") center/contain no-repeat;
  right: -12rem;
  top: -3.5rem;
}
#top-secimg {
  padding: 0;
  height: 12rem;
  background-image: url(../img/top/fix-img.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: right;
}

#top-service {
  background: url(../img/top/srv-bg-le.png) left top/32.7% no-repeat, url(../img/top/srv-bg-ri.png) right bottom/50% no-repeat, url(../img/top/srv-deco.png) left bottom 48rem no-repeat;
}
#top-service .inbox .ttl01 {
  position: relative;
  justify-content: center;
  background: url(../img/top/srv-ttl-bg.png) bottom 5rem left 0rem no-repeat, url(../img/top/srv-ttl-line.png) bottom no-repeat;
}
#top-service .inbox .ttl01 .en {
  z-index: 1;
}
#top-service .inbox .ttl01 .en::before {
  content: "";
}
#top-service .inbox .ttl01 .en::after {
  content: "";
  display: block;
  width: 8rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/top/srv-ttl-deco.png") center/contain no-repeat;
  top: 1.5rem;
  right: -8rem;
  z-index: -1;
}
#top-service .inbox .ttl01 .ja {
  display: grid;
  padding-bottom: 1rem;
}
#top-service .inbox .ttl01 .ja .ft-wt {
  display: inline-block;
  padding: 0 0 1rem;
}
#top-service .inbox .img-box {
  width: 100vw;
  margin-top: 5rem;
  margin-left: -7vw;
}

#top-workshop {
  background: url(../img/top/work-bg.jpg) center/cover;
}
#top-workshop .inbox {
  background: url(../img/top/work-ttl-bg.png) top left -2rem/90% no-repeat rgba(255, 255, 255, 0.91);
  padding: 0 0 3rem;
}
#top-workshop .inbox .ttl01 {
  margin-bottom: 1rem;
}
#top-workshop .inbox .ttl01 .ja {
  display: grid;
}
#top-workshop .inbox .ttl01 .en {
  left: 18%;
}
#top-workshop .inbox .ttl01 .ft-clr02 {
  padding: 0.5rem;
  display: inline-block;
  margin-right: 1rem;
  border: 1px solid var(--accent-color);
  background: rgba(255, 255, 255, 0.6);
}
#top-workshop .inbox .com-txt {
  text-align: justify;
  padding: 0 6vw 3rem;
  border-bottom: 1px solid var(--bd-color);
}
#top-insta {
  background: url(../img/top/insta-bg.png) center top no-repeat;
}
#top-insta .txt-box {
  padding: 0 6vw 5rem;
  background: url(../img/top/insta-deco-ri.png) bottom right no-repeat, url(../img/top/insta-deco-le.png) left -1rem top no-repeat;
}
#top-insta .txt-box .insta-icon {
  margin-bottom: 2rem;
}
#top-insta .txt-box .insta-icon span {
  padding-top: 3.5rem;
  background: url(../img/top/insta-icon-bg.png);
  display: inline-block;
  width: 11rem;
  height: 12rem;
}
#top-insta .txt-box .insta-ttl {
  position: relative;
  width: 95vw;
  left: -5rem;
  margin-bottom: 2rem;
  margin-top: -2rem;
}
#top-insta .img-box img {
  width: 100%;
}
#top-insta .btn-box {
  padding: 1.5rem;
}

.side-btn {
  right: 1rem;
  bottom: 90px;
  position: fixed;
  z-index: 100;
  width: 100px;
}

.pagetop {
  position: fixed;
  z-index: 100;
  right: 2rem;
  bottom: 1rem;
}

#footer {
  position: relative;
  background: url(../img/common/ft-bg.jpg) center/cover;
}
#footer .ft-area {
  padding: 5rem 0 15rem;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: center;
  gap: 3rem;
}
#footer .ft-area .ft-le .ft-logo {
  width: 70%;
}
#footer .ft-area .ft-le .ft-info-box {
  display: grid;
  gap: 1rem;
}
#footer .ft-area .ft-le .ft-info-box .ft-info {
  display: grid;
  gap: 0.5rem;
}
#footer .ft-area .ft-le .ft-info-box .ft-info .dl-item {
  gap: 1rem;
}
#footer .ft-area .ft-le .ft-info-box .ft-info dt {
  width: 8rem;
  background: rgba(255, 255, 255, 0.5);
}
#footer .ft-area .ft-ri .contact-box {
  margin-top: 3rem;
  display: grid;
  justify-items: center;
  gap: 2rem;
  margin-bottom: 4rem;
}
#footer .ft-area .ft-ri .nav-box {
  padding: 3rem 0;
  display: grid;
  gap: 2.5rem;
  justify-content: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#footer .ft-area .ft-ri .nav-list {
  display: flex;
  gap: 1rem;
}
#footer .ft-area .ft-ri .nav-list .nav-item {
  font-size: 1.2rem;
  line-height: 1;
}
#footer .ft-area .ft-ri .nav-list .nav-item:not(:last-child)::after {
  content: "/";
  margin-left: 1rem;
}
#footer .copyright {
  font-size: 1.2rem;
  padding: 1rem;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
.check-li {
  display: grid;
  gap: 3rem;
}
.check-li li {
  padding: 3rem 2rem;
  display: grid;
}
.check-li .ttl02 {
  margin-bottom: 2rem;
}
.check-li .ttl02 span {
  display: inline-block;
  background: url("../img/common/check.png") left top 0.8rem/2rem no-repeat;
  padding-left: 3rem;
  box-sizing: border-box;
}
.check-li .com-txt {
  padding: 2rem 0 0;
  border-top: 1px solid var(--main-color);
}

#hawaii-charm {
  background: url(../img/hawaii/charm-bg.jpg) top/cover;
}

#hawaii-scene {
  background: url(../img/hawaii/scene-bg-le.png) top left no-repeat, url(../img/hawaii/scene-bg-ri.png) bottom right no-repeat;
}
#hawaii-scene .scene-li {
  display: grid;
  justify-items: center;
  margin-top: 5rem;
  gap: 3rem;
}
#hawaii-scene .scene-li li {
  width: 80%;
}
#hawaii-scene .scene-li .ttl02 {
  padding-bottom: 1rem;
  background: url(../img/hawaii/scene-ttl-deco.png) bottom no-repeat;
}

#hawaii-order {
  background: url(../img/hawaii/order-bg.jpg) center/cover;
}
#hawaii-order .order-box {
  padding: 10vw 5vw;
  background: url(../img/hawaii/order-deco.png) right bottom/80% no-repeat, #fff;
}
#hawaii-order .order-box .ttl01 {
  background: url(../img/hawaii/order-ttl-bg.png) bottom 5rem right -3rem/110% no-repeat;
}
#hawaii-order .order-box .ttl01 .ft-wt {
  margin-bottom: 1rem;
  display: inline-block;
}
#hawaii-order .order-box .ttl01 .en {
  text-transform: unset;
}
#hawaii-order .order-box > .com-txt {
  text-align: justify;
}
#hawaii-order .order-box .order-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5rem;
  gap: 3rem 0;
}
#hawaii-order .order-box .order-li li {
  width: 46%;
  position: relative;
}
#hawaii-order .order-box .order-li li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  background: url("../img/hawaii/order-arw.png") center/contain no-repeat;
  inset: 0 -1.5rem 0 auto;
  margin: auto 0;
}
#hawaii-order .order-box .order-li li .ttl03 {
  min-height: 5rem;
  display: grid;
  align-content: center;
  line-height: 1.2;
  background: url(../img/hawaii/order-ttl-bg.jpg);
}
#hawaii-order .order-box .order-li li .ttl03 small {
  font-size: 1.2rem;
}
#hawaii-order .mov-ttl {
  margin: 7rem 0 3rem;
  background: url(../img/hawaii/mov-le.png) left 2.5rem bottom 1rem no-repeat, url(../img/hawaii/mov-ri.png) right bottom no-repeat;
}
#hawaii-order .mov-ttl span {
  display: inline-block;
  padding: 0 1rem 1rem;
}
#hawaii-order .mov-box video {
  width: 100%;
  height: 100%;
}

#hawaii-lineup {
  background: url(../img/hawaii/lineup-bg.png) right top/70% no-repeat;
}
#hawaii-lineup .en {
  text-transform: unset;
}

.item-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3rem 0;
}
.item-li li {
  width: 48%;
}
.item-li .item-box {
  width: 100%;
}
.item-li .item-box .img-box {
  margin-bottom: 1rem;
}
.item-li .item-box .ttl03 {
  position: relative;
  z-index: 1;
}
.item-li .item-box .ttl03::before {
  z-index: -1;
  content: "";
  display: block;
  width: 3rem;
  height: auto;
  aspect-ratio: 1.18;
  position: absolute;
  background: url("../img/common/lineup-ttl-deco.png") center/contain no-repeat;
  top: 0;
  left: -2rem;
}
.item-box .item-ttl {
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--main-color);
  padding-bottom: 1rem;
}
.item-box .com-img {
  width: 100%;
  aspect-ratio: 1;
}
.item-box .price small {
  font-size: 0.8em;
}

#hawaii-detail {
  background: url(../img/hawaii/detail-bg.png) bottom right no-repeat;
}

.item-detail {
  padding: 10vw 5vw;
}
.item-detail .img-li {
  margin-top: 3rem;
  gap: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-detail .img-li li {
  width: 48%;
}
.item-detail .com-btn {
  margin: 5rem auto;
}
.item-detail > .com-txt {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid var(--accent-color);
}
.item-detail .detail-order {
  margin-top: 8rem;
}
.item-detail .detail-order .ttl03 span {
  display: inline-block;
  position: relative;
  padding: 0 2rem;
}
.item-detail .detail-order .ttl03 span::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  position: absolute;
  background: var(--accent-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
.item-detail .detail-order .ttl03 span::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  position: absolute;
  background: var(--accent-color);
  inset: 0 0 0 auto;
  margin: auto 0;
}
.item-detail .detail-order .img-box {
  margin: 3rem auto;
}

#item-page #item {
  background: url(../img/item/bg.png) right bottom no-repeat;
}
#item-page #item .en {
  text-transform: unset;
}
#item-page #item .item-warper > .ttl02 {
  padding: 1rem 2rem;
  background: #edf9fa;
  position: relative;
  margin-bottom: 3rem;
  margin-top: 5rem;
}
#item-page #item .item-warper > .ttl02::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 12px);
  position: absolute;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  left: 0;
  top: -6px;
}

#item-detail {
  background: url(../img/item/item-detail) bottom right no-repeat;
}

#workshop-feature {
  background: url(../img/work/feat-bg.jpg) center/cover;
}
#workshop-feature .featu-li {
  gap: 5rem;
  display: grid;
}
#workshop-feature .featu-li li {
  position: relative;
}
#workshop-feature .featu-li li .ttl02 {
  background: url(../img/work/feat-ttl-bg.png) top -0.5rem center/110% 140% no-repeat;
  padding: 2rem 0 2rem;
}
#workshop-feature .featu-li li .ttl02 .num {
  width: 7rem;
  height: 7.6rem;
  font-size: 4rem;
  position: absolute;
  left: 1rem;
  top: -1rem;
  background: url(../img/work/num-bg.png) no-repeat;
}

#workshop-point {
  background: url(../img/common/bg-mokume.jpg) center/cover;
}

#workshop {
  background: url(../img/work/bg-le.png) left bottom no-repeat, url(../img/work/bg-ri.png) right top no-repeat;
}
#workshop ul {
  gap: 7rem;
}
#workshop ul li {
  display: grid;
  justify-items: center;
}
#workshop ul li .workshop-ttl {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--accent-color);
}
#workshop ul li .com-img {
  width: 80%;
  aspect-ratio: 1;
  margin-bottom: 2rem;
}
#workshop ul li .txt-box .com-btn {
  margin: 3rem auto 0;
}
#workshop ul li .txt-box .price {
  margin-bottom: 1rem;
}
#workshop ul li .txt-box .price small {
  font-size: 0.8em;
}

#company-greeting {
  background: url(../img/company/gree-bg.png) top right no-repeat;
}
#company-greeting .inbox::before {
  content: "";
  display: block;
  width: 15rem;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  background: url("../img/company/gree-02.jpg") center/contain no-repeat;
  top: 36rem;
  left: -7vw;
}
#company-greeting .img-box {
  position: relative;
  width: 80%;
  margin: 0 auto 10rem;
}
#company-greeting .img-box::before {
  content: "";
  display: block;
  width: 15rem;
  height: auto;
  aspect-ratio: 1.11;
  position: absolute;
  background: url("../img/company/gree-dec-le.png") center/contain no-repeat;
  left: -5.4rem;
  top: -0.7em;
}
#company-greeting .img-box::after {
  content: "";
  display: block;
  width: 16.3rem;
  height: auto;
  aspect-ratio: 1.55;
  position: absolute;
  background: url("../img/company/gree-dec-ri.png") center/contain no-repeat;
  right: -5rem;
  bottom: -5rem;
}
#company-greeting .txt-box .ft-clr01 {
  position: relative;
}
#company-greeting .txt-box .ft-clr01::after {
  content: "";
  display: block;
  width: 5rem;
  height: auto;
  aspect-ratio: 0.95;
  position: absolute;
  background: url("../img/company/gree-deco.png") center/contain no-repeat;
  right: -1rem;
  top: -3rem;
}

#company-info {
  background: url(../img/common/bg-mokume.jpg) center/cover;
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv {
  position: relative;
  padding: 0 5vw 5vw;
  background: url(../img/sv/bg-le.png) left no-repeat, url(../img/sv/bg-ri.png) right bottom no-repeat;
}
.sv .sv-catch {
  font-size: 2rem;
  position: absolute;
  inset: 0;
  z-index: 10;
  display: grid;
  align-content: center;
  justify-items: start;
}
.sv .sv-catch span {
  padding: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid;
  border-image: linear-gradient(45deg, #a57b25, #cba95f, #e9d38b, #cba95f, #a57b25) 1;
}
.sv .img-box {
  width: 85%;
  height: 12rem;
  margin-left: auto;
}

/*---------------------------△△---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 {
  background: url(../img/top/srv-bg-le.png) left top/32.7% no-repeat, url(../img/top/srv-bg-ri.png) right bottom/50% no-repeat, url(../img/top/srv-deco.png) left bottom 48rem no-repeat;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
#site-map .site-list {
  padding: 10% 0 30%;
}
#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-bottom: 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(--main-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(--main-color);
  color: #fff;
}

.pagenation-detail {
  position: relative;
  margin-top: 10%;
}
.pagenation-detail p a {
  background: var(--main-color);
  border-radius: 5px;
  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---▽▽------------------------*/