@charset "UTF-8";
/*アニメーションCSS*/
/*ボーダーが真ん中から左右に広がる*/
/*ボタンの背景が横から出てくる*/
#wrapper {
  min-width: 1280px;
}

/*Flexbox */
.flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*折り返し */
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順 */
.flx-rr {
  flex-direction: row-reverse;
}

/*積み重なるように配置 */
.flx-column {
  flex-direction: column;
}

/*水平方向の揃え */
/*初期値 */
.flx-strt {
  -webkit-justify-content: start;
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between） */
.flx-btw {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around） */
.flx-ard {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/*水平揃え　末揃え */
.flx-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*水平揃え　中央揃え */
.flx-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/*垂直方向の揃え */
/*水平揃え　上揃え */
.flx-alitem-strt {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/*水平揃え　高さ揃え */
.flx-alitem-strch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え */
.flx-alitem-c {
  -webkit-align-items: center;
  align-items: center;
}

/*水平揃え　下揃え */
.flx-alitem-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え */
.flx-alitem-base {
  -webkit-align-items: baseline;
  align-items: baseline;
}

/*複数行にした揃え方 */
/*初期値 */
.flx-alcont-strt {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え */
.flx-alcont-strch {
  -webkit-align-content: stretch;
  align-content: stretch;
}

/*親要素の終点から配置。下揃え */
.flx-alcont-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/*中央揃え */
.flx-alcont-c {
  -webkit-align-content: center;
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、残りの要素は均等に間隔をあけて配置 */
.flx-alcont-s-btw {
  -webkit-align-content: space-between;
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置 */
.flx-alcont-s-ard {
  -webkit-align-content: space-around;
  align-content: space-around;
}

/* 並び順変更 */
.flex-order-1 {
  order: 1;
}

.flex-order-2 {
  order: 2;
}

/*pcスタイル */
.inbox {
  width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

.pc-none {
  display: none;
}

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

a[href*="tel:"] {
  pointer-events: none;
}

/*-------▽▽フォント▽▽----------*/
body {
  font-size: 1.6rem;
  line-height: 1.5;
}

/*--------△△フォント△△---------*/
/*======================================================
 * ▽▽---共通スタイル---▽▽
 * =======================================================*/
html {
  scroll-padding: 100px;
}

section {
  padding: 100px 0;
}
section.bg-clr02 {
  margin-bottom: 12rem;
}

.dl-item {
  display: flex;
}

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

.com-btn {
  display: grid;
  width: 140px;
  font-weight: 700;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid var(--main-color);
  font-family: var(--serif-font);
  position: relative;
}
.com-btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1rem;
  position: absolute;
  background: url("../img/common/btn-arw.png") center/contain no-repeat;
  inset: 0 0.5rem 0 auto;
  margin: auto 0;
  transition: 0.5s;
}
.com-btn:hover::after {
  transform: translateX(1rem);
}

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

.ttl01 {
  text-align: center;
  font-size: 4.6rem;
  margin-bottom: 5rem;
  font-weight: 400;
  font-family: var(--en-font);
}
.ttl01 span {
  letter-spacing: 0.025em;
}
.ttl01.txt-le {
  justify-content: start !important;
}

#top-page .ttl01, #common-contact .ttl01 {
  display: grid;
  justify-content: center;
  line-height: 1.2;
}
#top-page .ttl01 .en, #common-contact .ttl01 .en {
  line-height: 0.6;
  font-family: var(--tegaki-font);
  font-size: 2.2rem;
  transform: rotate(-17deg);
  letter-spacing: 0;
  color: var(--accent-color);
  transform-origin: left;
  position: relative;
}
#top-page .ji-e .en, #common-contact .ji-e .en {
  right: -1.5rem;
}
#top-page .ji-s .en, #common-contact .ji-s .en {
  left: -2rem;
}

.ttl02 {
  font-size: 4rem;
  font-family: var(--en-font);
}

.ttl03 {
  font-size: 2rem;
}

.txt-cap {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
}

.com-tel {
  gap: 1.5rem;
}
.com-tel a {
  font-size: 2.6rem;
  font-family: var(--serif-font);
  background: url(../img/common/tel-bd.png) bottom/100% no-repeat;
  padding-bottom: 1rem;
}
.com-tel a::before {
  content: "TEL:";
  font-size: 1.8rem;
}
.com-tel .tel-info {
  gap: 1rem;
}
.com-tel .tel-info .dl-item {
  gap: 0.5rem;
}
.com-tel .tel-info dt {
  width: 6.5rem;
  border: 1px solid var(--main-color);
}

.list-stl {
  gap: 6rem 9rem;
}
.list-stl li {
  width: 30rem;
}
.list-stl li a {
  width: 100%;
}
.list-stl .dp-g {
  gap: 1.5rem;
}
.list-stl .com-img {
  width: 100%;
  aspect-ratio: 1;
}
.list-stl .com-img img {
  transition: 0.5s;
}
.list-stl a:hover .com-img img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.brand-list .brand-item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(83, 58, 28, 0.6);
  z-index: 20;
}
.brand-list .brand-item .ttl03 {
  position: absolute;
  inset: 0;
  margin: auto;
  font-size: 2.2rem;
  z-index: 50;
}

.com-txt-box {
  width: 540px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tag-list .tag {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: var(--font-color-02);
  padding: 0.5rem 1rem;
  background: url("../img/common/tag-icon.png") left center/2.8rem no-repeat;
  padding-left: 3.5rem;
  box-sizing: border-box;
}

time {
  line-height: 1;
  font-weight: 400;
  color: var(--accent-color);
}

/*infotableスタイル*/
.com-desc-tbl .dl-item {
  display: flex;
  justify-content: space-between;
  padding: 3rem;
}
.com-desc-tbl .dl-item:nth-child(odd) {
  background: var(--bg-color);
}
.com-desc-tbl .dl-item dt {
  text-align: right;
  width: 160px;
}
.com-desc-tbl .dl-item dd {
  width: 760px;
}
.com-desc-tbl .dl-item dd .tel-txt {
  display: inline-flex;
}

#access-map {
  width: 92%;
  margin: 0 auto;
  border-top: 2px solid var(--accent-color);
}
#access-map .map {
  height: 500px;
}

/*======================================================
 * △△---共通スタイル---△△
 * =======================================================*/
/*---------------------------▽▽---heder---▽▽------------------------*/
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  position: fixed;
}
#header .hd-top {
  padding: 1rem 3rem;
  background: #fff;
}
#header .hd-logo img {
  display: block;
}
#header .hd-right {
  gap: 2rem;
}
#header #nav {
  background: rgba(255, 255, 255, 0.6);
}
#header #nav .nav-list {
  font-family: var(--serif-font);
  justify-content: center;
  font-size: 1.8rem;
  gap: 6rem;
}
#header #nav .nav-list .nav-item {
  position: relative;
}
#header #nav .nav-list .nav-item > a {
  display: block;
  padding: 0.5rem 0 1rem;
  opacity: 1;
  position: relative;
}
#header #nav .nav-list .nav-item > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--main-color);
  position: absolute;
  bottom: 0;
  transform: scale(0);
  transition: 0.5s;
}
#header #nav .nav-list .nav-item > a:hover::after {
  transform: scale(1);
}

.mail-btn-box {
  gap: 2rem;
}
.shop-btn {
  width: 180px;
  height: 44px;
}
.shop-btn span {
  background: url("../img/common/shop-icon.png") left center/2rem no-repeat;
  padding-left: 2.5rem;
  box-sizing: border-box;
}

/*---------------------------△△---heder---△△------------------------*/
/*---------------------------▽▽---MV---▽▽------------------------*/
.top-mv {
  padding: 20rem 0rem 8rem;
  position: relative;
  aspect-ratio: 2.08;
  background: url(../img/top/mv-bg.jpg) center/cover;
}
.top-mv .swiper-wrapper {
  width: 33.33%;
}
.top-mv .com-img {
  width: 100%;
  aspect-ratio: 1;
}
.top-mv .pos-a {
  z-index: 500;
}
.top-mv .pos-a img {
  width: 100%;
}
.top-mv .ill-01 {
  width: 3.9%;
  top: 12rem;
  left: 23%;
}
.top-mv .ill-02 {
  width: 6.8%;
  bottom: 5rem;
  left: 24.8%;
}
.top-mv .ill-03 {
  width: 3.9%;
  right: 27%;
  top: 42%;
}

/*---------------------------△△---MV---△△------------------------*/
.news-area .inbox {
  position: relative;
  min-height: 240px;
}
.news-area .inbox .ttl01 {
  width: auto;
}
.news-area .inbox .news-list {
  width: 810px;
  gap: 1rem;
}
.news-area .inbox .news-list .news-item:nth-child(2) {
  transform: translate(-5rem);
}
.news-area .inbox .news-list .news-item a:hover {
  transform: translateX(10px);
}
.news-area .inbox .news-list .news-item a .tag-list {
  margin-bottom: 1rem;
}
.news-area .inbox .news-list .news-item a .txt-box {
  width: 700px;
  padding: 1.5rem 3rem;
}
.news-area .inbox .com-btn {
  position: absolute;
  top: 17rem;
  left: 0;
}

/*--------▽▽---NEWS---▽▽---------- */
#top-news .inbox .ill-box {
  position: absolute;
  top: 8rem;
  right: -24rem;
}

/*------------△△---NEWS---△△---------*/
#top-pickup {
  width: 91%;
  margin: 0 auto;
  border-top: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}
#top-pickup .inbox {
  position: relative;
}
#top-pickup .inbox .ill-box {
  position: absolute;
  left: -29rem;
  bottom: 3rem;
}
#top-pickup .inbox .com-btn {
  position: absolute;
  right: 0;
  top: 4rem;
}

#top-concept .top-box .txt-box {
  width: 680px;
}
#top-concept .top-box .img-box {
  margin-right: -10rem;
}
#top-concept .top-box .img-02 {
  position: absolute;
  top: -3rem;
  left: -420px;
}
#top-concept .btm-box {
  width: 1280px;
  margin-top: 25rem;
  padding: 1rem 10rem 10rem;
}
#top-concept .btm-box ul {
  gap: 8rem;
  margin-top: -16rem;
}
#top-concept .btm-box ul li {
  width: 280px;
  border: 3px solid var(--main-color);
}
#top-concept .btm-box .ill-01 {
  top: -36rem;
  left: -23rem;
}
#top-concept .btm-box .ill-02 {
  bottom: 6.5rem;
  right: -6.5rem;
}

#top-brand {
  margin-bottom: 0;
}

#top-shop .txt-box {
  min-height: 300px;
  width: 500px;
  margin-top: 7rem;
}
#top-shop .txt-box .com-btn {
  margin-top: 2rem;
}
#top-shop .img-box {
  border-radius: 15rem 0 0 15rem;
  width: 50vw;
  height: 30rem;
  min-width: 640px;
  position: absolute;
  left: 50%;
  top: 11rem;
}
#top-shop .ill-01 {
  top: 20rem;
  left: -27rem;
}

#top-column {
  padding-top: 0;
}

#common-contact {
  position: relative;
  width: 92%;
  margin: 0 auto 12rem;
}
#common-contact .ill-01 {
  top: 0;
  right: 30%;
}
#common-contact .inbox {
  width: 980px;
  padding: 4rem;
  gap: 4rem;
  margin-top: 3rem;
}
#common-contact .inbox .contact-info {
  width: 400px;
  margin-top: 4rem;
  gap: 2rem;
}
#common-contact .inbox .crnd {
  width: 400px;
}
#common-contact .inbox .ill-02 {
  bottom: 8rem;
  left: 9rem;
}

.pagetop {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 20px;
}

#footer {
  padding: 8rem 0;
  position: relative;
  background: url(../img/common/ft-bg.jpg) center/cover;
}
#footer .ft-area .ft-logo {
  margin-right: 4.5rem;
}
#footer .ft-area .ft-le {
  display: grid;
  justify-items: start;
  gap: 2.5rem;
  width: 290px;
}
#footer .ft-area .ft-ri {
  width: 390px;
  display: grid;
  justify-items: end;
  align-content: space-between;
}
#footer .ft-area .ft-ri .ft-nav {
  display: flex;
  align-items: start;
  gap: 6rem;
  padding: 1.5rem 0;
  padding-left: 5rem;
  border-left: 2px solid var(--accent-color);
}
#footer .ft-area .ft-ri .ft-nav .nav-list {
  display: grid;
  gap: 2rem;
  font-size: 1.8rem;
}
#footer .ft-area .ft-ri .ft-nav .nav-list .nav-item {
  line-height: 1;
}
#footer .ft-area .ft-ri .ft-nav .sub-nav-li {
  font-size: 1.4rem;
}
#footer .copyright {
  font-size: 1.3rem;
  font-weight: 400;
}

/*==========================================
 * -▽▽---下層ページ---▽▽
 * ===========================================*/
#about-message {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid var(--accent-color);
}
#about-message .inbox .img-box {
  margin-right: -10rem;
}
#about-message .inbox .img-02 {
  position: absolute;
  top: 6.5rem;
  left: -420px;
}
#about-message .inbox .ill-01 {
  top: 25rem;
  right: 35rem;
}
#about-message .inbox .ill-02 {
  right: -10rem;
  top: 10rem;
}

#about-profile .img-box {
  width: calc(50vw - 6rem);
  height: 400px;
  position: absolute;
  right: 60rem;
  top: 12rem;
  border-radius: 0rem 20rem 20rem 0;
}
#about-profile .com-txt-box {
  margin-left: auto;
  min-height: 400px;
}
#about-profile .com-txt-box .name {
  margin-bottom: 3rem;
}
#about-profile .ill-01 {
  top: 5rem;
  left: -10rem;
  z-index: 20;
}
#about-profile .ill-02 {
  bottom: 0;
  left: 25rem;
  z-index: 20;
}

#about-faq .ill-01 {
  top: -5rem;
  right: -34rem;
}
#about-faq ul {
  gap: 4rem;
}
#about-faq ul li {
  border-left: 2px solid var(--main-color);
}
#about-faq ul li h4 {
  padding: 3rem;
  padding-left: 9rem;
  position: relative;
}
#about-faq ul li h4::after {
  position: absolute;
  line-height: 1;
  left: 3rem;
  top: 2rem;
  font-size: 4rem;
  content: "Q";
  font-family: var(--en-font);
  color: var(--accent-color);
}
#about-faq ul li .com-txt {
  padding: 3rem;
  padding-left: 9rem;
  position: relative;
}
#about-faq ul li .com-txt::after {
  position: absolute;
  line-height: 1;
  left: 3.5rem;
  top: 2rem;
  font-size: 4rem;
  content: "A";
  font-family: var(--en-font);
  color: var(--accent-color);
}

#pickup-detail .pickup-box {
  gap: 4rem 0;
}
#pickup-detail .pickup-box .txt-box {
  width: 360px;
  gap: 2rem;
}
#pickup-detail .pickup-box .txt-box .com-txt {
  padding: 2rem 3rem;
}
#pickup-detail .pickup-box .img-li {
  width: 650px;
  gap: 5rem;
}
#pickup-detail .pickup-box .img-li .com-img {
  width: 300px;
}

#brand-detail .brand-box {
  gap: 4rem 0;
}
#brand-detail .brand-box .com-txt {
  width: 580px;
  padding: 2rem 3rem;
}
#brand-detail .brand-box .img-box {
  width: 420px;
  gap: 4rem;
}
#brand-detail .brand-box .img-box .bnr-img img {
  width: 100%;
}
#brand-detail .brand-box .img-box .com-img {
  width: 100%;
}
#brand-detail .ttl02 {
  padding-left: 10rem;
  position: relative;
  margin: 6rem 0rem 4rem;
}
#brand-detail .ttl02::after {
  content: "";
  display: block;
  width: 8rem;
  height: 1px;
  position: absolute;
  background: var(--accent-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
.ttl-bd {
  padding-left: 2rem;
  border-left: 2px solid var(--accent-color);
}

/*---------------------------▽▽---SV---▽▽------------------------*/
.sv-area {
  padding: 20rem 0rem 8rem;
  background: url(../img/sv/bg.jpg) center/cover;
}
.sv-area .sv {
  width: 1280px;
}
.sv-area .sv .sv-img {
  width: 880px;
  margin-left: auto;
}
.sv-area .sv .sv-catch {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 580px;
  height: 180px;
  font-size: 5rem;
}
.sv-area .ill-01 {
  width: 3.9%;
  top: 12rem;
  left: 23%;
}
.sv-area .ill-02 {
  width: 6.8%;
  bottom: -2rem;
  left: 7.5%;
}
.sv-area .ill-03 {
  width: 3.9%;
  right: 9.9%;
  top: 22.5rem;
}

/*---------------------------△△---SV---△△------------------------*/
/*---------------------------▽▽---breadcrumbs---▽▽------------------------*/
.breadcrumbs-area {
  position: relative;
  z-index: 10;
}
.breadcrumbs-area .breadcrumbs {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  font-size: 1.5rem;
}
.breadcrumbs-area .breadcrumbs li:not(:first-child)::before {
  content: ">";
  padding: 0 15px;
}

/*---------------------------△△---breadcrumbs---△△------------------------*/
/*-----------▽▽---select---▽▽--------*/
.select-area {
  width: 300px;
  height: 50px;
  margin-left: auto;
  margin-right: 0;
}
.select-area .select-box {
  font-size: 1.5rem;
}
.select-area .select-box option {
  font-size: 1.5rem;
}
/*------------△△---select---△△---------*/
/*--------------------その他共通ページ --------------------*/
.com-other-page {
  padding: 100px 0;
}

/*---------------------------▽▽---site.html---▽▽------------------------*/
/*---------------------------△△---site.html---△△------------------------*/
/*---------------------------▽▽---404.html---▽▽------------------------*/
/*---------------------------△△---404.html---△△------------------------*/
/*---------------------------▽▽---privacy.html---▽▽------------------------*/
/*---------------------------△△---privacy.html---△△------------------------*/
/*---------------------------▽▽---news.html---▽▽------------------------*/
#news .select-area {
  margin-bottom: 40px;
}
#news .select-area .select-box {
  padding: 10px 0;
  background: none;
}
#news .news-area {
  margin-bottom: 60px;
}
#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: 30px 0;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box {
  display: flex;
  line-height: 1.5;
  gap: 20px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  align-items: flex-start;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box time {
  width: 120px;
}
#news .news-area .news-list .news-item a .news-txt-box .data-box .tag-list {
  width: 900px;
}
#news .news-area .news-list .news-item a .news-txt-box .list-ttl {
  font-weight: 500;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
#news .news-area .news-list .news-item a .news-txt-box .list-txt {
  font-size: 1.6rem;
  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: 200px;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box {
  width: 840px;
}
#news .news-area .news-list .news-item .thumbnail-on .news-txt-box .data-box .tag-list {
  width: 740px;
}

/*detail */
#detail .detail-box {
  margin-bottom: 50px;
}
#detail .detail-box .data-box {
  display: flex;
  line-height: 1.5;
  gap: 30px;
  font-size: 1.5rem;
  margin-bottom: 70px;
  align-items: center;
}
#detail .detail-box .data-box time {
  width: 120px;
}
#detail .detail-box .data-box .tag-list {
  width: 780px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#detail .detail-box .data-box .tag-list .tag a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#detail .detail-box .thumb {
  margin-bottom: 20px;
  width: 400px;
  height: 300px;
}
#detail .detail-box .detail-ttl {
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 0 0 20px;
  text-align: left;
  border-bottom: 2px solid #555;
}
#detail .detail-box .detail-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 30px 0 60px;
}
#detail .detail-box .detail-txt img {
  margin: 10px;
}

/*pagenation*/
.pagenation {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 30px;
}
.pagenation li {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  font-size: 1.8rem;
}
.pagenation li a, .pagenation li span {
  line-height: 1;
  padding: 12px 18px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
.pagenation-detail {
  position: relative;
  height: 50px;
  margin-top: 60px;
}
.pagenation-detail p a {
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  box-sizing: border-box;
  padding: 18px 0;
  height: 50px;
  position: absolute;
}
.pagenation-detail .left a {
  top: 0;
  left: 0;
  width: 70px;
}
.pagenation-detail .right a {
  top: 0;
  right: 0;
  width: 70px;
}
.pagenation-detail .center a {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 160px;
}

/*---------------------------△△---news.html---△△------------------------*/
/*---------------------------▽▽---contact.html---▽▽------------------------*/
#contact .contact-ttl {
  margin-bottom: 100px;
  text-align: center;
}
#contact .table-wrapper {
  margin-bottom: 50px;
}
#contact .table-wrapper .contact-form-table tr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#contact .table-wrapper .contact-form-table tr th {
  font-weight: 700;
  width: 300px;
  box-sizing: border-box;
  padding: 16px 10px;
  font-size: 1.5rem;
}
#contact .table-wrapper .contact-form-table tr th .required-mark {
  padding: 2px 4px;
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr td {
  width: 770px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#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, #contact .table-wrapper .contact-form-table tr td .error-text, #contact .table-wrapper .contact-form-table tr td .contact-address-txt {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  width: 100%;
}
#contact .table-wrapper .contact-form-table tr td label {
  font-family: "游ゴシック", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
#contact .table-wrapper .contact-form-table tr td .select-area {
  margin: 0;
}
#contact .table-wrapper .contact-form-table tr td .select-area select {
  width: auto;
}
#contact .table-wrapper .contact-form-table tr td .p-postal-code {
  width: 80px;
}
#contact .table-wrapper .contact-form-table tr td .birth-txt {
  width: 80px;
}
#contact .table-wrapper .contact-form-table tr td .error-text {
  font-weight: 500;
}
#contact .table-wrapper .contact-form-table tr .check-box-confirmation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#contact .table-wrapper .contact-form-table tr .h-adr input {
  height: 45%;
}
#contact .privacy-agree {
  display: block;
}
#contact .privacy-agree a {
  text-decoration: underline;
}

.check {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 50px auto;
}
.check .contact-recaptcha-wrap {
  margin: 0;
}

.contact-submits-wrap .contact-check-btn {
  width: 300px;
  height: 74px;
  background: none;
  color: #fff;
  background: var(--main-color);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.contact-submits-wrap .contact-back-btn {
  border: none;
  background: #bebebe;
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.complete-area .ttl01 {
  margin-bottom: 100px;
}

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

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

/*---------------------------△△---contact.html---△△------------------------*/