@charset "UTF-8";

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height:0;
	min-width : 0;
}

a{
	color:inherit;
	text-decoration: none;
	transition: 0.3s;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	outline: none;
}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb80{margin-bottom: 80px;}
.mb100{margin-bottom: 100px;}
.mb200{margin-bottom: 200px;}

.normal{font-weight: normal;}
.small{font-size: 8pt;}
.red{color: #CC0000;}
.bold{font-weight: bold;}

#text{
	display: none;
}

button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/* SP版ベースに構築 ---------------------------------------- */


/* ローディング設定 */
html {
	visibility: hidden;
}
html.wf-active {
	visibility: visible;
}

.red{
	color: red;
}

.loading{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #efefef;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	overflow: hidden;
}

.loading_logo{
	animation: flash 3s linear infinite;
	-webkit-animation: flash 3s linear infinite;
	width: 200px;
}

.loading_logo img{
	width: 200px;
	height: 110px;
	display: block;
}

.loading_logo p{
	text-align: center;
	margin-top: 10px;
}

@keyframes flash {
	0% {opacity: .2;}
	20% {opacity: .2;}
	50% {opacity: 0;}
	100% {opacity: .2;}
}

@-webkit-keyframes flash {
	0% {opacity: .2;}
	20% {opacity: .2;}
	50% {opacity: 0;}
	100% {opacity: .2;}
}

.loading_logo img{
	width: 100%;
	height: 100%;
}


/* 共通設定 */
.sp_none{
	display: none;
}

.pc_none{
	display: block;
}

html{
	font-size: 62.5%;
	height: 100%;
	width: 100%;
}

body {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.3rem;
	background-color: #FFE100;
	color: #111;
	line-height: 2.0;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	font-feature-settings : "palt";
	letter-spacing: 0.05em;
	width: 100vw;
	min-width: 100vw;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bodyfixed{
		position: fixed;
		width: 100%;
		height: 100%;
}

.contents_wrap{
	animation: dummy .5s ease 0s 1 normal;
	-webkit-animation: dummy .5s ease 0s 1 normal;
}

@keyframes body_fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes body_fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h2, h3,h4{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

.cloud{
	position: relative;
}

.cloud:before{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	content: "";
	width: 100vw;
	height: 4vh;
    top: calc(-4vh + 1px);
}

.cloud_white:before{
	background-image: url("../img/cloud@2x.png");
}

.cloud_gray:before{
	background-image: url("../img/cloud@2x_gray.png");
}

.cloud_yellow:before{
	background-image: url("../img/cloud@2x_yellow.png");
}

.w80vw{
	width: 80vw;
}
.smallfont{
	font-size: smaller;
}

footer{
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #ffe100;
}

footer small{
	color: #999;
	text-align: center;
	display: block;
	font-size: 1.1rem;
}

footer h1{
	width: 68px;
	height: 59px;
	margin: 0 auto;
}

footer h1 img{
	width: 100%;
	height: 100%;
	display: block;
}

.footer_sns{
	margin: 40px auto;
	display: flex;
	width: 50vw;
	justify-content: space-evenly;
}

.footer_sns .fb{
	width: 12px;
	height: 24px;
}

.footer_sns .insta{
	width: 23px;
	height: 23px;
}
.footer_sns .twitter{
	width: 23px;
	height: 23px;
}

.footer_sns .fb img, .footer_sns .insta img, .footer_sns .twitter img{
	width: 90%;
	height: 90%;
	display: block;
}

.footer_sitemap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 80vw;
	margin: 0 auto;
	padding-left: 20px;
	letter-spacing: 0.15em;
}

.footer_sitemap li{
	margin-right: 20px;
	margin-bottom: 10px;
}

.pagetop{
	width: 25px;
	height: 25px;
	margin-left: auto;
	margin-right: 5vw;
	margin-bottom: 20px;
}

.pagetop img{
	width: 100%;
	height: 100%;
	display: block;
}




/* index */
.firstview{
	width: 100vw;
	overflow: hidden;
	padding-top: 200px;
	background-image: url("../img/top/newlogo_fv.svg");
	background-position: center top 50px;
	background-repeat: no-repeat;
	background-size: 32% auto;
	position: relative;
	padding-bottom: 50px;
}

.firstview24{
	padding-top: 0px;
	background-image:none !important;
}

.firstview24 img{
	width: 100%;
}

.character img{
	width: 110%;
	height: auto;
	display: block;
	position: relative;
    left: 55%;
    transform: translate(-55%, 0);
}

.every- img{
	width: 50%;
	height: auto;
	display: block;
	position:absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -25px);
}

.news{
	padding-bottom:100px;
}

.news section{
	margin: 0 auto;
}

.news .pan_white{
	background-image: url("../img/top/h2_back.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 83px;
	height: 49px;
	text-align: center;
	line-height: 1;
	padding-top: 14px;
	text-transform: uppercase;
	font-size: 1.2rem;
}

.news ul{
	padding-top: 25px;
	line-height: 1.6;
}

.news li{
	margin-bottom: 15px;
}

.kodawari{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.kodawari section{
	width: 100vw;
	overflow: hidden;
}

.kodawari .point{
	width: 84px;
	height: 30px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.kodawari .point img{
	width: 100%;
	height: 100%;
	display: block;
}

.kodawari .h2_wrap{
	background-image: url("../img/top/shokupan_repeat.jpg");
	background-repeat: repeat-x;
	background-size: contain;
	height: 160px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 60px;
	width: 300%;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

.kodawari h2, h3.menbou{
	background-image: url("../img/menbou.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 222px;
	height: 37px;
	text-align: center;
    line-height: 37px;
	letter-spacing: 0.2em;
}

h3.menbou{
	margin: 0 auto;
	margin-bottom: 55px;
}

.point_list{
	margin: 0 auto;
	margin-bottom: 50px;
}

.point_list dt{
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 15px;
}

.point_list dt img{
	width: 25%;
	height: auto;
	display: block;
}

.point_list dd{
	text-align: justify;
	text-justify: inter-ideograph;
}

.point_list h3{
	font-size: 1.4rem;
	text-align: center;
	height: 50px;
	width: 75%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 7px;
	line-height: 1.4;
	letter-spacing: 0.2em;
}

.point_list.list01 h3{
	padding-top: 17px;
	line-height: 1;
	background-image: url("../img/top/point_01number.png");
}

.point_list.list02 h3{
	background-image: url("../img/top/point_02number.png");
}

.point_list.list03 h3{
	background-image: url("../img/top/point_03number.png");
}

.bana{
	background-color: #efefef;
	padding-top: 35px;
	padding-bottom: 75px;
}

.bana ul{
	width: 85vw;
	margin: 0 auto;
}

.bana li{
	margin-bottom: 35px;
}

.bana li img{
	width: 100%;
	height: auto;
	display: block;
}

.modal_check_b{
	margin: 30px;
}

.modal_check_b p{
	font-size: 1.4rem;
	text-align: left;
}

.modal_check_b .tel{
	text-decoration: underline;
}


.insta_wrap{
	background-color: #fff;
	padding-top: 35px;
	padding-bottom: 100px;
}

.insta_wrap h1{
	width: 60px;
	height: 52px;
	margin: 0 auto;
	margin-bottom:3px;
}

.insta_wrap h1 img{
	width: 100%;
	height: 100%;
	display: block;
}

.insta_wrap h2{
	text-align: center;
	margin-bottom: 40px;
}

.insta_wrap h2 span{
	background:linear-gradient(transparent 60%, #ffe100 60%);
}


.instafeed{
	width: 100%;
	margin: 0 auto;
}

.instafeed li{
	width: 33.3vw;
	height: 33.3vw;
}

.instafeed li img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.instafeed .slick-slide:not(.slick-center) {
	filter: brightness(80%);
}

.slick-slider{
	position: relative;
}

.slick-arrow{
	position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.prev-arrow{
	left: 5px;
}

.next-arrow{
	right: 5px;
}



.othersite{
	padding-top: 50px;
}

.othersite img{
	width: auto;
	height: 170px;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.othersite p{
	width: 80vw;
	margin: 0 auto;
	text-align: left;
}

.othersite section{
	margin-bottom: 70px;
}

.othersite .nolink{
	pointer-events: none;
	display: block;
}


/*subpage共通*/

.subpage .h2_wrap{
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 110%;
	width: 100vw;
	height: 160px;
	max-height: 43vw;
}

.subpage .h2_wrap section{
	padding-top: 30px;
}

.subpage .h2_wrap h2{
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	width: 80%;
	text-align: left;
	margin: 0 auto;
	background-repeat: no-repeat;
	padding-top: 20px;
}


/* lineup */
.h2_wrap_lineup{
	background-image: url("../img/lineup/h2_back.png");
}

h2.h2_lineup{
	background-image: url("../img/lineup/yummy.svg");
	background-size: 59px auto;	
	background-position: top left 10px;
}

.item_list{
	background-color: #fff;
	background-image: url("../img/lineup/silhouette.png");
	background-position: right 20px bottom;
	background-repeat: no-repeat;
	background-size: 150px auto;
	padding-top: 50px;
	padding-bottom: 75px;
}

.thumb_wrap{
	width: 100vw;
	margin-bottom: 50px;
}

.thumb_wrap ul{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin: 0 auto;
}

.thumb_wrap ul li{
	width: calc(100% / 2 - 15px);
	margin-bottom: 30px;
}

.thumb_wrap ul img{
	width: 100%;
	height: auto;
	display: block;
	margin-top: -100%;
}

.thumb_wrap figcaption{
	line-height: 1.4;
}

.thumb_wrap .item_name{
	margin-bottom: 5px;
}

.thumb_wrap .product_list_img{
	display: block;
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	margin-bottom: 7px;
}

.thumb_wrap .product_list_img:after{
	display: block;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #ffe100;
	background-image: url("../img/lineup/loupe.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px auto;
	right: 0;
	bottom: 0;
}

.select_wrap p{
	text-align: center;
	margin-bottom: 10px;
}


.select_wrap select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: transparent;
	width: 80%;
	height: 40px;
	border: 2px solid #111;
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 50px;
	display: block;
    border-radius: 10px;
	font-family: noto-sans-cjk-jp, sans-serif;
	padding-left: 10px;
	position: relative;
	background-image: url("../img/lineup/select_cursol.svg");
	background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 17px;
}

.select_wrap select::-ms-expand {
	display: none;
}


.detail_wrap{
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 5vw;
	margin-bottom: 5vh;
}

.detail_img{
	display: block;
}

.detail_img img{
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}

.detail_text{
	width: 90%;
	text-align: left;
	margin: 0 auto;
}

.detail_text h3{
	font-size: 1.2rem;
}

.detail_text h3 span{
	background:linear-gradient(transparent 60%, #ffe100 60%);
}

.detail_text h4{
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}

.detail_text h4 .new_icon{
	font-size: 1.0rem;
	background-color: #ffe100;
	border-radius: 5px;
	letter-spacing: 0;
    margin-left: 3px;
	text-transform: uppercase;
	padding: 4px;
}

.detail_price{
	margin-bottom: 20px;	
}

.detail_appeal{
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom: 10px;
}

.to_webshop{
	border-top: 2px solid #111;
	margin-top: 30px;
    padding-top: 30px;
}

.to_webshop p{
	text-align: center;
	margin-bottom: 20px;
}

.to_webshop img{
	width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.modal{
	display: none;
}


/* toranews */
.h2_wrap_toranews{
	background-image: url("../img/toranews/h2_back.png");
}

h2.h2_toranews{
	background-image: url("../img/toranews/enjoy.svg");
	background-size: 53px auto;
	background-position: top left 40px;
}

.toranews{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 100px;
}

.toranews section{
	width: 80vw;
	margin: 0 auto;
}

.backnumber{
	background-color: #efefef;
	padding-top: 50px;
	padding-bottom: 50px;
}

.latest_image{
	padding-top: 30px;
	padding-bottom: 5px;
}

.latest_image a{
	display: block;
}

.latest_image a:first-of-type{
	margin-bottom: 20px;
}

.latest_image img{
	display: block;
	width: 100%;
	height: auto;
	border: 2px solid #111;
}

.latest_dl a{
	display: block;
	background-color: #FFE100;
	border-radius: 25px;
	height: 50px;
	font-weight: 600;
    line-height: 45px;
    text-align: center;
}

.latest_dl a span{
	position: relative;
}

.latest_dl a span:after{
	background-image: url("../img/toranews/download.svg");
	background-repeat: no-repeat;
	background-size: 18px auto;
	width: 18px;
	height: 18px;
	display: inline-block;
	content: "";
	position: absolute;
	right: -25px;
    top: 3px;
}

.backnumber section ul{
	width: 80vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.backnumber section li{
	width: 45%;
	margin-bottom: 25px;
}

.backnumber section img{
	width: 100%;
	height: auto;
	display: block;
}

.backnumber section figcaption{
	line-height: 1.4;
}

.backnumber_list_img{
	border: 2px solid #111;
	position: relative;
	display: block;
	margin-bottom: 5px;
}

.backnumber_list_img:after{
	display: block;
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background-color: #ffe100;
	background-image: url("../img/toranews/download.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 13px auto;
	right: 0;
	bottom: 0;
}


/* bakeries */
.h2_wrap_bakeries{
	background-image: url("../img/bakeries/h2_back.png");
}


h2.h2_bakeries{
	background-image: url("../img/bakeries/funny.svg");
	background-size: 63px auto;
	background-position: top left 10px;
}

.bakeries{
	background-color: #fff;
	padding-top: 50px;
}

.bakeries_copy span{
	display: block
}

.bakeries_copy img{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 30px;
}

.bakeries_copy em{
	font-style: normal;
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	letter-spacing: 0.15em;
	font-size: 1.4rem;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.bakeries_copy div p{
	width: 80vw;
	margin: 0 auto;
	text-align: justify;
	text-justify: inter-ideograph;
}

.shoplist{
	width: 80vw;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 75px;
}

.shoplist li{
	width: 45%;
	text-align: center;
	border: 2px solid #111;
	border-radius: 15px;
	height: 30px;
	align-items: center;
	margin-bottom: 20px;
	font-weight: 600;
}

.shoplist li a{
	display: block;
}

.shop_info{
	padding-top: 50px;
	padding-bottom: 100px;
	width: 100%;
}

.shop_info:first-of-type{
	padding-bottom: 75px;
}

.shop_info.cloud_white {
	background-color: #fff;
}

.shop_info.cloud_gray {
	background-color: #efefef;
}

.shop_info dl{
	width: 80vw;
	margin: 0 auto;
	margin-bottom: 15px;
}

.shop_info dd span{
	display: inline-block;
  vertical-align: top;
}


.shop_info h3{
	width: 81px;
	height: 47px;
	text-align: center;
	background-image: url("../img/bakeries/shopname.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    padding-top: 8px;
	margin-left: -15px;
	margin-bottom: 10px;
}

.shop_info .okazaki h3{
	background-image: url("../img/bakeries/shopname_long.svg");
	width: 123px;
}

.shop_pic img{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.to_gmap{
  margin-top: 15px;
}


.to_gmap a{
	display: block;
	width: 80vw;
	min-width: 260px;
	border: 2px solid #111;
	background-color: #fff;
	border-radius: 10px;
	height: 40px;
	text-align: center;
	line-height: 35px;
	margin: 0 auto;
	font-weight: 600;
	background-image: url("../img/bakeries/cursol.svg");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.payment{
	width: 80vw;
    display: block;
    margin: 10px auto;
}

.payment-s{
	width: 80vw;
    display: block;
    margin: 10px auto;
}

.payment-s img{
	width: 75%;
}



/* media */
.h2_wrap_media{
	background-image: url("../img/media/h2_back.png");
}

h2.h2_media{
	background-image: url("../img/media/watch.svg");
	background-size: 53px auto;
	background-position: top left 10px;
}


/*ここから*/

.media_contact{
	width: 85vw;
	margin: 0 auto;
	margin-bottom: 50px;
}

.movie{
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 75px;
}
.youtube-wrap {
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.youtubeicon {
  width: 35vw;
  max-width: 200px;
}
.movielist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 55px;
}
.movielist li {
  width: calc(100% / 2 - 5px);
  margin: 0 5px 5px 0;
}
.movielist li a {
  display: block;
  width: 100%;
}
.thumbnail  {
  display: block;
  width: 100%;
  height: auto;
}

/*.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#topics {
  position: relative;
  z-index: 1;
}

#topics .hide {
  display: none;
}*/

/*.tab {
/*	overflow: hidden;*/
/*display: flex;
	flex-wrap: wrap;
	width: 80vw;
	margin: 0 auto;
	padding-top: 20px;
}

.tab li {
  list-style: none;
	width: calc(100% / 3 - 5px);
	margin-right: 5px;
	margin-bottom: 15px;
}

.tab li img {
  display: block;
	width: 100%;
	height: auto;
}

.tab li:last-child {
  margin-right: 0;
}

.tab li:hover {
  cursor: pointer;
}*/

.interview{
  background-color: #efefef;
  padding-top: 50px;
  padding-bottom: 75px;
}

.interview section{
	margin: 0 auto;
	width: 80vw;
}

.interview h3.menbou{
	margin-bottom: 25px;
}

.interview table{
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.interview table th, .interview table td{
	padding: 20px 10px;
	line-height: 1.8;
	text-align: left;
}

.interview table th{
	width: 100%;
	display: block;
	font-weight: normal;
	padding-bottom: 5px;
}

.interview table td{
	width: 100%;
	display: block;
	border-bottom: 2px solid #fff;
	padding-top: 0;
}

span.place{
	display: inline-block;
    background-color:#ddd;
	margin-left: 5px;
    padding: 0 5px;
}

.menu__item {
  cursor: pointer;
  display: block;
	margin-bottom: 20px;
}

.menu__item__link {
  display: block;
  position: relative;
	background-color: #fff;
	border: 2px solid #111;
	border-radius: 10px;
	font-family: noto-sans-cjk-jp, sans-serif;
	padding-left: 10px;
	background-image: url("../img/lineup/select_cursol.svg");
	background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 17px;
	height: 35px;
	line-height: 30px;
}
 
.submenu {
  display: none;
	padding-top: 10px;
}


.to_toranews{
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 75px;
}

.to_toranews img{
	width: 80vw;
	height: auto;
	display: block;
	margin: 0 auto;
}

.lineup_attention{
	width: 85%;
	text-align: left;
	margin: 0 auto;
}

.underline{
	text-decoration: underline;
}





@media screen and (max-width:812px){ /*スマホのみ商品タブ*/
	.item_list aside{
		margin-bottom: 60px;
	}
	
	.item_list .tab_wrap{
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	
	.item_list .tab_wrap::-webkit-scrollbar {
		display:none;
	}
	
	.item_list aside ul{
		width: auto;
		display: table;
		padding-left: 7.5vw;
		padding-right: 7.5vw;
		padding-bottom: 10px;
		border-spacing: 10px 0;
	}
	
	.item_list aside li{
		display: table-cell;
		min-width: 100px;
		text-align: center;
		padding: 10px;
		border: 2px solid #111;
		white-space: nowrap;
		vertical-align: middle;
		border-radius: 10px;
	}
	
	.item_list aside li.active{
		background-color: #FFE100;
		position: relative;
	}
	
	.item_list aside li.active:after{
		display: block;
		width: 13px;
		height: 10px;
		background-image: url("../img/lineup/fukidashi.svg");
		background-position: center bottom;
		background-size: contain;
		background-repeat: no-repeat;
		content: "";
		position: absolute;
		bottom: -7px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	
	.scroll_button{
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: -47px;
	}
	
	.scroll_left, .scroll_right{
		width: 25px;
		height: 25px;
		position: relative;
		z-index: 1;
	}
	
	.scroll_left img, .scroll_right img{
		width: 100%;
		height: 100%;
	}
	
}
/*モーダルウィンドウ ニュース*/
.modal_news{
	background-color: rgba(0,0,0,0.5);
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 9999;
	display: flex;
	justify-content: center;
    align-items: center;
}

.modal_news div{
	background-color: #fff;
	width: 85%;
	padding: 50px 35px;
	position: relative;
}

.modal_news em{
	font-style: normal;
	display: inline;
    background: linear-gradient(transparent 70%, #fecc1f 0%);
	font-size: 1.6rem;
}

.modal_news p.modal_news_text{
	margin-top: 10px;
}

.modal_news p.modal_news_text span{
	color: #cc0000;
}

.modal_news_close{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #111;
	position: absolute;
    top: -25px;
    right: -20px;
	cursor: pointer;
}

.modal_news_close span::before,
.modal_news_close span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
    height: 5%;
    margin: -4% 0 0 -26%;
	background: #fff;
}
.modal_news_close span::before {
	transform: rotate(-45deg);
}
.modal_news_close span::after {
	transform: rotate(45deg);
}
/*2023.4.7追記　ギネス挑戦POPUP時の詳細*/
.tm_mark {
  font-size: 10px;
  vertical-align: text-top;
}
.modal_news_btn {
  text-align: center;
  border: 2px solid #111;
  border-radius: 15px;
  padding: 5px;
}
.modal_news_btn a {
  display: block;
}

/*2023.5.23追記　ギネス達成画像POPUP掲載*/
.modal_news_img {
  max-width: 400px;
  margin: 0 auto;
}
.modal_news_img img {
  width: 100%;
}


/* PC版上書き ---------------------------------------- */

@media screen and (min-width:813px){
	body{
		font-size: 1.6rem;
	}
	
	.sp_none {
		display: block;
	}
	
	.pc_none {
		display: none;
	}
	
	
	footer{
		padding-top: 100px;
		padding-bottom: 75px;
	}
	
	.footer_innner{
		display: flex;
		width: 80vw;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		left: 75px;
	}
	
	.footer_sns{
		width: 110%;
		justify-content: space-between;
	}
	
	footer h1 {
		width: 130px;
		height: 76px;
	}
	
	.footer_sitemap{
		display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		flex-wrap: wrap;
		width: 80vw;
		margin: 0 auto;
		padding-left: 100px;
	}
	
	.footer_sitemap li{
		margin-right: 0;
		width: 150px;
		height: 50px;
	}
	
	footer small{
		margin-top: 47px;
	}
	
	
	/*index*/
	.firstview{
		background-image: none;
		padding-top: 60px;
		padding-bottom: 100px;
	}
	
	.firstview24{
		padding-top: 0px !important;
	}
	
	.firstview24 img{
		width:100%;
	}
	
	.character{
		position: relative;
	}
	
	.character:after{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		content: "";
		display: block;
		background-image: url(../img/top/newlogo_fv.svg);
		background-position: center bottom 9vw;
		background-repeat: no-repeat;
		background-size: 15% auto;
		width: 57vw;
		height: 51vw;
	}
	
	.character img {
		width: 57vw;
		left: 50%;
		transform: translate(-50%, 0);
	}
	
	.every- img {
		width: 26%;
		left: auto;
		right: 100px;
		transform: translate(0, 0);
		bottom: 0;
	}
	.news {
		padding-bottom: 130px;
	}
	
	.news section{
		width: auto;
		display: table;
	}
	
	.news .pan_white{
		display: table-cell;
		background-position: center top;
		padding-top: 22px;
		width: 130px;
		height: 77px;
		font-size: 1.8rem;
		vertical-align: top;
	}
	
	.js_isIe .news .pan_white{
		padding-top: 52px;
	}
	
	
	.news ul{
		display: table-cell;
		padding-top: 0;
		vertical-align: top;
	}
	
	.news ul li{
	    margin-left: 30px;
	}
	
	.news ul li a{
		display: flex;
	}
	
	.news ul li p.top_title{
		margin-left: 20px;
	}
	
	.kodawari{
		padding-top: 130px;
		padding-bottom: 100px;
	}
	
	
	.kodawari .h2_wrap {
		background-size: 250px auto;
		height: 250px;
		margin-bottom: 150px;
	}
	
	.kodawari .point {
		width: 137px;
		height: 49px;
	}
	
	.kodawari h2, h3.menbou{
		width: 442px;
		height: 66px;
		line-height: 66px;
		font-size: 2.2rem;
	}
	
	.js_isIe .kodawari h2, .js_isIe h3.menbou{
		line-height: 86px;
	}
	
	h3.menbou{
		margin-bottom: 80px;
		position: relative;
	}
	
	.cloud:before{
		background-repeat: repeat-x;
		background-size: 500px auto;
	}
	
	.point_list{
		width: 1000px;
		margin-bottom: 120px;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 230px auto;
	}
	
	.point_list.list01{
		background-image:url("../img/top/point_01illust.png");
	}
	.point_list.list02{
		background-image:url("../img/top/point_02illust.png");
	}
	.point_list.list03{
		background-image:url("../img/top/point_03illust.png");
		margin-bottom: 100px;
	}
	
	.point_list dt{
		display: block;
		padding-left: 300px;
		margin-bottom: 30px;
	}
	
	.point_list dt img{
		display: none;
	}
	
	.point_list dd{
		padding-left: 300px;
	}
	
	.point_list h3{
		height: 130px;
		width: 100%;
		font-size: 2.6rem;
	}
	
	.point_list.list01 h3 {
		padding-top: 50px;
	}
	
	.point_list.list02 h3, .point_list.list03 h3{
		padding-top: 30px;
	}
	
	.bana {
		padding-top: 130px;
		position: relative;
		height: 100%;
	}
	
	.bana .pcback{
		background-image: url("../img/top/check_PCback.jpg");
		background-repeat: no-repeat;
		background-size: auto 55%;
		background-position: right center; /*jsで変動*/
		width: 100vw;
		z-index: 1;
		position: absolute;
		height: 100%;
		right: 0;
		top: -100px;
	}
	
	.bana section{
		width: 60%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}
	
	.bana ul {
		width: 100%;
	}
	
	.bana li {
		margin-bottom: 100px;
	}
	
	.bana li:nth-child(2) img{
		position: relative;
		left: 90px;
	}
	
	.bana li img {
		width: 74%;
		max-width: 600px;
		position: relative;
		left: 0;
		transition: 0.3s;
	}
	
	.bana li img:hover {
		left: 7px;
	}
	
	.bana li:nth-child(2) img:hover{
		left: 97px;
	}
	
	.modal_check_b {
		margin: 75px;
	}
	
	.insta_wrap h1{
		width: 100px;
		height: 116px;
	}
	
	.insta_wrap{
		padding-top: 75px;
		padding-bottom: 175px;
	}
	
	.insta_gallery{
		width: 80vw;
		margin: 0 auto;
	}
	
	.instafeed li{
		height: calc((80vw - 300px) / 3)
	}
	
	.prev-arrow {
		left: 55px;
	}
	
	.next-arrow {
		right: 55px;
	}
	
	.slick-arrow{
		width: 35px;
		height: 35px;
		cursor: pointer;
	}
	
	.othersite section{
		margin-left: auto;
		margin-right: auto;
	}
	
	.othersite_inner{
		display: flex;
		width: 80vw;
		margin: 0 auto;
	}
	
	.othersite{
		padding-top: 100px;
		padding-bottom: 50px;
	}	
	
	.othersite p {
		width: 65%;
		font-size: 1.4rem;
	}
	
	.othersite img {
		width: 75%;
		height: auto;
		transition: 0.3s;
		position: relative;
		left: 0;
		margin-bottom: 50px;
	}
	
	.othersite img:hover {
		opacity: 0.7;
		left: 7px;
	}
	
	/*subpage共通*/
	.subpage .h2_wrap{
		height: 240px;
		max-height: inherit;
		background-size: auto 90%;
	}
	
	.subpage .h2_wrap h2 {
		background-position: top center;
		padding-top: 50px;
		text-align: center;
		font-size: 3.0rem;
	}
	
	.subpage .h2_wrap section {
		padding-top: 50px;
	}
	
	/*lineup*/
	.h2_wrap.h2_wrap_lineup{
		background-position: calc(50% + 20vw) calc(0% + 10px);
	}	
	
	h2.h2_lineup {
		background-size: 149px auto;
	}
	
	.js_isIe h2.h2_lineup {
		background-size: 298px auto;
	}
	
	.select_wrap{
		display: none;
	}
	
	.item_list{
		background-size: 200px auto;
		padding-top: 120px;
		padding-bottom: 0;
	}
	
	.item_list section{
		display: flex;
		width: 80vw;
		min-width: 1000px;
		margin: 0 auto;
		background-image: url("../img/lineup/item_listPCback.png");
		background-position: left top;
		background-repeat: repeat-y;
		background-size: 200px auto;
	}
	
	.thumb_wrap ul{
		padding-bottom: 50px;
		justify-content: space-between;
		margin-right: 0;
	}
	
	.thumb_wrap ul li {
		width: calc(100% / 3 - 30px);
		margin-bottom: 50px;
	}
	
	.thumb_wrap li span{
		transition: 0.3s;
	}
	
	.thumb_wrap li span:hover{
		opacity: 0.7;
	}
	
	.item_list aside{
		display: block;
		min-width: 200px;
		padding-top: 25px;
	}
	
	.item_list aside li{
		position: relative;
		padding-left: 32px;
		margin-bottom: 10px;
		cursor: pointer;
		transition: 0.3s;
	}
	
	.item_list aside li:hover{
		color: #777;
		padding-left: 35px;
	}
	
	.item_list aside li.active:before {
		display: block;
		content: "";
		position: absolute;
		width: 126px;
		height: 20px;
		background-image: url("../img/header/finger@3x.png");
		background-size: contain;
		top: 14px;
		left: -100px;
	}
	
	.thumb_wrap h3.menbou{
		left: 7.5%;
	}
	
	.thumb_wrap .product_list_img:after{
		width: 40px;
		height: 40px;
		background-size: 30px auto;
	}
	
	
	.scroll_button{
		display: none;
	}
	
	.detail_img_text{
		display: flex;
	}
	
	.detail_img{
		width: 400px;
	}
	
	.detail_img img{
		margin-bottom: 0;
	}
	
	.detail_wrap {
		font-size: 1.4rem;
	    width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.detail_text {
		width: 500px;
		padding-left: 50px;
	}
	
	.detail_text h4 {
		font-size: 1.8rem;
	}
	
	.to_webshop{
		display: flex;
		justify-content: center;
		margin-top: 50px;
		padding-top: 50px;
	}
	
	.to_webshop p{
	    margin-right: 20px;
		margin-top: 8px;
	}
	
	.to_webshop p br{
		display: none;
	}
	
	.to_webshop img {
		width: 260px;
	}
	
	.lineup_attention{
		width: auto;
		text-align: center;
		margin-bottom: 100px;
		margin-left: 7.5%;
		font-size: 1.2rem;
	}

	
	
	/*bakeries*/
	.h2_wrap.h2_wrap_bakeries{
		background-position: calc(50% + 20vw) calc(0% + 35px);
	}
	
	h2.h2_bakeries {
		background-size: 139px auto;
	}
	
	.js_isIe h2.h2_bakeries{
		background-size: 278px auto;
	}
	
	.bakeries{
		padding-top: 120px;
	}
	
	.bakeries_copy{
		width: 80vw;
		margin: 0 auto;
	}
	
	.bakeries_copy img{
		width: 68%;
		margin-right: 0;
	}
	
	.bakeries_copy em{
		font-size: 2.4rem;
		text-align: left;
		margin-bottom: 30px;
	}
	
	.bakeries_copy div{
		margin-top: -350px;
		margin-bottom: 30px;
	}
	
	.bakeries_copy div p{
		line-height: 2.5;
	}
	
	.shoplist {
		padding-bottom: 150px;
	}
	
	.shoplist li {
		width: 18%;
		border-radius: 35px;
		height: 45px;
		margin-bottom: 25px;
		padding-top: 3px;
		transition: 0.3s;
	}
	
	.shoplist li:hover{
		background-color:#FFE100;
	}
	
	.shop_info {
		padding-top: 125px;
		padding-bottom: 175px;
	}
	
	.shop_pic{
		display: none;
	}
	
	.shop_info dl{
		padding-left: 45vw;
/*		height: 27vw;*/
		min-height: 260px;
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 40vw auto;
	}
	
	#anjo.shop_info dl{
		background-image: url(../img/bakeries/shop01.jpg);
	}
	
	#handa.shop_info dl{
		background-image: url(../img/bakeries/shop02.jpg);
	}
	
	#okazaki.shop_info dl{
		background-image: url(../img/bakeries/shop03.jpg);
	}
	
	#yagoto.shop_info dl{
		background-image: url(../img/bakeries/shop04.jpg);
	}	
	
	#shidami.shop_info dl{
		background-image: url(../img/bakeries/shop06.jpg);
	}	
	
	#kasugai.shop_info dl{
		background-image: url(../img/bakeries/shop07.jpg);
	}
	
	.shop_info h3 {
		width: 130px;
		height: 75px;
		font-size: 1.8rem;
		padding-top: 12px;
		margin-left: 0;
	}
	
	.js_isIe .shop_info h3 {
		padding-top: 22px;
	}
	
	.to_gmap{
/*		width: 80vw;*/
		margin: 0 auto;
    margin-top: 10px;
/*		margin-top: -13%;*/
	}
	
	.to_gmap a{
		width: 35vw;
		height: 45px;
		line-height: 40px;
		margin-right: 0;
		text-align: left;
		padding-left: 15px;
	}
	
	.payment{
	width: 35vw;
    display: block;
    margin-top:10px;
/*	margin-left: 55%;*/
}
	.payment-s{
	width: 35vw;
    display: block;
    margin-top:10px;
/*	margin-left: 55%;*/
}
	.payment-s img{
	width: 70%;
}
	
	.to_gmap a:hover{
		background-color:#FFE100;
	}
	
	.shop_info .okazaki h3{
		width: 203px;
	}
	
	.shop_info dd span{
		display: inline;
	}
	
	
	/*media*/
	.h2_wrap.h2_wrap_media{
		background-position: calc(50% + 20vw) calc(0% + 20px);
	}

	h2.h2_media {
		background-size: 139px auto;
	}
	
	.js_isIe h2.h2_media {
		background-size: 278px auto;
	}
	
	.media_contact {
		width: auto;
		margin: 0 auto;
		margin-bottom: 100px;
		display: table;
	}
	
	.media_contact p{
		margin-bottom: 5px;
	}
	
	.movie {
		padding-top: 125px;
		padding-bottom: 200px;
	}
  
  .movielist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 80px 50px 50px;
    background: linear-gradient(180deg, #fff 0%, #fff 0%, #efefef 60%, #efefef 100%);
  } 
	.movielist li {
  width: calc(100% / 4 - 5px);
  margin: 0 5px 5px 0;
}
  
/*	#topics{
		width: 80vw;
		max-width: 1200px;
		min-width: 850px;
		margin: 0 auto;
	}
	
	.tab{
		width: 100%;
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 30px;
		margin: 0 auto;
		background: linear-gradient(180deg, #fff 0%, #fff 30%, #efefef 30%, #efefef 100%);
	}
	
	.tab li{
		width: calc(100% / 7 - 5px);
	}*/
	
	.interview{
		padding-top: 100px;
		padding-bottom: 150px;
	}
	
	.interview section{
		max-width: 1000px;
	}
	
	.interview table{
		margin-bottom: 50px;
	}
	
	.interview table tr{
		display: flex;
	}
	
	.interview table th {
		width: 30%;
		min-width: 350px;
		border-bottom: 2px solid #fff;
	}
	
	.interview table td {
		width: 70%;
		padding-top: 20px;
	}
	
	.menu__item__link{
		background-size: auto 25px;
		height: 50px;
		line-height: 45px;
		width: 50%;
		min-width: 500px;
		margin: 0 auto;
	}
	
	.js_isIe .menu__item__link{
		text-align: center;
		background-position: right 40px center;
	}
	
	
	.submenu{
		padding-top: 30px;
	}
	
	.to_toranews img {
		width: 750px;
	}
	
	.interview h3.menbou {
		margin-bottom: 75px;
	}
	
	.to_toranews {
		padding-top: 80px;
		padding-bottom: 150px;
	}
	
	
	/*toranews*/
	 .h2_wrap.h2_wrap_toranews {
		 background-position: calc(50% + 20vw) calc(0% + 50px);
	}
	
	h2.h2_toranews {
		background-size: 137px auto;
	}
	
	.js_isIe h2.h2_toranews {
		background-size: 274px auto;
	}
		
	.toranews{
		padding-top: 125px;
		padding-bottom: 175px;
	}
	
	.ta-center{
		text-align: center;
	}
	
	.latest_image {
		padding-top: 80px;
		padding-bottom: 10px;
		display: flex;
		justify-content: space-between;
	}
	
	.latest_image a:first-of-type {
		margin-bottom: 0;
	}
	
	.latest_image a {
		width: 48%;
		position: relative;
	}
	
	.latest_image a img{
		transition: 0.3s;
	}
	
	.latest_image a:hover img{
		filter: brightness(70%);
	}
	
	.latest_image a:after{
		display: block;
		content: "\8AAD\3080";
		text-align: center;
		background-color: #fff;
		width: 100px;
		height: 50px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		line-height: 50px;
		opacity: 0;
		transition: 0.5s;
	}
	
	.latest_image a:hover:after{
		opacity: 1;
	}
	
	
	.latest_dl{
		padding-top: 30px;
	}
	
	.latest_dl a{
		width: 500px;
		margin: 0 auto;
		border-radius: 30px;
		height: 60px;
		line-height: 55px;
		border: 2px solid #fff;
	}
	
	.latest_dl a:hover{
		border: 2px solid #111;
	}
	
	.backnumber{
		padding-top: 125px;
		padding-bottom: 100px;
	}
	
	.backnumber section li {
		width: 30%;
		margin-bottom: 50px;
	}
	
	.backnumber_list_img:after{
		width: 40px;
		height: 40px;
		background-size: 26px auto;
	}
	
	.backnumber section img{
		transition: 0.3s
	}
	
	.backnumber section img:hover{
		filter: brightness(70%);
	}
	.modal_news div{
		width: 50%;
		padding: 75px;
	}
	
	.modal_news em{
		font-size: 2.0rem;
	}
	
	.modal_news p.modal_news_text {
		margin-top: 10px;
		font-size: 1.6rem;
	}
}




/* tablet版上書き ---------------------------------------- */

/* ipad 1000px以下設定[ipad.css] */

@media screen and (min-width:1000px){

}
	


/* win対策 ---------------------------------------- */

/* ie設定[ie.css] */

body.js_isWin{
}




/* 印刷用 ---------------------------------------- */
@media print{
	*{
		transition-property: none !important;
		animation-name: none !important;
		opacity: 1 !important;
		font-family:initial;
	}
}

