html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img{
    vertical-align: bottom;
}



/***********/

/***********************/
#wrapper .clear, .crear {
	clear: both;
	font-size: 10px;
	line-height: 12px;
	height: 12px;
}
/*
a img:hover {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
*/



html {
  font-size: 10px;
}
/* biz-udpgothic-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'BIZ UDPGothic';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/biz-udpgothic-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* biz-udpgothic-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'BIZ UDPGothic';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/biz-udpgothic-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-size: 1.6rem;
  padding: 0px;
  font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
  font-style: normal;
  line-height: 150%;
  color: #040607;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  letter-spacing: 0.25rem;
}

.ft1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
img {
  border-style: none;
}
.hover_img:hover{
opacity: .8;
}
/*ヘッダー*/
#header {
  width: 100%;
  margin: 0px;
  padding: 0;
  height: auto;
  display: flex;
    justify-content: space-between;
}

.title {
  margin: 10px 0 0 3%;
}
.hd_banner{
    margin: 10px 30px 0;
}
/*上ナビ*************************************************/
.gnavi {
  margin: 0;
  height: 80px;
}
.gnavi ul {
  display: flex;
}
.gnavi ul li {
  position: relative;
    height: 80px;
}
.gnavi ul li a {
  display: inline-block;
  padding: 30px 1em;
  text-decoration: none;
  color: #040607;
  font-weight: bold;
  font-size: 1.4rem;
}
.gnavi ul li a:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #f8e17a;
}
@media screen and ( max-width:1340px) {
  .gnavi ul li a {
  display: inline-block;
  padding: 15px 1em;
  text-decoration: none;
  color: #040607;
  font-weight: bold;
  font-size: 1.4rem;
}
}
@media screen and ( max-width:1165px) {
  .gnavi ul li a {
  display: inline-block;
  padding: 10px 1em;
  text-decoration: none;
  color: #040607;
  font-weight: bold;
  font-size: 1.3rem;
}
}
.hd_btn{
    display: flex;
    flex-wrap: nowrap;
}
.lgin{
    background: #f0e9e3;
}
.lgin a{
    display: block;
}
.lgin a:hover{
    background: #f8e17a;
}
.cart{
    background: #f8e17a;
}
.cart a{
    display: block;
}
.cart a:hover{
    background: #f89a78;
}

/*ヘッダーナビゲーション*/
#header_sp{
  display: none;
}
/*メインイメージ部分*/
#main_img {
  clear: both;
  padding: 0px;
  width: 100%;
    max-width: 1206px;
  height: auto;
  margin: 0 auto;
}
h1{
    text-align: center;
    font-size: 1.4rem;
    background: #f8e17a;
    font-weight: bold;
    line-height: 44px;
}
/*スライダー**************************************************************/
.swiper_bx{
  width: 100%;
}
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
  
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
}
/* ページネーションの余白 */
.swiper-pagination-bullet {
  margin: 0 20px 20px;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullet {
  background-color: #f0e9e3!important;
  height: 12px!important;
  width: 12px!important;
    opacity: 1!important;
    border-radius: 0!important;
}
.swiper-pagination-bullet-active {
  background-color: #f8e17a!important;
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
/*サブメイン*****************************************/
.submain {
  padding: 20px 0;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content:space-between;
}
.sub_txt {
  text-align: left;
}
.ttl_sub{
  font-size: 5rem;
  font-weight: bold;
  margin-top: 1.2em;
}



/*パンくず*******************************************************************/
.bread{
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2rem;
  padding: 5px;
}
.bread ul{
  display: flex;
}
.bread ul li{
  position: relative;
  color: #999;
  font-weight: normal;
}
.bread ul li:after{
  content: '>';
  margin: 0 5px;
  font-weight: normal;
}
.bread ul li:last-child:after{
  content: '';
  margin: 0 5px;
}
.bread ul li a{
  color: #999;
  text-decoration: underline;
  font-weight: normal;
}
/*ボディ*******************************************************************/
.subttl_area{
  width: 100%;
  height: 246px;
  box-sizing: border-box;
  padding: 80px 0 0;
  background: #f0e9e3;
}
.sub_ttl{
    font-size: 1.8rem;
    text-align: center;
}
.sub_ttl span{
    font-size: 3.4rem;
    line-height: 1.5em;
    position: relative;
}
.sub_ttl span::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    top: -.7em;
    position: absolute;
}
.sub_h1{
  background: none;
}
.bg{
    background: #f0e9e3;
}
@media screen and ( max-width:1250px) {

}
.bold{font-weight: bold;}
.mt10{margin-top: 10px!important}
.mt20{margin-top: 20px!important}
.mt30{margin-top: 30px!important}
.mt40{margin-top: 40px!important}
.mt50{margin-top: 50px!important}
.mt60{margin-top: 60px!important}
.mt80{margin-top: 80px!important}
.mb0{margin-bottom: 0px!important}
.mb20{margin-bottom: 20px!important}
.mb30{margin-bottom: 30px!important}
.mb40{margin-bottom: 40px!important}
.mb50{margin-bottom: 50px!important}
.pt70{padding-top: 70px!important;}
.pt80{padding-top: 80px!important;}
.ptb80{padding-top: 80px!important;padding-bottom: 80px!important;}
.plr40{padding-left: 40px!important;padding-right: 40px!important;}
.popin{font-family: 'Poppins', sans-serif;}
.ctr{text-align: center;}


/*トップページ*********************************************************/
.contents{
    width: 100%;
    max-width: 1210px;
    margin: 100px auto;
}
.contents_bg{
  width: 100%;
    max-width: 1210px;
    margin: 0 auto;
padding: 40px 0;
}
.insta,.ymovie{
  padding-bottom: 60px;
}

.ymovie ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px 30px;
}
.ymovie .mov{
    width: 100%;
    /* margin-bottom: 80px; */
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}
.ymovie .mov iframe {
    width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.insta_voice ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 30px;
}
.ttl{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 80px;
}
.ttl span{
    font-size: 3.4rem;
    line-height: 3em;
    position: relative;
}
.ttl span::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    top: -1.3em;
    position: absolute;
}
.ttl2{
    font-size: 1.8rem;
    margin-bottom: 80px;
}
.ttl2 span{
    font-size: 3.4rem;
    line-height: 3em;
    position: relative;
}
.ttl2 span::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    top: -1.3em;
    position: absolute;
}
.ttl3{
    font-size: 1.8rem;
}
.ttl3 span{
    font-size: 3.4rem;
    line-height: 3em;
    position: relative;
}
.ttl3 span::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    top: -1.3em;
    position: absolute;
}
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 0 20px;
    width: 100%;
    justify-content: center;
}

.tab-2 > label {
    order: -1;
    width: 160px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    background-color: #f0e9e3;
    color: #040607;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.tab-2 > label:hover {
    background: #f8e17a;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}

.tab-2 label:has(:checked) {
    opacity: 1;
    background: #f8e17a;
}

.tab-2 label:has(:checked) + div {
    display: block;
}



.grid-container, .grid-container3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0px 60px;
      width: 100%;
    }

/* ===== grid-container2：PCは5列、スマホは1列。画像上・テキスト下 ===== */

.grid-container2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* PC: 5列 */
  gap: 0px 30px;
}
.grid-container2-2{
  display: none;
}
.box2 {
  display: flex;
  flex-direction: column; /* 画像→テキストの縦並び */
  background: #fff; /* 背景色（お好みで） */
  padding: 10px;
  box-sizing: border-box;
  
}
.box2 a:hover{
  opacity: .8;
}
/* 画像は上部配置、全幅にする（任意） */
.item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.item-content{
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item-content a{
  text-decoration: none;
  color: #040607;
}
.box, .box3 {
      display: contents; /* Grid内で子要素を直接配置する */
    }
.item {
      display: flex;
      text-align: left;
    position: relative;
    }
.box3 .item a:hover{
  opacity: .8;
}
    /* 各列に4行分 */
    .item:nth-child(3n + 1) { grid-row: 1; }
    .item:nth-child(3n + 2) { grid-row: 2; }
    .item:nth-child(3n + 3) { grid-row: 3; }
    .item:nth-child(3n + 4) { grid-row: 4; }

    .grid-container > div:nth-child(3n+1) .item { grid-column: 1; }
    .grid-container > div:nth-child(3n+2) .item { grid-column: 2; }
    .grid-container > div:nth-child(3n+3) .item { grid-column: 3; }

    .grid-container3 > div:nth-child(3n+1) .item { grid-column: 1; }
    .grid-container3 > div:nth-child(3n+2) .item { grid-column: 2; }
    .grid-container3 > div:nth-child(3n+3) .item { grid-column: 3; }
    .grid-container3 > div:nth-child(3n+4) .item { grid-column: 4; }

.item:nth-child(5n + 1) { grid-row: 1; }
    .item:nth-child(5n + 2) { grid-row: 2; }
    .item:nth-child(5n + 3) { grid-row: 3; }
    .item:nth-child(5n + 4) { grid-row: 4; }

    .grid-container2 > div:nth-child(5n+1) .item { grid-column: 1; }
    .grid-container2 > div:nth-child(5n+2) .item { grid-column: 2; }
    .grid-container2 > div:nth-child(5n+3) .item { grid-column: 3; }
.grid-container2 > div:nth-child(5n+4) .item { grid-column: 4; }
.grid-container2 > div:nth-child(5n+5) .item { grid-column: 5; }

.grid-container2 .box2 img {
  max-width: 100%;
  height: auto;
  display: block;
}
.item img{
      width: 100%;
      height: auto;
    }
.rk1::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/no1.png") no-repeat 0 0;
    background-size: contain;
    top: 25px;
    left: -10px;
    z-index: 1;
}
.rk2::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/no2.png") no-repeat 0 0;
    background-size: contain;
    top: 25px;
    left: -10px;
    z-index: 1;
}
.rk3::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/no3.png") no-repeat 0 0;
    background-size: contain;
    top: 25px;
    left: -10px;
    z-index: 1;
}
    
.item_ttl{
    font-size: 2.1rem;
    font-weight: bold;
    margin: 30px 0 20px;
    word-break:normal;
}
.item_ttl a{
    font-size: 2.1rem;
    font-weight: bold;
    margin: 10px 0 10px;
    text-decoration: none;
    color: #040607;
}
.item_dis{
    margin: 0 0 10px;
}
.item_date{
  font-size: 1.4rem;
    margin: 0 0 10px;
}
.item_price{
    font-size: 1.8rem;
    font-weight: bold;
    color: #999;
    margin-top: auto;
}
.item_price .tax{
    font-size: 1rem;
    font-weight: bold;
}
.box a{
  text-decoration: none;
  color: #040607;
}
.box a:hover{
  opacity: .8;
}
.toys{
    display: flex;
    flex-wrap: wrap;
    gap: 0 60px;
}
.toy_bx{
    width: 16%;
    position: relative;
    margin-bottom: 70px;
    word-break: break-all;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.toy_bx a{
  text-decoration: none;
  color: #040607;
}
.toy_bx a:hover{
  opacity: .8;
}
.toy_bx img{
    width: 100%;
}
.btn{
  margin: 0 auto;
  width: 30%;
  text-align: center;
  position: relative;
}
.btn a{
  background: #f0e9e3;
  color: #040607;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  box-sizing: border-box;
}
.btn a:hover{
  background: #f8e17a;
}
.btn a span{
  font-size:3rem;
    position: absolute;
    top: 2px;
}
.btn a::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}
.baby{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.baby_bx{
    width: 30%;
    background: #f0e9e3;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;   
}
.baby_bx a{
  text-decoration: none;
  color: #040607;
}
.baby_bx a:hover{
  opacity: .8;
}
.baby_bx img{
    width: 100%;
}
.baby_bx .item_dis{
    line-height: 1.8em;
}
.best_bx{
    text-align: left;
}
.best_bx a{
  text-decoration: none;
  color: #040607;
}
.best_bx a:hover{
  opacity: .8;
}
.best_bx img{
    width: 100%;
}
.sw2 .swiper-button-next,
.sw2 .swiper-button-prev{
    background-color: #f0e9e3;/* ボタンの背景色 */
    width: 60px;
    height: 60px;
}
.sw2 .swiper-button-next{
    right: 25%;/* ボタンを右端にくっつける */
    top: 40%;
}
.sw2 .swiper-button-prev{
    left: 25%;/* ボタンを左端にくっつける */
    top: 40%;
}
.sw2 .swiper-button-prev::after, 
.sw2 .swiper-button-next::after{
    color: #413f3d;
    font-size: 2rem;
}

.about{
    overflow: hidden;
    
}
.ab_bx{
    display: flex;
  justify-content: space-between;
  max-width: 1210px;
  margin: 80px auto;
}

.ab_left{
  width: 30%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between
        
}
.ab_left h3{
    font-size: 2.4rem;
    line-height: 1.5em;
    margin: 0;
}
.ab_left p{
    font-size: 1.8rem;
    line-height: 1.8em;
    margin: 0;
}
/*右側へ要素を広げる（2カラム）*/
.ab_right{
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 4%;
    text-align: right;
}

.btn2{
  margin: 0px auto;
  width: 100%;
  text-align: center;
  position: relative;
}
.btn2 a{
  background: #f0e9e3;
  color: #040607;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  box-sizing: border-box;
}
.btn2 a:hover{
  background: #f8e17a;
}
.btn2 a span{
  font-size:3rem;
    position: absolute;
    top: 2px;
}
.btn2 a::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}

.btn3{
  margin: 0px auto;
  width: 30%;
  text-align: center;
  position: relative;
}
.btn3 a{
  background: #f0e9e3;
  color: #040607;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  box-sizing: border-box;
}
.btn3 a:hover{
  background: #f8e17a;
}
.btn3 a span{
  font-size:3rem;
    position: absolute;
    top: 2px;
}
.btn3 a::after{
  color: #040607;
  content: '\f16d';
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  position: absolute;
  right: 20px;
    font-size: 2.5rem;
}


.clm_bx{
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.clm_left{
  width: 25%;
    text-align: left;
    margin-top: -40px;
}

/*右側へ要素を広げる（2カラム）*/
.clm_right{
    background: #fff;
    width: 70%;
}
.clm_right ul li{
    position: relative;
    border-bottom: 2px solid #f0e9e3;
    text-align: left;
}
.clm_right ul li::after{
    color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
    top: calc(50% - .9rem);
}
.clm_right ul li a{
    color: #040607;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 20px 50px 20px 20px;
    display: block;
}
.clm_right ul li a:hover{
    background: #f8e17a;
}
.btn4{
  margin: 0px auto;
  width: 100%;
  text-align: center;
  position: relative;
}
.btn4 a{
  background: #fff;
  color: #040607;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  box-sizing: border-box;
}
.btn4 a:hover{
  background: #f8e17a;
}
.btn4 a span{
  font-size:3rem;
    position: absolute;
    top: 2px;
}
.btn4 a::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}

.new{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.new_bx{
    width: 30%;
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.new_bx img{
    width: 100%;
}
.n_lft a:hover{
  opacity: .8;
}
.shopping{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.shop_bx{
    width: 30%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.circle{
    background: #f8e17a;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 82px;
    box-sizing: border-box;
}
.shop_right{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.shop_ttl{
    font-size: 2.1rem;
    font-weight: bold;
    margin: 30px 0 10px;
}

.shop_dis{
    margin-bottom: auto;
}
.shop_dis span{
    font-size: 1.2rem;
}
.btn5{
  margin: 10px auto 0;
  width: 100%;
  text-align: center;
  position: relative;
}
.btn5 a{
  background: #f0e9e3;
  color: #040607;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  box-sizing: border-box;
}
.btn5 a:hover{
  background: #f8e17a;
}
.btn5 a span{
  font-size:3rem;
    position: absolute;
    top: 2px;
}
.btn5 a::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}
.txt_left, .txt_left2{
    text-align: left;
}
.waku{
    text-align: left;
    border: 2px solid #040607;
    border-radius: 20px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 100px;
    padding: 20px 50px 30px;
    box-sizing: border-box;
    justify-content: space-between;
}
.waku::before{
   content: '';
    position: absolute;
    width: 91px;
    height: 107px;
    background: url("../img/ribbon.svg") no-repeat 0 0;
    top:-40px;
    left: 10px;
}
.wbx:first-child, .wbx:last-child{
    width: 30%;
}
.wbx{
    width: 35%;
}
.waku2{
    text-align: left;
    border: 2px solid #040607;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 100px;
    padding: 20px 50px 30px;
    box-sizing: border-box;
    justify-content: space-between;
}
.waku2::before{
   content: '';
    position: absolute;
    width: 91px;
    height: 107px;
    background: url("../img/ribbon.svg") no-repeat 0 0;
    top:-40px;
    left: 10px;
}
.wbx2{
    width: 100%;
    display: flex;
    justify-content: space-between
}
.wbx3{
    width: 100%;
    margin: 10px 0;
}
/**商品詳細***************************************************************************/
.item_contents{
    width: 100%;
    max-width: 1210px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
}
.item_img{
    width: 48%;
    position: sticky;
    top: 0;
    height: 100vh;
}

.slider-thumbnail .swiper-wrapper{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.slider-thumbnail .swiper-slide {
  width: 15%;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.slider-thumbnail{
  z-index: 0!important;
}
/* レイアウトのためのスタイル */
.slider {
  max-width: 580px;
  width: 100%;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
}
.slider{
  position: relative;
  overflow: hidden;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.sw3 .swiper-button-next,
.sw3 .swiper-button-prev{
    background-color: #f0e9e3;/* ボタンの背景色 */
    width: 30px;
    height: 30px;
    z-index: 10;
}
.sw3 .swiper-button-next{
    right: -1px;/* ボタンを右端にくっつける */
    top: 111%;
}
.sw3 .swiper-button-prev{
    left: 0;/* ボタンを左端にくっつける */
    top: 111%;
}
.sw3 .swiper-button-prev::after, 
.sw3 .swiper-button-next::after{
    color: #413f3d;
    font-size: 1.5rem;
}

.shosai{
    width: 49%;
    text-align: left;
}

.itm_h1{
    text-align: left;
    background: none;
    font-weight: normal;
    margin-bottom: 30px;
}
.itm_h1 span{
    font-size: 3.2rem;
    font-weight: bold;
}

/* カラーミーのボタンを対象にしたカスタマイズ例 */
.cartjs_cart_in {
  position: relative; /* ← 追加 */
}

.cartjs_cart_in input[type="submit"] {
  background-color: #f8e17a !important;
  color: #040607 !important;
  width: 100% !important;
  font-size: 1.8rem !important;
  border: none !important;
  padding: 12px 24px !important;
  cursor: pointer;
  border-radius: 0 !important;
}

.cartjs_cart_in::before {
  content: '' !important;
  position: absolute !important;
  top: 40%;
  left: 32%;
  transform: translateY(-50%);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../img/cart.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none; /* ← ボタン操作に干渉させない */
}
.cartjs_cart_in::after {
  content: '.' !important;
  font-size: 2.5rem;
  position: absolute !important;
  top: 15%;
  right: 37%;
  display: inline-block;
}

.cartjs_cart_in input[type="submit"]:hover {
  background-color: #f8a97a!important;
}
.cartjs_product_table{
  text-align: left;
  margin-bottom: 20px;
}
.cartjs_product_table table{
  margin: 0!important;
  width: 30%!important;
}
.cartjs_product_table button{
  border: none;
  background: #fff;
  color: #999!important;
  font-size: 1.6rem;
}
.cartjs_product_num input{
  border: none;
  text-align: center;
  color: #999!important;
  font-size: 1.6rem;
}
.cartjs_product_num th{
  display: block;
  width: 100%;
  color: #999!important;
}
.cartjs_product_num td{
  display: block;
  width: 100%;
  border: 1px solid #f0e9e3;
  border-radius: 3px;
  padding: 10px 0!important;
}
.itm_h2{
    text-align: left;
    background: #f0e9e3;
    border-radius: 3px;
    padding: 10px 20px;
    margin: 30px 0;
}
.itm_h3{
    font-size: 2.4rem;
    color: #f8d63d;
    font-weight: bold;
    margin: 30px 0;
}
.itm_h3 span{
    font-size: 1.6rem;
    color: #040607;
    font-weight: bold;
    line-height: 3em;
}
.bmark {
  width: 100%;
  box-sizing: border-box;
    padding: 10px 0;
    font-size: 1.8rem;
    color: #f8d63d;
    border: 1px solid #f8e17a;
    cursor: pointer;
    background: #fff;
    position: relative;
    text-align: center;
  }
.bmark:hover {
    background-color: #f8e17a;
    color: #040607;
  }
.bmark span{
  font-size:3rem;
    position: absolute;
    top: 2px;
}
.bmark::before{
  content: '';
  position: absolute;
  top: 20%;
  left: 30%;
  width: 25px;
  height: 25px;
  background-image: url('../img/heart_yl.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bmark:hover::before{
  background-image: url('../img/heart_bk.svg');
}
.shosai p{
    line-height: 1.8em;
}
.shosai strong{
    font-weight: bold;
}
.itm_txt{
  width: 100%;
  margin-bottom: 40px;
}
.itm_img{
  width: 100%;
  margin-bottom: 40px;
}
.itm_img img{
  width: 100%;
}
.mov{
  width: 100%;
  margin-bottom: 80px;
}
.mov iframe{
  width: 100%;
}
.tbl_spec{
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 80px;
}
.tbl_spec tr{
    border-bottom: 1px solid #f0e9e3;
}
.tbl_spec th{
    padding: 20px;
    width: 25%;
    box-sizing: border-box;
}
.tbl_spec td{
    padding: 20px;
}
.soryo{
  font-size: 1.4rem;
  margin-bottom: 80px;
}
.muryo{
  color:#f89a78;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.muryo::after{
  width: 100%;
  height: 7px;
  background: #f8e17a;
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
.tbl_faq{
  width: 100%;
  margin-top: -20px;
  margin-bottom: 80px;
}
.tbl_faq tr{
  border-bottom: 1px solid #f0e9e3;
}
.tbl_faq th{
  font-weight: bold;
  padding: 30px 0 10px 2.4em;
    text-indent: -2.5em;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.tbl_faq td{
  padding: 10px 0 30px 2.4em;
  text-indent: -2.4em;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.tbl_faq th::before{
  content: 'Q.';
  margin-right: 1em;
}
.tbl_faq td::before{
  content: 'A.';
  margin-right: 1em;
}
.voice{
  width: 100%;
  border: 1px solid #f0e9e3;
  margin-bottom: 20px;
}
.v_wrap{
  margin-bottom: 80px;
}
.v_ttl{
  display: flex;
  font-size: 1.4rem;
  align-items: stretch;
}
.v1{
  background: #f8e17a;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  width: 8em;
  flex-shrink: 0;
  font-weight: bold;
  display: flex;           /* 文字を中央にするなら必要 */
  align-items: center;     /* 垂直中央 */
  justify-content: center; /* 水平中央 */
}
.vc-1{
  width: 13em!important;
}
.v2{
  padding: 10px;
  color: #999999;
  padding-left: 20px;
}
.v_txt{
  width: 90%;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
}
.v3{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.v4{
  font-size: 1.4rem;
}
f0e9e3
.dot {
  margin: 20px auto;
  
}
.dot li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}
.dot li:before {
  content: '';
  border-radius: 50%;
  background: #d5dbe0;
  width: 9px;
  height: 9px;
  top: 8px;
  left: 0;
  position: absolute;
}
.dot li.nodot {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
}
.dot li.nodot:before {
  background:none;
}



/*お知らせ******************************************/

.scroll {
  padding: 0px;
  height: 300px;
  width: 100%;
  overflow: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  scrollbar-face-color: #999999; /*スクロールバー本体の色*/
  scrollbar-highlight-color: #cccccc; /*スクロールバー左側（上）の影*/
  scrollbar-shadow-color: #cccccc; /*スクロールバー右側（上）の影*/
  scrollbar-3dlight-color: #ffffff; /*スクロールバーの左側（下）の影*/
  scrollbar-arrow-color: #ffffff; /*矢印の色*/
  scrollbar-track-color: #ffffff; /*背面の色*/
  scrollbar-darkshadow-color: #ffffff; /*スクロールバー右側（下）の影*/
}
.rss {
  margin: 0px;
  width: 100%;
  box-sizing: border-box;
  list-style-type: none;
}
.rss li {
  list-style-type: none;
  background: #fff;
  padding: 15px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-align: left;
  color: #acacac;
}
.rss li span {
  margin: 0 2em;
  border: 2px solid #402915;
  border-radius: 15px;
  padding: 3px 10px;
  color: #402915;
  font-weight: bold;
  font-size: 1.2rem;
}
.rss a {
  color: #2f2f2f;
  text-decoration: none;
  font-size: 1.6rem;
}
.rss a:hover {
  text-decoration: underline;
}
.newbtn{
  display: flex;
 justify-content: flex-end;
}


/*お知らせ一覧**************************************************/

.new_bx2{
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: nowrap;
}
.n_lft{
  width: 20%;
}
.n_lft img{
  width: 100%;
  height: auto;
}
.n_rgt{
  width: 75%;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
}
.n_rgt a{
  text-decoration: none;
  color: #040607;
}

/*コラム*****************************************************/


/*コラム一覧*********************************************************/
.clm_right2{
    background: #fff;
    width: 100%;
}
.clm_right2 ul li{
    position: relative;
    border-bottom: 2px solid #f0e9e3;
    text-align: left;
}
.clm_right2 ul li::after{
    color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
    top: calc(50% - .9rem);
}
.clm_right2 ul li a{
    color: #040607;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 20px 50px 20px 20px;
    display: block;
}
.clm_right2 ul li a:hover{
    background: #f8e17a;
}
.cate{
  background: #f8e17a;
  color: #040607;
  padding: 3px 5px;
  font-size: 1.4rem;
}
.wp-pagenavi {
  text-align: center;
  margin-top: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  background: #f0e9e3;
  color: #333;
  text-decoration: none;
  border: none;
}

.wp-pagenavi .current {
  background: #f8e17a;
  color: #040607;
  font-weight: bold;
}

/*singleページ*************************************************************/
.eyecatch{
  margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}
.single{
  text-align: left;
 max-width: 800px;
}
.ttl_sgl{
  background: #f8e17a!important;
  color: #040607!important;
  padding: 20px 1em;
  font-weight: bold;
  font-size: 2.6rem;
  margin: 20px 0 30px;
  text-align: left;
}
.yarpp-related h2,
.yarpp-related-none h2,
.single h2{
	font-size     : 2.4rem;
	line-height   : 1.1667;
	margin-top    : 1em;
	margin-bottom : 1.1667em;
	border-left   : 4px solid #f8e17a;
	color         : #040607;
	background    : #f0e9e3;
	padding       : 20px;
}
.yarpp-related a{
  color: #000000;
}

.single h3 {
	font-size     : 2.2rem;
	line-height   : 1.1667;
	margin-top    : 1.5em;
	margin-bottom : 1.1667em;
	border-left   : 4px solid #f8e17a;
	color         : #040607;
	background    : #f0e9e3;
	padding       : 20px;
}

.single h4 {
	font-size     : 2rem;
	line-height   : 1.4;
	margin-top    : 2.8em;
	margin-bottom : 1.4em;
	border-left   : 2px solid #f8e17a;
	border-bottom  : 1px solid #f8e17a;
	padding-left  : 2rem;
	padding-bottom : 10px;
	padding-top : 5px;
	color         : #040607;
}
.single h5 {
	font-size     : 1.5rem;
	line-height   : 1.4;
	margin-top    : 2.8em;
	margin-bottom : 1.4em;
	padding-left  : 2rem;
	padding-bottom : 10px;
	padding-top : 5px;
	color         : #040607;
  background    : #f0e9e3;
}
.single p {
  margin-bottom:20px;
}
.single em {
  color: #040607;
  font-weight: bold;
  background: #f8e17a;
}
.single ul {
  margin-bottom: 10px;
}
.single ul li {
  position: relative;
  padding-left: 2em;
}
.single ul li:before {
  content: '';
  border-radius: 50%;
  background: #f8e17a;
  width: 9px;
  height: 9px;
  top: 9px;
  left: 10px;
  position: absolute;
}
.single a {
  color: #f89a78;
}
.nw #ez-toc-container{
  display: none;
}
#ez-toc-container ul li:before {
  background:none;
}

.date span{
  background: #f8e17a;
  color: #040607;
  border-radius: 3px;
  padding: 5px 10px;
  font-weight: bold;
}
.single table{width:100%;}
.single th,.single td{padding:10px;}
.single th{
  background: #f0e9e3;
  font-weight: bold;
    border-bottom: white 1px solid;
    border-right: 1px solid white;
}
.single td{border-right: 1px solid #f0e9e3;}

.single tr:first-child {
    border-top: 1px solid #f0e9e3;
}

.single tr {
    border-bottom: 1px solid #f0e9e3;
border-left: 1px solid #f0e9e3;

}
/*フッター*********************************************************/

/*ページトップへ戻る*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 4px 0 0 0;
  border-radius: 50%;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  background-color: rgba(79, 79, 79, 0.8);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}

#footer {
  margin: 0px;
  padding: 0px;
  clear: both;
  width: 100%;
  height: auto;
    background: #575452;
    color: #fff;
}

.footer_contents {
  width: 100%;
  padding: 50px 0;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.ft_info{
  width: 30%;
  text-align: left;
}
.ft_info p{
  font-size: 1.6rem;
    line-height: 1.7em;
  margin: 10px 0;
}

.ft_info a{
    color: #f8e17a;
}
.ficon i{
    margin-top: 40px;
}
.ficon i{
    font-size: 30px;
    margin-right: 10px;
}
.ficon a {
    color: #fff;
}
.ficon a:hover {
    color: #f8e17a;
}
.ft_navi {
  display: flex;
    flex-wrap: wrap;
  width: 70%
}
.ft_navi ul {
  width: 45%;
  margin: 0 0 10px 5%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.ft_navi ul li {
  text-align: left;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
    width: 50%;
    margin-bottom: 10px;
}

.ft_navi ul li a {
  text-decoration: none;
  color: #fff;
    padding-left: 5px;
}
.ft_navi ul li a:hover {
  text-decoration: none;
  color: #f8e17a;
}
.ft_navi ul li:first-child {
    width: 100%;
  font-size: 2.1rem;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
    padding-left: 0;
}
.ft_navi ul li.wid100 {
  width: 100%;
}
.copy {
  text-align: center;
  background: #413f3d;
  font-size: 1.2rem;
  padding: 13px 0;
    color: #fff;
}
.pcnone{display: none;}
.tabon{display: none;}
.spnone{display: block;}

/*フォーム用*****************************************************/
.contact p{
  text-align: left;
  margin-bottom: 1em;;
}
.contact p a{
  color: #040607;
}
.form{
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.form dt{
    width: 25%;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: left;
}
.form dt span{
    color: #f89a78;
}
.form dd{
    width: 75%;
    margin-bottom: 20px;
}
.form dd input{
    padding: 15px 10px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #f0e9e3;
}
.form dd textarea{
    padding: 15px 10px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #f0e9e3;
}
.submit-wrap2 {
  position: relative;
    width: 30%;
    margin: 0 auto;
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
.submit-wrap2 input.wpcf7-submit {
  padding:15px 0;
margin:0px auto 50px;
background: #f0e9e3;
font-size: 1.8rem;
font-weight: bold;
width: 100%;
  display: block;
  box-sizing: border-box;
  border: none;
    position: relative;
}

.submit-wrap2 input.wpcf7-submit:hover {
  color: #040607;
  background: #f8e17a;
}
.submit-wrap2::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
    top: 18px;
    z-index: 10;
}
.submit-wrap2::before{
  font-size:3rem;
    position: absolute;
    top: 5px;
    right: 40%;
    content: '.';
    color: #040607;
    z-index: 10;
}
.thks{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8em;
}
.thks span{
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2em;
}

/*フォームのモーダル部分*****************************/
.pp_ttl2{
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 30px auto;
}
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
    width: 60%;
  height: 60%;
  overflow: scroll;
  overflow-x: hidden;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.modal_content p {
  padding-top: 0;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
   color: #4f96f6;
  cursor: pointer;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 1px;
    text-decoration: underline;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}


/*about*****************************************************/
.ab_left2{
  width: 48%;
    text-align: left;
        
}

.ttl_about{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 50px;
}
.ab{
    text-align: left;
}
.ab_left2 p, .ab p{
  line-height: 1.8em;
    margin-bottom: 1em;
}
.logo{
    width: 100%;
    text-align: right;
}
.ab_mov{
    width: 823px;
    height: 466px;
    margin: 80px auto;
}
.ab_mov iframe{
    width: 100%;
}

/*OEM**********************************************************/
.oem_p{
    line-height: 1.8em;
}
.oem_bx{
    display: flex;
    justify-content: space-between;
}
.obx{
    width: 48%;
    background: #f8e17a;
    padding: 35px;
    box-sizing: border-box;
}
.c_name{
    font-size: 1.4rem;
    letter-spacing: .1em;
    font-weight: bold;
    color: #999;
    margin-top: auto;
}
.circle2{
    background: #fff;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 75px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.obx h3{
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}
.obx p{
    text-align: left;
}
.oem_form{
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.oem_form dt{
    width: 25%;
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: left;
}
.oem_form dt span{
    color: #f89a78;
}
.oem_form dd{
    width: 75%;
    margin-bottom: 20px;
}
.oem_form dd input{
    padding: 15px 10px;
    border: none;
    box-sizing: border-box;
    width: 100%;
}
.oem_form dd textarea{
    padding: 15px 10px;
    border: none;
    box-sizing: border-box;
    width: 100%;
}
.submit-wrap {
  position: relative;
    width: 30%;
    margin: 0 auto;
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
.submit-wrap input.wpcf7-submit {
  padding:15px 0;
margin:0px auto 50px;
background: #fff;
font-size: 1.8rem;
font-weight: bold;
width: 100%;
  display: block;
  box-sizing: border-box;
  border: none;
    position: relative;
}

.submit-wrap input.wpcf7-submit:hover {
  color: #040607;
  background: #f8e17a;
}
.submit-wrap::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
    top: 18px;
    z-index: 10;
}
.submit-wrap::before{
  font-size:3rem;
    position: absolute;
    top: 5px;
    right: 40%;
    content: '.';
    color: #040607;
    z-index: 10;
}

/*ギフトラッピング**********************************************************/
.dot{
    position: relative;
}
.dot::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    bottom:-35px;
    left: 49%;
    position: absolute;
}
.gift{
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}
.bx_left{
    width: 48%;
}
.bx_right{
    width: 48%;
    text-align: left;
}
.ttl_gift{
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.bx_right .txt{
    margin-top: 20px;
}
.bx_right .txt p{
    margin-bottom: 1em;
    line-height: 1.8em;
}
.waku3{
    border: 1px solid #f0e9e3;
    border-radius: 3px;
    padding: 20px 20px 20px 30px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
}
.notice{
    margin-left: 1em;
}
.notice li{
    position: relative;
    margin-bottom: 1em;
}
.notice li::before{
    left: -1.5em;
    content: '※';
    position: absolute;
}
.notice li.cl{
    color: #f89a78;
}
.notice li span{
    font-weight: bold;
}

.noshi{
    text-align: left;
    margin-bottom: 100px;
}

.ttl_gift2{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}
.ttl_gift2::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    top: -.5em;
    position: absolute;
}
.waku4{
    border: 1px solid #f0e9e3;
    border-radius: 3px;
    padding: 20px;
    width: 38%;
    box-sizing: border-box;
    margin: 30px 0;
}
.waku4 p span{
    font-weight: bold;
}
.bx_left2{
    width: 30%;
}
.bx_right2{
    width: 64%;
    text-align: left;
}

/*ショッピングガイド**********************************************************/
.flow{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.flow_bx{
    border: 1px solid #f0e9e3;
    border-radius: 3px;
    padding: 35px 23px;
    width: 21%;
    margin-right: 4%;
    box-sizing: border-box;
    margin-top: 50px;
    position: relative;
}
.flow_bx::before{
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8e17a;
    position: absolute;
    font-size: 3rem;
    top: 45%;
    left: -38px;
}
.flow_bx:first-child::before{
    content: '';
}
.flow_bx:nth-child(5){
    margin-left: 40px;
}
.f_no{
    background: #f8e17a;
    position: absolute;
    width: 40px;
    height: 40px;
    top:-10px;
    left: -10px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
.f_no span::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    top: -.6em;
    position: absolute;
}
.flow_bx h3{
    color: #f8e17a;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.flow_bx p{
    font-size: 1.4rem;
}
.tbl_pay{
    width: 100%;
    margin: 30px 0;
    border-top: 1px solid #f0e9e3;
}
.tbl_pay th{
    background: #f7f4f1;
    padding: 30px;
    width: 30%;
    box-sizing: border-box;
    border-bottom: 1px solid #f0e9e3;
    vertical-align: top;
}
.tbl_pay td{
    font-size: 1.4rem;
    padding: 30px;
    width: 70%;
    box-sizing: border-box;
    border-bottom: 1px solid #f0e9e3;
}
.tbl_pay td p{
    margin-left: 1.2em;
    text-indent: -1.2em;
}
.tbl_pay td img{
    margin-bottom: 10px;
}

/*会社概要*****************************************************/
.gaiyou p{
    margin-bottom: 1em;
}
.gaiyou_box{
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}
.bx_g{
    width: 48%;
    background: #f0e9e3;
    padding: 40px 45px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.bx_g h3{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 30px 0 1em;
}
.bx_g p{
    margin-bottom: 1em;
    line-height: 1.8em;
}
.bx_g p a{
    color: #f89a78;
}
.g_txt{
    margin-bottom: 30px;
}
.btn6{
  margin: 0 auto;
  margin-top: auto;
  width: 80%;
  text-align: center;
  position: relative;
}
.btn6 a{
  background: #fff;
  color: #040607;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  box-sizing: border-box;
}
.btn6 a:hover{
  background: #f8e17a;
}
.btn6 a span{
  font-size:3rem;
    position: absolute;
    top: 2px;
}
.btn6 a::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}
.privacy h2{
    font-size: 1.5rem;
    text-align: left;
}
.privacy p{
    font-size: 1.4rem;
    margin-bottom: 1em;
    text-align: left;
}
.privacy .txt_right{
    text-align: right;
}
.tbl_tokusho{
    width: 100%;
    margin: 30px 0;
}
.tbl_tokusho th{
    font-size: 1.4rem;
    background: #f7f4f1;
    padding: 30px;
    width: 30%;
    box-sizing: border-box;
    border-bottom: 1px solid #f0e9e3;
    text-align: left;
}
.tbl_tokusho td{
    text-align: left;
    font-size: 1.4rem;
    padding: 30px;
    width: 70%;
    box-sizing: border-box;
    border-bottom: 1px solid #f0e9e3;
}
.tbl_tokusho td p{
    margin-bottom: 1em;
}
.tbl_tokusho td a{
    color: #f89a78;
}
/*サイトマップ*********************************************/
.sitemap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sitemap ul {
  width: 30%;
  text-align: left;
  margin: 0;
}
.sitemap ul li {
  position: relative;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.sitemap ul li.nodot {
  margin-bottom: 30px;
}
.sitemap ul li a{
  text-decoration: none;
  color: #2f2f2f;
  font-weight: bold;
}
.sitemap ul li a:hover{
  text-decoration: underline;
}

/*プライバシーポリシー************************************************/
.pp_ttl{
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #0070c1;
  padding-bottom: 5px;
  margin: 30px auto 5px;
}



/*tab*******************************************************************/
@media screen and ( max-width:1024px) {
html {
  font-size: 10px;
}
body {
  font-size: 1.6rem;
  padding: 0px;
  font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
  line-height: 150%;
  color: #040607;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  letter-spacing: 0.25rem;
}
.ft1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
article, header, section, footer {
	display: block;
	max-width: 100% !important;
	height: auto;
}
img {
	max-width: 100% !important;
	height: auto !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*ヘッダー*/
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
    background: #fff;
}
#header {
  display: none;
}
#header_sp {
  width: 100%;
  height: auto;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#header_sp .title {
  margin-top: 10px;
  margin-left: 5px;
    width: 25%;
}
.hd_btn{
    display: flex;
    flex-wrap: nowrap;
}
.hd_btn img{
    width : 80px;
  height: 85px;
}

/********************************************************/
/*　ハンバーガーメニューボタン　*/
.hamburger {
  background: #575452;
  display : block;
  z-index : 3;
  right : 0px;
  top   : 0px;
  width : 80px;
  height: 85px;
  cursor: pointer;
  text-align: center;
    position: relative;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 40px;
  height  : 2px ;
  left    : 20px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 30px;
}
.hamburger span:nth-child(2) {
  top: 40px;
}
.hamburger span:nth-child(3) {
  top: 50px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 40px;
  left: 20px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 40px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
/* メニュー背景　**/
.globalMenuSp {
  position: fixed;
    padding-bottom: 100px;
    top: 85px;
    z-index: 100;
    background: #575452;
    left: 0;
    color: #fff;
    display: block;
    text-align: center;
    transform: translateY(-110%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; /* 追加 */
}
.sp-nav {
  height: 100%;
  overflow: auto;
}
.globalMenuSp .sp-menu {
  margin: 0 auto 30px;
    
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.globalMenuSp .sp-menu li {
    width: 49.5%;
  list-style-type: none;
  margin: 0 .5% .5% 0;
  text-align: left;
  font-size: 1.4rem;
  box-sizing: border-box;
  transition: .4s all;
  position: relative;
    background: #413f3d;
}


.globalMenuSp .sp-menu li.nav_ttl {
  background: #575452;
     width: 100%;
  margin: 0 .5% .5% 0;
    padding: .8em 0 .8em 1em;
  text-align: left;
  font-size: 1.6rem;
  box-sizing: border-box;
    font-weight: bold;
}
.globalMenuSp .sp-menu li a {
  display: block;
  color: #fff;
  padding: 1em 0 1em 1em;
  text-decoration :none;
}
.globalMenuSp .sp-menu li a::after {
    content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
    color: #fff;
}
/* クリックでjQueryで追加・削除 */
.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}


/*TOPページ********************************************************/
.contents{
    width: 95%;
    max-width: 95%;
    margin: 80px auto;
}

/**商品詳細***************************************************************************/
.item_contents{
    width: 95%;
    max-width: 95%;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}

.waku{
    text-align: left;
    border: 2px solid #040607;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin: 60px auto 0;
    padding: 20px 25px 30px;
    box-sizing: border-box;
    justify-content: space-between;
    width: 95%;
}
.waku::before{
   content: '';
    position: absolute;
    width: 91px;
    height: 107px;
    background: url("../img/ribbon.svg") no-repeat 0 0;
    top:-40px;
    left: 10px;
}
.wbx:last-child{
    width: 100%;
    margin-top: 20px;
}
.wbx:first-child{
    width: 50%;
    text-align: center;
}
.wbx{
    width: 50%;
}
.wbx p{
    margin: 30px 0 20px;
}
.waku2{
    text-align: left;
    border: 2px solid #040607;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 100px;
    padding: 20px 25px 30px;
    box-sizing: border-box;
    justify-content: space-between;
}
.waku2::before{
   content: '';
    position: absolute;
    width: 91px;
    height: 107px;
    background: url("../img/ribbon.svg") no-repeat 0 0;
    top:-40px;
    left: 10px;
}
.wbx2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wbx2 img{
    margin: 10px 0;
}
.wbx3{
    width: 100%;
    margin: 10px 0;
}
/*フッター*********************************************************/

.footer_contents {
  width: 95%;
  padding: 50px 0;
  max-width: 195%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.ft_info{
  width: 40%;
  text-align: left;
}

.ft_navi {
  display: flex;
    flex-wrap: wrap;
  width: 60%
}
.ft_navi ul {
  width: 45%;
  margin: 0 0 10px 5%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.ft_navi ul li {
  text-align: left;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
    width: 100%;
    margin-bottom: 10px;
}
  
}

/*sp**********************************************************************/
@media screen and ( max-width:768px) {
html {
  font-size: 10px;
}
body {
  font-size: 1.6rem;
  padding: 0px;
  font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
  line-height: 150%;
  color: #040607;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  letter-spacing: 0.25rem;
}
.ft1 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}
article, header, section, footer {
	display: block;
	max-width: 100% !important;
	height: auto;
}
img {
	max-width: 100% !important;
	height: auto !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*ヘッダー*/
header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
    background: #fff;
}
#header {
  display: none;
}
#header_sp {
  width: 100%;
  height: auto;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#header_sp .title {
  margin-top: 5px;
  margin-left: 5px;
    width: 25%;
}
.hd_btn{
    display: flex;
    flex-wrap: nowrap;
}
.hd_btn img{
    width : 60px;
  height: 65px;
}

/********************************************************/
/*　ハンバーガーメニューボタン　*/
.hamburger {
  background: #575452;
  display : block;
  z-index : 3;
  right : 0px;
  top   : 0px;
  width : 60px;
  height: 65px;
  cursor: pointer;
  text-align: center;
    position: relative;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 15px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 20px;
}
.hamburger span:nth-child(2) {
  top: 30px;
}
.hamburger span:nth-child(3) {
  top: 40px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 30px;
  left: 15px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 30px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　**/
.globalMenuSp {
  position: fixed;
    padding-bottom: 100px;
    top: 60px;
    z-index: 100;
    background: #575452;
    left: 0;
    color: #fff;
    display: block;
    text-align: center;
    transform: translateY(-110%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; /* 追加 */
}
.sp-nav {
  height: 100%;
  overflow: auto;
}
.globalMenuSp .sp-menu {
  margin: 0 auto 30px;
    
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.globalMenuSp .sp-menu li {
    width: 49.5%;
  list-style-type: none;
  margin: 0 .5% .5% 0;
  text-align: left;
  font-size: 1.4rem;
  box-sizing: border-box;
  transition: .4s all;
  position: relative;
    background: #413f3d;
}


.globalMenuSp .sp-menu li.nav_ttl {
  background: #575452;
     width: 100%;
  margin: 0 .5% .5% 0;
    padding: .8em 0 .8em 1em;
  text-align: left;
  font-size: 1.6rem;
  box-sizing: border-box;
    font-weight: bold;
}
.globalMenuSp .sp-menu li a {
  display: block;
  color: #fff;
  padding: 1em 0 1em 1em;
  text-decoration :none;
}
.globalMenuSp .sp-menu li a::after {
    content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
    color: #fff;
}
/* クリックでjQueryで追加・削除 */
.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}

.sptel a{
  color: #f89a78;
}
/********************************************************/
.head_toi, 
.web,
.timetable,
.gnavi{
    display: none;
}


/*メインイメージ部分*/
#main_img {
  clear: both;
  padding: 0px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

/*スライダー**************************************************************/
.swiper_bx{
  width: 100%;
  margin-top: 0;
}
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
  
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
}


.pcon{display: none;}
.pcnone{display: inline;}
.tabon{display: inline-block;}
.spnone{display: none;}

/*サブメイン*****************************************/
.submain {
  padding: 20px 0;
  width: 95%;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content:space-between;
}


/*パンくず*********************************/
.bread{
  width: 90%;
  box-sizing: border-box;
  margin: 10px auto;
  text-align: left;
  font-size: 1rem;
  padding: 0px;
}
.bread ul{
  display: flex;
  flex-wrap: wrap;
}
.bread ul li{
  position: relative;
  color: #999;
  line-height: 1.5em;
}
.bread ul li:after{
  content: '>';
  margin: 0 5px;
}
.bread ul li:last-child:after{
  content: '';
  margin: 0 5px;
}
.bread ul li a{
  color: #999;
  text-decoration: underline;
}

/*ボディ*******************************************************************/
.subttl_area{
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 40px 0 40px;
  background: #f0e9e3;
}

/*TOPページ********************************************************/
.contents{
    width: 90%;
    max-width: 90%;
    margin: 80px auto;
}
.contents_bg{
  width: 90%;
    max-width: 90%;
    padding: 40px auto;
}
.insta,.ymovie{
  padding-bottom: 30px;
}
    .ymovie ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px 10px;
    }

    .insta_voice ul{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px 10px;
    }
.ttl{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 60px;
}
.ttl span{
    font-size: 2.6rem;
    line-height: 3em;
    position: relative;
}
.ttl span::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    top: -1.3em;
    position: absolute;
}
.ttl2{
    font-size: 1.8rem;
    margin-bottom: 30px;
}
.ttl2 span{
    font-size: 3.4rem;
    line-height: 3em;
    position: relative;
}
.ttl2 span::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    top: -1.3em;
    position: absolute;
}
.ttl3{
    font-size: 1.8rem;
    margin: 45px 0 0px;
    line-height: 1.7em;
    text-align: center;
}
.ttl3 span{
    font-size: 3.4rem;
    line-height: 1em;
    position: relative;
}
.ttl3 span::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    top: -.1em;
    position: absolute;
}
@media screen and ( max-width:384px) {
.ttl3 span::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    top: .8em;
    position: absolute;
}
}
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 0;
    width: 100%;
    justify-content: space-around;
    align-items: stretch;
}

.tab-2 > label {
    order: -1;
    width: 6.5em;
    display: flex;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 3px;
    background-color: #f0e9e3;
    color: #040607;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
    font-size: 1.2rem;
    line-height: 1.4em;
}
.tab-2 > label:first-child {
    padding: 15px 0 0 1em;
}

.tab-2 > label:hover {
    background: #f8e17a;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 0em 0em;
}

.tab-2 label:has(:checked) {
    opacity: 1;
    background: #f8e17a;
}

.tab-2 label:has(:checked) + div {
    display: block;
    margin-top: 10px;
}


.grid-container {
      display: flex;
      flex-wrap: wrap;
        justify-content: space-between;
        margin:0 auto 0px;
        width: 100%;
        gap: 0;
    }
    .box:first-child {
      display: flex; 
      flex-direction: column;
      width: 100%;
      padding-bottom: 30px;
    }
    .box:not(:first-child)  {
      display: flex; 
      flex-direction: column;
      width: 46%;
      padding-bottom: 30px;
    }
    .box img{
      width: 100%;
        margin-bottom: 10px;
    }
    .grid-container3 {
  display: flex;
  flex-direction: column;
  margin: 0 auto 0px;
  width: 100%;
}
.box3 {
      display: flex; 
      flex-direction: column;
      margin-bottom: 20px;
      }
    .box3 .n_lft{
      width: 30%;
    }
    .box3 .n_rgt{
      width: 70%;
      padding-left: 10px;
      box-sizing: border-box;
    }
    .box3 .item img {
      margin-bottom: 20px;
      }
        .item {
      display: flex;
      text-align: left;
    position: relative;
    }
    /* 各列に4行分 */
    .item:nth-child(3n + 1) { grid-row: 1; }
    .item:nth-child(3n + 2) { grid-row: 2; }
    .item:nth-child(3n + 3) { grid-row: 3; }
    .item:nth-child(3n + 4) { grid-row: 4; }

    .grid-container > div:nth-child(3n+1) .item { grid-column: 1; }
    .grid-container > div:nth-child(3n+2) .item { grid-column: 2; }
    .grid-container > div:nth-child(3n+3) .item { grid-column: 3; }

.item:nth-child(5n + 1) { grid-row: 1; }
    .item:nth-child(5n + 2) { grid-row: 2; }
    .item:nth-child(5n + 3) { grid-row: 3; }
    .item:nth-child(5n + 4) { grid-row: 4; }

    .grid-container2 > div:nth-child(5n+1) .item { grid-column: 1; }
    .grid-container2 > div:nth-child(5n+2) .item { grid-column: 2; }
    .grid-container2 > div:nth-child(5n+3) .item { grid-column: 3; }
.grid-container2 > div:nth-child(5n+4) .item { grid-column: 4; }
.grid-container2 > div:nth-child(5n+5) .item { grid-column: 5; }


.rk1::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/no1.png") no-repeat 0 0;
    background-size: contain;
    top: 6px;
    left: -10px;
    z-index: 1;
}
.rk2::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/no2.png") no-repeat 0 0;
    background-size: contain;
    top: 6px;
    left: -10px;
    z-index: 1;
}
.rk3::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 30px;
    background: url("../img/no3.png") no-repeat 0 0;
    background-size: contain;
    top: 6px;
    left: -10px;
    z-index: 1;
}
/* ベビーギフト　5つのリスト部分 */
.grid-container2 {
  display: none;
}
.grid-container2-2{
  display: flex;
  margin-bottom: 60px;
}
.box2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
/* ページネーションの余白 */
.swiper-pagination2-bullet {
  margin: 0 20px 20px;
}
/* ページネーションのサイズと色 */
.swiper-pagination2-bullet {
  background-color: #f0e9e3!important;
  height: 12px!important;
  width: 12px!important;
    opacity: 1!important;
    border-radius: 0!important;
}
.swiper-pagination2-bullet-active {
  background-color: #f8e17a!important;
}

.item-image {
  width: 48%;
}

.item-image img {
  width: 100%;
  height: auto;
  display: block;
}

.item-content {
  width: 48%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item_ttl{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 10px 0 10px;
    text-decoration: none;
    color: #040607;
    word-break: normal;
}

.item-content .item_ttl{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 10px 0 10px;
    text-decoration: none;
    color: #040607;
    word-break: normal;
}
.item_dis{
  font-size: 1.2rem;
    margin: 0 0 10px;
    line-height: 1.6em;
}
.item_date{
  font-size: 1rem;
  line-height: 1.6em;
    margin: 0 0 10px;
}
.item_price{
    font-size: 1.2rem;
    font-weight: bold;
    color: #999;
    margin-top: auto;
}


.toys{
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
}
.toy_bx{
    width: 45%;
    margin: 0 2.5% 50px;
    position: relative;
    word-break: break-all;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.toy_bx img{
    width: 100%;
}
.btn{
  margin: 0 auto;
  width: 80%;
  text-align: center;
  position: relative;
}
.btn a{
  background: #f0e9e3;
  color: #040607;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  box-sizing: border-box;
}
.btn a:hover{
  background: #f8e17a;
}
.btn a span{
  font-size:3rem;
    position: absolute;
    top: 2px;
}
.btn a::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}
.btn2{
  margin: 45px auto 0;
  width: 80%;
  text-align: center;
  position: relative;
}
.baby{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
    width: 100%;
}
.baby_bx:first-child{
    width: 100%;
    margin: 0 auto 20px;
    background: #f0e9e3;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
        
}
.baby_bx:not(:first-child){
    width: 48%;
    margin: 0;
    background: #f0e9e3;
    padding: 15px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
        
}
.baby2bx{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.b_img{
    width: 46%;
}
.b_txt{
    width: 46%;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.best_bx{
    text-align: left;
}
.best_bx img{
    width: 100%;
}
.sw2 .swiper-button-next,
.sw2 .swiper-button-prev{
    background-color: #f0e9e3;/* ボタンの背景色 */
    width: 40px;
    height: 40px;
}
.sw2 .swiper-button-next{
    right: 6.5%;/* ボタンを右端にくっつける */
    top: 30%;
}
.sw2 .swiper-button-prev{
    left: 6.5%;/* ボタンを左端にくっつける */
    top: 30%;
}
.sw2 .swiper-button-prev::after, 
.sw2 .swiper-button-next::after{
    color: #413f3d;
    font-size: 2rem;
}

.about{
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    
}
.ab_bx{
    display: flex;
    flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
  margin: 0px auto 20px;
}

.ab_left{
  order: 2;
  width: 90%;
    margin: 30px auto 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between
        
}
.ab_left h3{
    font-size: 2.4rem;
    line-height: 1.5em;
    margin: 30px 0 15px;
}
.ab_left p{
    font-size: 1.4rem;
    line-height: 1.8em;
    margin: 15px 0;
}
/*右側へ要素を広げる（2カラム）*/
.ab_right{
  order: 1;
    flex: 1;
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
    text-align: right;
}

.btn3{
  margin: 40px auto 0;
  width: 80%;
  text-align: center;
  position: relative;
}
.btn3 a{
  background: #f0e9e3;
  color: #040607;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  box-sizing: border-box;
}
.btn3 a:hover{
  background: #f8e17a;
}
.btn3 a span{
  font-size:3rem;
    position: absolute;
    top: 2px;
}
.btn3 a::after{
  color: #040607;
  content: '\f16d';
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  position: absolute;
  right: 20px;
    font-size: 2.5rem;
}

.clm_bx{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 120px 0 80px;
}

.clm_left{
  width: 90%;
    text-align: left;
    margin: -80px auto 0;
}

/*右側へ要素を広げる（2カラム）*/
.clm_right{
    background: none;
    width: 100%;
    margin: 20px auto 0;
}
.clm_right ul {
    margin-bottom: 30px;
}
.clm_right ul li{
    position: relative;
    border-bottom: 2px solid #f0e9e3;
    text-align: left;
    background: #fff;
}
.clm_right ul li::after{
    color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
    top: calc(50% - .9rem);
}
.clm_right ul li a{
    color: #040607;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.6em;
    padding: 20px 40px 20px 20px;
    display: block;
}
.clm_right ul li a:hover{
    background: #f8e17a;
}

.news_bx{
    display: flex;
    justify-content: space-around;
    margin: 0 auto 20px;
    width: 95%;

}
.n_img{
    width: 40%;
}
.n_txt{
    width: 55%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.shopping{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
}
.shop_bx{
    width: 98%;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto 50px;
}
.circle{
    background: #f8e17a;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    padding-top: 35px;
    box-sizing: border-box;
}
.circle img{
    width: 40%;
}
.shop_right{
    width: 55%;
    box-sizing: border-box;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.shop_ttl{
    font-size: 2.1rem;
    font-weight: bold;
    margin-top: 0px;
}
.shop_dis{
    margin-bottom: auto;
    font-size: 1.4rem;
}
.txt_left{
    text-align: left;
    margin-left: 1em;
  text-indent: -.6em;
}
.txt_left2{
    text-align: left;
    margin-left: 1.1em;
  text-indent: -1em;
}
.btn5{
  margin: 10px auto 0;
  width: 100%;
  text-align: left;
  position: relative;
}
.btn5 a{
  background: #f0e9e3;
  color: #040607;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0 15px 15px;
  display: block;
  box-sizing: border-box;
}
.btn5 a:hover{
  background: #f8e17a;
}
.btn5 a span{
  font-size:2rem;
    position: absolute;
    top: 2px;
}
.btn5 a::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
}

.waku{
    text-align: left;
    border: 2px solid #040607;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 60px auto 0;
    padding: 20px 25px 30px;
    box-sizing: border-box;
    justify-content: space-between;
    width: 95%;
}
.waku::before{
   content: '';
    position: absolute;
    width: 91px;
    height: 107px;
    background: url("../img/ribbon.svg") no-repeat 0 0;
    top:-40px;
    left: 10px;
}
.wbx:first-child, .wbx:last-child{
    width: 100%;
}
.wbx{
    width: 100%;
}
.wbx p{
    margin: 30px 0 20px;
}
.waku2{
    text-align: left;
    border: 2px solid #040607;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 100px;
    padding: 20px 25px 30px;
    box-sizing: border-box;
    justify-content: space-between;
}
.waku2::before{
   content: '';
    position: absolute;
    width: 91px;
    height: 107px;
    background: url("../img/ribbon.svg") no-repeat 0 0;
    top:-40px;
    left: 10px;
}
.wbx2{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wbx2 img{
    margin: 10px 0;
}
.wbx3{
    width: 100%;
    margin: 10px 0;
}
.wbx .btn2{
  margin: 0 auto 0;
  width: 100%;
  text-align: center;
  position: relative;
}

/**商品詳細***************************************************************************/
.item_contents{
    width: 90%;
    max-width: 100%;
    margin: 60px auto;
    display: flex;flex-direction: column;
    justify-content: space-between;
}
.item_img{
    width: 100%;
    position: relative;
    height: auto;
    margin: 0 auto;
}
.shosai{
    width: 100%;
    text-align: left;
    margin: 0 auto;
}
.itm_h1 {
    line-height: 1.8;
    margin: 30px 0;
}
/* カラーミーのボタンを対象にしたカスタマイズ例 */
.cartjs_cart_in {
  position: relative; /* ← 追加 */
}

.cartjs_cart_in input[type="submit"] {
  background-color: #f8e17a !important;
  color: #040607 !important;
  width: 100% !important;
  font-size: 1.8rem !important;
  border: none !important;
  padding: 12px 24px !important;
  cursor: pointer;
  border-radius: 0 !important;
}

.cartjs_cart_in::before {
  content: '' !important;
  position: absolute !important;
  top: 40%;
  left: 24%;
  transform: translateY(-50%);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../img/cart.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none; /* ← ボタン操作に干渉させない */
}
.cartjs_cart_in::after {
  content: '.' !important;
  font-size: 2.5rem;
  top: 11%;
  right: 27%;
}

.cartjs_cart_in input[type="submit"]:hover {
  background-color: #f8a97a!important;
}

@media screen and ( max-width:375px) {
.cartjs_cart_in::before {
  content: '' !important;
  position: absolute !important;
  top: 40%;
  left: 20%;
  transform: translateY(-50%);
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url('../img/cart.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none; /* ← ボタン操作に干渉させない */
}
.cartjs_cart_in::after {
  content: '.' !important;
  font-size: 2.5rem;
  position: absolute !important;
  top: 11%;
  right: 27%;
  display: inline-block;
}
}

.itm_h3{
    font-size: 2.2rem;
    line-height: 1.5em;
    color: #f8d63d;
    font-weight: bold;
    margin: 30px 0;
}
.bmark::before{
  content: '';
  position: absolute;
  top: 20%;
  left: 18%;
  width: 25px;
  height: 25px;
  background-image: url('../img/heart_yl.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.tbl_spec th{
    padding: 20px 15px;
    width: 30%;
    box-sizing: border-box;
}
.tbl_spec td{
    padding: 20px 15px;
}


.tbl_faq{
  width: 96%;
  margin: -20px auto 80px;
}
.v_ttl{
  display: flex;
  font-size: 1.4rem;
  flex-direction: column;
}

.v1{
  background: #f8e17a;
  text-align: center;
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
}
.vc-1{
  width: 100%!important;
}
.v2{
  padding: 10px;
  color: #999999;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
}

.mov {
    aspect-ratio: 16 / 9;
}
.mov iframe {
    height: 100%;
}



/*お知らせ一覧**************************************************/
.new_wrap {
      display: flex;
      flex-direction: column;
      gap: 0px;
      width: 96%;
      margin: 0 auto;
    }
.new_bx{
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
}
.new_bx .n_lft{
      width: 30%;
    }
    .new_bx .n_rgt{
      width: 70%;
      padding-left: 10px;
      box-sizing: border-box;
    }
        .item {
      display: flex;
      text-align: left;
    position: relative;
    }
.new_bx2{
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f0e9e3;
}
.n_lft{
  width: 100%;
}
.n_lft img{
  margin-bottom: 20px;
}
.n_rgt{
  width: 100%;
  text-align: left;
  padding-left: 0px;
  box-sizing: border-box;
}

/*singleページ*************************************************************/
.single{
  text-align: left;
  width: 100%;
  margin: 0 auto 60px;
}
.ttl_sgl{
  background: #f8e17a!important;
  color: #040607!important;
  padding: 10px 1em;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 20px 0 30px;
  text-align: left;
  box-sizing: border-box;
}
.yarpp-related h2,
.yarpp-related-none h2,
.single h2{
	font-size     : 1.8rem;
	line-height   : 1.1667;
	margin-top    : 1em;
	margin-bottom : 1.1667em;
	border-left   : 4px solid #f8e17a;
	color         : #040607;
	background    : #f0e9e3;
	padding       : 20px;
}
.yarpp-related a{
  color: #000000;
}

.single h3 {
	font-size     : 1.8rem;
	line-height   : 1.1667;
	margin-top    : 1.5em;
	margin-bottom : 1.1667em;
	border-left   : 4px solid #f8e17a;
	color         : #040607;
	background    : #f0e9e3;
	padding       : 20px;
}

.single h4 {
	font-size     : 1.6rem;
	line-height   : 1.4;
	margin-top    : 2.8em;
	margin-bottom : 1.4em;
	border-left   : 2px solid #f8e17a;
	border-bottom  : 1px solid #f8e17a;
	padding-left  : 2rem;
	padding-bottom : 10px;
	padding-top : 5px;
	color         : #040607;
}
.single h5 {
	font-size     : 1.6rem;
	line-height   : 1.4;
	margin-top    : 2.8em;
	margin-bottom : 1.4em;
	padding-left  : 2rem;
	padding-bottom : 10px;
	padding-top : 5px;
	color         : #040607;
  background    : #f0e9e3;
}

.accordion-list {
  margin: 0 auto 30px;
  padding: 20px;
  border-radius: 30px;
  box-sizing: border-box;
  width: 100%;
  background: #f8f8f8;
}
.accordion-list2 {
  margin: 0 auto 30px;
  padding: 20px;
  border-radius: 30px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}
.accordion-title {
  width: 95%;
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px 0px 20px 40px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.accordion-title .qes:before {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0070c1;
  content: 'Q.';
  margin-right: 20px;
  position: absolute;
  top: 20px;
  left: 0;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: -20px;
  height: 6px;
  width: 20px;
  background: #d5dbe0;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -20px;
  height: 6px;
  width: 20px;
  background: #d5dbe0;
  transition: all .3s ease-in-out;
}

.accordion-text {
  display: none;
  width: 95%;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 20px 0px 20px 40px;
  position: relative;
  border-top: 2px dotted #d5dbe0;
}

.accordion-text .ans:before {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0070c1;
  content: 'A.';
  margin-right: 20px;
  position: absolute;
  top: 20px;
  left: 0;
}



.scroll {
  padding: 0px;
  height: 300px;
  width: 100%;
  overflow: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  scrollbar-face-color: #999999; /*スクロールバー本体の色*/
  scrollbar-highlight-color: #cccccc; /*スクロールバー左側（上）の影*/
  scrollbar-shadow-color: #cccccc; /*スクロールバー右側（上）の影*/
  scrollbar-3dlight-color: #ffffff; /*スクロールバーの左側（下）の影*/
  scrollbar-arrow-color: #ffffff; /*矢印の色*/
  scrollbar-track-color: #ffffff; /*背面の色*/
  scrollbar-darkshadow-color: #ffffff; /*スクロールバー右側（下）の影*/
}
.rss {
  margin: 0px;
  width: 100%;
  box-sizing: border-box;
  list-style-type: none;
}
.rss li {
  list-style-type: none;
  background: #fff;
  padding: 15px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-align: left;
  color: #acacac;
}
.rss li span {
  margin: 0 2em;
  border: 2px solid #402915;
  border-radius: 15px;
  padding: 3px 10px;
  color: #402915;
  font-weight: bold;
  font-size: 1.2rem;
}
.rss a {
  color: #2f2f2f;
  text-decoration: none;
  font-size: 1.6rem;
}
.rss a:hover {
  text-decoration: underline;
}
.newbtn{
  display: flex;
 justify-content: center;
}

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

#footer {
  margin: 0px;
  padding: 0px;
  clear: both;
  width: 100%;
  height: auto;
    background: #575452;
    color: #fff;
}

.footer_contents {
  width: 100%;
  padding: 50px 0;
  max-width: 1200px;
  margin: auto;
  display: flex;
    flex-direction: column;
  justify-content: space-between;
}
.ft_info{
  width: 90%;
    margin: 0 auto 20px;
  text-align: left;
}
.ft_info p{
  font-size: 1.6rem;
    line-height: 1.7em;
  margin: 10px 0;
}

.ft_info a{
    color: #f8e17a;
}
.ficon i{
    margin-top: 40px;
}
.ficon i{
    font-size: 30px;
    margin-right: 10px;
}
.ficon a {
    color: #fff;
}
.ficon a:hover {
    color: #f8e17a;
}

.ft_navi {
  display: flex;
    flex-wrap: wrap;
  width: 95%;
    margin: 0 auto;
}
.ft_navi ul {
  width: 100%;
  margin: 0 0 10px 5%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.ft_navi ul li {
  text-align: left;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
    width: 45%;
    margin-bottom: 10px;
}

.ft_navi ul li a {
  text-decoration: none;
  color: #fff;
    padding-left: 5px;
}
.ft_navi ul li a:hover {
  text-decoration: none;
  color: #f8e17a;
}
.ft_navi ul li:first-child {
    width: 100%;
  font-size: 2.1rem;
}
.ft_navi ul li:first-child a {
  font-size: 2.1rem;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
    padding-left: 0;
}
.ft_navi ul li.wid100 {
  width: 100%;
}
.copy {
  text-align: center;
  background: #413f3d;
  font-size: 1.2rem;
  padding: 13px 0;
    color: #fff;
}

.sp_btm{
  display: none;
  width: 100%;
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 100;
}
.sp_btm ul{
  display: flex;
}
.sp_btm li{
  width: 40%;
  text-align: center;
  
  background: #0070c1;
  letter-spacing: 0.15rem;
}
.sp_btm li img{
  width: 40px;
}

.sp_btm li a{
  color: #fff;

  display: block;
  text-decoration: none;
  padding: 15px 0px;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 2.8em;
}
.sp_btm li:first-child{
  width: 20%;
  background: #ffaf00;
}
.sp_btm li:nth-child(2) a{
  background: #fff;
  color: #0070c1;
  font-weight: bold;
    border: 1px solid #0070c1;
}
/*フォーム********************************************************/
.form dt {
	box-sizing:border-box;
	padding: 30px 0 10px;
  vertical-align: middle;
  font-size: 1.8rem;
  width: 100%;
  font-weight: bold;
}

.form dd span.wpcf7-list-item input {
  width: 30px;
  padding: 0;
}

.form{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.form dt{
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0px;
    text-align: left;
}
.form dt span{
    color: #f89a78;
}
.form dd{
    width: 100%;
    margin-bottom: 20px;
}
.form dd input{
    padding: 15px 10px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #f0e9e3;
}
.form dd textarea{
    padding: 15px 10px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #f0e9e3;
}
.submit-wrap2 {
  position: relative;
    width: 80%;
    margin: 0 auto;
}
/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
.submit-wrap2 input.wpcf7-submit {
  padding:15px 0;
margin:0px auto 50px;
background: #f0e9e3;
font-size: 1.8rem;
font-weight: bold;
width: 100%;
  display: block;
  box-sizing: border-box;
  border: none;
    position: relative;
    color: #040607;
}

.submit-wrap2 input.wpcf7-submit:hover {
  color: #040607;
  background: #f8e17a;
}
.submit-wrap2::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
    top: 18px;
    z-index: 10;
}
.submit-wrap2::before{
  font-size:3rem;
    position: absolute;
    top: 5px;
    right: 39%;
    content: '.';
    color: #040607;
    z-index: 10;
}
/*フォームのモーダル部分*****************************/
.pp_ttl2{
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
  margin: 30px auto;
}
.modal_content {
    align-self: center;
    width: 95%;
  height: 85%;
  overflow: scroll;
  overflow-x: hidden;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

/*about*****************************************************/
.ab_left2{
  width: 96%;
    text-align: left;
        order: 2;
    margin: 20px auto 0;
}

.ttl_about{
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 50px;
}
.ab{
    text-align: left;
     width: 96%;
    margin: 0px auto 0;
}
.ab_left2 p, .ab p{
  line-height: 1.8em;
    margin-bottom: 1em;
}
.logo{
    width: 100%;
    text-align: right;
}
.ab_mov{
    width: 90%;
    height: 210px;
    margin: 60px auto;
}
.ab_mov iframe{
    width: 100%;
}

/*OEM**********************************************************/
.oem_p{
    line-height: 1.8em;
    text-align: left;
    width: 96%;
    margin: 0 auto;
}
.oem_bx{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.obx{
    width: 95%;
    margin: 0 auto 50px;
    background: #f8e17a;
    padding: 35px;
    box-sizing: border-box;
}
.obx:last-child{
    margin-bottom: 0;
}
.oem_form{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.oem_form dt{
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0px;
    text-align: left;
}
.oem_form dt span{
    color: #f89a78;
}
.oem_form dd{
    width: 100%;
    margin-bottom: 20px;
}
.oem_form dd input{
    padding: 15px 10px;
    border: none;
    box-sizing: border-box;
    width: 100%;
}
.oem_form dd textarea{
    padding: 15px 10px;
    border: none;
    box-sizing: border-box;
    width: 100%;
}
.submit-wrap {
  position: relative;
    width: 80%;
    margin: 0 auto;
}

/* — コンタクトフォーム7　送信ボタンのカスタマイズ — */
.submit-wrap input.wpcf7-submit {
  padding:15px 0;
margin:0px auto 50px;
background: #fff;
font-size: 1.8rem;
font-weight: bold;
width: 100%;
  display: block;
  box-sizing: border-box;
  border: none;
    position: relative;
    color: #040607;
}

.submit-wrap input.wpcf7-submit:hover {
  color: #040607;
  background: #f8e17a;
}
.submit-wrap::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
    top: 18px;
    z-index: 10;
}
.submit-wrap::before{
  font-size:3rem;
    position: absolute;
    top: 5px;
    right: 38%;
    content: '.';
    color: #040607;
    z-index: 10;
}

/*ギフトラッピング**********************************************************/

.gift{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 60px 0;
}
.bx_left{
    width: 100%;
}
.bx_right{
    width: 100%;
    text-align: left;
    padding-top: 30px;
}

.ttl_gift2{
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}
.ttl_gift2::after{
    content: '.';
    font-family: "BIZ UDPGothic", sans-serif;
    top: -.5em;
    position: absolute;
}
.waku4{
    border: 1px solid #f0e9e3;
    border-radius: 3px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
}
.waku4 p span{
    font-weight: bold;
}
.bx_left2{
    width: 100%;
}
.bx_right2{
    padding-top: 30px;
    width: 100%;
    text-align: left;
}

/*ショッピングガイド**********************************************************/
.flow{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.flow_bx{
    border: 1px solid #f0e9e3;
    border-radius: 3px;
    padding: 35px 15px 20px;
    width: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    margin-top: 50px;
    position: relative;
}
.flow_bx::before{
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f8e17a;
    position: absolute;
    font-size: 3rem;
    top:-40px;
    left: 48%;
    transform: translateX(-50%) rotate(90deg) ;
}
.flow_bx:first-child::before{
    content: '';
}
.flow_bx:nth-child(5){
    margin-left: 0px;
}

.tbl_pay{
    width: 100%;
    margin: 30px 0;
}
.tbl_pay th{
    background: #f7f4f1;
    padding: 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #f0e9e3;
}
.tbl_pay td{
    font-size: 1.4rem;
    padding: 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #f0e9e3;
}
.tbl_pay td img{
    margin-bottom: 10px;
}
.tbl_pay td.pay_img img{
    width: 45%;
}

/*会社概要*****************************************************/
.gaiyou p{
    margin-bottom: 1em;
    text-align: left;
}
.gaiyou_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 60px 0;
}
.bx_g{
    width: 100%;
    background: #f0e9e3;
    padding: 40px 45px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 30px;
}

.tbl_tokusho{
    width: 100%;
    margin: 30px 0;
}
.tbl_tokusho th{
    font-size: 1.4rem;
    background: #f7f4f1;
    padding: 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #f0e9e3;
    text-align: left;
}
.tbl_tokusho td{
    text-align: left;
    font-size: 1.4rem;
    padding: 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid #f0e9e3;
    word-break: break-all;
}
.btn6{
  margin: 0 auto;
  margin-top: auto;
  width: 90%;
  text-align: center;
  position: relative;
}
.btn6 a{
  background: #fff;
  color: #040607;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 0;
  display: block;
  box-sizing: border-box;
}
.btn6 a:hover{
  background: #f8e17a;
}
.btn6 a span{
  font-size:3rem;
    position: absolute;
    top: 2px;
}
.btn6 a::after{
  color: #040607;
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
}
/*サイトマップ*********************************************/
.sitemap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap ul {
  width: 100%;
  text-align: left;
  margin: 0;
}
.sitemap ul li {
  border-bottom: 2px dotted #d5dbe0;
  padding-bottom: 30px;
}
}