@charset "utf-8";
/* CSS Document */

h1,
ul {
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
}
a,
a:active,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit !important;
}

h2{
	font-size:4.5rem;
	margin-top: 0;
}

h3{
    /*font-size: 2.4rem;*/
    /*border-bottom: 1px solid #d36437;*/
    /*margin-bottom: 24px;*/
	/*font-style: italic;*/
	font-size:2.2rem;
    line-height: 1.4;
	margin:0;
	padding:0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: none;
}

    /*---------------------
    utility
    -----------------------*/
html {
	font-size:62.5%;
}
img{
    max-width: 100%;
    height: auto;
}

.text_center{
	text-align: center;
	margin: 0 auto;
}
.text_left{
	text-align: left;
	display:inline-block;
}
.is-bold{
	font-weight:bold;
}
.img_center{
	display: block;
	margin: 0 auto;
}
 .bnr_br_sp, .sp{
    display: block;
}
.bnr_br_pc, .pc{
    display: none;
}
.br_sp{
    display: block;
}
.br_pc{
    display: none;
}
/*colorここから*/
.is-blue{
/*color:#006ee4;*/
/*color: #0ea8ec;*/
color:#028bfd;
}

.is-blue_2{
color:#49B0DB;
}

.is-green{
/*color:#8bbf1f;*/
/*color:#05A03D;*/
  color:#036ee6;
}

.is-pink{
/*color:#E50163;*/
/*color: #E85484;*/
  color:#ff3399;
}
.is-pink-2 {
    color: #ff3399;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.is-white{
	color:#FFF;
}
.is-red{
	/*color:#c00000;*/
	/*color:#e52067*/
	color:#f5007a;
}
.is-red_2{
	color:#eb6042;
}
.is-brown{
	color:#7b1e29;
}
.is-yellow{
	color:#ffbe00;
}
/*.is-orange{
	color:#e3804d;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.is-orange_2{
	color:#df255e;
	text-shadow: 0.5px 0.5px 0 rgb(255 255 255 / 20%), -0.5px -0.5px 0 rgb(255 255 255 / 20%), -0.5px 0.5px 0 rgb(255 255 255 / 20%), 0.5px -0.5px 0 rgb(255 255 255 / 20%), 0px 0.5px 0 rgb(255 255 255 / 20%), 0 -0.5px 0 rgb(255 255 255 / 20%), -0.5px 0 0 rgb(255 255 255 / 20%), 0.5px 0 0 rgb(255 255 255 / 20%);
}
.is-orange_3{
	color:#e96f4c;
}
.is-orange_4{
	color:#ef863e;
}
.is-orange_5{
	color:#ef4123;
}
.is-orange_6{
	color:#f06d15;
}*/
/*colorここまで*/
.contents {
    padding-top: 0;
}
.relative{
	position:relative;
}
.mb32{
	margin-bottom:32px!important;
}

    /*-----------------------
    common
    -------------------------*/
  .contents {
      font-size: 1.6rem;
      font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
      color: #000;
      overflow: hidden;
  }
  .contents P{
      margin-top: 0;
  }
  .txt_small {
      font-size: 1.3rem;
      padding-top: 15px;
}
  .txt_normal{
      font-size: 1.6rem;
  }
  .txt_vote{
  font-size:2.8rem;
  line-height:1.2;
  }
  .txt_large{
  font-size:1.8rem;
  }
  .txt_larger{
  font-size:2.2rem;
  }
  .txt_largest{
  font-size: 2.3rem;	
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom:5px;
  }

    /*-----------------------
    header
    -------------------------*/
  .header_bg{
        background-image: url(/assets/img/special/enjoy_yorimichi/2023_spring/header_spring_bg__sp.jpg) !important;
	    background-size:cover;
        background-repeat:no-repeat;
	    background-position: 60% 0%;
        position:relative;
        width:100%;
        /*height:60vh;*/
    }

  .title p:first-of-type{
      font-size:2.2rem;
      font-weight:bold;
      margin:0;
      line-height: 1;
  }

    h1{
    font-size: 2.6rem;
    line-height: 1.3;
    }	

    /*-----------------------
    navigation
    -------------------------*/
.nav_wrapper__sp{		
	position: absolute;
	bottom:0;
    width: 100%;
    height: 62px;
	background-color: rgba(255,255,255,0.8);
	z-index: 10;
}

.nav_logo{
	position:absolute;
    top: 12px;
    left: 5px;
    z-index: 8;
    width: 250px;
    height: auto;
}

/**************** 以下、ハンバーガーボタンのスタイリング ****************/
.btn_nav {
	position: fixed;
	top:10px;
	right: 10px;
	z-index:1000;
	width: 48px;
	height: 48px;
}

.btn-line_white {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
    transition: .2s;
	background-color:#fff;
}

.btn-line_black {
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #404040;
	transition: .2s;
}

.line{
margin-bottom:13px;
}

.btn-line::before {
	transform: translateY(-16px);
}

.btn-line::after {
	/* 下の線の位置 */
	transform: translateY(16px);
}

/***** メニューオープン時 *****/
.btn-line.open {
	background-color: transparent;
}

.btn-line.open::before , .btn-line.open::after {
	content: "";
	background-color: #333;
	transition: .2s;
}

.btn-line.open::before {
	transform: rotate(45deg);
}

.btn-line.open::after {
	transform: rotate(-45deg);
}

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/

/**************** 以下、メニューのスタイリング ****************/
.nav_menu {
	/* メニューを縦に */
	display: none;
	position: absolute;
	flex-direction: column;
	/* メニューの位置マイナス指定で画面外に */
	right: -100%;
	width: 100%;
	height: 100vh;
	background-color: #fff;
    z-index: 9;
}
.nav_menuitem {
	/* メニューテキスト位置をリスト内中心に */
	display: block;
	align-items: center;
	justify-content: center;
	font-size: 3.2rem;
	border-bottom: solid 1px #dcdcdc;
	margin: 0 20px 20px;
}
.nav_menuitem:first-of-type{
	margin: 80px 20px 20px;
}

.nav_menuitem:hover {
	cursor: pointer;
	transition: .3s;
}
.nav_menutitle{
	pointer-events: all;
}
.nav_menutitle i{
	margin-left: 10px;
	transition: .3s;
}

/***** メニューオープン時位置0にして画面内に *****/
.nav_menu.open {
	display: flex;
	position: fixed;
	top: 0;
	right: 0;
	overflow-y: scroll;
}

.nav_menu__child{
	display: none;
	font-size: 2.4rem;
}
.nav_menu__child li{
	margin-left: 40px;
}


/* PageTopBtn */
.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 80px;
    z-index: 5;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color:#fff;
    border-radius: 50%;
    line-height: 50px;
    box-shadow: 0px 0px 9px -6px rgba(0,0,0,0.6);
	transition: .3s;
}
.pagetop a:hover{
	/*background-color:#f6d90f;*/
	/*background-color:#028bfd;*/
	background-color:#5cb736;
}
.pagetop a i{
    font-size: 2rem;
    color:#333333;
    line-height: 50px;
}
.pagetop a:hover .fas.fa-chevron-up{
    color:#fff;
}


/*-----------------------
about
-------------------------*/
.about{
    margin: 0 auto;
	padding: 80px 10px 80px 10px;
    /*padding: 64px 10px 40px;*/
	text-align: center;
}
.about img{
	width: 88%;
    max-width: 260px;
    height: auto;
	padding-bottom: 10px;
}
.about_title{
padding:10px 0;
font-size:1.8rem;
}
.about_txt{
    text-shadow: 0.5px 0.5px 0 rgba(255,255,255,0.2), -0.5px -0.5px 0 rgba(255,255,255,0.2), -0.5px 0.5px 0 rgba(255,255,255,0.2), 0.5px -0.5px 0 rgba(255,255,255,0.2), 0px 0.5px 0 rgba(255,255,255,0.2), 0 -0.5px 0 rgba(255,255,255,0.2), -0.5px 0 0 rgba(255,255,255,0.2), 0.5px 0 0 rgba(255,255,255,0.2);
}

/*-----------------------
movie
-------------------------*/
#movie{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
	height:100vh;
} 
@supports (-webkit-touch-callout: none) {
  #movie {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}


#video_area{
	position:absolute;
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:177.77vh;
	height:56.25vw;
    min-height: 70%;
    min-width: 100%;
}

.navigation__pc.fixed, .nav_wrapper__sp.fixed{
	  position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    left:0;/*位置指定*/
}

/*-----------------------
section_inner
-------------------------*/
.section_inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 64px 10px 80px;
}
.section_inner2{
    max-width: 1000px;
    margin: 0 auto;
    padding: 64px 10px 0 10px;
}
.section_inner3{
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
}
.section_inner4{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px 64px 10px;
}
.section_inner5{
    max-width: 1000px;
    margin: 0 auto;
    padding: 64px 10px;
}

/*-----------------------
Special_Content
-------------------------*/
.info_thumb{
    width:100%;
}

.info_thumb_first{
    margin-right: 1.3333%;
}
.info_thumb_second{
    margin-right: 1.3333%;
}

.info_list{
	padding-top:30px;
}
.logo_1,.logo_2,.logo_3{
	position:relative;
}

.info_list:nth-child(even):before{
	right: 1%;
    top: 3%;
}

.info_list:first-of-type{
	padding-top:0;
}
.info_list:nth-child(even){
}
.info_txt{
    width:100%;
    margin-top:15px;
}
.info_title{
    font-size:2.2rem;
	margin-bottom:18px;
}
.info_title span{
    font-size:1.6rem;
}
.info_title p{
	line-height: 1.3;
}
.info_content p{
	margin-top: 15px;
}
.bnr_takeout{
	margin-bottom:40px;
}
.info_line_winter{
	border-bottom: solid 10px #fcd005;
}
.campaign{
	padding-top:15px;
}
.sapa_bnr{
	text-align: center;
}
.item_outer{
   padding:0;	
}
.item_outer2{
   padding:0 37.5px;	
}
.c-roundbox {
	padding:24px 24px 40px;
    border-radius: 0 0 32px 0;
    background: #fff;
}
.c-roundbox2 {
	padding:0px 24px 0;
}
	/*-----------------------
	info_limited
	-------------------------*/	
  /*＃ハイウェイスタンプラリーキャンペーン*/
   .info_list_s{
	display: block;
    padding-top:30px;
    padding-bottom:15px;
  }
/*  .info_txt_s p:first-child{
          padding-bottom:20px;
  }*/
  .info_thumb_s{
    text-align: center;
  }
  .info_thumb_s img{
    margin: 5% 10%;
    width:70%;
  }
  .info_time{
    font-size:2.2rem;
    margin-bottom:13px;
    transform-origin: left center;
    transform: scale(1.05, 0.9);
    line-height: 1.4em;
    padding-top:10px;
  }
  .txt_small {
      font-size: 1.3rem;
  padding-top: 15px;
  }
  .info_limited .c-mt24{
  margin-top:24px;
  }
  .oe_limited_2{
      margin-top:55px;
  }

  .nl_limited_01{
      margin-bottom:20px;
  }

	/*-----------------------
	Special Contentイラストなど
	-------------------------*/	
  .illust_box1, .illust_box2{
    position:relative;
  }
  .illust_box1::before {
    position: absolute;
    /*top:-30%;*/
	top:-15%;
    left: 0%;
    content: '';
    display: inline-block;
    width: 2.5em;
    height: 3em;
    background: url(/assets/img/special/enjoy_yorimichi/2023_spring/illust_gourmet_01.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  .illust_box2::before {
    position: absolute;
/*    top:-30%;
    left: 10%;*/
	top:-35%;
	left:10%;
    content: '';
    display: inline-block;
    width: 3em;
    height: 3em;
    background: url(/assets/img/special/enjoy_yorimichi/winter/illust_gourmet_03.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  .illust_box1::after {
    position: absolute;
    /*bottom:-30%;*/
	bottom:-40%;
    right: 0%;
    content: '';
    display: inline-block;
    width: 4em;
    height: 4em;
    background: url(/assets/img/special/enjoy_yorimichi/2023_spring/illust_gourmet_02.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .illust_box2::after {
    position: absolute;
    bottom: -25%;
    right: 0%;
    content: '';
    display: inline-block;
    width: 3em;
    height: 3em;
    background: url(/assets/img/special/enjoy_yorimichi/winter/illust_gourmet_04.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
  .logo_winter{
    position:relative;
    padding-top: 45px;
  }
  .logo_winter::after {
    position: absolute;
    top: -80%;
    right: 0%;
    content: '';
    display: inline-block;
    width: 5em;
    height: 5em;
    background: url(/assets/img/special/enjoy_yorimichi/winter/logo_winter.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }
    .info_txt {
      margin-top: 20px;
    }
    .info_txt{
      margin-bottom: 55px;
    }
    .info_txt:last-of-type{
      margin-bottom: 0;
    }
    .info_txt_l {
      margin-bottom: 30px;
    }

    .info_txt_m{
        margin-bottom: 55px;
        padding-top: 15px;
        text-align: center;
    }

    .gourmet_bg{
         background-image: url(/assets/img/special/enjoy_yorimichi/winter/gourmet_bkg.png);
         background-repeat:no-repeat;
        padding-bottom: 70px;
    }
    .gourmet_bg2{
         background-image: url(/assets/img/special/enjoy_yorimichi/winter/gourmet_bkg_2.png);
         background-repeat:no-repeat;
        padding-bottom: 80px;
    }

    .opening_campaign{
        background: url(/assets/img/special/enjoy_yorimichi/winter/garland_1.png),url(/assets/img/special/enjoy_yorimichi/winter/garland_2.png);
        background-repeat: no-repeat;
        background-color: #FEFDF3;
        background-size: 28% auto,28% auto;
        background-position: 0% 0%,100% 0%;
    }
    .info_thumb_s{
        text-align: center;
    }
    .info_thumb_01{
        width: 50%;
        padding-top:20px;
    }
    .info_thumb_02{
        width: 85%;
        padding-top:15px;
        padding-bottom:10px;
    }
    .info_thumb_03{
        width: 100%;
        padding-top:15px;
    }
    .il_img {
        margin-top: 10px;
    }
    .ranking1_item_list{
        margin-bottom:38px;
        margin-top:20px;
    }

    .ranking2_item_list{
        margin-bottom:28px;
        margin-top:50px;
    }
    .ranking2_item_list:nth-child(even){
        margin-right:0;
    }
    .ranking1_item_list img.crown{
        position: absolute;
        width: 25%;
        top: -7%;
        left: -5%;
        transform: translateY(-10%);
    }
    .ranking1_item_list img.glitter{
        position: absolute;
        width: 15%;
        top: -5%;
        right: -5%;
        transform: translateY(-10%);
        }
    .ranking1_item_list img.glitter2{
        position: absolute;
        width: 15%;
        bottom: -7%;
        left: -5%;
        transform: translateY(-10%);
    }
    .ranking2_item_list img.crown {
        position: absolute;
        width: 25%;
        top: -8%;
        left: -5%;
        transform: translateY(-10%);
    }
    .pic-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        box-sizing: border-box;
        padding-bottom:28px;
    }
    .txt_vote_line {
        position: relative;
        padding: 1rem 2rem;
    }
    .txt_vote_line::before,
    .txt_vote_line::after {
        position: absolute;
        top: 0.8rem;
        height:13rem;
        content: '';
        color: #f06d15;
    }

    .txt_vote_line::before {
        border-left: solid 3px;
        left: 0;
        transform: rotate(-10deg);
    }

    .txt_vote_line::after {
        border-right: solid 3px;
        right: 0;
        transform: rotate(10deg);
    }

 	/*-----------------------
	btn
	-------------------------*/
.btn_wrapper{
	display: flex;
	justify-content: center;
	margin:20px 0 30px 0;
}
.btn_insta_first{
	margin:20px 0 50px 0;
}
.btn_box{
	dislay:flex;
}

.btn  {
  color: #fff;
  text-align: center;
  /*background:#6eba44;*/
	background:#5cb736;
  padding: 10px 5px;
  position: relative; 
  margin-right: 1%;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.btn a{
	display:block;
}
.btn:hover{
  opacity:.75
}
.btn_2{
	width:70%;
}
.btn_3{
	width:70%;
}
.btn_wrapper_2{
	justify-content: center;
	margin-top:20px;
}
.btn_wrapper_3{
	justify-content: center;
	margin-top:20px;
	margin-bottom:30px;
}
.btn ::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
/*-----------------------
gourmet_information
-------------------------*/
/*.icon-double-angle-right:before {
    content: '\e85a';
}*/
#gourmet_information ul{
	margin-top:60px;
	padding:0 20px;
}

.fa-angle-double-right:before {
    content: "\f138"!important;
    font-size: 1em;
    left: 0.25em;
    top: 0.5em;
    color: #f06d15;
    margin-right: 5px;
}
li.category {
    margin-bottom: 60px;
}
li.category:last-child {
    margin-bottom: 0;
}
/*li.category .pic img {
    max-width: 562px;
}*/
/*li.category .pic.menu02 {
    top: -60px;
}
li.category .pic.menu03 {
    top: -20px;
}
li.category .pic.menu04 {
    top: -60px;
}
li.category .pic.menu05 {
    top: -120px;
}
li.category .pic.menu06 {
    top: -70px;
}
li.category .pic.menu07 {
    top: -70px;
}*/
/*li.category .pic.menu06 {
    width: 49.9%;
}*/
li.category p.price {
    font-size: 1.8rem;
    margin-bottom: 20px;
}
li.category .txt{
    margin-top:16px;
	/*padding: 0 20px;*/
}
li.category .txt .comment{
    font-size:1.5rem;
}
/*li.category .txt.txt01 {
    top: 80px;
}
li.category .txt.txt02 {
    top: 65px;
}
li.category .txt.txt03 {
    top: 30px;
}
li.category .txt.txt04 {
    top: 35px;
}
li.category .txt.txt05 {
    top: 20px;
}
li.category .txt.txt06 {
    top: -20px;
}
li.category .txt.txt07 {
    top: 0px;
}*/
li.category .box {
    padding: 10px 16px;
    color: #fff;
    background: #d6413b;
    /*margin-top: 20px;*/
     max-width: 350px; 
    /*display: inline-block;*/
}
li.category .box p {
    margin: 0;
    padding: 0;
	text-align: center;
	font-size:1.5rem;
}
/*-----------------------
event_campaign
-------------------------*/
h2 p.ttl{
    font-family: 'Lato', sans-serif;
    font-weight:400;
	/*line-height: 1.1;*/
}
.gourmet_bg2 h2 p.ttl{
	line-height: 1.1;
}
.event_campaign{
    background-image: url(/assets/img/special/enjoy_yorimichi/2023_spring/event_campaign_spring_bg__sp.jpg);
     background-repeat:no-repeat;
          background-size:contain;
     /*background-size: cover;*/
}
.section_ttl{
    padding-bottom: 10px;
}
.sub_ttl{
    font-size:1.5rem;
	padding-top:10px;
}
.event_campaign_txt{
    margin-top:30px;
}
.h2_ec{
    margin-bottom:34px;
}
.item_list{
margin-bottom:28px;
}
 .item_list2{
padding-bottom:70px;
}
 .item_list3{
padding-bottom:70px;
}

.item_list:nth-child(even){
    margin-right:0;
}
.item_thumb{
margin: 0 auto;
overflow: hidden;
}
.item_thumb img{
    margin-bottom:8px;
    width:100%;
}
.item_name{
    font-size: 1.8rem;
    line-height: 1.3;
}
.item_txt{
    width:100%;
}
.area_name{
    font-size:1.2rem;
}
.area_name2{
    font-size:1.4rem;
}
.sp_item_exp {
    font-size: 1.4rem;
    padding-bottom: 10px;
}

.bg_pink{
    background-color:#FFFCE9;
}

.bg_orange{
    background-color:#FFF6E9;
}

.thumb_list{
    margin-bottom: 15px;
}
.thumb_list p {
    padding-top: 10px;
}
.thumb_list:nth-child(even){
    margin-right:0;
}
.thumb_list:last-child{
    margin-bottom: 0;
}
.thumb_list img{
    width:100%;
}
/*-----------------------
other
-------------------------*/
.other_box{
        background-color:transparent;
}
.other_bg{
	/*background: #f7fcfe;*/
	background: #FCFBF5;
}
/*.other_01_bg{
    background: #f8f6f0;
}
.other_02_bg{
    background: #e6faff !important;
}
.other_03_bg{
    background: #F7F9FA;
}
.other_04_bg{
    background: #F5F5F5 !important;
}
.other_05_bg{
    background:#fcfaf4;
}
.other_06_bg{
    background: #f8fff4;
}
.other_07_bg{
	background: #fcf3f2;
}
.other_08_bg{
	background: #FEFEF0;
}
.other_09_bg {
    background: #f3ece3;
}
.other_010_bg {
    background: #f7faf1;
}*/
.other_box{
    padding-top:40px;
    padding-bottom: 20px;
}
.other_txt{
    padding:0 20px;
}
.other_ttl{
    font-size:2.625rem;
    margin-bottom:30px;
    color:#696046;
    padding-top: 20px;
}

.other_01_bg.other_box{
    padding-bottom: 40px;
}

/*-----------------------
insta
-------------------------*/
.sns_ttl{
    font-size:2.2rem;
    margin-bottom: 30px;
}
.img_insta{
    margin-top:20px;
    width:60px;
}
.sns_inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 64px 10px 80px;
}
.sns_box{
    margin-bottom: 30px;
}
.sns_thumb{
    justify-content: space-around;
    margin: 0 auto;
    max-width: 200px;
    display:flex;
}
.sns_embed{
    display:flex;
    margin:0 auto;
    max-width:1000px;
}
.instagram{
    width:500px;
}


/* PageTopBtn */
/*  .pagetop{
      display: none;
      position: fixed;
      right: 15px;
      bottom: 80px;
      z-index: 5;
  }
  .pagetop a{
      display: block;
      font-size: 0;
      width: 50px;
      height: 50px;
      text-align: center;
      background-color:#fff;
      border-radius: 50%;
      line-height: 50px;
      box-shadow: 0px 0px 9px -6px rgba(0,0,0,0.6);
      transition: .3s;
  }
  .pagetop a:hover{
	  background-color: #028bfd;
  }
  .pagetop a i{
      font-size: 2rem;
      color:#333333;
      line-height: 50px;
  }
  .pagetop a:hover .fas.fa-chevron-up{
      color:#fff;
  }*/
/*-----------------------
map
-------------------------*/
.cont_search_map {
    width: 100%;
    min-height: 590px;
    padding-bottom: 23px;
}
.contents .cont_event_view-outer{
    border:none;
}

@media screen and (min-width: 415px){
	/*-----------------------
	movie
	-------------------------*/
  #movie{
	height:100vh;
	}
	
	@supports (-webkit-touch-callout: none) {
  #movie {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}

	#video {
    min-height: 100%;
    min-width: 100%;
}
/*.illust_box2::before {
    top: -45%;
    left: 0%;
}*/
}
@media screen and (min-width: 460px){
.illust_box2::before {
    top: -45%;
    left: 0%;
}
}

@media screen and (min-width: 640px){
	/*-----------------------
	utility
	-------------------------*/
       .bnr_br_sp, .sp{
        display: none;
      }
      .bnr_br_pc, .pc{
        display: block;
      }
      .ranking1_item_list img.crown{
        width: 15%;
      }
	
	/*-----------------------
	header
	-------------------------*/
      h1{
      font-size: 4rem;
      }
      .header_logo {
      width: 130px;
      left: 8px;
      background: none;
      }
	  .header_bg{
      background-image: url(/assets/img/special/enjoy_yorimichi/2023_spring/header_spring_bg__pc.jpg)!important;
      /*padding-bottom:90px;*/
		padding-bottom:100px;
      /*height:65vh;*/
    }

	/*-----------------------
	about
	-------------------------*/
	.about{
    min-width: 600px;
	padding: 64px 10px 40px;
	}
   　.about_title{
	font-size:2.2rem;
	pading:5px 0;
    }
    .about_txt{
    font-size:1.8rem;
    }
	.about img{
	width: 100%;
    }

	/*-----------------------
	btn
	-------------------------*/
	.absolute{
	position:absolute;
    left: 10%;
    bottom: -10.5%;   
	width:80%;
    }
    .btn_wrapper_2{
        justify-content: flex-start;
    }
    .btn_wrapper_3{
        justify-content: flex-start;
    }
        .btn_2{
        width:53%;
    }
	
	/*-----------------------
	Special Content
	-------------------------*/
	.info_box{
		margin:0 auto;
	}
    .info_list{
        display:flex;
		padding-top:50px;
    }

    .info_list:nth-child(even){
        flex-direction: row-reverse;
    }
/*	    .info_txt{
		margin-top:15px;
    }*/
	
	/*-----------------------
	Special Contentのイラストなど
	-------------------------*/	
.illust_box1::before {
    top: -15%;
	left:5%;
    width: 4em;
    height: 5em;
}
/*.illust_box2::before {
    top: -15%;
	left:3%;
    width: 5em;
    height: 5em;
}*/
.illust_box1::after {
    bottom: 3%;
    right: 10%;
    width: 5em;
    height: 5em;
}
/*.illust_box2::after {
    bottom: 3%;
    right: 3%;
    width: 5em;
    height: 5em;
}*/
/*	.logo_winter{
	padding-top: 0;
}
    .logo_winter::after {
    top: -350%;
    right: 0%;
    width: 8em;
    height: 8em;
}*/
    .item_outer{	
     padding:0 40px;	
}
	.item_outer2{	
     padding:0 75px;	
}
	.info_thumb_s {
    display: flex;
	height: auto;
    align-items: flex-start;
}
	.info_thumb_01{
    width: 60%;
    padding-right: 5%;
    padding-top:0;
	}
    .info_thumb_02{
    width: 35%;
    padding-top:0;
	}
    .txt_largest{
    padding-bottom:0;
    }
	.ranking1_item_list{
		margin-top:0;
	}
	.ranking1_item_list img{
    width: 60%;
	padding-top:50px;
    }
	 .ranking2_item_list{
    width: 48%;
    max-width: 800px;
    margin-right: 4%;
    }
   .ranking1_item_list img.crown{
    top: -7%;
    left: 15%;
    }
    .ranking1_item_list img.glitter{
    width: 12%;
    top: -7%;
    right: 13%;
    }
    .ranking1_item_list img.glitter2{
    width: 12%;
    left: 13%;
    }
	.ranking2_item_list{
    margin-top:20px;
	}
	.txt_vote_line::before {
    transform:rotate(-20deg);
	}
	.txt_vote_line::after {
    transform:rotate(20deg);
	}
	.txt_vote_line::before,
    .txt_vote_line::after {
    height:7.5rem;
    }
	
/*-----------------------
info_limited
-------------------------*/
    .info_list_s{
        display: flex;
        }
	
	.info_txt_s{
        width: calc(100% - ( 26% + 30px) );
    }
/*    .info_txt_s p:first-child{
        padding-bottom:20px;
    }*/
	.info_thumb_s{
		width: 26%;
		margin-right:30px;
	}
		.info_thumb_s img{
        width:100%;
		margin:0;
	}
/*	.info_txt_s{
	width: calc(100% - ( 26% + 30px) ); 
}*/
/*	.info_thumb_s{
		width: 26%; 
		margin-right: 30px;
	}*/
/*	.info_thumb_s img{
		width:100%;
	}*/

	/*-----------------------
	event_campaign
	-------------------------*/
	h2{
	/*margin-bottom: 24px;*/
    }

	.event_campaign{
	background-image: url(/assets/img/special/enjoy_yorimichi/2023_spring/event_campaign_spring_bg__pc.jpg);
         background-repeat:no-repeat;
		background-size:contain;
		/*background-size: cover;*/
}
	.event_campaign_txt{
          margin-top:0;
      }
.item_box{
    display: flex;
}
    .item_list{
    width: 32%;
    max-width: 800px;
    margin-right: 2%;
    }

	.item_list:nth-child(even){
	margin-right:2%;
}
    .item_list:nth-of-type(3n){
	margin-right:0;
}
    .item_list2{
    width: 47.5%;
    max-width: 560px;
    margin-right: 5%;
    }
     .item_list3{
    width: 45%;
    max-width: 400px;
    margin-right: 15%;
    }
     .item_list2:nth-of-type(2n), .item_list3:nth-of-type(2n){
	margin-right:0;
	}

    .thumb_box{
        display:flex;
        flex-wrap: wrap;
    }
    .box_center{
        justify-content: center;
    }
    .thumb_list{
        width: 32%;
        margin-right: 2%;
        margin-bottom:0;
    }

	.thumb_list:nth-child(even) {
     margin-right: 2%; 
    }
    .thumb_list:nth-child(3n) {
     margin-right: 0; 
    }
	.thumb_list:nth-of-type(4),.thumb_list:nth-of-type(5),.thumb_list:nth-of-type(6),.thumb_list:nth-of-type(7),.thumb_list:nth-of-type(8),.thumb_list:nth-of-type(9){
		padding-top:20px;
	}
	
	.insta{
/*		padding-bottom:80px;*/
/*		padding-top: 52px;*/
	}
	
/*-----------------------
Other
-------------------------*/	
.other_box{
	display:flex;
	padding-top:40px;
	padding-bottom:30px;
    }
	.other_txt{
    margin-top:4%;
	width: calc(100% - ( 51.3% + 50px) );
    }
	.other_ttl{
		padding-top:0;
	}
	.other_thumb{
	width: 51.3%;
	margin-right: 10px;
	text-align:right;	
	}
	.other_thumb img{
		padding-right: 20px;
	}
	}

@media screen and (max-width:767px) {
    li.category .box{
    margin:0 auto;
	/*padding: 10px 16px;*/
	margin-top:20px;
    }
  }

@media screen and (min-width: 768px){
    .c-roundbox {
	padding:48px 34px;
    border-radius: 0 0 64px 0;
    }
	.c-roundbox2 {
	padding:0 34px 0;
    }
	/*-----------------------
	gourmet_information
	-------------------------*/	
    .gourmet_bg2{
      padding-bottom: 100px;
    }
	#gourmet_information ul{
		padding:0;
	}
	h3{
      font-size:2.4rem;
    }
    li.category {
        display: flex;
    }
    li.category:nth-child(even) {
        flex-direction: row-reverse;
    }
	li.category:nth-child(2) {
      margin-top: -40px;
    }
	li.category:nth-child(3) {
      margin-top: 40px;
    }
	li.category:nth-child(5) {
      margin-top: -20px;
    }
    li.category:nth-child(6) {
      margin-top: 40px;
    }
	li.category:nth-child(7) {
      margin-top: 20px;
    }
    li.category .pic {
        width: 50%;
    }
	li.category .txt{
        width: 41.5%;
        padding: 0 3.5% 0 5%;
        margin:auto;
    }
/*	li.category .txt .comment{
        font-size:1.5rem;
    }*/
	li.category .box{
		margin-top:15px;
		/*display:inline-block;*/
		padding: 10px 16px;
	}
/*	li.category .box p {
        font-size:1.5rem;
}*/
}

@media screen and (min-width: 960px){
	/*-----------------------
	common
	-------------------------*/
    .br_sp{
        display: none;
    }
    .br_pc{
        display: block;
    }
	h1{
		font-size:5rem;
	}

	/*-----------------------
	header
	-------------------------*/
	.header_bg{
		padding-top:84px;
		padding-bottom:125px;
		/*height:80vh;*/
	}
	/*-----------------------
	navigation
	-------------------------*/
    .nav_logo {
        position: static;
		width:400px;
       z-index: 11;
		margin: auto 0;
    }
    .btn_nav {
		display: none;
	}

	.navigation__pc {
		position: absolute;
		bottom:0;
		left: 0;
		width: 100%;
		height:86px;
		background-color: rgba(255,255,255,0.8);
		z-index: 11;
	}
	.nav_wrapper__pc{
		display: flex;
		justify-content: space-between;
		max-width: 1140px;
		margin: 0 auto;
		padding: 0 20px;
	}
    .nav_menu__wrapper__pc{
		display: flex;
        flex-direction: inherit;
        position: static;
		top: 0;
		right: 40px;
		width: auto;
		height: auto;
        background-color: transparent;
    }

	.nav_menu__pc {
		display: flex;
		flex-direction: inherit;
		margin: 0 auto;
    }
	.nav_menu__pc > li{
		display: inline-block;
		position: relative;
		padding: 10.5px 20px 10.5px 0;
		cursor: pointer;
	}

	.nav_menutitle__pc img{
		display: block;
		margin: auto;
        width:40.5px;
		height: auto;
	}
	.nav_menutitle__pc2 img{
		display: block;
		margin: auto;
		width:42.5px;
		height: auto;
		margin-top: 5px;
	}
    .nav_menu__pc > li:nth-of-type(2){
        padding: 10.5px 30px 10.5px 0;
    }
	.nav_menutitle__pc span{
		font-size: 1.4rem;
		font-family: 'Lato', sans-serif;
		font-weight:700;
	}

	.nav_menu__pc > li > ul{
		display: none;
	}
	.nav_menu__pc > li:hover ul{
		display: block;
		position: absolute;
		padding: 0;
		margin: 0;
		top: 96px;
		left: 0;
		list-style-type: none;
		background-color: #fff;
		box-shadow: 0 1px 8px rgb(0 0 0 / 5%);
	}
	.nav_menu__child__pc li{
		font-size: 1.5rem;
		padding: 10px 8px;
		border-top: 1px solid #d9d9d9;
		transition: .3s;
	}
	.nav_menu__child__pc li a{
		display: block;
		width: 100%;
	}
	.nav_menu__child__pc li:hover{
		background-color: #c3c3c3;
	}


	/*-----------------------
	btn
	-------------------------*/
	.btn_3{
	width:70%;
	}
    /*-----------------------
	about
	-------------------------*/
	.about_title{
	font-size:2.5rem;
	white-space: nowrap;
	}
	.about_txt{
    font-size:2rem;
    white-space: nowrap;
	}
	/*-----------------------
	Special Contentイラストなど
	-------------------------*/
    .illust_box1::before{
    top: -15%;
    left: 17%;
    }
    .illust_box2::before {
    top: -15%;
	left:15%;
    }
	.illust_box1::after {
    bottom: 3%;
    right: 17%;
    }
    .illust_box2::after {
        bottom: 3%;
        right: 13%;
    }
	.logo_winter::after {
    top: -250%;
    right: 0%;
    }
	.info_title{
		/*padding-top:5px;*/
		padding-top18px;
		margin-bottom:10px;
	}
	/*-----------------------
	gourmet_information
	-------------------------*/	
	h3{
      font-size:2.8rem;
    }
		li.category .txt .comment{
        font-size:1.6rem;
    }
	li.category .box p {
        font-size:1.6rem;
    }
	
	/*-----------------------
	Event_Campaign
	-------------------------*/	
	.thumb_list{
	width: 18.4%;
    }
	.thumb_list:nth-child(3n) {
     margin-right: 2%; 
    }
	.thumb_list:nth-of-type(5){
    margin-right: 0;
    }
    .thumb_list:last-child{
		margin-right:0;
    }
    .thumb_list:nth-of-type(4),.thumb_list:nth-of-type(5),.thumb_list:nth-of-type(6),.thumb_list:nth-of-type(7),.thumb_list:nth-of-type(8),.thumb_list:nth-of-type(9){
    padding-top:0;
    }
	/*-----------------------
	Other
	-------------------------*/	
    .other_txt{
    margin-top:6%;
}
}
