body{
	background: transparent;
}
h2{
	font-size: 36px;
	line-height: 1.4;
}
h3{
	line-height: 1.4;
}
.soryo .kanbaiBox{
	display: none;
}

a.detail_link {
    display: block;
    text-align: center;
}
a.itemlist_btn {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 18px 30px 18px 60px;
    display: block;
    width: 220px;
}
a.itemlist_btn.vertical_text{
	-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
a.itemlist_btn span {
    position: relative;
    padding-right: 40px;
}
a.itemlist_btn span::before {
    position: absolute;
    right: 0;
    top: 9%;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: scale(.5) rotate(135deg);
    display: inline-block;
    overflow: hidden;
}
#itembtn_sp,#orderbtn_sp{
	display: none;
}
#itembtn_sp_top{
	display: block;
}

.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: 516px;
  overflow: hidden;
  position: relative;
  display: block;
}
.main_img {
  opacity: 0;
  width: 516px;
  /*height: 460px;*/
  z-index: 2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 20px;
  top: 30px;
  /*-webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;*/
  -webkit-animation: anime 30s 0s infinite;
  animation: anime 30s 0s infinite;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  55% {
    opacity: 0;
    z-index:1;
  }
  100% {
    opacity: 0
  }
}
.main_img:nth-of-type(1) {
  animation-delay: 0s;
}
.main_img:nth-of-type(2) {
   animation-delay: 6s;
}
.main_img:nth-of-type(3) {
    animation-delay: 12s;
}
.main_img:nth-of-type(4) {
    animation-delay: 18s;
}
.main_img:nth-of-type(5) {
    animation-delay: 24s;
}

/*
.main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
*/

 /*@keyframes anime {
 0% {
 opacity: 0;
}
 8% {
 opacity: 1;
}
 17% {
 opacity: 1;
}
 55% {
 opacity: 0;
 transform: scale(1.1);
 z-index:1;
}
 100% {
opacity: 0
}
}*/



#mainImgWrap{
    background-color: #fff;
}
#mainImg {
    margin-top: 0;
    padding-bottom: 20px;
    background: #fff;
	position: relative;
}
#mainImg .inner{
	padding: 0;
}
#mainImg .inner3 {
    position: relative;
    /*padding-top: 108%;*/
    padding-top: 135%;
}
#mainImg .gold_border_sp{
	position: relative;
	padding-bottom: 0;
}
#mainImg h1 {
    z-index: 2;
    position: absolute;
    top: 7%;
    /*right: 3%;
    left: 3%;
    width: 94%;*/
    right: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 38px;
    display: inline-block;
    text-align: left;
    line-height: 1.2;
    text-align: center;
}
#mainImg h1 span {
    font-size: 29px;
}
#mainImg p.lead {
    position: absolute;
    z-index: 2;
	bottom: 3%;
    right: 9%;
    color: #b79551;
    font-size: 13px;
    text-align: left;
	line-height: 1.8;
}
#mainImg p.lead {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 6%;
    color: #fff;
    font-size: 19px;
    writing-mode: horizontal-tb;
    text-align: right;
    line-height: 1.4;
    /* height: 20em; */
}
.android #mainImg p.lead{
  letter-spacing: 
}
#mainImg img.osechi_image {
    width: 60%;
    margin: 3%;
    display: block;
}
#mainImg p.set{
  /*-webkit-animation: detail 18s 0s infinite;
  animation: set 18s 0s infinite;*/
  z-index: 4;
  opacity: 0;
  right: auto;
  left: 20px;
}
#mainImg p.set.hosho{
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
#mainImg p.set.takara{
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
 /*@keyframes set {
 0% {
 opacity: 0;
}
 8% {
 opacity: 1;
  z-index: 4;
}
 17% {
 opacity: 1;
}
 55% {
 opacity: 0;
 z-index:1;
}
 100% {
opacity: 0;
}
}*/

.main_img_change img{
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    animation: MainImgChange 30s infinite;
    opacity: 0;
    width: 100%;
}

@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;
}




#mainImg .detail_wrap {
    position: relative;
    display: block;
    height: 300px;
}
#mainImgWrap div.detail {
    color: #fff;
    text-align: left;
    padding: 3%;
    background-color: #fff;
	margin: 0 auto;
    color: #0D0606;
}

#mainImgWrap div.detail h3{
	font-size: 32px;
	line-height: 1;
    display: inline-block;
    padding-top: 16px;
}
#mainImgWrap div.detail h3 span {
    font-size: 18px;
    /* margin-top: 0px; */
    display: inline-block;
}
#mainImgWrap div.detail h3 rt {
    font-size: 18px;
}
#mainImgWrap div.detail p{
	font-size: 18px;
	margin-bottom: 16px;
    padding-bottom: 16px;
    margin-top: 10px;
	display: block;
    text-align: left;
    border-bottom: 1px solid #111;
}
#mainImgWrap div.detail span.name{
	font-size: 15px;
	font-weight: normal;
}
#mainImgWrap div.detail span.price{
	font-size: 26px;
	line-height: 1;
}
#mainImgWrap div.detail span.price span{
	font-size: 16px;
}
#mainImgWrap div.detail ul.icon {
    width: 100%;
    margin: 2% 0 6%;
    /*text-align: center;*/
}
#mainImgWrap div.detail ul.icon{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
#mainImgWrap div.detail ul.icon li {
    color: #fff;
    font-size: 12px;
    position: relative;
    width: fit-content;
    text-align: center;
    padding-left: 1em;
    background: #9F7B45;
    padding: 2px 5px;
    margin-bottom: 8px;
    display: block;
    margin-right: 8px;
}
#mainImgWrap div.detail ul.icon li:nth-child(1){
line-height: 26px;
}
#mainImgWrap .flex.gothic ul.icon.gothic li span{
    font-size: 15px;
}
#mainImgWrap div.detail ul.icon li.last{
    background-color: #BC2C2C;
}
#mainImgWrap div.detail .flex {
    justify-content: space-between;
    display: flex;
/*    align-items: center;*/
align-items: flex-end;
}
#mainImgWrap div.detail .flex + .flex{

padding-bottom: 10px;
}
#mainImgWrap div.detail .set {
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: static;
    margin: 0 auto;
    width:fit-content;
    line-height: 1em;
    padding: 8px 8px 8px 8px;
    background-color: #BC2C2C;
    display: block;
    margin-left: 0;
    margin-right: auto;
    border-bottom: none;
    height: auto;
}
#mainImgWrap div.detail .set span {
    font-size: 25px;
    margin: 0 2px;
    display: inline-block;
    line-height: 1;
}

#mainImgWrap div.detail a.detail_link {
    margin: 0 auto;
	position: relative;
}
#mainImgWrap div.detail a.wrap_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
}
#mainImgWrap .detail_wrap {
    position: relative;
    width: 100%;
    padding-top: 121%;
    display: block;
    background: #fff;
}
#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;
  position: absolute;
  left: 0;
  top: 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;
}
}

body.android #mainImg h1.vertical_text{
  letter-spacing: -0.5em;
}
body.android #mainImg h1.vertical_text span{
  letter-spacing: -0.3em;
}
body.android #mainImg p.vertical_text.lead{

}
.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;
}

/*　present
-----------------------------------------------------------------------------*/
#present_wrap {
    padding: 30px 0;
}
#present{
	background: #fff;
}
#present p.top {
    border-bottom: 1px solid;
	    margin-bottom: 10px;
}
#present ul {
    font-size: 16px;
    margin-top: 30px;
    display: block;
	margin-bottom: 20px;
}
#present ul li {
    text-align: center;
	margin-top: 20px;
}
#present ul li .big {
    font-size: 30px;
}
#present span.num {
    font-size: 20px;
    border: 1px solid;
    width: 1.8em;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

/*　slider
-----------------------------------------------------------------------------*/

/*#sliderItemWrap {
    width: 100%!important;
    background: #000;
}*/
#sliderItemWrap .sliderItem {
    margin-bottom: 0px; 
    padding-bottom: 40px;
}
#sliderItemWrap_top {
    width: 100%;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images_2026/gold_bg.jpg);
    background-size: cover;
    padding-top: 10%;
}
#sliderItemWrap_top .slick-list {
    padding: 0!important;
}
#sliderItemWrap_top .sliderItem {
    display: block;
    flex-wrap:unset;
    width: 96%;
    margin-left: 0;
    margin: 0 auto;
}
#sliderItemWrap_top .sliderItem div.box {
    margin-right: 10px;
	margin-left: 10px;
    margin-bottom: 20px;
    width: 250px!important;
	/*height: 456px;*/
    /*height: 560px;*/
/*    height: 430px;*/
height: auto;
}
#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: 34px;
    height: 34px;
    font-size: 20px;
}
/*#sliderItemWrap_top .sliderItem a {
    margin-bottom: 30px;
}
#sliderItemWrap_top .sliderItem h3 {
    font-size: 28px;
    margin-left: 10px;
	width: auto;
}
#sliderItemWrap_top .sliderItem h3 span {
    font-size: 14px;
}
/*#sliderItemWrap_top .sliderItem .set {
    font-size: 11px;
    left: auto;
    right: 3%;
	z-index: 2;
}
#sliderItemWrap_top .sliderItem .set span {
    font-size: 20px;
    display: block;
}
#sliderItemWrap_top .sliderItem .areaTxt ul {
    margin: 10px auto;
}
#sliderItemWrap_top .sliderItem .areaTxt ul li {
    border: 1px solid #b79551;
    font-size: 14px;
    padding-left: 7%;
}*/
#sliderItemWrap_top .sliderItem .areaTxt ul li:nth-child(1)::before, #sliderItemWrap_top .sliderItem .areaTxt ul li:nth-child(2)::before {
    left: 14%;
	top: 8px;
}
#sliderItemWrap_top .sliderItem.size {
    font-size: 12px;
}
#sliderItemWrap_top .sliderItem .btn {
    padding: 0;
	font-size: 18px;
}
#sliderItemWrap_top .sliderItem h3 {
    font-size: 24px;
	min-height: 62px;
}
#sliderItemWrap_top .sliderItem .z-menu h3 {
    font-size: 16px;
}
#sliderItemWrap_top .sliderItem .set {
    font-size: 12px;
    top: 67;
    right: 0;
   width: 80px;
    height: 56px;
    padding-top: 5px;
}
#sliderItemWrap_top .sliderItem .set span {
    font-size: 20px;
}
#sliderItemWrap_top .sliderItem .set span.txt_set{
    font-size: 11px;
}
#sliderItemWrap_top .sliderItem .areaTxt .benefits {
    font-size: 14px;
}
#sliderItemWrap_top .sliderItem .areaTxt .benefits .big {
  font-size: 26px;
}
#sliderItemWrap_top .sliderItem .sub {
    margin-left: 3px;
}
#sliderItemWrap_top .sliderItem .sub02 {
    position: absolute;
    left: 10px;
    top: 35px;
	z-index: 2;
}
#sliderItemWrap_top .sliderItem .sub br {
    display: block;
}
/*#sliderItemWrap_top .sliderItem .yofu h3,*/
#sliderItemWrap_top .sliderItem .hokkai h3 {
    font-size: 15px;
}
#sliderItemWrap_top .sliderItem .yofu h3{
    font-size: 22px;
}
#sliderItemWrap_top .sliderItem .z-sugar.z-menu h3  {
    font-size: 13px;
}
#sliderItemWrap_top .sliderItem .box.chuka .sub{
    display: block;
}
#sliderItemWrap_top .sliderItem img {
    text-align: center;
    height: auto;
}
#sliderItemWrap_top .sliderItem .accBtn {
    right: 5%;
}


/*　column
-----------------------------------------------------------------------------*/
#column_wrap {
    background: url(../images_2026/column_bg.jpg) repeat top center;
    /*background-image: url(../images_2026/bg_culum.webp);
    background-size: cover;*/

    padding: 20px 0 40px;
}
#column {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0;
    justify-content: stretch;
    width: 96%;
}
#column_wrap h2{
    color: #111111;
    font-size: 25px;
    font-weight: bold;
}
#column .box {
    background: #fff;
    width: 100%;
    overflow: hidden;
    margin: 4px;
	position: relative;
	
}
#column .box a {
    display: flex;
    align-items: flex-start;
}
#column .box img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}
#column .box p{
	font-size: 14px;
	padding: 10px;
	text-align: left;
    font-weight: normal;
}
#column .box span {
    position: absolute;
    bottom: 10px;
    right: 10px;
	padding-right: 14px;
    font-weight: bold;
}
#column .box span::before {
    position: absolute;
    right: 0;
    top: 3px;
    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: 80%;
    height: 80px;
    text-align: center;
    background: #AF8F52;
    line-height: 80px;
    color: #fff;
    position: relative;
    font-size: 16px;
    margin-top: 30px;
    display: inline-block;
}
#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;
}
#column + a{
    display: block;
    width: 96%;
    margin: 20px auto;
}

/*　movie
-----------------------------------------------------------------------------*/
#movie_wrap {
    padding: 50px 0;
	background: #fff;
}
#movie_wrap h2 {
    margin-bottom: 20px;
}
#movie_wrap iframe {
    width: 90%;
    height: 15em;
}
#movie_wrap .btn {
    width: 80%;
    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: 30px 0;
}
#handmade .inner {
    position: relative;
    margin: 0 auto;
    height: 400px;
}
#handmade .black_box {
    background: #121212;
    text-align: left;
    display: block;
    padding: 3%;
    height: 300px;
}
#handmade h2 {
    font-size: 18px;
    color: #fff;
    width: 100%;
}
#handmade h2.vertical_text{
   -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
#handmade img {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 90%;
}

/*　result
-----------------------------------------------------------------------------*/
#result {
	text-align: left;
}
#result .result_bg{
    background-image: url(../images_2026/result_bg1.webp);
    background-size: cover;
    padding: 32px 0;
}
#result .result_bg .inner{
    position: relative;
}
#result .result2{
    /*background-image: url(../images_2026/gold_bg03.jpg);*/
    background-image: url(../images_2026/lineup_bg.png);
        background-size: 102px 107px;
        background-repeat: repeat;
    position: relative;
    padding-bottom: 24px;
}
/*
#result .result2:after{
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url(../images_2026/result_bg2.webp);
    background-position: bottom;
    background-size: 100% auto;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
}
*/
#result .result2 .inner, #result .result2 .roop, #result .result2 .last{
    position: relative;
    z-index: 2;
}
#result .result2 #sliderItemWrap{
background-image: none;
}
#result .result2 h3 img{
    padding-bottom: 24px;
    margin: 0 auto;
    display: block;
}
#result h2{
	/*font-size: 14px;*/
    font-size: 18px;
	margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}
#result h2.osechi_list_h2{
  font-size: 28px;
}
#result .result_bg h2{
    margin-bottom: 390px;
    color: #fff;
    line-height: 1.8;
}
#result .result_bg span.mini_text{
    color: #FFF;
    position: absolute;
    top: 620px;
    right: 20px;
    font-size: 13px;
}
#result #sliderItemWrap h2{
display: none;
}
#result h2 span.bg{
	font-size: 25px;
    color: #111111;
    /*background-color: #9F7B45;*/
    background: linear-gradient(180deg, #FBE7CA 0%, #EAB751 100%);
    padding: 3px;
}
#result h2 span.middle{
font-size: 20px;
display: block;
}

#result .result_box{
    padding-top: 30px;
}
#result .result_box img{
    max-width: 277px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#result .result_txt{
    background-color: #fff;
    background-image: url(../images_2026/result_bg2.svg);
    background-size: 343px auto;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    padding: 24px 0;
    text-align: left;
}
#result .result_txt .result_t_inne{
    background-color: rgba(255,255,255,.65);
    display: block;
    padding: 16px;
}
#result .result_txt p{
    font-size: 16px;
    text-indent: 0;
    padding-left: 0;
}
#result .result_txt h3{
    font-size: 24px;
    font-weight: bold;
    padding: 30px 0;
}
#result .result_txt h3 span.color{
    color: #BD1F21;
}
#result .result_txt h3 span.space{
    letter-spacing: -0.5em;
}
#result .result_txt p + p{
    padding-top: 30px;
}
#result h3.last{
    font-size: 32px;
    font-weight: bold;
    padding: 30px 0 ;
    text-align: center;
    color: #111111;
}
#result h3.last span{
    display: block;
    color: #BD1F21;
    margin-top: 10px;
}
#result #sliderItemLink #sliderItemWrap .sliderItem img + p{
    text-indent: 0;
}
#result #sliderItemLink #sliderItemWrap .sliderItem .areaTxt{
    text-align: right;
}
.result_catalog h3{
    color: #111111;
    font-size: 25px;
    text-align: center;
    margin: 36px 0 24px;
    font-weight: bold;
}
.result_catalog a + a{
    margin: 24px 0 0 0;
    display: block;
}
#chatbot{
    background-image: url(../images_2026/chatbot_bg.webp);
    background-size: cover;
    padding: 24px 0;
}
#chatbot h3{
    font-size: 25px;
    color: #111111;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 24px;
    font-weight: bold;
}
#chatbot .rb_full.grid.last{
background-color: #fff;
        padding: 20px;
        font-weight: normal;
        margin-top: 16px;
        text-align: left;
}

.border_gradient{
  position: relative;
}
.border_gradient::after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    max-width: 240px;
    height: 3px;
    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%);
}


/*
右から左へ
----------------------------*/
@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;
    font-size: 10px;
    text-align: center;
}

.roop_item:nth-child(1) span{
  bottom: -32%;
}
.roop_item:nth-child(2) span{
  bottom: 20%;
}
.roop_item:nth-child(3) span{
  bottom: -2%;
}
.roop_item:nth-child(4) span{
  bottom: 12%;
}
.roop_item:nth-child(5) span{
  bottom: -2%;
}

.roop_item > img{
   width: 100%;
}
.roop,.roop_list {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 30px;
}

/*　kiribako/*
右から左へ
----------------------------*/
@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 / 3);
}
.roop_item > img{
   width: 100%;
}
.roop,.roop_list {
    max-width: 750px;
    margin: 0 auto;
}
/*　kodawari02
-----------------------------------------------------------------------------*/
#kodawari02_wrap {
    background: #000;
}
#kodawari02{
    background-image: url(../images_2026/kodawari02_bg.jpg);
    background-size: cover;
	padding: 30px 0 30px;
}
#kodawari02 .kodawari_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#kodawari02 .kodawari_flex div {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
}
#kodawari02 .kodawari_flex div h4 {
    font-size: 18px;
    margin: 10px 20px;
    display: block;
}
#kodawari02 .kodawari_flex div h4 span{
    font-size: 24px;
}
#kodawari02 .kodawari_flex div p {
    margin: 20px 0;
    text-align: left;
    font-size: 14px;
}
#kodawari02 .kodawari_flex div a {
    font-size: 13px;
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    width: 170px;
    margin: 10px auto;
}
#kodawari02 .kodawari_flex span.link {
    position: relative;
    padding-right: 20px;
    width: 170px;
}
#kodawari02 .kodawari_flex span.link::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-color: #000 #000 transparent transparent;
    transform: scale(.5) rotate(45deg);
    display: inline-block;
    overflow: hidden;
}

/*　reason
-----------------------------------------------------------------------------*/

#reason .box01{
    padding: 30% 5% 30% 5%;
}
#reason .kutouten {
    position: relative;
    left: 0;
    top: 0;
}
#reason .box01 .inner {
    text-align: left;

    position: relative;
}
#reason .box01 h2 {
    font-size: 40px;
    color: #fff;
    right: 28%;
    /* padding-left: 60%; */
    text-shadow: 2px 2px 10px rgb(0 0 0 / 50%), -2px 2px 10px rgb(0 0 0 / 50%), 2px -2px 10px rgb(0 0 0 / 50%), -2px -2px 10px rgb(0 0 0 / 50%);
    height: 13em;
    position: absolute;
}
#reason .box01 h2 span {
    padding: 20px 10px 40px 10px;
    position: relative;
    line-height: 1;
}
body.android #reason .box01 h2 {
    letter-spacing: -0.4em;
}
body.android #reason .kutouten {
    position: relative;
    left: 0.7em;
    top: -0.7em;
}
#reason .box01 h2 span::before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    left: 0;
    top: 20%;
    background: #fff;
}
#reason .box01 h2 span::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    right: 0;
    top: -10%;
    background: #fff;
}
#reason .box01 h3 {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 20px;
    height: 21em;
    right: 50%;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 50%), -2px 2px 10px rgb(0 0 0 / 50%), 2px -2px 10px rgb(0 0 0 / 50%), -2px -2px 10px rgb(0 0 0 / 50%);
}
#reason .box02 .inner {
    background-image: url(../images_2026/ajiwai.jpg);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: left;
    position: relative;
	padding: 8% 5% 75% 5%;
}
#reason .box02 h3 {
    font-size: 23px;
    color: #fff;
}
#reason .box02 ol {
    font-size: 16px;
    color: #fff;
    margin-left: 6%;
}
#reason .box02 ol li {
    text-indent: -40px;
    margin-top: 20px;
    margin-left: 20px;
}
#reason .box02 ol span.num {
    margin-right: 20px;
}
#reason02 .inner {
    background: #fff;
	padding-bottom: 10%;
}

#reason02 .flex div:first-of-type {
    width: 80%;
    height: 15vw;
    margin-bottom: 20px;
}
#reason02 .flex div:first-of-type img {
    margin-top: -100px;
}
#reason02 .flex div:last-of-type p {
    font-size: 20px;
}
#reason02 ol {
    font-size: 16px;
    text-align: left;
	padding-top: 10%;
}
#reason02 ol li {
    text-indent: -2.2em;
    margin-left: 2.2em;
	margin-bottom: 10px;
}
#reason02 ol span.num {
    margin-right: 20px;
}
.myChangeImage{
    position: relative;
}

.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: 30px;
	padding-bottom: 40px;
}
#kodawari .inner{
	padding: 0;
}
#kodawari .box {
    /*border-bottom: 1px solid #808080;
    padding-bottom: 30px;*/
    margin-bottom: 30px;
	padding: 0 10px;
	border-bottom: 1px solid #AF8F52;
}
#kodawari .box:last-of-type {
	border-bottom: 0;
}
#kodawari .box .image {
    min-height: 200px;
}
#kodawari .box .text{
	color: #fff;
}
#kodawari h2{
	font-size: 26px;
	position: relative;
	text-align: left;
	padding-bottom: 15px;
    margin-bottom: 15px;
	line-height: 1;
}
/*#kodawari h2::before{
	content: "";
	display: block;
	height: 1px;
	width: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #808080;
}*/
#kodawari h2 span{
	font-size: 48px;
}
#kodawari .box .text p {
    font-size: 14px;
	    margin-bottom: 10%;
    font-weight: normal;
    text-align: left;
}

/*　gentei
-----------------------------------------------------------------------------*/
#gentei .inner {
    background-color: #282830;
    background-image: url(../images_2026/gentei.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    padding: 40px;
}
#gentei .inner h2 {
    font-size: 20px;
    color: #fff;
    width: 100%;
    margin-bottom: 20px;
}
#gentei .inner h2 span {
    font-size: 28px;
    color: #fff;
}


/*　enjoy
-----------------------------------------------------------------------------*/
#enjoy_wrap {
    background: #fff;
	
}
#enjoy_wrap img.gold_border {
    vertical-align: top;
}
#enjoy {
    /*background-image: url(../images_2026/enjoy_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;*/
    background: url(../images_2026/enjoy_bg.jpg) repeat top center;
    
    margin-top: -15px;
    padding-top: 30px;
    padding-bottom: 24px;
}
#enjoy h2{
	text-align: center;
    padding-bottom: 10px;
    font-size: 25px;
    color: #111111;
    font-weight: bold;
}
#enjoy .txt_flex{
    border-top: 1px solid #AF8F52;
    border-bottom: 1px solid #AF8F52;
    margin: 20px 0;
    padding: 2px 0;
}
#enjoy .txt_flex .txt{
    border-top: 1px solid #AF8F52;
    border-bottom: 1px solid #AF8F52;
    padding: 15px 0;
}
#enjoy .txt_flex .txt h3{
    color: #AF8F52;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

#enjoy .txt_flex .txt p{
    text-align: left;
    font-size: 14px;
}


#enjoy h3{
	text-align: center;
	font-size: 20px;
	display: inline-block;
    color: #111111;
    margin: 8px 0;
    background: #D9B97A;
    font-weight: bold;
    padding: 5px 10px;
}
#enjoy .box {
    border: 1px solid #AF8F52;
    padding: 20px;
    margin-top: 20px;
	display: block;
}
#enjoy p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #111111;
    text-align: left;
    font-weight: normal;
}

#enjoy ul{
	font-size: 12px;
}
#enjoy ul li{
	text-indent: -1em;
	margin-left: 1em;
}
#enjoy .enjoy_flex .txt{
    position: relative;
    padding: 10px 0;
}
/*
#enjoy .enjoy_flex .txt:before,
#enjoy .enjoy_flex .txt:after{
content: "";
        display: block;
        background-image: url(../../images_2026/gold_line.png);
        background-size: 26px auto;
        height: 20px;
        width: 100%;
        left: 0;
        position: absolute;
        background-position: center;
        opacity: .6;
}
#enjoy .enjoy_flex .txt:before{
    top: 10px;
}
#enjoy .enjoy_flex .txt:after{
    bottom: 10px;
}
*/

/*　voice
-----------------------------------------------------------------------------*/
#voice{
    text-align: left;
    padding: 24px 0;
    background: url(../images_2026/voice_bg.jpg) no-repeat top center;
    background-size: cover;
    /*background-image: url(../images_2026/voice_bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size:100% auto;*/
}


#voice .inner{
	position: static;
}

#voice img.voice_01 {
    margin-top: -20px;
    margin-left: -20px;
}
#voice img.voice_02 {
    right: -10px;
    position: absolute;
    top: 15px;
    z-index: 2;
}
#voice h2 {
    font-size: 32px;
    margin: 10px 0;
    text-align: center;
    color: #fff;
}
#voice h2 img{
    display: block;
    margin: 0 auto 12px;
}
#voice h2 span{
    font-size: 24px;
    line-height: 1.5;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
#voice h2 + p{
    color: #fff;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    padding-bottom: 24px;
}
#voice h3 {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
}
#voice .text h4 {
	font-size: 19px;
	margin-bottom: 10px;
}
#voice .text p {
	font-size: 15px;
	margin-bottom: 20px;
}

#voice .voice_icon span{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

#voice .voice_inner .voice_flex h4{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;

}
#voice .voice_inner .voice_flex  p{
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    color: #fff;
}
#voice .voice_inner .voice_flex p.name{
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 24px;
}

#voice .voice_inner .voice_icon img.sp{
        margin:0 auto;
        display: block;
}

/*　soldout
-----------------------------------------------------------------------------*/
#soldout {
    margin: 0 0 30px;
}
#soldout .inner{
	background-color: #e9eef2;
	background-image: url(../../images_2026/soldout.jpg);
	background-position: 160% top;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: left;
	position: relative;
	padding: 10% 3%;
	width: 94%;
}
#soldout p {
    font-size: 24px;
}
#soldout p span.small{
	font-size: 21px;
}
#soldout p span.big{
	font-size: 33px;
}
#mainImg {
    position: relative;
}
#mainImg .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 99;
}
#mainImg .cover p {
    color: #fff;
    position: absolute;
    top: 17%;
    /* bottom: 0; */
    right: 0;
    left: 0;
    margin: auto;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 90%;
    height: 150px;
    font-weight: bold;
}
.reason_top01{
    background-image: url(../images_2026/reasontop_bg.webp);
    background-size: cover;
    padding: 125px 0 40px;
}
.reason_top02{
    padding: 16px 0 40px 0;
    /*background-color: #931E28;*/
    background: url(../images_2026/reason_top02_bk.jpg) no-repeat top center;
    background-size: cover;
}
.banner_youtube{
    margin-bottom: 20px;
}
.reason_top01 h2{
    margin-bottom: 0;
    text-align: left;
    padding-left: 3%;
}
.reason_top01 .inner2{
    position: relative;
}
.reason_top01 span{
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size: 12px;

}
.reason_top02 h3{
    font-size: 24px;
    color: #fff;
    padding-bottom: 1em;
    font-weight: bold;
}
.reason_top02 .reason_box .r_list{
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
}
.reason_top02 .reason_box .r_list .bg_color{
    /*background-color: #FFF3DC;*/
    color: #4D3D23;
    font-size: 17px;
    font-weight: bold;
    /*padding: 10px 20px;*/
    padding: 0 20px;
    background-position: right 20px center;
    background-repeat: no-repeat;
}

#reason_top .reason_list .rb_full p{
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    padding: 20px;
    background: #FFF;
}

.reason_top02 .reason_box .r_list p{
    padding: 20px;
    font-weight: normal;
    font-weight: bold;
    text-indent: 0;
}
.reason_top02 .reason_box .r_list p span{
    color: #BC2C2C;
    font-weight: bold;
}
.reason_top02 .reason_box .r_list p span.small{
    color: #111;
    font-size: .9em;
}
.reason_top02 .reason_box .r_list:last-child p{
    font-weight: normal;
}
.reason_top02 .reason_box .r_list > img{
    display: block;
    margin: 0 auto;
    width: 30%;
    padding: 20px 0;
}
.reason_top02 .reason_box .r_list h4{
    font-weight: bold;
    /*text-align: center;*/
    text-align: left;
    font-size: 20px;
    color: #111111;
}
.reason_top02 .reason_box .r_list h4 img{
    margin-right: 8px;
}

.reason_yakusoku{
    padding: 40px 0 250px;
    background-image: url(../images_2026/yakusoku_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}
.reason_yakusoku .flex{
        display: flex;
        align-items: center;
        min-height: 140px;
}
.reason_yakusoku .flex div.fadein{
    width: 50%;
    height: 140px;
}
.reason_yakusoku .flex div.fadein p{
    padding-top: 46px;
}
.reason_yakusoku h2{
    width: 250px;
    padding:0;
}
.reason_yakusoku .yakusoku_box{
    background-color: #fff;
    border: 1px solid #E10C14;
    width: 96%;
    margin: 20px auto;
    padding: 20px 10px;
    color: #E10C14;
    position: relative;
}
#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: 32px;
    color: #E10C14;
    font-weight: bold;
}
#reason .reason_yakusoku .yakusoku_box h3 span.big1{
    font-size: 48px;
}
#reason .reason_yakusoku .yakusoku_box h3 span.big2{
    font-size:32px;
}
#reason .reason_yakusoku .yakusoku_box ul li{
    text-align: left;
    font-size: 15px;
    border-bottom: 1px solid #E10C14;
    padding: 10px 0;
}
#reason .reason_yakusoku .yakusoku_box ul li img{
    padding-right: 5px;
}
#reason .reason_yakusoku .yakusoku_box ul li span{
    display: inline-block;
    max-width: calc(100% - 45px);
    vertical-align: top;
}

#reason .reason_yakusoku .yakusoku_box p{
    font-size: 15px;
    padding-top: 20px;
    text-align: left;
}
#reason .reason_kodawari{
    background-image: url(../images_2026/kodawari_flex_bg.webp);
    background-size: 100% auto;
    background-repeat: repeat;
    padding-bottom: 40px;
}
#reason .yakusoku_box h3{
margin:0 0 24px 24px;
padding-top: 24px;
display: block;
font-size: 18px;
font-weight: bold;
}
#reason .yakusoku_box h3 span.big1{
    font-size: 41px;
}
#reason .yakusoku_box h3 span.big1:nth-child(1){
    font-size:32px
}
#reason .yakusoku_box ul{
    padding: 0 3%;
}
#reason .yakusoku_box ul li img{
    width: 42px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#reason .yakusoku_box ul li{
    font-size: 20px;
    line-height: 1.6em;
    padding: 8px 0 8px 50px;
    position: relative;
    text-align: left;
}
#reason .yakusoku_box ul li span em{
  font-style: normal;
  color: #BD1F21;
  font-weight: bold;
}
#reason .yakusoku_box ul + p{
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 36px;
    text-align: left;
    padding: 0 3%;
}
#reason .reason_kodawari .kodawari_ttl h2{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}
#reason .reason_kodawari .kodawari_ttl h2 span{
    font-size: 32px;
}
#reason .reason_kodawari .kodawari_ttl h2 span:nth-child(3){
    font-size: 41px;
}
#reason .reason_kodawari .kodawari_grid h4{
    margin: 16px auto;
    display: block;
    text-align: center;
}
#reason .reason_kodawari .kodawari_grid h4 + p{
    font-size: 16px;
    text-align: left;
    margin-bottom: 24px;
}
.flex.gothic .price .price_normal{
font-size: 20px;
padding: 0 8px;
padding-right: 32px;
background-image: url(../images_2026/yairushisvg.svg);
background-repeat: no-repeat;
background-position: right 8px center;
background-size: 16px;
}
.flex.gothic .price .price_normal span{
font-size: 10px;
}
.flex.gothic .price .ms_price{
font-size: 28px;
color: #BC2C2C;

padding-left: 30px;
background-image: url(../../images_2026/slide_price_yajirushi.svg);
background-size: 15px;
background-repeat: no-repeat;
background-position: center left 10px;
}
.flex.gothic .price .ms_price span{
font-size: 14px;
}
.flex.gothic .price .ms_price .nebiki{
    font-size: 12px;
    color: #111;
    display: block;
    width: 100%;
    text-align: center;
}
.flex.gothic .price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*#sliderItemWrap_top .sliderItem img + p{
    height: 170px;
}*/
#sliderItemWrap_top .sliderItem ul.tags{
    height: 105px;
    align-content: flex-start;
    width: calc(100% - 10px);
}
#sliderItemWrap_top .sliderItem ul.tags li{
    margin-bottom: 3px;
}
#sliderItemWrap_top .sliderItem ul.tags li.tag03{
    font-size: .8em;
}
#sliderItemWrap_top .sliderItem ul.tags li.tag03 br{
    display: none;
}
#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;
}*/
#sliderItemLink #sliderItemWrap .sliderItem .box.ema h3 span.small,
#sliderItemLink #sliderItemWrap .sliderItem .box.emanidan h3 span.small{
    display: inline-block;
    padding-right: 5px;
}

#sliderItemWrap_top .sliderItem h3 span.small{
    display: block;
}

@media screen and (min-width: 481px) and (max-width: 1280px) {
#reason .reason_yakusoku h2{
    font-size: 32px;
}
#reason .reason_yakusoku h2 span{
    font-size: 48px;
}
}

/**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新聞対応***/

.sliderItem img.kanbai{
    top: 150px;
}


/***20241030早割終了対応***/
.flex.gothic .price .price_normal{
    background-image: none;
            padding-right: 0;
        font-size: 28px;
}
.flex.gothic .price{
    /*justify-content: flex-end;*/
    justify-content: center;
        width: 100%;
}
/***20241030早割終了対応***/

.result_catalog{
    margin-bottom: 60px;
}