@charset "utf-8";

/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,textarea{background-color:transparent;border-style:none}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none;vertical-align: bottom;}progress{vertical-align:baseline}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
}
/*==================================
スタートアップテーマ カスタマイズ
==================================*/

header.fs-l-header{padding-top: 0!important;}
.fs-l-header__welcomeMsg.is-ready{/* ウェルカムメッセージ */
  position: absolute;
  right: 2%;
}
.fs-p-welcomeMsg{font-size: 1.4rem;}/* ウェルカムメッセージ */
.fs-c-breadcrumb {
  margin: 0 auto;
  padding-top: 160px;
  font-size: 1.2rem;
  max-width: 1216px;
}
main.fs-l-main{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 50px;
}
#fs_PageNotFound main.fs-l-main{
  padding-top: 180px;
}
#fs_Top main.fs-l-main{
  padding: 150px 0 0;
}
#fs_CustomPage main.fs-l-main{
  padding-top: 160px;
  padding-bottom: 0;
}
/* 商品詳細ページ */
.fs-l-main.fs-l-product2{margin-bottom: 50px}
.fs-c-productMainImage__image {
  justify-content: flex-start;
}
.fs-c-heading .fs-c-productNameHeading__copy{
  display: block;
  font-weight: 500;
}
.fs-c-heading .fs-c-productNameHeading__name{
  font-size: 2.2rem
}
.fs-c-button--particular.fs-c-button--addToWishList--detail{
  background: #fff;
  font-size: 1.4rem;
  padding: 0.8em 1.6em;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail .fs-c-button__label {
    /*color: #595757;*/
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after{
  font-size: 1.4rem;
}
.fs-c-button--addToCart--detail.fs-c-button--primary{
  background:#ffb7b7;
  border:none;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  padding: 1.2em 1.6em 1.2em;
}
.fs-c-returnedSpecialContract {
  padding: 8px 0;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 13px;
}
.fs-c-returnedSpecialContract a{
  display: block;
  text-decoration: none;
}
.fs-c-button--inquiryAboutProduct.fs-c-button--plain{
  margin-left: 0;
  color: #595757;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  display: block;
  font-size: 1.8rem;
  margin-bottom: 22px;
  padding: 8px 0;
  width: 100%;
}
.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button__label {
  display: block;
  /*color: #595757;*/
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct{
  justify-content: center;
}
.fs-c-productActionButton.fs-c-buttonContainer .fs-c-button__label{
  margin-left: 0;
}
.fs-c-button--addToCart--detail.fs-c-button--primary .fs-c-button__label,
.fs-c-productPrice__main .fs-c-productPrice__main__label,
.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price,
.fs-c-productPrice__addon, .fs-c-productPrice__main__addon{
  font-size: 1.8rem;
}
.fs-c-quantity__select, select[name="quantity"] {
    -webkit-appearance: menulist;
}
.fs-l-product2{
  padding-top: 40px;
}
/* カートに入れるボタン */
.fs-c-button--addToCart--list.fs-c-button--plain{
  background: #FFB7B8;
  border-radius: 4px;
  color: #fff;
  margin: 8px 4px 0 0;
  padding: 4px 8px;
  width: 100%;
}
.fs-c-button--plain.fs-c-button--addToCart--list::before{
    color: #fff;
}
.fs-c-button--plain:hover{
    text-decoration: none;
}
.fs-c-button__label{
  margin-left: 8px;
}
/* カートに入れるボタン END */
.fs-c-button--primary,
.fs-c-button--secondary,
.fs-c-button--particular,
.fs-c-button--standard{
  padding: 0.8em 1.6em;
}
.fs-l-footer{}
footer.fs-l-footer{
  border: none!important;
  margin-top: 0!important;
}
/*==================================
common
==================================*/

html{
	font-size:62.5%;
    height: 100%;
}
	 
body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #595757;
	font-size:1.6rem;
	font-size:16px;
	font-weight: 400;
	line-height:1.8;
	background:#fff;
	min-width: 100%;
    height: 100%;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-all;
}

/* a
----------------------------------*/
a{
	color:inherit;
	text-decoration:inherit;
	color:#595757;
	-webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	}

a:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
}
/* background color
----------------------------------*/
.bg--lpink{
  background-color: #FFE2E1;
}
.bg--lgray{
  background-color: #EFEFEF;
}
.bg--whsd{
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0,0,0,.2) ;
}


/* heading 
----------------------------------*/
.post_main h1 { font-size: 4.0rem; font-size: 40px; width: 100%; line-height: 1.4;}
.post_main h2 { font-size: 3.2rem; font-size: 32px; line-height: 1.8; border-bottom: 1px solid #F29C9F; width: 100%; margin: 40px 0 16px;}
.post_main h3 { font-size: 2.4rem; font-size: 24px; border-left: 4px solid #F29C9F; width: 100%; padding-left: 0.5em;margin: 40px 0 16px;}
.post_main h4 { font-size: 2.0rem; font-size: 20px; font-weight: 400; width: 100%;}
.post_main h5 { font-size: 1.8rem; font-size: 18px; font-weight: 400; width: 100%;}

h1.page-heading {
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
	width: 100%;
}
.entry-heading{
	font-weight: 500;
	border-bottom: 4px solid #F29C9F;
	margin-bottom: 40px;
	padding-bottom: 8px;
}
.heading{
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 48px;
}
.heading span{
  position: relative;
}
.heading span::after{
  content: "";
  background: #FFE2E1;
  width: 280px;
  height: 4px;
  position: absolute;
  bottom: -16px;
  left:50%;
  transform: translateX(-50%)
}
.sub-ttl{
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 32px;
}
/* float
----------------------------------*/
.fL{float:left;}
.fR{float:right;}

/* clearfix
----------------------------------*/
.clearfix:after{
  content:"."; 
  display:block; 
  height:0; 
  font-size:0;	
  clear:both; 
	visibility:hidden;
	}

.clearfix{ display:inline-block;}
 
/* Hides from IE Mac */
* html .clearfix{	height:1%;}
.clearfix{ display:block;}

/* fade
----------------------------------*/
.fade {
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
	}
.fade:hover { opacity: 0.7; filter: alpha(opacity=70);} 

/* ----------------------------------
INNER
---------------------------------- */
.inner-l { max-width: 1200px; margin: 0 auto;}
.inner-m { max-width: 1040px; margin: 0 auto; padding: 0 20px;}
@media only screen and (max-width: 1200px) {
  .inner-l,.inner-m { max-width: 100%; margin: 0 auto;padding: 0 24px;}
}
/* ----------------------------------
HEADER
---------------------------------- */
header {
	position: fixed;
	width: 100%;
	z-index: 100;
}
.header-wrap {
	background-color: #fff;
  width: 100%;
}
.header_top_content{
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
  height: 80px;
  display: flex;
	align-items: center;
	justify-content:space-between;
}
header .logo{
  line-height: 1
}
header .logo img{
  vertical-align: middle;
  width: 300px;
}

.header_icons{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_icon{
  margin-left: 20px;
}
.header_icon .fs-l-header__welcomeMsg.is-ready{
  position: static;
  right: 0;
}
.header_icon img{
  margin-right: 14px;
  vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
  header .logo{
    width: 50px;
  }
  header .logo img{
    width: 100%;
  }
  .header_icons{
    width: calc(100 / 4)
  }
}
.hamburger {
	display: none;
}
.globalMenu {
  background-color: #EFEFEF;
  width: 100%;
  height: 70px;
	margin: 0 auto;
  position: relative;
}
.globalMenu_wrap{
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px 0 0;
}
.globalMenu > ul{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /*margin-left: -30vw;*/
}
.globalMenu li {
  display: inline-block;
  text-align: center;
}
.globalMenu a {
  display: block;
  font-size:1.8rem;
  width: 180px;
  color: #595758;
  line-height: 70px
}
.globalMenu .sp a{
  display: none;
}
.menu:hover > a {
  background: #FFE2E1;
  transition: 0.5s;
  opacity: 1;
}
.child_menu > li > a { /* 子項目のスタイル */
  /*color: #fff;*/
  font-size: 1.6rem;
  padding: 0 24px;
  width: auto;
  text-align: left;
}
.child_menu > li > a:hover {
  opacity: 1;
  position: relative;
}
.child_menu { /* 下層メニューのスタイル */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: absolute;
  top: 100%; /* 親項目の直下に配置 */
  left: 0;
  background: #FFE2E1;
  visibility: hidden; /* 下層メニューを非表示 */
  z-index: 100;
}
.menu:hover .child_menu {
  visibility: visible; /* 下層メニューを表示 */
  transition: 0.8s;
}
.child_menu ul{
  max-width: 1120px;
  margin: 0 auto;
  text-align: left;
}
.child_menu li{
  padding-top: 20px;
  padding-left: 0;
  text-align: left;
}
.child_menu a {
  display: block;
  font-size:1.6rem;
  width: 400px;
  color: #595758;
  line-height: normal;
  transition: linear;
}
.child_menu a:hover {
  background: rgba(255,255,255,.4);
  opacity: 1;
}
.child_menu ul li.child_menu_ttl{
  display: block;
  padding-left: 40px;
  font-size: 2.2rem;
  background: none;
  line-height: 60px;
}
.child_menu li.child_menu_ttl img{
  display: inline-block;
  margin-right: 16px;
}
.child_menu li:nth-child(2) a,
.child_menu li:nth-child(3) a{
  line-height: 62px;
  position: relative;
}
.child_menu li:nth-child(2) span,
.child_menu li:nth-child(3) span{
  padding-left: 30px;
}
.child_menu li:nth-child(2) a::after,
.child_menu li:nth-child(3) a::after{
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/icon_arrow-navi.svg");
  display: inline-block;
  position: absolute;
  top:24px;
  right: 30px;
}
.ls-adj{
  letter-spacing: -0.2em;
}
@media (min-width: 768px) and (max-width: 1120px) {
  .globalMenu > ul{
    margin-left: -40vw;
  }
  .child_menu ul li.child_menu_ttl{
    font-size: 1.8rem;
  }
  .child_menu > li > a { /* 子項目のスタイル */
    font-size: 1.4rem;
    padding: 0 1em;
  }
}
.container { 
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1;
}
.container p{
  margin-bottom: 1em;
}
/*.container.first-cont{
  padding-top: 150px;
}*/
.container.first-cont_sub{
  /*padding-top: 140px;*/
}
.ContentOver-box{
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.pcon { display: block;}
.spon { display: none;}
/* ----------------------------------
INDEX 
---------------------------------- */
.top-key{
  width: 100%;
  height: 710px;
  background-image: url("../img/mv_pc.jpg");
  background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size: cover;
	background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top-key_wrap{
  width: 600px;
  margin: 0 auto;
}
.top-key_logo{
  display: block;
  margin: 0 auto;
  margin-top: 140px;
}
.top-key_arrow{
  margin-top: 26px;
  position: relative;
}
/*アニメーション用CSS*/
.updown{
  animation-name:UpDown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
/* アニメーションの設定 */
@keyframes UpDown{
  0%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(25px);
  }
}
.top-key_btn{
  margin-top: 40px;
}
.top-news{
  padding: 15px 0 35px;
}
.top-news_post{
  border: 2px solid rgba(89,87,87,.6);
  border-radius: 16px;
  padding: 15px 30px;
}
.top-news_post .heading{
  margin-bottom: 0;
}
.top-news_list time{
  display: block;
  font-size: 1.2rem;
  margin-top: 8px;
}
.top-news_list time::before{
  content: "●";
  color: #FFE2E1;
  display: inline-block;
  margin-right: 0.3em;
}
.top-news_list h3{
  font-size: 1.6rem;
}
.top-news_date{
  display: block;
  font-size: 1.2rem;
  margin-top: 8px;
}
.top-news_date::before{
  content: "●";
  color: #FFE2E1;
  display: inline-block;
  margin-right: 0.3em;
}
.top-news_ttl{
  font-size: 1.6rem;
}
.top-news_btn .btn02{
  margin: 0 auto;
  margin-top: 24px;
}
.top-guidance{
  background: #EFEFEF;
  padding: 80px 0 62px;
}
.top-guidance .heading span,
.top-application .heading span{
  margin: 0 auto;
}
.top-guidance_wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.top-guidance a.btn01{
  width: 48%;
}
.top-application{
  background: #EFEFEF;
  padding: 62px 0 80px;
}
.top-application_box{
  background: rgba(255,255,255,.6);
  border-radius: 16px;
  margin-top: 35px;
  padding: 48px 90px;
}
.top-application_wrap{
  display: flex;
  justify-content: space-between;
}

.top-application_wrap .text-area{
  width: 40%
}
.top-application_wrap .text-area .ttl{
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.4;
}
.top-application_wrap .text-area .label{
  background: #595757;
  color: #fff;
  display: inline-block;
  margin-top: 40px;
  padding: 0.3em 1.5em;
}
.top-application_wrap .text-area .text{
  font-size: 2.2rem;
  margin-top: 12px;
}
.top-application_wrap .text-area .note{
  color: #BE272D;
  display: block;
  font-size: 1.6rem;
}
.top-application_wrap .img-area{
  width: 55%
}
.img-area-sp{
  display: none;
}
.top-application_wrap .img-area img{
  border-radius: 20px;
  width: 100%;
}
.top-application_btn{
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
.top-application_btn a{
  margin: 0 12px;
  width: 280px;
}
/* ----------------------------------
SUB PAGE
---------------------------------- */
.sub-sec{
  padding: 72px 0
}
.sub-sec--top0{
  padding: 0 0 72px;
}
.page-link{
  margin-bottom: 64px;
}
.page-link--about{
  margin-top: 50px;
}
.page-link ul{
  display: flex;
  align-items: center;
}
.page-link li{
  background: #fff;
  border:1px solid #FFE2E1;
  border-radius: 15px;
  margin-left: 60px;
}
.page-link li:first-child{
  margin: 0;
}
.page-link li a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #595757;
  width: 300px;
  height: 90px;
  text-align: center;
}
/* ----------------------------------
FOOTER
---------------------------------- */
footer { 
  width: 100%;
  overflow: hidden;
}
.footer_navi{
  background: #FFE2E1;
  padding: 40px 40px 64px;
}
.footer_logo{
  text-align: center;
}
.footer_top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.footer_top_wrap{
  width: 30%
}
.footer_top_wrap .ttl{
  border-bottom: 1px solid #FFB7B7;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 4px;
}
.footer_top_navi{
  margin: 1em 0 2em;
  width: 100%;
}
.footer_top_navi li{}
.footer_top_navi a{
  font-size: 1.5rem;
}
.footer_top_navi a:hover{
  text-decoration: underline;
  opacity: 1;
}
.footer_bottom{
  width: 100%;
  margin-top: 40px;
}
.footer_bottom_navi{
  display: flex;
  flex-wrap: wrap;
}
.footer_bottom_navi li{
  margin-left: 40px;
}
.footer_bottom_navi li:first-child{
  margin-left: 0;
}
.footer_bottom_navi a{
  text-decoration: underline;
}
.footer_bottom_navi a:hover{
  text-decoration:none;
}
.copyright{
  text-align: center;
  padding: 16px 20px;
}
.copyright .text{
  font-size: 1.0rem
}
.copyright_img{
  display: none;
}
/* ----------------------------------
PAGETOP
---------------------------------- */
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 2vw;
  bottom: 2vw;
  background: #fff;
  border: solid 2px #555555;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop_arrow {
  height: 10px;
  width: 10px;
  border-top: 2px solid #555555;
  border-right: 2px solid #555555;
  transform: translateY(20%) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .pagetop:hover, .pagetop:hover .pagetop_arrow {
      border-color: #F29C9F;
  }
  .pagetop:hover{
    border-radius: 50%;
    opacity: 1;
  }
}
/* button
----------------------------------*/
.btn01{
  border-radius: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  padding: 0 56px;
  max-width: 575px;
  height: 82px;
  position: relative
}
.btn01::after{
  content: "";
  width: 28px;
  height: 28px;
  background-image: url("../img/icon_arrow.png");
  display: inline-block;
  position: absolute;
  top:28px;
  right: 32px;
}
.btn02,
.btn03{
  background: #fff;
  border: 3px solid #FFE2E1;
  border-radius: 50px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2) ;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 0 24px;
  max-width: 280px;
  height: 50px;
  position: relative
}
.btn03{
  background: #FFB5B5;
  border: none;
  box-shadow: 2px 2px 4px rgba(0,0,0,.2) ;
  color: #fff!important;
  font-size: 1.8rem;
}
.btn02::after,
.btn03::after{
  content: "";
  width: 10px;
  height: 17px;
  background-image: url("../img/icon_arrow02.png");
  display: inline-block;
  position: absolute;
  top:15px;
  right: 16px;
}
.btn02:hover,
.btn02:bisited,
.btn03:hover,
.btn03:bisited{
  color: #fff!important;
}
.btn03::after{
  background-image: url("../img/icon_arrow03.png");
  top:17px;
}
/* ----------------------------------
OTHER
---------------------------------- */
.t-center{text-align: center;}
.t-left {text-align: left;}
.t-right {text-align: right;}
.t-center_left{text-align: center;}
.el-center{margin: 0 auto;}
.italic{font-style: oblique;}
.img-cen { display: block; margin: auto;}
.dt-none { display: none;}
.indent-1{
	padding-left:1em;
	text-indent:-1em;
}
.w100p { width: 100%; margin: 0 auto;}
.notes{
  display: block;
  padding-left: 1em;
  text-indent:-1em;
}
.notes::before{
  content: "※";

}
/* max-width:1080px
-------------------------------------------------- */
@media only screen and (max-width: 1080px) {
	body{ width: 100%; font-size: 1.4rem; line-height: 1.6;}
  .inner { padding: 0 5%;}
  

}

/* 20250328 協賛会社 スポンサーの部分*/
div.sponsorship {padding: 80px 0 62px;}
div.sponsorship-list {display: flex
; flex-flow: wrap; place-items: normal legacy; place-content: normal; min-width: 0px;}
span.sponsorship-item {width: calc(25% - 12px); max-width: calc(25% - 12px);}
