/*
Theme Name: CUBIC
Description: CUBIC Template
Author: 管理人
*/



body{
	/*background-color: #f1f8fc;*/
	
	font-size:15px;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    color: rgb(68, 68, 68);
	letter-spacing: 0.1em;
}
body::before{
	content: "";
    display: block;
    width: 100%;
    position: fixed;
    background: linear-gradient(135deg, #fcdcbd 0%, #fdedff 12%, #e8e8ff 24%, #e8f3ff 37%, #effff4 50%, #e8f3ff 62%, #e8f3ff 62%, #e8e8ff 73%, #fdedff 85%, #fcdcbd 100%);
    left: 0;
    top: 0;
    bottom: 0;
	background-size: 800% 800%;
  animation: GradietionAnimation 15s ease infinite;
	z-index:-1;
}

@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
.wrapper{
	padding-top: 1px;
    background-color: hsla(0, 0%, 100%, .7);
}
.in,
.inmin,
.site-content,
.two-column,
.inw{
    margin: auto;
}
ul,li{
    list-style: none;
}
a{
    display: inline-block;
    transition: 0.5s;
}
a:hover{
    /*opacity: 0.7;*/
}
img{
    display: inline-block;
    clear: both;
    max-width: 100%
}
.grav{
	font-family: "gravesend-sans", sans-serif;
font-weight: 700;
font-style: normal;
}

/*----------------------------------------------*/
/*ヘッダー-----------------------*/

header{
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
header.is-fixed{
    position: fixed;
}
#header .in{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
/*ナビ*/
.hed_nav,
.hed_navsab > ul{
    display: -webkit-flex;
    display: flex;
	
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap:10px 5px;
}
.hed_navmain li{
    position: relative;
}
.hed_navmain li:has(ul) > a{
    /*pointer-events: none;*/
}
.hed_navmain .menu > li > a{
    font-weight: 600;
    padding: 1.05em 1.5em 1.05em 1em;
    line-height: 1.5;
    letter-spacing: 0px;
    font-size: 13px;
}
.hed_navmain li a{
    padding: 1.5em 1em;
}
.hed_navmain li:has(ul){
    cursor: pointer;
}
.hed_navmain li:has(ul) > a{
    position: relative;
    padding-right: 2em;
}
.hed_navmain li:has(ul) > a::before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    position: absolute;
    right: 0.5em;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hed_navmain .sub-menu li + li{
    border-top: 1px solid #ccc;
}
.hed_navmain{
	transition:0.5s;
}
.hed_navsab{
    text-align: center;
	transition:0.5s;
}
.hed_navsab i{
    font-size: 20px;
}
.hed_navsab p{
    font-size: 9px;
	letter-spacing:0;
    position: relative;
}
.cart-totalquantity-wrap{
    position: relative;
}
.cart-totalquantity-wrap .cart-totalquantity-inner{
    position: absolute;
    top: -0.5em;
    right: -1em;
    line-height: 1;
    min-width: 2em;
    min-height: 2em;
    background-color: #e11313;
    color: #fff;
    padding: 0.2em;
    border-radius: 50%;
    font-size: 9px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.hed_usces{
    font-size: 12px;
    text-align: left;
}
.hed_usces a{
    
}

/*----------------------------------------------*/
/*フッター-----------------------*/

.foot_content{
	background-color:#f2f2f2;
	padding: 100px 0;
}
.foot_contentbotn ul{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    gap: 20px;
}
.foot_contentbotn ul li{
	width:90%;
	max-width:600px;
}
.foot_contentbotn a{
    background-color: #93bcd9;
	border:4px solid #fff;
	border-radius:4px;
    color: #fff;
	width:100%;
}
.foot_buttontextbox{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 30px;
	position: relative;
	border:2px solid #93bcd9;
	border-radius:4px;
	gap: 13px;
	z-index:1;
}
.foot_buttontext h2{
	font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.2em;
}

.content_foot{
	padding-top: 160px;
}
footer{
    background-color: #32373c;
    padding: 60px 0 30px;
	color: #fff;
}
#foot_widget{
   font-size:14px;
}
#foot_widget .sub-menu{
	font-size:10px;
}
.footer-widget li:has(.sub-menu)  > a{
    pointer-events: none;
}
.footer-widget .sub-menu{
	margin-top: 10px;
    display: -webkit-flex;
    display: flex;
    gap: 0.5em 1em;
}
.footer-widget .sub-menu a{
	background-color: #fff;
    border: 1px solid #fff;
    border-radius: 2em;
    color: #000;
    font-weight: 700;
    padding: 0 1em;
    line-height: 1.2;
}
.footer-widget .sub-menu .sub-menu{
    -webkit-flex-direction: column;
    flex-direction: column;
}
.footer-widget .sub-menu .sub-menu a{
    background-color: #cccccc;
}
.footer-widget ul li{
    position: relative;
}
.foot_end {
	margin-top:40px;
}
.foot_endr a{
	background-color: #fff;
    border: 4px solid #4f4644;
    border-radius: 4px;
    color: #000;
    font-weight: 600;
    padding: 20px;
	width:100%;
	
}
.foot_endr a >div{
	display: -webkit-flex;
    display: flex;
     -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	gap: 1em;
}
.foot_cc{
    font-size: 0.9em;
    margin-top: 2em;
    color: #949494;
}
/*営業日カレンダー*/

.foot_widgetbox .ucart_calendar_body li{
    -webkit-align-items: flex-end;
    align-items: flex-end;
    flex-wrap:wrap;
}
.ucart_widget_body li{
	display: -webkit-flex;
	display: flex;
	gap:20px;
}
.ucart_widget_body table th,
.ucart_widget_body table td{
    
    padding: 5px;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.5;
	color: #000;
}
.ucart_widget_body table tr{
    background-color: #fff;
}
.ucart_widget_body thead th:nth-child(1){
    color: #dc3232;
}
.ucart_widget_body thead th:nth-child(7){
    color: #2783c4;
}
.businessday {
    background-color: #79b0d6;
}
/*見出し---------------------------------*/
h2{
	font-size:26px;
	line-height:1.8em;
	font-weight:600;
}
h3{
	font-size:26px;
	line-height:1.8em;
}
h4{
	font-size:18px;
	font-weight:600;
	line-height:1.8em;
}
h5{
	font-size:17px;
	font-weight:600;
	line-height:1.8em;
}
h6{
	font-size:16px;
	font-weight:600;
	line-height:1.8em;
}

/*----ホーム------------------------------*/

.home_content{
	margin-top:120px;
}
/*----ホーム共通------------------------------*/

.listarrow i{
	font-size: 0.6em;
	padding: 0.75em;
	border-radius: 50%;
	color: #94bcd9;
	background-color: #fff;
	line-height: 1;
	width: 3.2em;
	height: 3.2em;
	position: relative;
	transition: 0.5s;
	transition-duration: 0.3s;
	transition-delay: 0.4s;
	border: 3px solid #cbdeec;
}

/*ホーム見出し*/
.home_taitl{
	margin-bottom:30px;
}
.home_taitl h3{
	font-size: 60px;
    line-height: 1;
	background: linear-gradient(135deg,  #febe7b 1%,#fbbbba 17%,#e394aa 34%,#c99ed0 50%,#acb1df 65%,#96beea 82%,#8ddea3 100%); 
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	display: inline;
}
.home_taitl p{
	display:inline-block;
	position:relative;
	font-weight:500;
	font-size: 13px;
	font-weight:600;
	background: linear-gradient(135deg,  #febe7b 1%,#fbbbba 17%,#e394aa 34%,#c99ed0 50%,#acb1df 65%,#96beea 82%,#8ddea3 100%); 
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home_taitl p::after,
.home_taitl p::before {
    border-bottom: 1px solid currentcolor;
    border-top: 1px solid currentcolor;
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    height: 1em;
    width: 0.3em;
}
.home_taitl p::before {
    border-left: 1px solid currentcolor;
    margin: 0 5px 0 0;
}
.home_taitl p::after{
	border-right: 1px solid currentcolor;
    margin: 0 0 0 5px;
}
/*ボタン*/
.link_button{
	margin-top:2em;
}
.link_button .link_text{
	    display: inline-block;
    min-width: 200px;
    background-color: #93bcd9;
    color: #fff;
    padding: 0.8em 1em;
    line-height: 1;
    border-radius: 5px;
    border: 2px solid;
    position: relative;
    overflow: hidden;
}
.link_button .link_text > div{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	position: relative;
    z-index: 1;
}
.link_button .hcurtains::before {
	background-color: #fff;
}
.link_button input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.link_button .wpcf7-spinner {
    margin: 0 0 0 50px;
}
/*メインビジュアル*/

.mv_imgbox a{
	display:block;
	position:relative;
}
.slideurl_content .slide_img::before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 20%);
    mix-blend-mode: multiply;
	transition:0.5s;
}
.mv_imgbox ul li + li{
    margin-top: 20px;
}
.mv_imgbox .slideurl_content{
	position:relative;
	border-radius: 15px;
    overflow: hidden;
}
.slideurl_content .slide_img{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
    right: 0;
    transition: 0.5s;
	
}
.slideurl_content .slide_img > div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.mv_imgbox .slideurl_text{
	position:relative;
	
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px;
	color: #fff;
}
.mv_imgbox ul li:nth-child(1) .slideurl_text h3{
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 0.5em;
    font-weight: 500;
    position: relative;
    margin-top: 100px;
}
.mv_imgbox ul li:nth-child(1) .slideurl_text h3::before{
    content: "NEW";
    font-size: 11px;
    display: inline-block;
    display: block;
    position: absolute;
    left: 0;
    top: -3em;
    background-color: #e0e2f7;
    padding: 0.5em 1em;
    border-radius: 3px;
    color: #0010a8;
    font-weight: 600;
}
.mv_imgbox .slideurl_text p{
    font-size: 1.1em;
    letter-spacing: 0.15em;
}
.mv_imgpagination {
	margin-top:20px;
}
.mv_imgpagination ul{
	gap:1em;
}

/**/

.home01{
	position:relative;
}

.home01 .mvb{
	
}
.home01 .mv_text{
	position: absolute;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 30px;
	font-weight: 600;
	right: 5%;
	top: 120px;
	white-space: nowrap;
}
.home01_buttonbox ul li + li{
	margin-top:10px;
}
.home01_buttonbox ul a{
	background-color: #92bcd9;
    /*border: 2px solid #92bcd9;*/
	padding: 30px 40px;
    color:#114a71;
	border-radius: 4px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home01_buttonbox ul a::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(images/home01_buttonb.jpg);
    mix-blend-mode: soft-light;
    opacity: 0.5;
    background-size: cover;
    
}
.home01_buttonbox ul li:nth-child(1) a{
    background-color: #D9AFD9;
    background-image: linear-gradient(45deg, #D9AFD9 0%, #97D9E1 100%);

}
.home01_buttonbox ul li:nth-child(2) a{
    background-color: #f2b67b;
    background-image: linear-gradient(45deg, #f2b67b 16%, #eeaede 77%);

}
.home01_buttonbox ul li:nth-child(3) a{
    background-color: #c3f0a2;
    background-image: linear-gradient(45deg, #c3f0a2 10%, #f4c03f 96%);
}
.home01_buttontext{
    position: relative;
}
.home01_buttonbox ul a h2{
	    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.2em;
}
.home01_buttonbox ul a p{
	
}


.home01_item.active{
    opacity:1;
    visibility: visible;
    pointer-events:auto;
}

#home01item_link.home01_item.active ul li{
    opacity: 1;
    transform: translate(0);
}
.home01_item.active::before{
    transform: scaleX(1) skew(-20deg);
    transition: transform .4s cubic-bezier(.79,.17,.15,.96) .2s;
    width: 230%;
    right: -50%;
}
.home01_buttonitem .buttonitem_close{
    position: fixed;
    font-size: 30px;
    line-height: 1;
    bottom: 1.5em;
    margin: auto;
    left: 0;
    right: 0;
    width: 1em;
    height: 1em;
    z-index: 5;
    opacity:0;
    visibility: hidden;
    transition-delay: 250ms;
}
.home01_buttonitem .buttonitem_close i{
    background-color: #ffffff;
    height: 1em;
    border-radius: 50%;
    color: #c99ed0;
}
.home01_buttonitem .buttonitem_close.active{
    opacity:1;
    visibility: visible;
}


.home01_item{
    padding: 100px 15px 30px 15px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    opacity:0;
    visibility: hidden;
    transition: all .4s cubic-bezier(.47,0,.745,.715) .3s;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.home01_item::before{
    background-color: #92bcd9;
    content: "";
    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: -40%;
    top: 0;
    transform: scaleX(0) skew(-20deg);
    transform-origin: left center;
    transition: transform .25s ease-in;
    width: 180%;
    z-index: 1;
    opacity: 0.7;
}

.home01_itembox{
    position:relative;
    z-index:5;
    overflow-x: auto;
    height: 100%;
}
#home01item_link ul li{
    opacity: 0;
    position: relative;
    transform: translate(-20px);
    transition: all .3s ease-in;
}

#home01item_link ul li:nth-of-type(2) {
    transition: all .4s cubic-bezier(.47,0,.745,.715) .3s
}

#home01item_link ul li:nth-of-type(3) {
    transition: all .4s cubic-bezier(.47,0,.745,.715) .35s
}

#home01item_link ul li:nth-of-type(4) {
    transition: all .4s cubic-bezier(.47,0,.745,.715) .4s
}

#home01item_link ul li:nth-of-type(5) {
    transition: all .4s cubic-bezier(.47,0,.745,.715) .45s
}

#home01item_link ul li:nth-of-type(6) {
    transition: all .4s cubic-bezier(.47,0,.745,.715) .5s
}

#home01item_link ul li a{
    position:relative;
    display: flex;
    width: 100%;
    padding: 20px 40px;
    color: #fff;
    font-weight: 600;
    gap: 20px;
}
#home01item_link ul li a::before,
#home01item_link ul li a::after{
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}
#home01item_link ul li a::before{
    background: radial-gradient(circle farthest-side, #fff, #fff 22%, transparent 22%, transparent);
    background-size: 8px 10px;
    bottom: -5px;
    height: 8px;
}
#home01item_link ul li a::after{
    background-color: #fff;
    bottom: -3px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.79,.17,.15,.96);
}
#home01item_link .item_listimg{
    aspect-ratio: 133 / 100;
    width: 9.23vw;
}
#home01item_link .item_listimg img{
    height: calc(100% - 4px);
    left: 2px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: 2px;
    width: calc(100% - 4px);
}




/*リスト　画像*/
.listimg{
	aspect-ratio: 164 / 92;
    border: 2px solid #ededff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.listimg img {
    height: calc(100% - 4px);
    left: 2px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: 2px;
    width: calc(100% - 4px);
}

.listimg::before {
    border: 2px solid #ededff;
    border-radius: 4px;
    bottom: auto;
    content: "";
    display: block;
    height: 100%;
    left: auto;
    position: absolute;
    right: auto;
    top: auto;
    transition: border .3s cubic-bezier(.7,0,.3,1);
    width: 100%;
    z-index: 2;
}
a:hover .listimg::before{
	   border-width:10px
}

/*ホームお知らせ一覧*/
.home_newslist .newslist ul{
}
.home_newslist .newslist ul a{
    display: block;
}
.home_newshed{
	margin-bottom:30px;
}
.news_listtext{
	margin-top:10px;
}
.news_listcat span{
	background-color: #92bcd9;
    border-radius: 12px;
    display: inline-block;
    padding: 0 10px;
    font-size: 11px;
    color: #fff;
    margin-right: 5px;
    font-weight: 500;
}

/*ホーム*/
.home02_list a{
	background-color:#fff;
	display:block;
	border-radius:5px;
}
.listarrows{
	align-items: center;
    display: flex;
    margin: 16px 0;
}
.listarrows .arrows_border{
	display: block;
    height: 8px;
    position: relative;
    width: 100%;
}
.listarrows .arrows_border::before,
.listarrows .arrows_border::after{
    content: "";
	display: block;
    left: 0;
    position: absolute;
}
.listarrows .arrows_border::before {
    background: radial-gradient(circle farthest-side, #92bcd9, #92bcd9 22%, transparent 22%, transparent);
    background-size: 8px 10px;
	height: 100%;
    top: 0;
    width: 100%;
}
.listarrows .arrows_border::after {
    background-color: #92bcd9;
    height: 2px;
    top: 4px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .3s cubic-bezier(.79,.17,.15,.96);
    width: 100%;
}
a:hover .arrows_border::after,
.work_link:hover .arrows_border::after{
	transform:scaleX(1);
	transform-origin: left center
}
.listarrows i{
	margin-left: 20px;
}
.tags_list ul{
	 display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
	gap:5px;
	margin-top:10px;
}
.tags_list h6{
	font-size:14px;
}
.tags_list ul li{
	background-color: #fff;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 1px, rgba(183, 25, 57, .05) 0, rgba(183, 25, 57, .05) 5px);
    background-size: auto auto;
    border-radius: 4px;
    color: #b71939;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
}

/**/
.home03{
	padding:50px 0;
	background-color:#7aa181;
}
.home03_list {
    width: 100%;
}
.home03_list ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
    grid-gap: 1rem;
    width: 100%;
}
.home03_list ul li{
    
}
.home03_list ul li a{
    background-color: #fff;
    display: block;
    padding: 1em;
    border-radius: 3px;
    border: 2px solid #ccc;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    position: relative;
}
.home03_list ul li a > div{
    position: relative;
    z-index: 1;
}
.home03_list ul li a i{
    font-size: 1.5em;
}
.home03_list ul li a::after,
.home03_list ul li a::before{
    position: absolute;
    content: "";
    width: 120%;
    height: 100%;
    top: 0;
    -webkit-transform: skewX(69deg);
    transform: skewX(69deg);
    background-color: #febe7b;
    z-index: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.home03_list ul li a::after {
    
    left: -142%;
}

.home03_list ul li a::before {
    right: -142%;
}
.home03_list ul li a:hover::after {
    left: -50%;
}

.home03_list ul li a:hover::before {
    right: -50%;
}
/**/
.home04{
	background-color:#fff;
	padding-top: 120px;
}
.home04_list ul,
.home04_list ul a{
	position: relative;
}
.home04_list ul::before,
 .home04_list ul a::before, 
.home04_list ul::after,
 .home04_list ul a::after {
	content: "";
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
    }

 .home04_list > ul::before,
 .home04_list > ul >li > a::before {
	background: radial-gradient(circle farthest-side, #93bcd9, #93bcd9 22%, transparent 22%, transparent);
	background-size: 8px 10px;
	height: 8px;
}
.home04_list > ul::before{
	top:0;
}
.home04_list > ul >li > a::before{
	bottom: -5px;
}
.home04_list > ul >li > a::after{
	background-color: #93bcd9;
	bottom: -3px;
	height: 2px;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform .3s cubic-bezier(.79,.17,.15,.96);
}
.home04_list ul a:hover::after{
	transform:scaleX(1);
	transform-origin: left center;
}
.home04_list ul a{
	padding: 40px 0;
	width: 100%;
}
.list_time > div{
	display: flex;
    justify-content: center;
	align-items: center;
    background-color: #134c43;
    border-radius: 4px;
    color: #fff;
}

.list_time p{
	font-size:1.1em;
}

.home04_list ul a h4 > div{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home04_list ul a .home04_listtext > div{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list_cats ul,
.list_tags ul{
	display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
	gap:5px 10px;
}
.list_cats ul li,
.list_tags ul li{
	border:2px solid #93bcd9;
	border-radius:2em;
	font-size: 12px;
	font-weight: 700;
	padding: 0 10px;
}
.list_cats ul li{
	background-color:#93bcd9;
	color:#fff;
}
.list_tags ul li{
	color:#93bcd9;
}
/*ホームラインナップ*/
.home05_list{
    margin-top: 20px;
}
.home05_list ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
    gap: 25px 10px;
}



/*----------------------------------------------*/
/*下層ページ-----------------------*/

/*下層ページヘッダー---------*/
.content_hed{
	background-color: #fff;
	margin-bottom:15px;
	padding:30px 0;
}
.content_hed .home_taitl{
	margin-bottom:0;
}

/*パンくず*/
#breadcrumb {
	margin-bottom: 50px;
	font-size:12px;
	color: #949494;
}
#breadcrumb ul{
	display: -webkit-flex;
    display: flex;
	flex-wrap:wrap;
}
#breadcrumb ul li + li {
	position:relative;
	padding-left:1.5em;
}
#breadcrumb ul li + li::before{
	content:">";
	display:block;
	position: absolute;
    left: 0.5em;
}

/*一覧ページ-------------*/
.default_list ul{
	display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
  grid-gap: 1rem;
}
.default_list a{
	display:block;
}
/*商品一覧*/
.cathed_img{
    margin-bottom: 20px;
}
.cathed_img li div{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    border-radius: 10px;
}
.cathed_img .splide__pagination{
    display: none;
}
.cathed_databox {
    margin: 20px 0 40px; 
    
}

.cathed_databox{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 341px), 1fr));
    grid-gap: 20px 40px;
}
.cathed_databox .cathed_textbox{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.cathed_databox .cathed_text,
.cathed_databox .cathed_data{
    padding: 15px;
    font-size: 12px;
    border-radius: 5px;
}
.cathed_databox .cathed_text{
    background-color: #ebd9d98f;
    color: #686868;
    width: 100%;
}
.cathed_databox .cathed_data {
    background-color: #fff;
    border: 1px solid #ccc;
}
.cathed_databox .cathed_data table{
    width: 100%;
}
.cathed_databox .cathed_data table th,
.cathed_databox .cathed_data table td{
    font-weight: normal;
    padding: 5px;
}
.cathed_databox .cathed_data table th{
    width: 10em;
}

.itemno .listimg {
    aspect-ratio: 164 / 153;
    background-color: #f5f5f5;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.itemno .listimg img{
	height: 90%;
    width: 90%;
    object-fit: contain;
}

/*ページナビ-------------*/
.pagination{
	text-align:center;
	margin-top:100px;
	 display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
	flex-wrap:wrap;
	gap:5px;
}

.pagination a,
.pagination span{
	line-height:1;
	height:2em;
	min-width:2em;
	display:inline-block;
	padding:0.5em 0.2em;
	border-radius:5px;
	
}
.pagination a{
	background: linear-gradient(135deg, #febe7b 1%, #fbbbba 17%, #e394aa 34%, #c99ed0 50%, #acb1df 65%, #96beea 82%, #8ddea3 100%);
    color: #fff;
}
.pagination span{
	background: linear-gradient(135deg, #febe7b 1%, #fbbbba 17%, #e394aa 34%, #c99ed0 50%, #acb1df 65%, #96beea 82%, #8ddea3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*検索フォーム---------*/
.hed_search{
    margin-bottom: 40px;
}
.hed_search h3{
    margin-bottom: 1em;
}
.hed_searchfom{
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 4px solid #ededfe;
}

.hed_searchfom form table tr + tr{
    border-top: 2px solid #ededfe;
}
.hed_searchfom form table th{
    font-weight: normal;
}
.hed_searchfom form table td{
    
}
.hed_searchfom form ul{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap:0.5em 1em;
}
.hed_searchfom form input[type="checkbox"]{
    display: none;
}
.hed_searchfom form li input + label{
    position: relative;
    padding-left: 25px;
}

.hed_searchfom form li input + label::before,
.hed_searchfom form li input + label::after {
    position: absolute;
    content: '';
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hed_searchfom form li input + label::before {
    width: 15px;
    height: 15px;
    background: #ff0000;
    clip-path: polygon(0 70%, 5% 60%, 45% 75%, 90% 10%, 100% 20%, 50% 100%);
    transform: scale(0, 0);
    transition: all 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);/*ぴょこんの動き*/
    z-index: 1;
    left: 2px;
}
.hed_searchfom form li input + label::after {
    width: 20px;
    height: 20px;
    background: #f5f5f5;
    border: 2px solid #f2f2f2;
    left: 0;
}
/*checked時の設定*/
.hed_searchfom form li input:checked + label::before {
    transform: scale(1, 1);
}

/*--商品詳細-----------------*/

.itemimg{
	background-color: #f4f4f4;
    text-align: center;
    padding: 20px 5%;
    margin-bottom: 20px;
}
.itemimg img{
	max-height:500px;
}
.itemsubimg ul li{
	position:relative;
}
.itemsubimg ul li::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	opacity:0;
	border:1px solid #000;
}
.itemsubimg li.is-active::before{
	opacity:1;
}

.top-contents {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 430px), 1fr));
    gap: 50px;
} 
.skuform_redtext{
	font-size: 0.9em;
    margin-top: 0.2em;
    color: #ff0000;
}

/* 商品オプション表示 */
.form_opt_wrap:has(>.side_by_side) {
    display: grid;
    width: 100%;
    grid-template-columns: 220px 1fr;
    align-items: center;
    background: #fff;
    position: relative;
}
div.form_opt_wrap:has(>.side_by_side),
.form_eyecatch_wrap.form_name {
    /* border-left: 1px solid #e6e6e6; */
    /* border-right: 1px solid #e6e6e6; */
    padding: 19px 18px;
}
.item-option > .form_opt_wrap:has(.side_by_side):last-of-type {
    border-radius: 0 0 5px 5px;
    /* border-bottom: 1px solid #e6e6e6; */
}
.form_eyecatch_wrap.form_name {
    border-radius: 5px 5px 0 0;
    /* border-top: 1px solid #e6e6e6; */
}
div.form_opt_wrap:has(>.side_by_side)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    width: calc(100% - 36px);
    height: 1px;
    background: #e6e6e6;
}
.hed_separator {
    margin-top: 40px;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: bold;
}
.side_by_side {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}
.form_eyecatch_wrap {
    background: #fff;
    padding: 19px 18px;
}
.form_eyecatch_wrap.check_layout {
    border-radius: 5px;
    /* border: 1px solid #e6e6e6; */
}
.required_mark::after {
    content: '\5FC5\9808';
    display: inline-block;
    line-height: 1;
    padding: 7px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background: #f53b57;
    margin-left: 10px;
    min-width: 47px;
}
.form_eyecatch {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0 20px;
}
.form_eyecatch p {
    width: 100%;
}
.form_opt_wrap .iopt_checkbox_label:not(:last-child){
    margin-bottom: 10px;
}
.form_opt_wrap .iopt_radio_label > input,
.form_opt_wrap .iopt_checkbox_label > input{
    margin-right: 10px;
}
.estimates_box .form_opt_wrap .list-radio li,
.estimates_box .form_opt_wrap dd:not(.list-radio-wrap),
/*.form_opt_wrap dd:has(>label):not(.form_eyecatch_wrap),*/
.form_opt_wrap input[type="text"],
.form_opt_wrap .iopt_radio_label,
.form_opt_wrap .iopt_checkbox_label,
.form_opt_wrap .iopt_checkbox_label,
.form_opt_wrap textarea,
.form_opt_wrap input[type="email"],
.form_opt_wrap input[type="tel"],
.form_opt_wrap .check_layout .iopt_radio_label {
    /* border: 1px solid #ccc; */
    background: #f2f2f2;
    border-radius: 5px;
}
.estimates_box .form_opt_wrap .list-check li,
.estimates_box .form_opt_wrap .list-radio li,
.form_opt_wrap input[type="text"],
.form_opt_wrap input[type="email"],
.form_opt_wrap input[type="tel"],
.form_opt_wrap textarea,
.form_opt_wrap select,
.form_opt_wrap .iopt_radio_label,
.form_opt_wrap .iopt_checkbox_label {
    width: 100%;
    padding: 12px;
    display: inline-block;
}
#itempage .form_opt_wrap .iopt_radio_label {
    display: flex;
    align-items: center;
}
label.iopt_label {
    display: none;
}
.estimates_box .form_opt_wrap .list-radio,
#itempage .form_opt_wrap dd:has(.iopt_radio_label) {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.form_opt_wrap .iopt_textarea {
    field-sizing: content;
    min-height: 100px;
}
.form_opt_wrap .iopt_select {
    position: relative;
    cursor: pointer;
    z-index: 1;
}
.form_opt_wrap dd:has(.iopt_select) {
    position: relative;
    display: flex;
    align-items: center;
}
.form_opt_wrap dd:has(.iopt_select)::before {
    position: absolute;
    right: 15px;
    content: '';
    width: 16px;
    height: 8px;
    background: #666666;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 1;
}
.orange_text {
    color: #fd9b00;
    font-weight: 700;
}
#itempage .detail-box{
    position: relative;
}
.field_price{
    position: absolute;
    bottom: 100px;
    right: 0;
    font-size: 26px;
    line-height: 1.8em;
    font-weight: 600;
    color: #ED5B14;
}
#itempage .field{
    margin-top: 30px;
    text-align: right;
}
#itempage .c-box,
#itempage .c-box .quantity{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    gap: 0.5em 1em;
}
#itempage .c-box{
    margin-top: 30px;
    flex-wrap: wrap;
}
#itempage .c-box input[type="text"]{
    padding: 8px 12px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #ccc;
}
#itempage .c-box .cart-button{
    display: inline-block;
    padding: 7px 12px;
    border-radius: 5px;
    background-color: #ffba71;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
}
.itemimg_caption {
    font-size: 18px
}
#content article.post input[type="text"].skuquantity{
    width: 5em;
}

/*--商品再注文---------------------*/

.history_alert,
.history_alert .history_alert_boxb{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.history_alert.active,
.history_alert.active .history_alert_boxb{
    visibility: visible;
    opacity: 1;
}
.history_alert{
    position: fixed;    
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 3;
}

.history_alert .history_alert_boxb{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.history_alert .history_alert_textbox{
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    
}
.history_alert .login_botm{
    text-align: center;
}
.login_botm{
    margin-top: 20px;
}
.login_botm a{
    background-color: #ffba71;
    padding: 0.5em 2em;
    border-radius: 10px;
    color: #fff;
}

/*--マイページ--*/
#memberinfo .history-area{
	height:auto;
}
/*----------------------------------------------*/
/*自分でデザインする-----------------------*/
.form-select {
    width: 100%;
}
.estimates_box .form_opt_wrap .list-check {
    display: flex;

}
.estimates_box .form_opt_wrap .list-check li {
    width: auto;
}
.mitumori_table{
	margin:40px 0;
	padding:19px 18px;
	background-color:#fff;
	position:relative;
    border-radius: 5px;
}
.mitumori_table::after{
	content:"";
	display:block;
	position:absolute;
	margin:auto;
	width:40px;
	height:20px;
	left:0;
	right:0;
	bottom: -19px;
	background-color:#fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.mitumori_table .mitumori_tbody{
	width:100%;
	background-color:#fff;
	display: -webkit-flex;
    display: flex;
	text-align:center;
	border: 1px solid #93bcd9;
}
.mitumori_table dt{
	border-bottom: 1px solid #93bcd9;
	font-size:0.9em;
}
.mitumori_table dd{
	font-size:20px;
	color: #93bcd9;
}
/* .form-preview-dl {
    width: 100%;
    margin: 0;
    padding: 20px 0 15px;
    border-bottom: #e2e2e2 1px solid;
}
.form-preview-dl:after {
    display: table;
    clear: both;
    content: '';
}
.form-preview-dl>dt {
    box-sizing: border-box;
    width: 290px;
    padding: 11px 4px;
    float: left;
}
.form-preview-dl>dd {
    box-sizing: border-box;
    width: calc(100% - 300px);
    margin-left: 0;
    padding-right: 5px;
    padding-left: 5px;
    float: right;
}

.form-preview-dl textarea {
    box-sizing: border-box;
    width: 100% !important;
    padding: 8px;
    border: 1px solid #bebebe;
    background: #f5f5f5;
}
.form-preview-dl>dt:after {
    display: table;
    clear: both;
    content: '';
}
.form-preview-dl>dt span {
	font-weight: normal;
}
.form-req.form-preview-reqiured:after {
    content: " : ";
    color: #111;
}
.form-preview-reqiured {
    display: inline-block !important;
    color: #9e3d46;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}
.form-preview-dl>dt span+span {
    word-wrap: break-word !important;
    box-sizing: border-box;
    width: calc(100% -(2.5em + 20px));
    padding-left: 4px;
    line-height: 1.4;
    overflow-wrap: break-word !important;
}
.form-preview-dl textarea {
    box-sizing: border-box;
    width: 100% !important;
    padding: 8px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border: 1px solid #bebebe;
    background: #f5f5f5;
    transition: all .2s ease;
}
.form-preview-dl input[type="text"] ,
.form-preview-dl input[type="tel"],
.form-preview-dl input[type="email"]{
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    border: 1px solid #bebebe;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 32px;
    text-indent: 5px;
    transition: all .2s ease;
} 

.form-preview-dl input:focus,
.form-preview-dl textarea:focus,
.form-preview-dl select:focus,
.form-preview-dl input:hover,
.form-preview-dl textarea:hover{
   background: #ddd;
} */

/*注文ボタン*/
.mitumori-btn{
	text-align:center;
	margin-top:40px;
}
.mitumori-btn input{
	background-color: #555;
    color: #fff;
	transition: all .3s;
    padding: 1em 2em;
	font-size: 20px;
    font-weight: 500;
}

.mitumori-btn.sku-btn,
.mitumori-btn.sku-btn .item-option {
	display: none;
}

.is-animate {
	opacity: 1;
	/* animation: .6s zoom-in; */
}
 
 @keyframes zoom-in {
	0% {
		opacity: 0.3;
	  	transform: scale(.8);
	}
	100% {
	  	opacity: 1;
	  	transform: none;
	}
}
/*お知らせ、実績-------------*/

/*お知らせ、実績詳細*/
.basebox h2{
	font-size: 37px;
    font-weight: 500;
	margin-bottom:0.8em;
	line-height: 1.5;
}
.basebox h3{
	position: relative;
    padding-left: 4em;
    margin-bottom: 0.5em;
    font-weight: 500;
}
.basebox h3::before{
	content:"";
	display:block;
	position:absolute;
	width:3.5em;
	height:2px;
	background-color:#000;
	left:0;
	top: 0.8em;
}
.basebox h4{
	display: inline-block;
    background-color: #e8f3ff;
    color: #3455ab;
    font-size: 1.05em;
    padding: 0.5em 1em;
    border-radius: 0.5em;
}

.single_itemimg{
	border-radius:10px;
	overflow: hidden;
	margin-bottom: 65px;
	text-align:center;
}
.content_nav{
	background-color: #fff;
    padding: 50px 0;
    margin-bottom: 20px;
    margin-top: 100px;
}
.content_nav a{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	gap:2%;
	
	border: 1px solid #000;
	padding: 15px;
	border-radius: 10px;
	background: linear-gradient(to right, #fffefa 0%,#fbe1e7 22%,#fcf7d6 31%,#fffefa 48%,#fffefa 65%,#d6f5f8 91%,#ddf7ec 100%);
	position:relative;
}
.content_nav a::before{
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	background-color: hsla(0, 0%, 100%, .7);
	border-radius: 10px;
}
.content_nav a > div{
	position:relative;
	z-index: 1;
}
.content_nav .content_navimg >div{
	padding-top: 65%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.content_nav_arrow i{
	width: 2em;
    height: 2em;
    text-align: center;
    padding: 0.4em 0;
    border: 1px solid #000;
    line-height: 1;
    border-radius: 50%;
}
.work_relevance{
    margin-top: 120px;
}

/*ご利用ガイド--------------*/

.p_base h3{
	position:relative;
	padding-bottom: 0.4em;
	margin-bottom:0.8em;
}
.p_base h3::before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:8em;
	height:2px;
	background: linear-gradient(135deg, #febe7b7a 1%, #fbbbbaa3 17%, #e394aa70 34%, #c99ed066 50%, #acb1df75 65%, #96beea05 82%, #8ddea300 100%);
}
.p_base h4{
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px solid rgb(0 0 0 / 20%);
}
.accent_color_text{
	color: #f90;
}
.p_box{
	margin-top:60px;
}
.column_box + .column_box{
	margin-top:30px;
}
.p_box p + p{
	margin-top:0.7em;
}
.p_base a{
	color:#93bcd9;
}
.b_white{
	margin-top: 2em;
    background-color: #fff;
    text-align: center;
    padding: 1em;
    border-radius: 10px;
    font-size: 1.1em;
    margin-bottom: 20px;
}
.p_box ul{
	margin:2em 0;
}
.p_box ul li + li {
	margin-top:1em;
}
.p_box ul li{
	position:relative;
	padding-left:1em;
}
.p_box ul li::before{
	content: "";
    display: block;
    position: absolute;
    left: 0.2em;
    top: 0.7em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
}
.p_base ol{
	margin:2em 0;
	counter-reset: number 0; 
}
.p_base ol li{
	position:relative;
	padding-left:2em;
}
.p_base ol li::before{
	counter-increment: number 1;
	content: counter(number) "、";
	display: block;
    position: absolute;
	left: 0;
    top: 0;
}
.p_base .fsize_11{
	font-size:1.1em;
}
.important_text{
    color: #b71939;
}
.guide_border_box {
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 2em;
    border-radius: 5px;
}
.guide_youtube {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    margin: 1em 0;
}
  
.guide_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*ご利用ガイド子ページのリスト-----*/

.p_childlist{
    margin-top: 50px;
}
.p_childlist .inmin > ul{
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 350px), 1fr));
    grid-gap: 2em;
}
.p_childlist .inmin > ul > li{
	border-top: 2px solid #93bcd9;
    padding-top: 10px;
}
.p_childlist .inmin > ul > li > a i{
	color:#93bcd9;
}
.p_childlist .inmin a{
	position:relative;
	display:block;
	padding-right: 25px;
}
.p_childlist .inmin a i{
	position: absolute;
    right: 0;
    top: 0.5em;
}
.p_grandlist{
	margin-top: 1em;
    color: #707070;
}
.p_grandlist li{
	border-bottom:1px solid;
	padding: 0.5em 0;
}
.p_grandlist li a{
	
}


.control_list,
.guide_step_link{
    margin-top: 40px;
}
.control_list ul{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
    grid-gap: 1rem;
}
.guide_step_link ul{
    display: grid;
    grid-gap: 1rem;
}
.guide_step_link a,
.control_list ul a{
    display: block;
    position: relative;
    padding: 0.5em 2em 0.5em 1em;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #79b0d6;
}
.guide_step_link a::after,
.control_list ul a::after{
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    margin: auto;
    border-left: 2px solid #fbbbba;
    border-bottom: 2px solid #fbbbba;
    right: 1em;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
}
.p_box img[decoding="async"]{
    margin: 1em auto;
    display: block;
}
/*ご利用ガイドテーブル*/

.p_table{
    overflow-x: auto;
    margin: 30px 0;
}
.p_table table{
    width: 100%;
    min-width: 600px;
}
.p_table table tr th,
.p_table table td{
    border: 1px solid #ccc;
    padding: 0.5em;
    text-align: center;
    vertical-align: middle;
   
}
.p_table table tr th{
    background-color: #f5f5f5;
}
.p_table table tr:nth-child(1) th:nth-child(1) ~ th,
.p_table table tr:nth-child(2) th {
    background-color: #79b0d6;
    color: #fff;
}
.p_table table td{
    background-color: #fff;
}
.p_table .strikethrough,
.p_table .repeat_price{
    display: block;
}
.p_table .strikethrough{
    color: #949494;
    text-decoration: line-through;
}
.p_table .repeat_price{
    font-size: 1.2em;
    color: #e11313;
    font-weight: bold;
    line-height: 1;
}
.p_table table.border-none{
    
}
.p_table table.border-none td{
    border: 1px solid #f9fbff;
    background-color: rgb(255 255 255 / 0%);
}
.p_table table.border-none td:has(.strong){
    background-color: #92bcd9;
}
.guide_grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 345px), 1fr));
    grid-gap: 1rem;
    text-align: center;
    margin-top: 1em;
    font-weight: 600;
}
.guide_grid.no_center{
    text-align: left;
}
.guide_grid2{
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 360px), 1fr));
}
.guide_grid ul{
    text-align: left;
}
.guide_grid div p:nth-child(1){
    padding: 0.5em;
    background-color: #93bcd9;
}
.table-area{
    margin: 30px 0;
}
.table-area table{
    width: 100%;
}
.table-area table td,
.table-area table th{
    padding: 0.5em;
    border: 1px solid #000;
    font-weight: normal;
}
.table-area table th{
    background-color: #e8f3ff;
}

/*よくある質問-------*/
.faq_box{
    margin-top: 40px;
}
.faq_box ul{
    counter-reset: number 0;
}
.faq_box ul li{
    display: block;
    padding: 0.5em 2em 0.5em 1em;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #79b0d6;
}
.faq_box > ul > li .question::before{
    counter-increment: number 1;
    content: "Q" counter(number) ".";
}
.faq_box ul li + li{
    margin-top: 20px;
}
.faq_box ul li .question{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.faq_box ul li .question::after{
    content: "";
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    margin: auto;
    border-left: 2px solid #fbbbba;
    border-bottom: 2px solid #fbbbba;
    right: -17px;
    top: 0;
    bottom: 0;
    transform: rotate(-45deg);
    transition: 0.5s
}
.faq_box ul li .question.open::after{
    rotate: x 180deg;
}
.faq_box .answer{
    margin-top: 1em;
    margin-left: 30px;
    display: none;
    background-color: rgb(172 177 223 / 9%);
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}

/*データ作成用テンプレート-------*/
.download_box table{
    width: 100%;
}
.download_box + h4{
    margin-top: 1.5em;
}
.download_box a i{
    font-size: 35px;
    line-height: 1em;
}
.download_box a p{
    font-size: 12px;
    letter-spacing: 1px;
}


/*ご注文からお届けまでの流れ*/

.column_4_box{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 235px), 1fr));
    grid-gap: 1rem;
}


/*ウェルカート---------------------*/



/*カートページ*/
.cart_page_title{
    display: none;
}
.cart_navi ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 17px;
}
.cart_navi ul li{
    position: relative;
    padding: 1em;
    color: #fff;
}
.cart_navi ul li,
.cart_navi ul li::before,
.cart_navi ul li + li::after{
    background-color: #92bcd9;
}
.cart_navi ul li + li{
}
.cart_navi ul li::before,
.cart_navi ul li + li::after{
    content: "";
    display: block;
    position: absolute;
    width: 14.5px;
    top: 0;
    bottom: 0;
}
.cart_navi ul li:nth-last-child(1)::before{
    display: none;
}
.cart_navi ul li::before{
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    right: -14px;
}
.cart_navi ul li + li::after{
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
    left: -14px;
}
.cart_navi ul li.current,
.cart_navi ul li.current::before,
.cart_navi ul li.current::after{
    background-color: #febe7b;
    font-weight: 600;
}
/*ログインページ*/
#memberpages div.loginbox{
    width: 100%;
    margin: 0;
    border: none;
    background-color: #ffffff00;
    padding: 0;
    
}
#wc_login div.loginbox{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 355px), 1fr));
    grid-gap: 20px;
}
#memberpages div.loginbox h4{
    text-align: center;
}
#wc_lostmemberpassword div.loginbox,
.member-box,
.new-entry,
#delivery-info form,
#customer-info form,
#memberedit form,
#newmember form{
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}
#memberpages .loginbox .member-box .submit,
#memberpages .loginbox .new-entry .nav{
    text-align: center;
    margin-top: 30px;
}
#memberpages .loginbox .submit input[type="submit"],
#memberpages .loginbox .new-entry .nav a,
#newmember .send input[type="submit"],
.cart_table input[type="submit"],
#cart_completion .send a{
    font-size: 1.2em;
    padding: 0.6em 3em;
    background-color: #92bcd9;
    border: 2px solid #ccc;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}

#memberpages input.loginmail,
#memberpages input.loginpass{
    width: 100%;
    padding: 12px;
    background: #f2f2f2;
    border-radius: 5px;
}
#memberpages .loginbox .member-box a,
#wc_lostmemberpassword #nav a,
.two-column a{
    text-decoration: underline;
    color: #79b0d6;
}


/*会員登録ページ*/

#content article.post table{
    width: 100%;
}
#content article.post table tr + tr,
#content article.post table + table,
#delivery-info #notes_table{
    border-top: 1px solid #cccccc;
}
#newmember th em,
#memberedit th em{
    color: #f00;
}
#content article.post table th,
#content article.post table td{
    border: none;
    background-color: #00000000;
    font-size:1em;
    padding: 12px;
    vertical-align: middle;
}
#newmember .customer_form input{
    width: auto;
}
#newmember .customer_form input[type="radio"]{
    margin-right: 10px;
}
#content article.post textarea,
#content article.post input[type="text"],
#content article.post input[type="password"],
#content article.post select{
    width: 100%;
    padding: 12px;
    background: #f2f2f2;
    border-radius: 5px;
}
#content article.post input[name="member[zipcode]"]{
    width: 9em;
}
#newmember .customer_form input + p{
    font-size: 0.9em;
    margin-top: 1em;
}
/*会員ページ------*/
#memberpages #memberinfo ul{
    margin-top: 1em;
}
#memberinfo th{
    font-size: 1em;
    vertical-align: middle;
}
#memberinfo table .rightnum,
#memberinfo td{
    background-color: #fff;
    font-size: 12px;
    vertical-align: middle;
}
/*購入履歴*/
.usces_filter_history{
    display: block;
}
#memberinfo .history_search{
    width: 100%;
}
#memberinfo #searchform{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    gap:10px;
    flex-wrap: wrap;
}
#content article.post td:has(select),
.history_searchselect,
#customer-info td:has(select),
#delivery-info td:has(select){
    position: relative;
}
#content article.post td:has(select)::before,
.history_searchselect::before{
    position: absolute;
    content: '';
    width: 11px;
    height: 8px;
    background: #666666;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    z-index: 2;
    margin: auto;
    right: 10px;
    top: 0;
    bottom: 0;
}

#content article.post td:has(select)::before{
    right: 20px;
}
#content article.post input[type="button"]#search_zipcode{
    margin-left: 10px;
}
.usces_filter_history select,
.usces_filter_history input[type="text"],
.usces_filter_history button,
#content #wc_cart input[type="text"],
#content #wc_cart input[type="submit"],
#content #wc_cart input[type="button"],
#content article.post form .send input[type="button"],
#content article.post form .send input[type="submit"],
#memberedit .send input[type="button"],
#content article.post input[type="button"]#search_zipcode
{
    padding:  5px 12px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 1;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
}
.usces_filter_history select,
.usces_filter_history input[type="text"],
#cart input[type="text"]{
    background-color: #fff;
}
.usces_filter_history select{
    padding: 5px 20px 5px 12px;
}
.usces_filter_history button,
#cart .upbutton input,
#content article.post form .send input[type="submit"][name="deletemember"],
#content article.post form .send input[type="submit"][name="backCustomer"],
#content article.post form .send input[type="submit"][name="deliveryinfo"],
#content article.post input[type="button"]#search_zipcode{
    background-color: #92bcd9;
    color: #fff;
}
#memberpages td form{
    padding-bottom: 0;
}
#memberpages td form input[type="submit"]{
    display: inline-block;
    padding: 7px 12px;
    border-radius: 5px;
    background-color: #ffba71;
    color: #fff;
    font-weight: 600; 
}
#memberpages .repeat{
    font-size: 0.8em;
    vertical-align: middle;
    width: 100px;
}
#memberpages .history_repeat{
    vertical-align: middle;
    text-align: center;
}
.history_optionbox{
    margin-top: 10px;
}
.history_optionbox button{
    background-color: #96beea;
    padding: 0.2em 1em;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
}
.history_optionbox .history_option{
    background-color: #f2f2f2;
    padding: 0 20px;
    margin-top: 5px;
    transition: border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
}
.history_optionbox .history_option.is-open{
    padding:20px;
    transition:border-top .3s ease-out, padding-top .3s ease-out, padding-bottom .3s ease-out;
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
}
.history_cart .thumbnail img{
    height: auto;
}


.history_cart + .history_cart{
    margin-top: 20px;
}
/*カート*/
#content #cart th,
#memberinfo th.historyrow{
    background-color: #d6e6f7;
    font-size: 12px;
    color: #000;
    padding: 5px;
    border: 1px solid #f0f0f0;
}
#content #cart th,
#content #cart td,
#memberinfo th,
#memberinfo td{
    border: 1px solid #f0f0f0;
}
#content #cart .productname{
    font-size: 12px;
}
#cart table input[type="submit"],
#wc_cart input[type="button"],
#customer-info input[type="submit"].back_cart_button,
#delivery-info form input.back_to_customer_button,
#info-confirm  form input#back_button,
#memberedit .send input[type="button"],
#content article.post form .send input[type="submit"][name="backCart"]{
    background-color: #f5f5f5;
    color:#000;
    font-weight: normal;
}
#content article.post form .send input[type="submit"],
#wc_cart .send input[type="submit"],
#customer-info input[type="submit"],
#delivery-info form input.to_confirm_button,
#info-confirm  form input[type="submit"]{
    background-color: #febe7b;
    color: #fff;
}
#cart table#cart_table{
    width: 100%;
}
#cart .upbutton{
    margin-bottom: 20px;
}
#cart input[type="text"]{
    width: 5em;
    text-align: right;
}
.currency_code{
    display: none;
}
#cart_table{
    background-color: #fff;
}
#content article.post #cart_table + form{
    display: none;
}
/*お客様情報*/

#customer-info th,
#customer-info td,
#delivery-info th,
#delivery-info td{
    background-color: rgb(0 0 0 / 0%);
    font-size:1em;
    border:none;
    vertical-align: middle;
    padding: 12px;
}
#customer-info .send,
#delivery-info .send,
#info-confirm .send{
    border: none;
}
.cart_table{
    margin: 30px 0;
}
#delivery-info .customer_form dt{
    font-size:1em;
}
#delivery-info input[type="radio"]{
    margin-right: 10px;
}

#info-confirm form #point_table{
    display: none;
}

/*内容確認*/
.confiem_notice{
    margin-bottom: 1em;
}
#confirm_table{
    background-color: #fff;
}

/*割引についての表記*/
.itemGpExp,
.aright.unitprice img,
#cart .gp{
    display: none;
}


