/* CSS Document */
/*header*/
header#wcheader div.headerlogo:not([logo-text="none"]) h2[wc-text-be]::before{
  font-weight: 500 !important;
}
header#wcheader div.headerlogo:not([logo-text="none"]) h2[wc-text-be]::before, 
header#wcheader div.headerlogo:not([logo-text="none"]) h2[wc-text-af]::after{
  color: #a61022 !important;
}
header#wcheader .menubtn.sitemap:not([btn-pos*="show"])::before{
  -webkit-mask-image: url("/img/svg/menu_open.svg") !important;
  mask-image: url("/img/svg/menu_open.svg") !important;
}
header#wcheader .menubtn.sitemap[name]:not([btn-pos*="show"])::after{
}
header#wcheader .menubtn[name]:not([btn-pos*="show"])::after{
  letter-spacing: 0.03rem !important;
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
}
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::before{
  -webkit-mask-image: url("/img/svg/menu_close.svg") !important;
  mask-image: url("/img/svg/menu_close.svg") !important;
  background-color: #a61022 !important;
}
.wcdrawermenu div.header div.drawerclosebtn::before{
  border: solid 2px #a61022 !important;
}
.wcdrawermenu div.header div.drawerclosebtn{
}
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::after{
  color: #a61022 !important;
  letter-spacing: 0.03rem !important;
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
}
.wcdrawermenu div.header div.title{
  flex-direction: column;
  font-weight: 400 !important;
}
.wcdrawermenu div.header div.title span{
  display: block;
  line-height: 1em;
  color: #a61022;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "Montserrat";
}
.wcdrawermenu nav ul li{
  position: relative;
  z-index: 1;
}
.wcdrawermenu nav ul li::after{
  content: "";
  width: 100%;
  height: 3.5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-mask-image: url("/img/svg/title_wave.svg?1335");
  mask-image: url("/img/svg/title_wave.svg?1335");
  background-color: #a61022;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
}
.wcdrawermenu nav ul li a{
  border-bottom: none !important;
}
.wcdrawermenu nav ul li a:not([target="_blank"])::after{
  -webkit-mask-image: url("/code/icons/arrow_right_circle_fill_s.svg") !important;
  mask-image: url("/code/icons/arrow_right_circle_fill_s.svg") !important;
}
.wcdrawermenu nav ul li a::after{
  background-color: #a61022 !important;
}
.wcdrawermenu nav ul li a p{
  font-size: 1rem;
}
.wcdrawermenu nav ul li a p span{
  display: block;
  line-height: 1em;
  color: #a61022;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: "Montserrat";
  margin-bottom: 0.35rem;
}
div.header_instagram{
  padding: 0 1rem;
  box-sizing: border-box;
  display: table;
  margin: 40px auto;
}
div.header_instagram > p.h_insta_title span{
  color: #333;
  text-align: center;
  position: relative;
  z-index: 1;
  display: table;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 500;
}
div.header_instagram > p.h_insta_title span::before,
div.header_instagram > p.h_insta_title span::after{
  content: "";
  width: 1px;
  height: 2rem;
  background-color: #a61022;
  z-index: 2;
  position: absolute;
  bottom: 0;
}
div.header_instagram > p.h_insta_title span::before{
  left: -1rem;
  transform: rotate(-45deg);
}
div.header_instagram > p.h_insta_title span::after{
  right: -1rem;
  transform: rotate(45deg);
}
div.header_instagram div.h_flex{
  display: flex;
  align-items: center;
}
div.header_instagram > div.h_flex figure{
  width: 55px;
}
body[wc-view-type="sp"] div.header_instagram > div.h_flex figure{
  width: 50px;
}
div.header_instagram > div.h_flex figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.header_instagram > div.h_flex figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
div.header_instagram > div.h_flex div.header_insta_text{
  width: calc(100% - 55px);
  padding-left: 15px;
  box-sizing: border-box;
  padding-top: 0.5rem;
}
body[wc-view-type="sp"] div.header_instagram > div.h_flex div.header_insta_text{
  width: calc(100% - 50px);
}
div.header_instagram > div.h_flex div.header_insta_text > p{
  font-size: 0.9rem;
}
div.header_instagram > div.h_flex div.header_insta_text > div.btn.h_insta{
  margin-left: 0;
  margin-top: 0.5rem;
  display: table;
}
div.header_instagram > div.h_flex div.header_insta_text > div.btn.h_insta a{
  border: none;
  color: #fff;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;
  padding: 0.75rem 2.5rem 0.75rem 2.3rem;
  position: relative;
  border-radius: 1rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1em;
  z-index: 1;
  display: table;
}
div.header_instagram > div.h_flex div.header_insta_text > div.btn.h_insta a span{
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 0;
}
div.header_instagram > div.h_flex div.header_insta_text > div.btn.h_insta a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  z-index: -1;
  border-radius: 1rem;
}
div.header_instagram > div.h_flex div.header_insta_text > div.btn.h_insta a::after{
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
header::before,
header::after{
  content: "";
  position: absolute;
  z-index: 2;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
body[wc-view-type="sp"] header::before,
body[wc-view-type="sp"] header::after{
  width: 15vw;
  height: 15vw;
  -webkit-mask-size: 15vw;
  mask-size: 15vw;
  bottom: -15vw;
}
body[wc-view-type="tb"] header::before,
body[wc-view-type="tb"] header::after{
  width: 15vw;
  height: 15vw;
  -webkit-mask-size: 15vw;
  mask-size: 15vw;
  bottom: -15vw;
}
body[wc-view-type="tb-l"] header::before,
body[wc-view-type="tb-l"] header::after{
  width: 10vw;
  height: 10vw;
  -webkit-mask-size: 10vw;
  mask-size: 10vw;
  bottom: -10vw;
}
body[wc-view-type="pc"] header::before,
body[wc-view-type="pc"] header::after{
  width: 150px;
  height: 150px;
  -webkit-mask-size: 150px;
  mask-size: 150px;
  bottom: -150px;
}
header::before{
  left: 0;
  -webkit-mask-image: url("/img/svg/header_deco_left.svg");
  mask-image: url("/img/svg/header_deco_left.svg");
}
header::after{
  right: 0;
  -webkit-mask-image: url("/img/svg/header_deco_right.svg");
  mask-image: url("/img/svg/header_deco_right.svg");
}
header#wcheader div.headerlogo:not([logo-text="none"]) h2[wc-text-af]::after{
  text-align: left !important;
  margin-top: 5px !important;
}
.wcdrawermenu nav ul li a:not([target="_blank"])::after {
  -webkit-mask-image: var(--linkright);
  mask-image: var(--linkright);
}
.wcdrawermenu .wcdrawermenuwrap{
  margin-left: auto !important;
  margin-right: 0 !important;
}
body[wc-view-type="pc"] header#wcheader div.headerlogo[logo-pos="right"]{
  left: 0;
  right: inherit !important;
}
body[wc-view-type="pc"] a.menubtn,
body[wc-view-type="pc"] div.menubtn{
  display: none !important;
}
body:not([wc-view-type="pc"]) div.pc_menu_block{
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
body[wc-view-type="pc"] div.pc_menu_block{
  display: flex;
  margin-left: auto;
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu{
  margin-right: 1rem;
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu:last-of-type{
  margin-right: 0;
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #333;
  transition: all 0.5s ease;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu a:hover{
  color: #a61022;
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu.no_sns a::after{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #a61022;
  z-index: 2;
  transform: scale(0,1);
  position: absolute;
  bottom: 0;
  transform-origin: center top;
  transition: all 0.5s ease;
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu.no_sns a:hover::after{
  transform: scale(1,1);
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu.h_sns{
  display: flex;
  align-items: center;
  justify-content: center;
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu.h_sns a{
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 3;
  margin-right: 1rem;
  transition: all 0.3s ease;
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu.h_sns a::before,
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu.h_sns a::after{
  position: absolute;
  content: "";
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu.h_sns a::before{
  width: 30px;
  height: 30px;
  background-color: #333;
  box-sizing: border-box;
  z-index: 1;
  border-radius: 100%;
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu.h_sns a:hover::before{
  background-color: #a61022;
}
body[wc-view-type="pc"] div.pc_menu_block > div.pc_menu.h_sns a::after{
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 35px;
  mask-size: 30px;
  -webkit-mask-image: url("/img/svg/insta_header.svg");
  mask-image: url("/img/svg/insta_header.svg");
  z-index: 2;
}
/*footer*/
footer{
  background-color: #fff;
  position: relative;
  z-index: 1;
}
footer::before{
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  z-index: 5;
  mask-image:url("/img/svg/wave_up.svg?");
  background-color: #fff;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position:bottom center;
  mask-position:bottom center;
}
body[wc-view-type="sp"] footer::before{
  height: 16px;
  top: -16px;
  mask-size: contain;
}
body[wc-view-type="tb"] footer::before{
  height: 39px;
  top: -38px;
  mask-size: contain;
}
body[wc-view-type="pc"] footer::before{
  height: 45px;
  top: -45px;
  mask-size: cover;
}
body[wc-view-type="tb-l"] footer::before{
  height: 52px;
  top: -51px;
}
body[wc-view-type="pc"] footer::before{
  mask-size:contain;
}
body[wc-view-type="tb-l"] footer div.footerlogo{
  width: 200px !important;
}
div.jpname {
  letter-spacing: 0 !important;
}
footer:not([column-type="1"]) div.footer{
}
#wcfooter .footerflex .wc-dlbox_address dt::before{
  background-color: #a61022 !important;
}
#wcfooter .footerflex .wc-dlbox_address dt::after {
  background-color: rgba(0,0,0,0) !important;
  border-radius: 50%;
  top: 50% !important;
  border: solid 1px #a61022 !important;
  transform: translateY(-50%) !important;
  box-sizing: border-box;
}
div.c_info_box{
  width: 100%;
  text-align: left;
  padding-left: 0.35rem;
  box-sizing: border-box;
}
div.c_info_box dl.company_info{
  display: flex;
  margin-top: 0.5rem;
}
div.c_info_box dl.company_info > dt{
  width: 4.5rem;
  white-space: nowrap;
}
div.c_info_box dl.company_info dt span{
  color: #a61022;
  border: solid 1px #a61022;
  box-sizing: border-box;
  padding: 0.15rem 0.5rem 0.25rem 0.5rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  white-space: nowrap;
}
div.c_info_box dl.company_info > dd{
  box-sizing: border-box;
  width: calc(100% - 4.5rem);
}
div.c_info_box dl.company_info dd > p{
  padding-left: 0.75rem;
  box-sizing: border-box;
}
div.c_info_box dl.company_info dd ul{
  padding-left: 1.5rem;
  box-sizing: border-box;
  list-style-position: outside;
}
div.c_info_box dl.company_info dd ul li::marker{
  font-size: 0.9rem;
}
div.c_info_box dl.company_info > dd ul li dl dt,
div.c_info_box dl.company_info > dd ul li dl dd{
  font-size: 0.9rem;
}
div.c_info_box dl.company_info > dd ul li dl dd span{
  font-size: 0.85rem;
}
div.f_right{
}
body[wc-view-type="tb"] div.f_right{
  width: 100% !important;
  display: flex;
  margin-right: 0;
  box-sizing: border-box;
}
div.f_right div.f_banner{
  width: 100%;
  display: flex;
  padding: 0.75rem 0.5rem 0 0.5rem;
  box-sizing: border-box;
  align-items: center;
}
body[wc-view-type="tb"] div.f_right div.f_banner{
  padding-left: 1.5rem !important;
  box-sizing: border-box;
}
body:not([wc-view-type="tb"]) div.f_right div.f_banner{
  justify-content: space-between;
}
div.f_right div.f_banner div.banner{
  position: relative;
  z-index: 1;
}
div.f_right div.f_banner div.banner a{
  display: table;
}
body[wc-view-type="tb"] div.f_right div.f_banner{
  flex-direction: column;
}
body[wc-view-type="tb"] div.f_right div.f_banner div.banner{
  width: 100%;
}
body[wc-view-type="sp"] div.f_right div.f_banner div.banner{
  width: calc(50% - 0.25rem);
}
body[wc-view-type="pc"] div.f_right div.f_banner div.banner{
  width: calc(50% - 0.5rem);
}
body[wc-view-type="tb"] div.f_right div.f_banner div.banner:nth-of-type(2){
  margin-top: 1rem;
}
div.f_right div.f_banner div.banner a{
}
div.f_right div.f_banner div.banner a picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.f_right div.f_banner div.banner a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body[wc-view-type="sp"] div.f_right div.f_banner div.banner a img{
  height: 16vw !important;
}
body[wc-view-type="tb-l"] div.f_right div.f_banner div.banner a img{
  height: 55px !important;
}
body[wc-view-type="pc"] div.f_right div.f_banner div.banner a img{
  height: 80px !important;
}
div.ev_btn{
  display: table;
  margin-top: 0.5rem;
}
div.ev_btn a{
  display: table;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  border: solid 1px #a61022;
  border-radius: 1rem;
}
div.ev_btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  background-color: #a61022;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
footer dl.footercontact{
  border-color: #a61022 !important;
  border-radius: 1.5rem;
  background-color: rgba(255,255,255,0.1);
}
dl.footercontact div.contactbtnarea a.wc-button::before{
  display: none;
}
dl.footercontact div.contactbtnarea a.wc-button::after{
 background-color: #a61022 !important; 
  content: "" !important;
position: absolute !important;
top: 50% !important;
right: 0 !important;
transform: translateY(-50%) !important;
z-index: 2 !important;
width: 2.5rem !important;
height: 2.5rem !important;
-webkit-mask-image: var(--wciconsrc) !important;
mask-image: var(--wciconsrc) !important;
-webkit-mask-repeat: no-repeat !important;
mask-repeat: no-repeat !important;
-webkit-mask-size: cover !important;
mask-size: cover !important;
}
dl.footercontact div.contactbtnarea a.wc-button {
  background-color: rgba(0,0,0,0) !important;
  color: #a61022 !important;
  padding-left: 1rem;
border: solid 1px #a61022 !important;
  white-space: nowrap !important;
}
footer dl.footercontact .contactbtnarea .wc-dlbox_tel dt::before{
  background-color: #a61022 !important;
}
footer dl.footercontact .contactbtnarea .wc-dlbox_tel dt::after{
  background-color: rgba(0,0,0,0) !important;
  top: 50% !important;
  z-index: 1;
  border: solid 1px #a61022;
  transform: translateY(-50%);
}
body[wc-view-type="sp"] footer .footertextlinks{
  --maxwidth: 220px !important;
}
body[touch-pos] footer div.footer{
  border-color: #fff !important;
}
footer .footertextlinks > div:not(:last-child):not(.nonemargin){
  margin-right: 1rem !important;
}
footer .footertextlinks > div + div:not(.noneline)::before{
  display: none !important;
}
.footersnsarea > div[svg-color="true"] a {
  background-color: #fff !important;
  border: solid 1px #a61022 !important;
  box-sizing: border-box !important;
}
/*キャッチコピー*/
div.wccatchcopy {
  background-color: rgba(255,255,255,0) !important;
  border-bottom: none !important;
  height: 0 !important;
  opacity: 0 !important;
}

/*トップボタン*/
#wcscrollbtns .scrollbtnwrap.left{
  right: 0 !important;
}
