

body{
	background: transparent;
}

#contentWrap {
    padding-right: 0;
}
.pankuzu,#mainImgWrap,#sliderItemWrap_top,.soryo,#column_wrap,#handmade,#result,#kiribako,#reason,#kodawari,#gentei,#enjoy,#soldout,#howto,#voice,#catalog,#kodawari02,#ichiran,#movie_wrap {
    padding-right: 200px!important;
}
.soryo .kanbaiBox{
	display: none;
}

a.detail_link {
    position: relative;
    display: block;
}
/*
a.detail_link:after{
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    position: absolute;
    right: 30px;
    top: 20px;
    background-image: url(../images_2026/btn_detail_yajirushi.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s;
}
a.detail_link:hover:after{
    right: 25px;
}
*/
a.itemlist_btn {
    color: #fff;
    font-size: 24px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 60px 5px;
}
a.itemlist_btn span{
	position: relative;
	padding-bottom: 25px;
}
a.itemlist_btn span::before {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: scale(.5) rotate(135deg);
    display: inline-block;
    overflow: hidden;
}
header a.order{
	display: none;
}

.sp_only{
  display: none;
}
.pc_only{
  display: block;
}
@media screen and (max-width: 481px){
  .sp_only{
    display: block;
  }
  .pc_only{
    display: none;
  }
}

/*　mainImg
-----------------------------------------------------------------------------*/
.main_visual {
  position: relative;
}
.main_visual .main_title img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.main_imgBox {
  height: 850px;
  /*overflow: hidden;*/
  position: relative;
  display: block;
}
.main_img {
  opacity: 0;
  width: 1000px;
  height: 794px;
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 0;
}

.main_img_change {
    width: 100%;
    padding-top: 60%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.main_img_change img{
    position: absolute;
    top: 0;
    left: 0;
    /*animation: MainImgChange 18s infinite;*/
    animation: MainImgChange 30s infinite;
    opacity: 0;
    height: 100%;
    min-height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
}

@keyframes MainImgChange {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  55% {
    opacity: 0;
    z-index:1;
  }
  100% {
    opacity: 0
  }
}


.main_img_change img:nth-of-type(1) {
  animation-delay: 0s;
}
.main_img_change img:nth-of-type(2) {
   animation-delay: 6s;
}
.main_img_change img:nth-of-type(3) {
    animation-delay: 12s;
}
.main_img_change img:nth-of-type(4) {
    animation-delay: 18s;
}
.main_img_change img:nth-of-type(5) {
    animation-delay: 24s;
}



#mainImgWrap{
    background: #fff;
}
#mainImg {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#mainImg .gold_border{
	position: relative;
}
#mainImg .inner {
	width: 1920px;
    max-width: 100%;
}
#mainImg .inner2 {
    top: 0;
    max-width: 100%;
    width: 1200px;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#mainImg .inner3 {
    position: relative;
    width: 100%;
    height: 100%;
}
#mainImg .h1_wrap {
    position: relative;
    width: 31em;
    height: 35em;
    margin-left: auto;
	margin-right: 100px;
}
#mainImg h1 {
    z-index: 2;
    position: absolute;
    top: 42px;
    right: 0;
    color: #fff;
    display: inline-block;
    text-align: left;
	margin: 0;
}
#mainImg div.detail {
    position: absolute;
    z-index: 2;
    color: #0D0606;
    width: 1280px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 24px;
    background-color: rgba(255,255,255,.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(24px);
    padding: 24px;
    max-width: 100%;
}
#mainImg div.detail .flex {
    display: block;
    position: relative;
    /*padding-left: 91px;*/
}
#mainImg div.detail .flex:nth-child(1){
    border-bottom: 1px solid #111;
    margin-bottom: 16px;
    padding-left: 91px;
    height: 85px;
    padding-bottom: 18px;
}
#mainImg div.detail h3 {
    font-size: 32px;
    /*line-height: 1.6rem;*/
    line-height: 1em;
    text-align: left;
    margin-bottom: 10px;
}
#mainImg div.detail h3 span{
   font-size: 24px;
}

#mainImg div.detail p {
    font-size:18px;
    text-align: left;
    /*padding-bottom: 16px;*/
}
#mainImg div.detail .flex + .flex{
    display: grid;
    /*grid-template-columns: 300px auto 240px;*/
    grid-template-columns: 370px auto 300px;
    grid-column-gap: 24px;
    align-items: center;
}
#mainImg div.detail span.name{
	font-size: 14px;
	font-weight: normal;
}
#mainImg div.detail span.price{
	font-size: 28px;
	line-height: 1;
    padding: 0 12px;
}
#mainImg div.detail span.price span{
	font-size: 14px;
}
#mainImg div.detail span.ms_price{
    font-size: 34px;
    color: #BC2C2C;
    padding-left: 30px;
    background-image: url(../images_2026/slide_price_yajirushi.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center left;
}
#mainImg div.detail span.ms_price span{
    font-size: 20px;
}
#mainImg div.detail ul.icon li {
    display: inline-block;
    color: #333;
    font-size: 20px;
    position: relative;
/*    width: 110px;*/
    text-align: center;
    padding-left: 1em;
    background: #7E5D25;
    color: #fff;
    /*padding: 2px 10px;*/
    padding: 4px 12px;
    line-height: 1em;
    margin-bottom: 8px;
    margin-left: 5px;
}
#mainImg div.detail ul.icon li:nth-child(1){
    font-size: 15px;
    /*padding: 6px 10px;*/
    padding: 8px 12px 7px;
    margin-left: 0;
}
#mainImg div.detail ul.icon{
    text-align: left;
}
#mainImg div.detail ul.icon li.last{
    font-size: 14px;
    background-color: #BC2C2C;
    width: fit-content;
    /*padding: 2px 10px;*/
    padding: 7px 10px;
    margin-left: 0;
    margin-bottom: 0;
}
#mainImg div.detail ul.icon li span{
    font-size: 14px;
}
#mainImg div.detail .slider_price{
    display: flex;
    position: relative;
    /*padding-bottom: 24px;*/
    align-items: center;
}
#mainImg div.detail .slider_price .ms_price{
    position: relative;
    height: 70px;
}
#mainImg div.detail .slider_price span.nebiki{
    position: absolute;
    width: 100%;
    height: fit-content;
    bottom: -16px;
    font-size: 14px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    color: #111;
    width: 100%;
    text-align: center;
}
#mainImg div.detail .slider_price img{
    width: 70px;
}
#mainImg div.detail .set {
    font-size: 14px;
	color: #fff;
	text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /*bottom: 32px;*/
    margin: auto;
    width: fit-content;
    height: 67px;
    padding-top: 8px;
}
#mainImg div.detail .set span{
    font-size: 10px;
    padding: 0;
    display: block;
}
#mainImg div.detail .set span.big{
    font-size: 20px;
}

#mainImgWrap div.detail{
  /*-webkit-animation: detail 18s 0s infinite;
  animation: detail 18s 0s infinite;*/
  -webkit-animation: detail 30s 0s infinite;
  animation: detail 30s 0s infinite;
  z-index: 1;
  opacity: 0;
}
#mainImgWrap div.detail:nth-of-type(2){
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
#mainImgWrap div.detail:nth-of-type(3){
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
#mainImgWrap div.detail:nth-of-type(4){
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
#mainImgWrap div.detail:nth-of-type(5){
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
 @keyframes detail {
 0% {
 opacity: 0;
}
 8% {
 opacity: 1;
  z-index: 3;
}
 17% {
 opacity: 1;
}
 55% {
 opacity: 0;
 z-index:1;
}
 100% {
opacity: 0;
}
}

.vertical_text .dot {
  position: relative;
  line-height: 1;
  top: 0;
  right: 0;
  letter-spacing: 0;
}
body.android .vertical_text .dot {
  position: relative;
  line-height: 0.4;
  top: -0.6em;
  right: -0.6em;
  letter-spacing: -0.6em;
}
/*********選ばれる理由**********/
#reason_top{
    background-image: url(../images_2026/reasontop_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#reason_top .reason_top01{
    position: relative;
    /*min-height: 1000px;*/
    min-height: 1108px;
}
#reason_top .reason_top01 h2{
  /*padding: 96px 0 0;*/
  margin-left: 100px;
  position: absolute;
  left: 0;
  top: 180px;
}
#reason_top .reason_top01 span{
  display: block;
  position: absolute;
  bottom: 24px;
  right: 200px;
  left: 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: right;
  font-size: 18px;
}
#reason_top .reason_top02{
    padding: 80px 0;
    margin-right: 200px;
}
#reason_top .reason_top02 h3{
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
#reason_top .reason_top02 .reason_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#reason_top .reason_top02 .reason_box .grid.rb_full{
    width: 100%;
    /*display: flex;
    align-items: center;*/
}
#reason_top .reason_top02 .reason_box .grid.rb_third{
    width: 380px;
}

#reason_top .reason_top02 .reason_box .grid.rb_full .bg_color{
    padding: 20px 0;
    width: 380px;
    background-position: right 20px center;
}
#reason_top .reason_top02 .reason_box .grid.rb_full .bg_color + p{
    width: calc(100% - 380px);
}
#reason_top .reason_top02 .reason_box .grid.rb_third .bg_color{
    padding: 10px 0;
    background-position: right 30px center;
}
#reason_top .reason_top02 .reason_box .grid .bg_color h4{
    font-weight: bold;
}
#reason_top .reason_top02 .reason_box .grid.rb_full p{
    padding: 20px;
}
#reason_top .reason_top02 .reason_box .grid.rb_third p{
    padding: 25px 35px;
}
#reason_top .reason_top02 .reason_box .grid p{
    font-weight: normal;
    font-size: 20px;
    text-align: left;
}
#reason_top .reason_top02 .reason_box .grid p span,
#reason_top .r_list p span{
    font-weight: bold;
    color: #BC2C2C;
}
#reason_top .reason_top02 .reason_box .grid p span strong,
#reason_top .r_list p span strong{
    font-size: 24px;
}

#reason_top .reason_top02 .banner_youtube img{
  width: 100%;
}
#reason_top .reason_list .rb_full{
  background-color: #fff;
}
#reason_top .reason_list .rb_full p{
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  padding: 20px;
}


#reason_top .reason_top03{
  margin-right: 200px;
}
#reason_top .reason_top03 .inner{
  width: auto;
  margin: 0  auto;
  max-width: 1280px;
  position: relative;
}

#reason_top .reason_top03 .imstagram_wrapper{
  background: #FFF;
  padding: 1px 35px;
}
#reason_top .reason_top03 .imstagram_wrapper .ecbn-selection-widget{
  width: 100%;
  max-width: 1280px;
}


#reason_top .r_list p span.small{
    font-weight: normal!important;
    color: #111!important;
    font-size: .8em;
}
#reason_top .r_list{
    background-color: #fff;
    /*padding: 20px;*/
    padding: 12px 16px;
    max-width: 314px;
    box-sizing: border-box;
}
#reason_top .r_list p{
    font-weight: normal;
    text-align: left;
}
#reason_top .r_list.full{
display: grid;
grid-template-columns:auto 306px auto;
grid-column-gap: 24px;
align-items: center;
padding: 20px 20px 20px 80px;
}
#reason_top .grid + .r_list.full{
    padding: 20px;
}
/*
#reason_top .grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin: 16px auto;
}
*/
#reason_top .grid{
    margin: 80px auto 16px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 8px;

}
#reason_top .r_list .bg_color{
    /*background-color: #FFF3DC;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 8px 0;*/
}
#reason_top .r_list.full .bg_color{
width: 290px;
        height: fit-content;
        margin-left: 0;
    }
#reason_top .r_list .bg_color h4{
    color: #4D3D23;
    font-size: 20px;
    font-weight: bold;
    display: block;
}
#reason_top .r_list .bg_color h4 img{
    margin-right: 14px;
}
#reason_top .r_list > img:nth-child(1){
    margin-bottom: 20px;
}
#reason_top .r_list p{
    margin-top: 20px;
}
#reason_top .r_list.full p,
#reason_top .r_list.full > img:nth-child(1){
    margin-top: 0;
    margin-bottom: 0;
}
/*　present
-----------------------------------------------------------------------------*/
#present{
	background: #fff;
}
#present .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
#present h2 {
    margin-right: 80px;
}
#present p.soldout {
    text-align: center;
}
#present p.top {
    border-bottom: 1px solid;
	    margin-bottom: 10px;
}
#present ul {
    font-size: 16px;
}
#present span.num {
    font-size: 28px;
    border: 1px solid;
    width: 1.8em;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

/*　sliderItem_top
-----------------------------------------------------------------------------*/
.sliderItem_top div.box{
	width: 300px;
}
#sliderItemWrap {
    width: 100%!important;
}
#sliderItemWrap_top {
    width: 100%;
    padding-top: 30px;
    text-align: left;
    background-image: url(../images_2026/gold_bg.jpg);
    background-size: cover;
    padding-bottom: 100px;
}


#sliderItemWrap_top .sliderItem {
    display: block;
    flex-wrap:unset;
	width: 1200px;
	max-width: 100%;
}
#sliderItemWrap_top .sliderItem div.box{
	margin-right: 10px;
	margin-left: 0;
    margin-bottom: 20px;
	width: 232px!important;
	/*height: 600px;*/
    height: auto;
    max-width: calc(100% / 5);
}
#sliderItemWrap_top .sliderItem div.box:first-of-type{
	margin-left: 0;
}
#sliderItemWrap_top .sliderItem div.box:last-of-type{
	margin-right: 0;
}
#sliderItemWrap_top .sliderItem .number {
    width: 45px;
    height: 45px;
    font-size: 24px;
    background-color: #333;
    color: #fff;
    line-height: 45px;
}
#sliderItemWrap_top .sliderItem h3 {
    font-size: 29px;
	width: calc( 100% - 65px );
    line-height: 1.6em;
    min-height: 100px;
}
#sliderItemWrap_top .sliderItem h3 span.small{
    font-size: 13px;
    display: block;
    line-height: 20px;
}
#sliderItemWrap_top .sliderItem h3 span.gothic.sub{
    font-size: 17px;
    line-height: 20px;
    color: #808080;
    display: block;
    font-weight: normal;
}
#sliderItemWrap_top .sliderItem .box.z-countdown.z-menu h3,
#sliderItemWrap_top .sliderItem .box.chuka h3{
    font-size: 24px;
    letter-spacing: -0.1em;
}
#sliderItemWrap_top .sliderItem .box.z-sugar.z-menu h3{
    font-size: 20px;
    letter-spacing: -0.25em;
}
#sliderItemWrap_top .sliderItem .yofu h3{
     letter-spacing: -0.1em;
}
#sliderItemWrap_top .sliderItem .box.z-countdown.z-menu h3 span,
#sliderItemWrap_top .sliderItem .box.chuka h3 span,
#sliderItemWrap_top .sliderItem .box.z-sugar.z-menu h3 span{
    letter-spacing: 0;
}
#sliderItemWrap_top .sliderItem .box.z-countdown.z-menu  h3 span.small{
    font-size: 13px;
}

#sliderItemWrap_top .sliderItem .set {
    font-size: 12px;
}
.sliderItem .areaTxt .benefits {
    width: 100%;
}
#sliderItemWrap_top .sliderItem .sub {
	font-size: 12px;
}
#sliderItemWrap_top .sliderItem .sub02 {
	font-size: 12px;
    top: 50px;
    left: 60px;
}
#sliderItemWrap_top .sliderItem .sub03 {
	font-size: 20px;
}
#sliderItemWrap_top .sliderItem .yofu h3, #sliderItemWrap_top .sliderItem .hokkai h3 {
    font-size: 18px;
}

#sliderItemWrap_top .slick-slide .accBtn {
    top: 180px;
}


/*　ichiran
-----------------------------------------------------------------------------*/
#ichiran {
    padding: 60px 0 80px;
    margin: 0 auto;
    background-image: url(../images_2026/bg_soryo.jpg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}
#ichiran .inner{
  margin: 0 auto;
}
#ichiran .flex{
  display: flex;
  justify-content: center;
}
#ichiran h2 {
  font-size: 48px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #fff;
}
#ichiran .flex div{
  margin: 5px;
}
#ichiran a {
    display: block;
    font-size: 20px;
    width: 400px;
    text-align: center;
    background: #fff;
    line-height: 70px;
    margin-top: 20px;
}
#ichiran .shibun_img{
    margin-bottom: 60px;
}
#ichiran .catalog a {
    background-image: url(../images_2026/keitai.png);
    background-repeat: no-repeat;
    background-size: 1.4em;
    background-position: 10%;
}
#ichiran span.link {
    position: relative;
    display: block;
}
#ichiran span::before {
    position: absolute;
    right: 3%;
    top: 40%;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: #000 #000 transparent transparent;
    transform: scale(.5) rotate(45deg);
    display: inline-block;
    overflow: hidden;
}

/*　column
-----------------------------------------------------------------------------*/
#column_wrap {
    /*background-image: url(../images_2026/column_bg.webp);
    background-size: cover;*/
    background: url(../images_2026/column_bg.jpg) repeat center center;
    padding: 40px 0 70px;
}
#column_wrap h2{
    /*color: #EF9A1B;*/
    color: #111111;
    font-size: 60px;
}
#column_wrap p.lead{
	color: #333;
}
#column_wrap p.lead{
	font-size: 14px;
}
#column {
    display: flex;
    flex-wrap: wrap;
    /*margin: 20px auto 0;*/
    margin: 48px auto 0;
    justify-content: center;
    width: 1100px;
	max-width: 96%;
}
#column .box {
    background: #fff;
    width: 26%;
/*	max-width: 228px;*/
max-width: 300px;
    height: 340px;
    overflow: hidden;
    margin: 4px;
    position: relative;
}
#column .box img{
  width: 100%;
}
#column_wrap .box p{
	font-size: 16px;
	padding: 10px;
	padding-bottom: 40px;
	text-align: left;
}
#column_wrap .box span {
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    right: 11px;
    padding-right: 14px;
}
#column_wrap .box span::before {
    position: absolute;
    right: 0;
    top: 6px;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: #000 #000 transparent transparent;
    transform: scale(.5) rotate(45deg);
    display: inline-block;
    overflow: hidden;
}
#column_wrap .btn {
    width: 400px;
    height: 80px;
    text-align: center;
    background: #AF8F52;
    line-height: 80px;
    color: #fff;
    position: relative;
	display: inline-block;
}
#column_wrap .btn span {
    font-size: 20px;
    padding-right: 14px;
}
#column_wrap .btn span::before {
    position: absolute;
    right: 5%;
    top: 40%;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: scale(.5) rotate(45deg);
    display: inline-block;
    overflow: hidden;
}


/*　movie
-----------------------------------------------------------------------------*/
#movie_wrap .inner {
    background-image: url(../images_2026/bg_enjoy01.png);
    background-position: right top -150px;
    background-repeat: no-repeat;
    width: 2310px;
    max-width: 100%;
    padding: 80px 0;
	margin: 0 auto;
}
#movie_wrap h2 {
    margin-bottom: 20px;
}
#movie_wrap .btn {
    width: 400px;
    height: 80px;
    text-align: center;
    background: #AF8F52;
    line-height: 80px;
    color: #fff;
    position: relative;
    display: block;
    margin: 30px auto 0;
}
#movie_wrap .btn span {
    font-size: 20px;
    padding-right: 14px;
}
#movie_wrap .btn span::before {
    position: absolute;
    right: 5%;
    top: 40%;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: scale(.5) rotate(45deg);
    display: inline-block;
    overflow: hidden;
}

/*　handmade
-----------------------------------------------------------------------------*/
#handmade {
    margin: 70px 0;
}
#handmade .inner {
    position: relative;
    width: 1200px;
     max-width: 1200px;
    margin: 0 auto;
    height: 540px;
}
#handmade .black_box {
    background: #121212;
    width: 575px;
    height: 500px;
    text-align: right;
    display: block;
    float: right;
    padding: 45px;
    padding-right: 80px;
}
#handmade h2 {
    font-size: 26px;
    color: #fff;
    height: 16em;
    width: 100%;
}
#handmade img{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 700px;
}
#handmade a {
    position: absolute;
    top: 40px;
    right: 300px;
}

/*　result
-----------------------------------------------------------------------------*/

#result .result_bg{
    background-image: url(../images_2026/result_bg.jpg);
    background-size: cover;
    padding-top: 32px;
    width: 100vw;
}

#result h2{
    font-size: 28px;
    line-height: 3em;
    color: #fff;
}
#result h2 span{
    font-size: 46px;
}
#result h2 span.middle{
    font-size: 28px;
}
#result h2 span.bg{
    /*background-color: #9F7B45;*/
    background: linear-gradient(180deg, #FBE7CA 0%, #EAB751 100%);
    padding: 3px;
    font-size: 46px;
    color: #111111;
}
#result .result_bg .inner{
  position: relative;
}
#result span.mini_text{
  color: #FFF;
  position: absolute;
  bottom: 40px;
  left: 0;
  font-size: 18px;
}
#result .history{
    margin: 20px auto;
    display: block;
}
#result .result_box{
    background-color: #fff;
    position: relative;
    padding: 60px 20px 20px 50%;
    margin-top: 100px;
    display: block;
    max-width: 1200px;
    margin: 100px auto 0;
}
#result .result_box img{
    position: absolute;
   right: calc(50% + 40px);
    left: -40px;
    top: -40px;
    display: block;
    max-width: 50%;
}
#result .result_box p{
    padding-bottom: 40px;
    font-size: 17px;
    text-align: left;
}
#result .result_box h3{
    font-size: 40px;
    padding-bottom: 40px;
    text-align: left;
}
#result h3.last{
    font-size: 60px;
    padding: 70px 0;
    /*color: #EF9A1B;*/
    color: #111111;
}
#result h3.last span{
    /*color: #fff;*/
    color: #BD1F21;
}
#result .result_txt{
    background-image: url(../images_2026/result_bg2.svg);
    width: 626px;
    text-align: left;
    margin: 40px 0 40px auto;
    display: block;
    padding: 24px 0;
}
#result .result_txt span.result_t_inne{
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,.65);
    padding: 24px;
}
#result .result_txt h3{
    font-size: 40px;
    margin-bottom: 24px;
}
#result .result_txt h3 span.color{
    color: #BD1F21;
}
#result .result_txt p{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.6em;
    letter-spacing: 0.04em;
}
#result .result2{
    /*background-image: url(../images_2026/lineup_bg.jpg);*/
    background-image: url(../images_2026/lineup_bg.png);
        background-size: 102px 107px;
        background-repeat: repeat;
        padding: 70px 0;
        position: relative;
        width: 100vw;
}
/*
#result .result2:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(../images_2026/catalog_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
*/
#result .result2 .inner,
#result .result2 .roop,
#result .result2 .last{
    position: relative;
    z-index: 2;
}
#result #sliderItemWrap{
    background-image: none;
}
#result #sliderItemLink h2{
    display: none;
}
#result .result_catalog h3{
    font-size: 60px;
    /*color: #EF9A1B;*/
    color: #111111;
    margin-bottom: 48px;
    margin-top: 48px;
    
}
.border_gradient{
  position: relative;
}
.border_gradient::after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 860px;
    height: 5px;
    background: linear-gradient(to right, rgba(213, 182, 69, 0.00) 0%, rgba(219, 181, 72, 0.20) 6.25%,#E0B54A 12.5%, #EBB44F 25%, #FFE09F 37.5%, #D29200 50%, #FFE09F 62.5%, #EBB44F 75%, #E0B54A 87.5%, rgba(219, 181, 72, 0.20) 93.75%, rgba(213, 182, 69, 0.00) 100%);
}
#result .result_catalog a + a{
    display: block;
    width: 430px;
    margin: 40px auto 0;
}

#result h2.osechi_list_h2{
  font-size: 64px;
  line-height: 1em;
  color: #111111;
  margin-bottom: 25px;
}
.osechi_list_h3{
    
}

/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.roop {
  display: -ms-grid;
  overflow: hidden;
}
/*----------------------------*/

.roop_wrap {
  display: flex;
  overflow: hidden;
}

.roop_list {
  display: flex;
  list-style: none;
}

.roop_list_left{
animation :infinity-scroll-left 95s infinite linear 0.5s both;
}

.roop_item {
  width: calc(100vw / 6);
  padding: 0 10px;
  position: relative;
}
.roop_item span{
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}
.roop_item:nth-child(1) span{
  bottom: 5%;
}
.roop_item:nth-child(2) span{
  bottom: 26%;
}
.roop_item:nth-child(3) span{
  bottom: 5%;
}
.roop_item:nth-child(4) span{
  bottom: 20%;
}
.roop_item:nth-child(5) span{
  bottom: 5%;
}



.roop_item > img{
   width: 100%;
}
.roop,.roop_list {
    max-width: 1920px;
    margin: 0 auto;
}


#chatbot{
    background-image: url(../images_2026/chatbot_bg.webp);
    background-size: cover;
    padding: 56px 0;
}
#chatbot h3{
        font-size: 60px;
    color: #111111;
    margin-bottom: 48px;
}
#chatbot .rb_full{
            background-color: #fff;
        margin-bottom: 30px;
}
#chatbot .rb_full p{
    font-weight: normal;
        font-size: 20px;
        text-align: left;
        padding: 20px;
}
/*　kodawari02
-----------------------------------------------------------------------------*/

#kodawari02_wrap {
   background-image: url(../images_2026/kodawari02_bg.jpg);
   background-size: cover;
}
#kodawari02{
	padding: 30px 0 70px;
}
#kodawari02 .kodawari_flex{
	display: flex;
	justify-content: space-between;
}
#kodawari02 .kodawari_flex div {
    width: 49%;

	text-align: center;
	position: relative;
}
#kodawari02 .kodawari_flex div h4 {
    font-size: 28px;
	margin: 20px 0;
	color: #fff;
}
#kodawari02 .kodawari_flex div h4 span{
    font-size: 36px;
}
#kodawari02 .kodawari_flex div p {
    margin: 20px;
	color: #fff;
}
#kodawari02 .kodawari_flex div a {
    font-size: 20px;
    display: block;
    background: #fff;
    padding: 19px;
    width: 60%;
    margin: 0 auto;
}
#kodawari02 .kodawari_flex span.link {
    position: relative;
    padding-right: 20px;
}
#kodawari02 .kodawari_flex span.link::before {
    position: absolute;
    right: 0;
    top: 7px;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: #000 #000 transparent transparent;
    transform: scale(.5) rotate(45deg);
    display: inline-block;
    overflow: hidden;
}

/*　kiribako
-----------------------------------------------------------------------------*/
#kiribako .inner{
	background: #121212;
	position: relative;
	height: 580px;
	margin-top: 70px;
}
#kiribako h2 {
    color: #fff;
    font-size: 32px;
    height: 14em;
    position: absolute;
    right: 150px;
    top: 90px;
}
#kiribako img {
    position: absolute;
    left: 80px;
    top: 90px;
    width: 60%;
    height: auto;
}

/*　reason
-----------------------------------------------------------------------------*/
#reason{
  /*height: 1080px;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;*/
/*  background-image: url(../images_2026/bg_reason.jpg);*/
}
#reason .inner {
    max-width: 1400px;
/*    height: 78em;*/
}

#reason .reason_yakusoku .flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
#reason .reason_yakusoku .flex p{
    font-size: 40px;
    padding-left: 1em;
    text-align: left;
}
#reason .reason_yakusoku .yakusoku_box{
    background-color: #fff;
    border: 1px solid #E10C14;
    position: relative;
    width: 100%;
    padding: 40px 88px;
    margin:50px auto;
    display: block;
    color: #E10C14;
    max-width: 1000px;
}
#reason .reason_yakusoku .yakusoku_box:after{
    content: "";
    display: block;
    border: 1px solid #E10C14;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid #E10C14;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#reason .reason_yakusoku .yakusoku_box h3{
    font-size: 48px;
}
#reason .reason_yakusoku .yakusoku_box h3 span.big1{
    font-size: 64px;
}
#reason .reason_yakusoku .yakusoku_box h3 span.big2{
    font-size:56px;
}
#reason .reason_yakusoku .yakusoku_box ul li{
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #E10C14;
    padding: 10px 0;
    padding-left: 50px;
}

#reason .reason_yakusoku .yakusoku_box ul li img{
    padding-right: 10px;
    margin-left: -50px;
}
#reason .reason_yakusoku .yakusoku_box p{
    font-size: 15px;
    padding-top: 20px;
    text-align: left;
}
#reason .reason_kodawari{
    background-color: #141114;
}
#reason .kodawari_ttlbox{
    background-image: url(../images_2026/kodawari_bg1.webp);
    background-size: cover;
    /*padding: 160px 0;*/
    padding: 223px 0;
    width: 100vw;
}
#reason .kodawari_btm{
     background-image: url(../images_2026/kodawari_btm_bg.webp);
    background-size: cover;
    padding: 40px 0;
     width: 100vw;
}
#reason .kodawari_ttlbox h2{
    width: 765px;
    display: block;
}

#reason .kodawari_btm h3,
#reason .kodawari_ttl h2{
    font-size: 46px;
}
#reason .kodawari_btm h3 span.big1,
#reason .kodawari_ttl h2 span.big1{
    font-size: 80px;
}
#reason .kodawari_btm ul{
    text-align: left;
    max-width: 900px;
    margin: 48px auto;
}
#reason .kodawari_btm ul li{
    font-size: 20px;
    margin-bottom: 34px;
}
#reason .kodawari_btm ul li span em{
    font-style: normal;
    color: #BD1F21;
}
#reason .kodawari_btm ul li img{
    margin-right: 8px;
}
#reason .kodawari_btm ul + p{
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    max-width: 900px;
    margin: 0 auto 80px;
}
#reason .kodawari_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 16px;
}
#reason .kodawari_grid h4{
    margin: 16px auto;
}
#reason .kodawari_grid p{
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 1.55em;
}
/*
.myChangeImage{
    position: relative;
    width : 600px;
    height : 428px;
    background-color: #eed7c4;
}


.myChangeImage img{
    position: absolute;
    top: 0;
    left: 0;
    animation: ChangeImage 12s infinite;
    opacity: 0;
}*/

@keyframes ChangeImage{
    0%{ opacity: 0;}
    10%{ opacity: 1;}
    20%{ opacity: 1;}
    30%{ opacity: 0;}
    100%{ opacity: 0;}
}

.myChangeImage img:nth-of-type(1) {
     animation-delay: 0s;
}
.myChangeImage img:nth-of-type(2) {
   animation-delay: 3s;
}
.myChangeImage img:nth-of-type(3) {
    animation-delay: 6s;
}
.myChangeImage img:nth-of-type(4) {
    animation-delay: 9s;
}


/*　kodawari
-----------------------------------------------------------------------------*/
/*#kodawari{
	background: #3f3f3f;
	padding-top: 70px;
}
#kodawari .inner {
        max-width: 1200px;
}
#kodawari .box {
    display: flex;
	justify-content: space-between;
}
#kodawari .box .image{
	width: 50%;
	max-height: 400px;
}
#kodawari .box .text{
	color: #fff;
	width: 50%;
}*/
/*#kodawari h2{
	font-size: 40px;
	position: relative;
	    padding-top: 10%;
	padding-bottom: 30px;
	text-align: left;
    margin-bottom: 30px;
	margin-left: 50px;
	line-height: 1;
}*/
/*#kodawari h2::before{
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #808080;
}*/
/*#kodawari h2 span{
	font-size: 80px;
}
#kodawari .box .text p {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
	margin-left: 50px;
}*/

/*　gentei
-----------------------------------------------------------------------------*/
#gentei{
	margin-top: 30px;
}
#gentei .inner{
	background-color: #282830;
	background-image: url(../images_2026/gentei.jpg);
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: left;
	height: 500px;
	padding: 40px;
}
#gentei .inner h2{
	font-size: 28px;
	color: #fff;
	width: 100%;
}
#gentei .inner h2 span{
	font-size: 45px;
	color: #fff;
}
#gentei a {
    position: absolute;
    top: 40px;
    right: 250px;
}

/*　enjoy
-----------------------------------------------------------------------------*/

#enjoy {
    /*background-image: url(../images_2026/enjoy_bg.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;*/
    background: url(../images_2026/enjoy_bg.jpg) repeat center center;
	/*padding: 80px 0;*/
    padding: 80px 0 0;
}
#enjoy h2{
	text-align: center;
	margin-bottom: 100px;
    color: #111111;
    font-size: 60px;
}
#enjoy h3 {
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
    color: #111111;
    background: #D9B97A;
    padding: 8px 24px;
    display: inline-block;
}
#enjoy .enjoy_flex{
    display: flex;
    /*color: #fff;*/
    /*padding: 83px 0 24px;*/
    padding: 24px 0;
    align-items: center;
    position: relative;
}
/*
#enjoy .enjoy_flex:before{
content: "";
display: block;
    background-image: url(../images_2026/gold_line.png);
        background-size: 40px auto;
        height: 26px;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-position: center;
        opacity: .6;
}
*/
#enjoy .enjoy_flex:last-child{
    padding-bottom: 83px;
}
/*
#enjoy .enjoy_flex:last-child:after{
content: "";
display: block;
    background-image: url(../images_2026/gold_line.png);
        background-size: 40px auto;
        height: 26px;
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        background-position: center;
        opacity: .6;
}
*/
#enjoy .enjoy_flex .txt{
    width: calc(100% - 592px);
    position:relative;
    z-index: 2;
    /*text-align: left;*/
    text-align: center;
    padding: 0 0 0 24px;
    height: fit-content;
}
#enjoy .enjoy_flex .txt p{
    font-weight: normal;
    text-align: left;
}
#enjoy .enjoy_flex:nth-child(3) .txt,
#enjoy .enjoy_flex:nth-child(5) .txt{
    padding: 0 24px 0 0;
}


#enjoy .box01 {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 1480px;
	max-width: 100%;
}
#enjoy .box01 .inner{
	width: 1400px;
	max-width: 100%;
}
#enjoy .box01 >div:first-of-type{
	width: 980px;
}
#enjoy .box01 >div:first-of-type img{
	width: 100%;
}
#enjoy .box01 >div:last-of-type{
	text-align: left;
	margin-left: 30px;
}
#enjoy .box01 p{
	font-size: 22px;
}
#enjoy .box01 h4{
	font-size: 23px;
	text-align: center;
	margin-bottom: 20px;
}
#enjoy .box01 .box {
    border: 1px solid #AF8F52;
    padding: 20px;
    margin-top: 33px;
	display: block;
	text-align: center;
}

#enjoy .box02,#enjoy .box03,#enjoy .box04 {
	width: 1757px;
	max-width: 100%;
	margin: 100px auto 0;
	justify-content: space-around;
}
#enjoy .box02 .flex03 div {
    width: 33%;
}
#enjoy .box02 h4{
	font-size: 24px;
	margin-top: 20px;
}
#enjoy .box02 p {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    margin-left: 20%;
}
#enjoy .box02 .flex div{
	margin-left: 2%;
}
#enjoy .box02 .flex div.first{
	margin-left: 0;
}
#enjoy .box02 div.first{
	margin-left: 0;
}

#enjoy .box02 .flex,#enjoy .box03 .flex,#enjoy .box04 .flex {
    display: flex;
	justify-content: space-around;
}
/*#enjoy .box03 .flex div {
    width: 49%;
}*/
#enjoy .box03 .flex div img {
    width: 100%;
}
#enjoy .box03 .flex div {
    margin-left: 2%;
}
#enjoy .box03 .flex div.first {
    margin-left: 0;
}
#enjoy .box03 div.flex02,#enjoy .box04 div.flex02 {
    width: 100%;
}
#enjoy .box03 h4,#enjoy .box04 h4 {
    font-size: 24px;
    margin: 10px 0;
}
#enjoy .box03 p,#enjoy .box04 p{
	font-size: 16px;
	margin-bottom: 30px;
}
#enjoy .box03 .flex03 div {
    width: auto;
    margin-right: 10px;
}
#enjoy .box03 .flex03 div:last-of-type {
    margin-right: 0;
}
#enjoy .box04 .flex03 div.first {
    width: 53%;
    margin-left: 0;
}
#enjoy .box04 .flex03 div {
    width: 24%;
    margin-left: 2%;
}
#enjoy .box05 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1050px;
	max-width: 96%;
    margin: 100px auto;
}
#enjoy .box05 >div:first-of-type{
	width: 450px;
}
#enjoy .box05 >div:last-of-type{
	width: 560px;
	text-align: left;
	margin-left: 30px;
}
#enjoy .box05 p{
	font-size: 16px;
	margin-bottom: 20px;
}
#enjoy .box05 ul{
	font-size: 22px;
}
#enjoy .box05 h4{
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}
#enjoy .box05 .box {
    border: 1px solid #AF8F52;
    padding: 20px;
    margin-top: 40px;
	display: block;
}


/*　voice
-----------------------------------------------------------------------------*/
#voice_wrap{
}
#voice {
    text-align: left;
    padding: 60px 0;
    background: url(../images_2026/voice_bg.webp) no-repeat center center;
    background-size: cover;
    /*
    background-image: url(../images_2026/voice_bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 85px auto;
    */
}
#voice .inner {
    width: 1200px;

}
#voice h2 img{
    display: block;
    margin: 0 auto;
}
#voice h2{
	text-align: center;
    color: #fff;
    font-size: 80px;
}
#voice h2 span{
    font-size: 46px;
}
#voice h2 + p{
    font-size: 14px;
    color: #fff;
    text-align: center;
}
#voice h3 {
    font-size: 22px;
    margin-top: 35px;
    margin-bottom: 20px;
	text-align: center;
}
#voice h3 + p{
    font-size: 17px;
    text-align: center;
}
#voice .voice_inner{
        padding: 48px 0;
    display: block;
}
#voice h4 {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}
#voice .voice_txt p {
	font-size: 18px;
    font-weight: normal;
    padding: 10px 0;
    color: #fff;
}

#voice .voice_txt p.name{
    font-size: 14px;
    text-align: right;
}

#voice .voice_flex{
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    align-items: center;
}
#voice .voice_icon{
    width: 568px;
}
#voice .voice_icon span{
    display: block;
    margin-top: 24px;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
#voice .voice_txt{
    width: calc(100% - 592px);
}

/*　soldout
-----------------------------------------------------------------------------*/
#soldout {
    margin: 60px 0 30px;
}
#soldout .inner{
	background-color: #e9eef2;
	background-image: url(../images_2026/soldout.jpg);
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: left;
	height: 500px;
	position: relative;
}
#soldout p {
    font-size: 40px;
    padding-top: 40px;
    padding-left: 150px;
}
#soldout p span.small{
	font-size: 32px;
}
#soldout p span.big{
	font-size: 48px;
}
#mainImg .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 999;
}
#mainImg .cover p {
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 30px;
    text-align: center;
    display: block;
    /* width: 550px; */
    width: 850px;
    height: 200px;
    font-weight: bold;
}

/*　catalog
-----------------------------------------------------------------------------*/
/*#howto.inner {
    background-repeat: no-repeat;
    background-position: right 5% top 5%;
    background-image: url(../images_2026/bg_enjoy01.png);
}
*/
#howto{
    padding-bottom: 80px;
}
#sliderItem .sliderItem ul.tags{
    height: auto;
}
#sliderItem .sliderItem ul.tags li.tag03{
/*    height: 25px;*/
}
#sliderItem .sliderItem p.txt{
    height: auto;
}
#sliderItemWrap_top #sliderItem .sliderItem ul.tags{
    min-height: 260px;
    align-content: flex-start;
}
#sliderItemWrap_top #sliderItem .sliderItem p.txt{
    min-height: 165px;
}
#sliderItemLink #sliderItem .sliderItem p.txt{
    min-height: 130px;
}
#sliderItemLink #sliderItem .sliderItem ul.tags{
/*    min-height: 157px;*/
    align-content: flex-start;
    min-height: 127px;
}
#mainImg div.detail .price{
    text-align: right;
}
#mainImg div.detail .m_souki{
    font-size: 20px;
    color:#E10C14;
    display: flex;
    align-items:center;
    padding-top: 5px;
}
#mainImg div.detail .m_souki .ms_price{
    font-size: 32px;
}
#sliderItemWrap_top .sliderItem .box.ema h3 span.small,
#sliderItemWrap_top .sliderItem .box.emanidan h3 span.small{
    display: inline-block;
}
/*#sliderItemLink .sliderItem .areaTxt .price{
    display: none;
}*/
.sliderItem .box.ema h3 span.small,
.sliderItem .box.emanidan h3 span.small{
    display: inline-block;
    padding-right: 5px;
}

/*-----------------------------------------------------------------------------
　tablet　
-----------------------------------------------------------------------------*/
@media screen and (min-width: 481px) and (max-width: 1280px) {
.pankuzu, #mainImgWrap, #present_wrap, #sliderItemWrap_top, .soryo, #column_wrap, #handmade, #result, #kiribako, #reason, #kodawari, #gentei, #enjoy, #soldout, #howto, #voice,#kodawari02,#catalog,#ichiran,#movie_wrap {
    padding-right: 0!important;
}
#mainImgWrap{
    margin: 0;
    width: 100%!important;
}
#mainImg .inner{
    padding: 0!important;
}
a.detail_link {
    font-size: 12px;
	padding: 2%;
}
a.detail_link::before {
    width: 12px;
    height: 12px;
    border: 2px solid;
	border-color: #fff #fff transparent transparent;
    top: 23%;
}
a.itemlist_btn {
    font-size: 18px;
}
#itembtn_sp, #orderbtn_sp {
    display: none;
}
#itembtn_sp_top {
    display: block;
    width: 100%;
    text-align: center;
    background: #b79551;
}
	
/*　mainImg
-----------------------------------------------------------------------------*/
.main_imgBox {
  height: 600px;
}
.main_img {
  width: 566px;
  height: 450px;
  left: 20px;
  top: 30px;
}
#mainImg .gold_border {
    height: auto;
}
#mainImg img.osechi_image {
    width: 80%;
    text-align: left;
    display: block;
}
#mainImg .h1_wrap {
    width: 13em;
    margin-right: 28%;
}
#mainImg p.lead {
    top: 15px;
    left: 0;
    font-size: 13px;
}
#mainImg div.detail {
    padding: 3%;
    bottom: 0;
    max-width: 100%;
}

#mainImg div.detail .set {
    font-size: 15px;
}
#mainImg div.detail .set span {
    font-size: 22px;
	line-height: 1;
}
#mainImg div.detail p {
    font-size: 12px;
}
#mainImg div.detail span.name {
    font-size: 15px;
    line-height: 1;
}
#mainImg div.detail span.price {
    font-size: 32px;
    padding-left: 0;
}
#mainImg div.detail span.price span {
    font-size: 15px;
}

#reason_top .reason_top02 .reason_box {
    padding: 20px;
    box-sizing: border-box;
}
#reason_top .reason_top02 .reason_box .grid.rb_third{
        width: calc(95% / 3);
}
#reason_top .reason_top02 .reason_box .grid .bg_color h4{
    padding: 0 10px;
}

	
/*　sliderItemWrap_top
-----------------------------------------------------------------------------*/
#sliderItemWrap_top .sliderItem {
    width: 100%;
}
#sliderItemWrap_top .sliderItem div.box {
/*    width: 232px!important;*/
/*	height: 450px;*/
height: auto;
}
.slick-list{
	padding: 0!important;
}
#sliderItemWrap_top .sliderItem h3 {
    font-size: 21px;
}
#sliderItemWrap_top .sliderItem .yofu h3, #sliderItemWrap_top .sliderItem .hokkai h3, #sliderItemWrap_top .sliderItem .z-menu h3 {
    font-size: 16px;
    line-height: 1;
}
#sliderItemWrap_top .sliderItem .yofu h3, #sliderItemWrap_top .sliderItem .hokkai h3 {
    font-size: 16px;
}
#sliderItemWrap_top .slick-slide .accBtn {
    top: 130px;
}
/*　column
-----------------------------------------------------------------------------*/
#column {
    width: 96%;
	justify-content: center;
}
#column .box {
    width: 26%;
    height: 300px;
}
/*　handmade
-----------------------------------------------------------------------------*/
#handmade .inner {
    width: 96%;
    max-width: 100%;
    height: 440px;
}
#handmade .black_box {
    width: 52%;
    height: 400px;
}
#handmade h2 {
    font-size: 18px;
    width: 100%;
}
#handmade img {
    bottom: 20px;
    width: 60%;
}
#handmade a {
    position: absolute;
    top: 40px;
    right: 208px;
}
	
/*　result
-----------------------------------------------------------------------------*/
#result img {
    width: 100%;
}
#result .big {
    font-size: 23px;
}
#result h2 {
    font-size: 24px;
}
#result p {
    font-size: 12px;
}
#result .box {
    margin: 1%;
}
#result .box .flex div img {
    width: 100%;
}
#result h3 {
    font-size: 20px;
}
.roop, .roop_list {
    max-width: 100%;
    margin: 0 auto;
}
/*　kiribako
-----------------------------------------------------------------------------*/
#kiribako .inner{
    height: 400px;
	width: 96%;
}
#kiribako img {
    top: 70px;
    width: 50%;
}
#kiribako h2 {
    font-size: 25px;
    right: 100px;
    top: 70px;
}

/*　ichiran
-----------------------------------------------------------------------------*/
#ichiran a {
    width: 100%;
}
#ichiran .flex div {
    margin: 5px;
    width: 48%;
}

/*　reason
-----------------------------------------------------------------------------*/
#reason {
/*    height: 500px;*/
}

#reason .box01 .inner {
/*    height: 400px;*/
	background-position: left -100px top;
}
#reason .box01 h2 {
    font-size: 40px;
	padding-top: 30px;
}
#reason .box03 .inner {
    height: 400px;
	background-position: right -180px top;
}
#reason .box01 h3 {
    font-size: 23px;
    padding-top: 50px;
}

#reason .box03 ol {
    font-size: 14px;
    top: 50px;
    left: 30px;
}
#reason .box03 h3 {
    font-size: 22px;
    height: 15em;
    left: 450px;
    top: 50px;
}
	
/*　kodawari
-----------------------------------------------------------------------------*/
#kodawari .box .text {
    padding: 3%;
}
#kodawari h2 {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 0;
}
#kodawari h2::before {
    width: 40px;
}
#kodawari h2 span {
    font-size: 43px;
}
#kodawari .box .image {
    height: auto;
}
#kodawari .box .text p {
    font-size: 12px;
    margin-left: 0;
}
	
	
/*　gentei
-----------------------------------------------------------------------------*/
#gentei .inner {
    height: 400px;
}
#gentei .inner h2 {
    font-size: 20px;
}
#gentei .inner h2 span {
    font-size: 36px;
}
#gentei a {
    font-size: 18px;
    padding: 40px 5px;
    right: 26%;
}

	
/*　enjoy
-----------------------------------------------------------------------------*/
/*#enjoy {
    margin-top: 40px;
}
#enjoy {
    background-position: right top, left bottom;
	background-size: 30%;
    margin: 80px auto 0;
    padding-bottom: 40px;
}*/
#enjoy h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 36px;
}
#enjoy ul {
    font-size: 18px;
}
#enjoy .box01 >div:first-of-type {
    width: 49%;
}
#enjoy .box01 >div:last-of-type {
    width: 49%;
}
#enjoy .box01 h2 {
    right: 30px;
    font-size: 36px;
}
#enjoy h3 span {
    font-size: 27px;
}
#enjoy .box01 h4 {
    font-size: 17px;
}
#enjoy .box01 p {
    right: 110px;
    font-size: 18px;
}
#enjoy .box03 h3 {
    font-size: 22px;
    left: 20%;
}
#enjoy .box03 h4 {
    font-size: 17px;
}
#enjoy .box03 p {
    font-size: 12px;
    left: 30px;
}
#enjoy .box03 {
    margin: 30px auto 0;
}
	
/*　voice
-----------------------------------------------------------------------------*/
#voice_wrap {
    position: relative;
}
#voice {
    padding: 0;
	position: static;
    background-size: 30%;
}
#voice .inner {
    width: 96%;
    padding: 140px 70px 30px;
    position: static;
}
#voice img.voice_01 {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 27%;
}
#voice img.voice_02 {
    position: absolute;
    top: 16px;
    right: 0;
    width: 30%;
}
#voice h2 {
    font-size: 33px;
}
#voice h3 {
    font-size: 18px;
    margin-bottom: 20px;
}
#voice h3 span {
    font-size: 32px;
}
#voice .text p {
    font-size: 12px;
}
/*#voice img {
    top: 3%;
    width: 50%;
}*/
#voice ul p {
    font-size: 12px;
    font-weight: normal;
}
	
/*　kodawari02
-----------------------------------------------------------------------------*/
#kodawari02 .inner {
    width: 96%;
}
#kodawari02 .kodawari_flex div h4 {
    font-size: 22px;
    display: block;
}
#kodawari02 .kodawari_flex div p {
    font-size: 14px;
}
#kodawari02 .kodawari_flex div a {
    padding: 15px;
}
	
/*　catalog
-----------------------------------------------------------------------------*/
#catalog{
   background-size: 30%;
}
#catalog .inner {
  width: 96%;
	}
#catalog ul {
    flex-wrap: wrap;
}
#catalog ul li {
    width: 49%;
    margin-bottom: 20px;
}

/*　soldout
-----------------------------------------------------------------------------*/
#soldout .inner {
    height: 300px;
}
#soldout p {
    font-size: 26px;
    padding-top: 20px;
    padding-left: 20%;
}
#soldout p span.small {
    font-size: 20px;
}
#soldout p span.big {
    font-size: 33px;
}
#mainImg .cover p {
    width: 75%;
    height: 260px;
}
#mainImg h1 img.pc{
    width: 158px;
}
#mainImg div.detail ul.icon li{
    font-size: 12px;
}
#mainImg div.detail .set{
    font-size: 14px;
}
#reason_top .reason_top01 h2{
    margin-left: 60px;
}
#reason_top .reason_top01 h2 img.pc{
    width: 182px;
}
#reason_top .reason_top01{
    background-position: right;
	}
.slick-prev{
    left: 20px!important;
}
.slick-next{
    right: 20px!important;
}
#reason .reason_yakusoku h2,
#reason .reason_yakusoku .yakusoku_box h3{
    font-size: 32px;
}
#reason .reason_yakusoku h2 span,
#reason .reason_yakusoku .yakusoku_box h3 span.big1,
#reason .reason_yakusoku .yakusoku_box h3 span.big2{
    font-size: 48px;
}
#reason .reason_yakusoku .flex{
    padding: 0 20px;
}
#reason .reason_yakusoku .flex p{
    font-size: 28px;
}
.myChangeImage{
    width: 400px;
    height: 285px;
}
.inner{
    max-width: 100%!important;
    padding: 0 20px!important;
}
#result .result_box img{
    max-width: 50%;
    left: -10px;
}
#result .result_box h3{
    font-size: 28px;
}
#voice .voice_inner{
    padding: 50px 20px;
}
#kodawari02 .kodawari_flex div h4 span{
    font-size: 29px;
}
#enjoy{
    padding: 80px 20px;
}
#enjoy .txt_flex .bg_img{
    width: 75px;
}
#enjoy .txt_flex .txt{
    width: calc(100% - 85px);
    padding: 20px 0;
}
#enjoy h3{
    font-size: 28px;
}
#enjoy p{
    font-size: 16px;
}
#enjoy .enjoy_flex + .enjoy_flex{
    margin-top: 30px;
}
#voice{
    background-size: 60px auto;
}
#catalog .inner{
    padding-bottom: 20px!important;
}
.sliderItem h3{
    min-height: 70px;
}

.sliderItem .set{
    top: 85px;
    right: 0;
}
.sliderItem .number{
    line-height: 39px;
}
.sliderItem .box.z-hinode.z-menu h3 span.small{
    letter-spacing: -0.04em;
    font-size: 13px;
}
.sliderItem .box.z-countdown.z-menu h3 span.small{
    letter-spacing: -0.04em;
    font-size: 12px;
}
.sliderItem .z-sugar.z-menu h3{
        letter-spacing: -0.1em;
    font-size: 16px;
}
.sliderItem .z-sugar.z-menu h3 span.small{
    letter-spacing: -0.04em;
    font-size: 12px;
}
#sliderItemWrap_top .sliderItem h3{
    min-height: 85px;
}
#sliderItemWrap_top .sliderItem .set{
    top: 100px;
}
#mainImg div.detail span.price span{
    font-size: 10px;
}
#mainImg div.detail .m_souki .ms_price{
    font-size: 28px;
}

#sliderItemLink #sliderItem .sliderItem ul.tags{

    min-height: 250px;
}
#sliderItemLink #sliderItem .sliderItem p.txt{
    min-height: 90px;
}
#mainImg div.detail span.ms_price{
    font-size: 28px;
}
#mainImg div.detail span.price{
    font-size: 24px;
}
.main_img_change{
    padding-top: 90%;
}
#mainImg div.detail .flex + .flex{
    padding-left: 0;
}
.main_img_change img{
    left: 0;
    right: 0;
    margin: auto;
}
#mainImg div.detail ul.icon li{
    font-size: 15px;
}
#mainImg div.detail ul.icon li span{
    font-size: 12px;
}
#mainImg div.detail ul.icon li span{
    font-size: 13px;
}
#mainImg div.detail ul.icon li.last{
    font-size: 12px;
}
#mainImg div.detail .slider_price{
            flex-wrap: wrap;
        justify-content: center;
}
/*
a.detail_link:after{
    top: 14px;
}
*/
#enjoy .enjoy_flex .txt{
    width: 60%;
}
#reason .kodawari_btm ul,
#reason .kodawari_btm ul + p{
    max-width: 90%;
}
#reason .kodawari_btm ul li{
display: grid;
grid-template-columns: 70px auto;
grid-column-gap: 16px;
}
#voice .voice_txt{
    width: 70%;
}
#result h3.last{
  font-size: 42px;
}
#result h2 span{
    font-size: 36px;
}
#result h2 span.bg{
    font-size: 46px;
    font-size: 46px;
        display: block;
        width: fit-content;
        margin: 0 auto;
}
#result h2 span br{
    display: none;
}
#result .result_txt{
    margin: 80px auto 40px auto;
    width: 90%;
}
#reason_top .grid{
            grid-template-columns: 1fr 1fr;
}
#reason_top .r_list.full{
    padding-left: 20px;
    grid-template-columns:100px 300px auto;
}
#reason_top .r_list.full:last-child{
    display: block;
}
#reason_top .reason_top01{
    min-height: 500px;
}
}

@media all and (min-width: 1024px) and (max-width: 1919px) {

#mainImg .h1_wrap {
    width: 22em;
    height: 35em;
	margin-right: 30em;
}
/*#mainImg h1 {
    font-size: 3vw;
}
#mainImg h1 span.nen {
    font-size: 2.4vw;
}*/
#mainImg p.lead {
    font-size: 1.2vw;
    left: auto;
    right: 6.4em;
}
/*#result .inner{
    max-width: 95%;
}*/
#result .result_box{
/*    padding: 60px 0 20px 55%;*/
/*padding: 60px 0 20px 40%;;*/
}
/*#result .result_box h3{
    font-size: 36px;
}
#result .result_box p{
    padding-right: 20px;
}*/
#enjoy .txt_flex .bg_img{
    width: 190px;
}
#enjoy .txt_flex .txt{
    width: calc(100% - 210px);
}
#enjoy .enjoy_flex + .enjoy_flex{
    margin-top: 30px;
}

}

@media all and (min-width: 1024px) and (max-width: 1280px) {
.main_img {
    left: 100px;
}
}

@media all and (max-width: 1800px) {
#enjoy .box01, #enjoy .box02, #enjoy .box03, #enjoy .box04,#enjoy .box05 {
    max-width: 96%;
}
}
@media all and (max-width: 1410px) {
#mainImgWrap .link_wrap{
    /*width: 200px;*/
    width: 250px;
    margin-top: 16px;
}
/*
a.detail_link:after{
    top: 12px;
}
*/
#mainImg div.detail ul.icon li{
    font-size: 18px;
    padding: 6px 12px 5px;
}
#mainImg div.detail ul.icon li.last{
    font-size: 13px;
}
#mainImg div.detail .flex + .flex{
    grid-column-gap: 16px;
    /*grid-template-columns: 280px auto 200px;*/
    grid-template-columns: 360px auto 250px;
}
#mainImg div.detail span.price{
    font-size: 26px;
}
#mainImg div.detail span.price span{
    font-size: 12px;
}
#mainImg div.detail span.ms_price{
    font-size: 32px;
}
#mainImg div.detail span.ms_price span{
    font-size: 16px;
}
}
@media all and (max-width: 1300px) {
#mainImg div.detail{
    padding: 24px 16px;
}
#mainImg div.detail span.price{
    padding: 0 8px;
}
}
@media all and (max-width: 1075px) {
    #mainImgWrap .link_wrap{
        width: 180px;
        top: 14px;
    }
    #mainImg div.detail .flex + .flex{
        grid-template-columns: 280px auto 180px;
    }
    #mainImg div.detail .flex + .flex{
        grid-column-gap: 8px;
    }
    #mainImg div.detail span.ms_price{
        font-size: 28px;
    }
    #mainImg div.detail span.ms_price span{
        font-size: 14px;
    }
    #mainImg div.detail span.price{
        font-size: 22px;
    }
    #mainImg div.detail span.price span{
        font-size: 10px;
    }
    #mainImg div.detail .slider_price img{
        width: 50px;
    }
    #mainImg div.detail span.ms_price{
        background-size: 18px;
        padding-left: 24px;
    }
}
/**20230925新聞対応***/
/*.main_img_change img,
#mainImgWrap div.detail{
    animation: none;
}
.main_img_change img:nth-of-type(1),
#mainImgWrap div.detail:nth-of-type(1){
    animation-delay: 0s;
    opacity: 1;
}
#mainImgWrap div.detail.kitanomiyabi,
#mainImgWrap div.detail.kaga{
    display: none;
}*/
/**20230925新聞対応***/
/*

#sliderItemLink .sliderItem img.kanbai{
    top: 140px;
}*/

/**20241030早割終了対応***/
#mainImg div.detail .slider_price{
    justify-content: end;
    /*align-items: flex-end;*/
    align-items: center;
}
#mainImg div.detail span.price {
    font-size: 32px;
}
/**20241030早割終了対応***/

.result_catalog{
    /*margin-bottom: 100px;*/
    margin-bottom: 120px;
}