@charset "UTF-8";
body{
	background-color:#ccd2e8;
}

html, .contents * p, .gotoTw, .productText {
	font-family: "kinto-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
.contents {
	display:inline-block;
	width:100%;
}

table {
	width:90%;
	margin:0 auto;
  }

  th {
	width: 65%;
  }
  td {
	width: auto;
	text-align: right;
  }

  .contents_text {
    font-size:12px;
    padding:0 0 2em 0.5em;
  }

  p.schedule_komidashi {
    font-size:18px !important;
    font-weight:500;
	padding-bottom:0.3em;
  }
  .schedule-text {
    font-size:18px;
	border-bottom:1px solid #23377F;
  }

/*ご購入はこちらボタン*/
.btn, a.btn, button.btn {
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 0 0.7rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #393535;
  border-radius: 0.5rem;
  width: 100%;
  /*border : #fff solid 1.5px; */
}

/*
.btn:hover{
	color: #393535;
	background-color: #fff;
	border : #393535 solid 1.5px;
}
*/

.btn--buy, a.btn--buy {
  color: #fff;
  background-color: #D3AB5F;
}
a.btn--radius {
   border-radius: 100vh;
}

.KintoSansRegular {
  font-family: "kinto-sans", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
.KintoSansBold { 
  font-family: "kinto-sans", sans-serif !important;
  font-weight: 700;
  font-style: normal;
}
.FOT-TsukuMinPr6N {
	font-family: fot-tsukumin-pr6n, sans-serif !important;
	font-weight: 300;
	font-style: normal;
}

.b1{
	font-weight: 300;
}
.b400{
	font-weight: 400!important;
}
.b500{
	font-weight: 500!important;
}
.b600{
	font-weight: 600!important;
}
.b700{
	font-weight: 700!important;
}

.mod-footLink {
	background: #f5f3f3;
}

.mod-footLink-logo{
	margin-top:0px;
}

.productText{
	text-align:left;
	display:block!important;
}

.s1{
	font-size: 1.8vw!important;
	font-weight: lighter; 	
}
.s2{
	font-size: 1.4vw!important;
}
.price{
	font-weight: lighter; 
	font-size: 1.8vw!important;

}
.zei{
	font-size: 1.4vw!important;
}

.left{
	text-align:left;
}

.mod-footSns-links-item{
	margin-right: 1em;
}
.mod-footSns-links-item:last-child {
	margin-right:0%!important;
}
.mod-footSns-links{
	text-align:center;
	margin: 0px auto!important;
}
.mod-footSns-links-item span{
	margin-top: 0px!important;
}
.mod-footLink-cats-h span{
	padding-top:2px; /* 8px*/
}
.mod-header-logo {
	height: 50px;
	padding-top : 10px;
}

li {
	list-style-type: none;
}
.mod-header-logo-img.is-text {
	display: initial;
}

.mod-footLink{
	padding:30px 0px 0px 0px;
}
.mod-header-logo-img {
	width: 35px;
}
.mod-header-logo-img:not(:last-child) {
	margin-right: 10px;
}
.mod-header-logo-img.is-text {
	width: 100px;
}
#wrapper{
	text-align: center!important;
}
.mod-header {
	left: initial;
	padding: 0 10px;
	height: 60px;
	position: fixed;
	z-index: 12;
	background: #fff;
}
.mod-footLink-links-item{
	text-align: left!important;
}

.mod-footer-copyright {
	font-size: 0.8rem!important;
}

.link{
	width:60%;
	height:auto;
	margin:0px 20%;
}

.footer_kinotoya{

}

.mod-header , .mod-mainContent, .footer_kinotoya, #wrapper,.PConly{
	margin: 0px auto!important;
	max-width: 1024px!important;
	min-width: 320px!important;
	width: 100%!important;
	background-color:#fff;
}

.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}

/*
.link:hover{
	opacity: 0.6;
	cursor: pointer;
}
*/

.clear{
	clear: both;
	width : 100%;
}

.water{
	color : #1d9bf0;
}

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

.campaignImg{
	width:40%;
	height:auto;
}

.goto_item{
	display: inline-block;
	width : 60%;
	max-width : 400px;
	background: #dda7a2;
	padding:5px 0px;
}

.sen1 {
	display: flex;
	align-items: center;
	justify-content: center;

}
.sen1:before, .sen1:after {
	border-top : 1.8px solid;
	content: "";
	width: 100%;
	border-color: #654d3d;
	display: inline-block;
}

.line{
	border-top: 1.2px solid;
	content: "";
	width: 100%;
	border-color: #d7827c;
	display: inline-block;
	padding-top:1px;

}
.sen2 {
	align-items: center;
	justify-content: center;
	/*width: 100%;*/
	font-size: 20px;
	white-space: nowrap;
	padding:8px 10px 10px 10px;
	border: 1.8px solid #654d3d;
	
}

.sen2:before {
	margin-right: 2px;
}
.sen2:after {
	margin-left: 2px;
}
div.pdf{
	border: 1px solid #dc9a8d;
	padding :20px;
	width:initial;
}
.indexImg{
	background-image: url("../img/bunner_pc.jpg?var=2");
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: 100% auto;
	width: 100%;
	height: auto;
	padding-top: 48.5%;
	object-fit: contain;
}

.products{
	float:left;
	width:45%;
}
.productsImg{
	width: 100%;
}
.img1, .img3, .img5 {
	margin-right:10%;
}
.period{
	border: 2px solid #42210b;
	width :60%;
	padding :0.8vw;
	text-align: center;
	display:inline-block;
}

.section{
	width:100%;
	padding:0;
	box-sizing: border-box;
}

.main_midashi {
	font-size:30px;
	font-weight:bold;
	line-height:1;
  display:block;
  color:#23377F;
  padding-bottom: 0.3em;
}

.sub_midashi {
  border-top:2px solid #233780;
  display: inline-block;
  font-size:18px !important;
  color:#23377F;
  padding-top:0.3em;
}
.midashi {
  padding-top: 2em;
  padding-bottom: 3em;
}

.hokkaidomarathon_PCsoto {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	}

	.hokkaidomarathon_PCnaka {
	width: calc(100% / 2 - 30px);
	padding: 50px 0px 50px 20px;
	text-align: center;
	}

	.hokkaidomarathon_PCnaka:nth-child(2) {
	padding: 40px 20px 0 0;
	}
	
	.hokkaidomarathon2023_logo {
	max-width:302px;
	width:80%;
	}
	.hokkaidomarathon2023_text0 {
	color:#23377F;
	font-size:12px;
	letter-spacing:0;
	padding-top:1em;
	}
	.hokkaidomarathon2023_text {
	font-size:16px;
	padding: 0 3em 0 0;
	text-align: left;
	color:#23377F;
	}
	.hokkaidomarathon2023_schedule {
	color:#23377F;
	font-size:16px;
	padding:1em 0 0 0;
	}
	.contents {
		padding: inherit;
	  }



/* フルサイズ -------------------------------------------------- */
@media (min-width: 1025px) {
	.SPonly,
	.SPonly_process {
		display:none;
	}

	.rightPc{
		text-align:right;
	}
	.leftPc{
		text-align:left;
	}
	p {
		font-size: 12px!important;
		line-height: 23px;
		letter-spacing: 2px;
	}
	.big{
		font-size: 20px!important;
	}
	.productText{
		font-size: 16px!important;
		line-height: 1.8;
		letter-spacing: 2px;
	}
	.zei{
		font-size: 16px!important;
	}
	.label{
		font-size : 16px!important;
	}
	.small1{
		font-size : 14px!important;
		line-height: 1.2;
		letter-spacing: 2px;
	}
	
	img.point1{
		float:left;
		width:47%;
		margin-right: 3%;
	}
	.point1{
		left:0;
		position:absolute;
	}
	img.point2{
		float:right;
		width:50%;
	}
	div.point2{
		float:right;
		width:47%;
		margin-right: 3%;
	}
	div.point_point2{
		float:right;
		width:43.5%;
		height: 430px;
	}
	img.top_point1 {
		width:358px;
		max-width:100%;
		text-align:left;
	}
	div.point_point1,
	img.point_point1{
		padding:0 0 0 10vw;
	}
	img.itemdetail_point1,
	div.itemdetail_point1 {
		float:left;
		width:42%;
	}

	img.itemdetail_point2,
	div.itemdetail_point2 {
		float:right;
		width:46%;
	}

	div.process_point1 {
		float:left;
		width:55%;
		margin-left:49px;
	}
	div.process_point2 {
		float:right;
		width: 35%;
		margin-top: 140px;
	}
	div.process_point3 {
		float:left;
		width:34%;
		margin-left:49px;
		margin-top:70px;
	}
	div.process_point4 {
		float:right;
		width:50%;
		margin-right:49px;
	}
	div.process_point5 {
		float:left;
		width:50%;
		margin-left:49px;
	}
	div.process_point6 {
		float:right;
		width: 43%;
		margin-top: 115px;
	}
	.men{
		float:left;
		width:47%;
		margin-right: 3%;
	}
	.men img{
		margin-right: 3%;
	}
	.mt05{
		margin-top: 5px;
		display:inline-block;
	}
	.mb03{
		margin-top: 3px;
		display:inline-block;
	}
	.mb05{
		margin-top: 5px;
		display:inline-block;
	}
	.lineheight_20 {
		line-height: 20px;
	}
	.lineheight_26 {
		line-height: 26px;
	}
	.lineheight_32 {
		line-height: 32px;
	}
	.lineheight_35 {
		line-height: inherit;
	}
	.lineheight_50 {
		line-height:50px;
	}
	.otodokebi {
		width:357px;
		margin:0 auto;
	}
	.letterspacing_0 {
		letter-spacing: 0px!important;
	}
	.letterspacing_06 {
		letter-spacing: -0.6px!important;
	}
	.letterspacing_tight {
		letter-spacing: -0.4px!important;
	}
	.letterspacing_03 {
		letter-spacing: -0.3px!important;
	}
	.top_container {
		display:table;
		width:100%;
	}
	.top_image {
		width:415px;
		text-align:left;
	}
	.top_text {
		display: table-cell;
		vertical-align: middle;
		font-size:25px!important;
	}
	.section_ffe6a5 {
		padding:0 9%;
	}
	.shipping_included {
		font-size:13px;
		padding:0em 0.5em 0.1em 0.6em;
	}
	.itemtitle_container {
		text-align: center!important;
		width:100%;
	}

	.midashi2::after {
		height:4px;
		transform: scale(1);
	}

	.ashirai_snow {	
	padding-bottom:10px;
	}

	.itemdetail{
		letter-spacing: 1px;
	}

	.section_ffe6a5_itemdetail {
		background-color:rgba(255,230,165);
		padding:4%;
		width:100vw;
		margin: 0 calc(50% - 50vw);
		height:920px;
	}

	/*iPhoneSEの時だけ改行*/
	br.spsmall {
		display: none;
	}

	.kyokusen {
	width: calc(100% + 100px);
	margin: -10px -50px -10px -50px;
	padding: 0;
	}

	.kyokusen_bottom{
	width: calc(100% + 100px);
	margin: -1px -50px -10px -50px;
	padding: 0;
	}

	.hokkaidomarathon_PCsoto {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
	}

	.hokkaidomarathon_PCnaka {
	width: calc(100% / 2 - 30px);
	padding: 50px 0px 50px 20px;
	text-align: center;
	}

	.hokkaidomarathon_PCnaka:nth-child(2) {
	padding: 40px 20px 0 0;
	}
	
	.contents_detail {
	background-color:#23377F ;
	color:#fff;
	text-align:left;
	padding: 80px;
	}
	.hokkaidomarathon2023_logo {
	max-width:302px;
	width:80%;
	}
	.hokkaidomarathon2023_text0 {
	color:#23377F;
	font-size:12px;
	letter-spacing:0;
	padding-top:1em;
	}
	.hokkaidomarathon2023_text {
	font-size:16px;
	padding: 0 3em 0 0;
	text-align: left;
	color:#23377F;
	}
	.hokkaidomarathon2023_schedule {
	color:#23377F;
	font-size:16px;
	padding:1em 0 0 0;
	}
	.contents_midashi {
	font-size:22px !important;
	padding: 0em 1em 0.5em 12px;
	}
	.contents1_PCsoto {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	}
	.contents1_PCnaka {
	width: calc(100% / 2 - 30px);
	text-align: center;
	}

	.contents1_PCnaka:nth-child(2) {
	text-align: left;
	font-size:12px;
	}

	.contents_midashi2 {
	padding:0 0 0.7em 0;
	font-size:20px;
	}

	.point1_PCsoto {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-left:260px;
	}
	
	.point1_PCnaka:nth-child(1) {
		width: 370px;
	}
	.point2_PCnaka:nth-child(1) {
		position:absolute;
		left: 180px;
	}

	.point2_PCnaka:nth-child(2) {
		width:222px;
		padding-top:90px;
		position:absolute;
		right: 170px;
		line-height:23px;
	}
	.point1_ashirai_pie_PC {
		position: absolute;
		right: 0;
		margin-top:240px;
		z-index:0;
	}
	.point1_ashirai_baked_PC{
		position: absolute;
		left: 0;
		margin-top:-30px;
	}
	.point2_PCsoto {
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-top:5vw;
		color:#23377F;
	}

	.point2_PCnaka {
		width: 29%;
	}
	.point3_PCsoto {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-left:9vw;
		color:#23377F;

	}
	.point3_PCnaka:nth-child(1) {
		width: calc(100% - 450px);
		padding-top: 570px;
	}
	.point3_PCnaka:nth-child(2) {
		width: calc(100% - 450px);
		padding-top:850px;
		margin-left: -270px;
		padding-right: 173px;
		line-height:23px;
	}
	.area1 > .img_area{
		width: 40%;
		z-index: 2;
		position: absolute;
		left: 160px;
	}
	.area2 > .img_area{
		width: 27%;
		z-index: 2;
		position: absolute;
		left: 53px;
		padding-top: 235px;
	}
	.itemdetail_section {
		padding:90px 120px;
		background-color: #E4E8F8;
		color:#23377F;
		text-align: center;
		height: 590px;
	}
	.itemdetail_text {
		padding:0 0.9em;
	}
	.midashi2,
	.midashi3 {
	width: 100%;
	color: #23377F;
	display: flex;
	justify-content: center;
	}
	.midashi2_nakami {
	padding:0 0.5em;
	border-bottom:solid 2px #23377F;
	font-weight: 500;
	font-size:22px;
	margin-bottom:2em;
	}
	.package_imgPC{
		position: relative;
		width: 48%;
		height: 48%;
	}
	img.package_01{
		position: absolute;
		top: 10px;
		left:20px;
	}
	img.package_02{
		position: absolute;
		top: 72px;
		left: 170px;
	}
	/*商品詳細、特定原材料*/
	.itemdetail{
	border-radius:10px;
	background-color: #ffffff;
	text-align:left;
	padding:1em 1.5em;
	font-size:12px;
	letter-spacing: 0.2px;
	width:100%;
	border:1px solid #233780;
	}
	.itemtitle {
	font-size:18px;
	line-height:1.5;
	}
	.itemdetail_PC_hidari{
		float:left;
		width:53%;
		height:10vw;
	}
	.itemdetail_PC{
		float:left;
		width:47%;
		height:10vw;
	}
	.midashi3_nakami {
		margin-bottom:3em;
		padding: 0 0.8em;
		border-bottom: solid 2px #23377F;
	}

	.midashi3_center{
		padding-top:3em;
		text-align: center;
		font-weight: 500;
		font-size:22px;
	}
	.schedule {
		background-color: #fff;
		color:#23377F;
		text-align: left;
		width: 30%;
		margin: 0 auto;
	}
	.btn--buy, a.btn--buy {
		font-size: 18px;
	}
	.point1_text {
		margin: 0 0 5px 0;
		font-style: normal;
		font-size:18px;
		line-height:1.4em;
	}
	.point1_PCnaka {
		width: calc(100% / 2 - 30px);
		text-align: left;
		color:#23377F;
	}
	.point1_PCnaka:nth-child(2){
		padding: 117px 46px 0 10px;
		line-height:23px;
	}
	.lineheight_23 {
		line-height: 23px;
	}
}

/* PCサイズ -------------------------------------------------- */
@media (min-width: 751px) and (max-width: 1024px) {

	.SPonly,
	.SPonly_process {
		display:none;
	}

	.contents {
		padding: inherit;
	  }
	
	.rightPc{
		text-align:right;
	}
	.leftPc{
		text-align:left;
	}
	p {
		font-size: 14px!important;
		line-height: 28px;
		letter-spacing: 2px;
	}
	.big{
		font-size: 18px!important;
	}
	.productText{
		font-size: 16px!important;
		line-height: 1.8;
		letter-spacing: 2px;
	}
	.zei{
		font-size: 16px!important;
	}
	.label{
		font-size : 16px!important;
	}
	.small1{
		font-size : 14px!important;
		line-height: 1.2;
		letter-spacing: 2px;
	}
	
	.men{
		float:left;
		width:47%;
		margin-right: 3%;
	}
	.men img{
		margin-right: 3%;
	}
	img.point1{
		float:left;
		width:47%;
		margin-right: 3%;
	}

	.point1_PCsoto {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-left:260px;
	}

	.point1_PCnaka {
		width: calc(100% / 2 - 30px);
		text-align: center;
	}

	img.itemdetail_point1,
	div.itemdetail_point1 {
		float:left;
		width:42%;
	}

	div.point_point2 {
		float:right;
		width:43.5%;
		height: 430px;
	}
	img.itemdetail_point2,
	div.itemdetail_point2 {
		float:right;
		width:46%;
	}

	div.process_point1 {
		float:left;
		width:55%;
		margin-left:49px;
	}
	div.process_point2 {
		float:right;
		width: 35%;
		margin-top: 140px;
	}
	div.process_point3 {
		float:left;
		width:34%;
		margin-left:49px;
		margin-top:70px;
	}
	div.process_point4 {
		float:right;
		width:50%;
		margin-right:49px;
	}
	div.process_point5 {
		float:left;
		width:50%;
		margin-left:49px;
	}
	div.process_point6 {
		float:right;
		width: 43%;
		margin-top: 115px;
	}

	img.point2{
		float:right;
		width:50%;
	}
	div.point2{
		float:right;
		width:47%;
		margin-right: 3%;
	}

	.top_to {
		width: 120px;
	}
	.mt05{
		margin-top: 0.5vw;
		display:inline-block;
	}
	.mt1{
		margin-top: 1vw;
		display:inline-block;
	}
	.mt2{
		margin-top: 2vw;
		display:inline-block;
	}
	.mt3{
		margin-top: 3vw;
		display:inline-block;
	}
	.mt4{
		margin-top: 4vw;
		display:inline-block;
	}
	.mb03{
		margin-top: 3px;
		display:inline-block;
	}
	.mb05{
		margin-top: 5px;
		display:inline-block;
	}
	.mb1{
		margin-bottom: 1vw;
		display:inline-block;
	}
	.mb2{
		margin-bottom: 2vw;
		display:inline-block;
	}
	.mb3{
		margin-bottom: 3vw;
		display:inline-block;
	}
	.mb4{
		margin-bottom: 4vw;
		display:inline-block;
	}
	.otodokebi {
		width:357px;
		margin:0 auto;
	}
	.letterspacing_0 {
		letter-spacing: 0px!important;
	}
	.lineheight_20 {
		line-height: 20px;
	}
	.lineheight_26 {
		line-height: 26px;
	}
	.lineheight_32 {
		line-height: 32px;
	}
	.letterspacing_06 {
		letter-spacing: -0.6px!important;
	}	
	.letterspacing_tight {
		letter-spacing: -0.4px!important;
	}
	.letterspacing_03 {
		letter-spacing: -0.3px!important;
	}
	.top_container {
		display:table;
		width:100%;
	}
	.top_image {
		width:415px;
		text-align:left;
	}
	.top_text {
		display: table-cell;
		vertical-align: middle;
		font-size:25px!important;
	}
	img.top_point1 {
		width:358px;
		max-width:100%;
	}
	.section_ffe6a5 {
		padding:0 9%;
	}
	.shipping_included {
		font-size:13px;
		padding:0em 0.5em 0.1em 0.6em;
	}
	.itemtitle_container {
		text-align: center!important;
		width:100%;
	}
	.midashi2::after {
		height:4px;
		transform: scale(1);
	}
	.ashirai_snow {	
		padding-bottom:10px;
	}
	.itemdetail{
		letter-spacing: 1px;
	}
	/*PROCESSのところの背景画像用*/
	.PConly_process{
		display:inherit;
		margin: 0 calc(50% - 50vw);
		max-width: 1024px;
		background:url("../img/process_bgPC.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position-y:-98px;
	}
	.section_ffe6a5_itemdetail {
		background-color:rgba(255,230,165);
		padding:4%;
		width:100vw;
		margin: 0 calc(50% - 50vw);
		height:1020px;
	}
	/*iPhoneSEの時だけ改行*/
	br.spsmall {
		display: none;
	}
	.kyokusen {
		width: calc(100% + 100px);
		margin: -10px -50px -10px -50px;
		padding: 0;
	}
	.kyokusen_bottom{
		width: calc(100% + 100px);
		margin: -1px -50px -10px -50px;
		padding: 0;
	}
	.contents_detail {
		background-color:#23377F ;
		color:#fff;
		text-align:left;
		padding: 80px;
	}
	.contents1_PCsoto {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.contents1_PCnaka {
		width: calc(100% / 2 - 30px);
		text-align: center;
	}
	.contents1_PCnaka:nth-child(2) {
		text-align: left;
		font-size:12px;
	}
	.contents_midashi {
		font-size:22px !important;
		padding: 0em 1em 0.5em 12px;
	}
	.contents_midashi2 {
		padding:0 0 0.7em 0.4em;
		font-size:20px;
	}
	.contents_text {
		font-size:12px;
		padding:0 0.9em 2em 1.1em;
	}
	.point1{
		left:0;
		position:absolute;
	}
	.itemdetail_section {
		padding:90px 120px;
		background-color: #E4E8F8;
		color:#23377F;
		text-align: center;
		height: 590px;
	}
	.midashi2_nakami {
		padding:0 0.5em;
		border-bottom:solid 2px #23377F;
		font-weight: 700;
		font-style: normal;
		font-size:22px;
		margin-bottom:2em;
		}
		.package_imgPC{
			position: relative;
			width: 48%;
			height: 48%;
		}
		img.package_01{
			position: absolute;
			top: 10px;
			left:20px;
		}
		img.package_02{
			position: absolute;
			top: 72px;
			left: 170px;
		}
		/*商品詳細、特定原材料*/
		.itemdetail{
		border-radius:10px;
		background-color: #ffffff;
		text-align:left;
		padding:1em 1.5em;
		font-size:12px;
		letter-spacing: 0.2px;
		width:100%;
		border:1px solid #233780;
		}
		.itemtitle {
		font-size:18px;
		line-height:1.5;
		}
		.itemdetail_PC_hidari{
			float:left;
			width:53%;
			height:10vw;
		}
		.itemdetail_PC{
			float:left;
			width:47%;
			height:10vw;
		}
		.midashi2,
		.midashi3 {
		width: 100%;
		color: #23377F;
		display: flex;
		justify-content: center;
		}
		.midashi3_center{
			padding-top:3em;
			text-align: center;
			font-weight: 700;
			font-style: normal;
			font-size:22px;
	}
	.midashi3_nakami {
		border-bottom:solid 2px #23377F;
		margin-bottom:3em;
	}
	.schedule {
		background-color: #fff;
		color:#23377F;
		text-align: left;
		width: 30%;
		margin: 0 auto;
	}
	.point1_PCnaka:nth-child(1) {
		width: 370px;
	}
	.point2_PCnaka:nth-child(1) {
		position:absolute;
		left: 180px;
	}

	.point2_PCnaka:nth-child(2) {
		width:222px;
		padding-top:90px;
		position:absolute;
		right: 170px;
		line-height:23px;
	}
	.point1_ashirai_pie_PC {
		position: absolute;
		right: 0;
		margin-top:240px;
		z-index:0;
	}
	.point1_ashirai_baked_PC{
		position: absolute;
		left: 0;
		margin-top:-30px;
	}
	.point2_PCsoto {
		display: inline-flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-top:5vw;
		color:#23377F;
	}

	.point2_PCnaka {
		width: 29%;
	}
	.point3_PCsoto {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding-left:9vw;
		color:#23377F;

	}
	.point3_PCnaka:nth-child(1) {
		width: calc(100% - 450px);
		padding-top: 570px;
	}
	.point3_PCnaka:nth-child(2) {
		width: calc(100% - 500px);
		padding-top:850px;
		margin-left: -270px;
		padding-right: 173px;
		line-height:23px;
	}
	.area1 > .img_area{
		width: 40%;
		z-index: 2;
		position: absolute;
		left: 160px;
	}
	.area2 > .img_area{
		width: 27%;
		z-index: 2;
		position: absolute;
		left: 53px;
		padding-top: 235px;
	}
	.point1_PCnaka:nth-child(1) {
		width: 370px;
	}
	.point2_PCnaka:nth-child(1) {
		position:absolute;
		left: 180px;
	}
	.point1_text {
		color:#23377F;
		margin:0;
		font-style: normal;
		font-size:20px;
		line-height:1.4em;
	}
	.point1_PCnaka:nth-child(2){
		padding: 117px 46px 0 10px;
		line-height:23px;
		text-align: left;
		color:#23377F;
	}
	.lineheight_23 {
		line-height: 23px;
	}
}

/* スマホサイズ -------------------------------------------------- */
@media (max-width: 750px) {

	.table-scroll {
		overflow: scroll;
	}

	.schedule-text {
		font-size:4.8vmin;
		border-bottom:1px solid #23377F;
		white-space: pre-wrap;
	  }

	.PConly,
	.PConly_process {
		display:none;
	}

	.indexImg{
		background-image: url("../img/bunner_sp.jpg?var=2");
		padding-top: 125%;
	}
	
	p {
		font-size: 12px!important;
		line-height: 28px;
	}

	.mod-footLink-cats-h span{
		padding-top: 0px;
	}
	.mod-footLink-cats-btn{
		display: none;
	}
	.sen1:before, .sen1:after {
		width: 35vw;
	}

	.big{
		font-size: 18px!important;
	}
	.productText{
		font-size: 14px!important;
		line-height: 1.8;
		letter-spacing: 2px;
	}
	.zei{
		font-size: 16px!important;
	}
	.label{
		font-size : 14px!important;
	}
	.letterspacing_tight {
		letter-spacing: -0.4px;
	}
	.lineheight_20 {
		line-height: 20px;
	}
	.lineheight_23 {
		line-height: 23px;
	}
	.lineheight_32 {
		line-height: 32px;
	}
	.lineheight_35 {
		line-height: 35px;
	}
	.lineheight_50 {
		line-height:inherit;
	}
	.small1{
		font-size : 12px!important;
		line-height: 1.2;
		letter-spacing: 2px;
	}
	.products{
		width:100%;
	}
	.productsImg{
		float:left;
		width:50%;
	}
	.productText.mb1{
		margin-bottom:0px!important;
	}
	.productsText{
		float:left;
		width:45%;
		margin-left:5%;
	}
	.productsText .mt1{
		margin-top:0px!important;
	}
	.productsText .center{
		text-align:left;
	}
	
	.link {
		width: 90%;
		height: auto;
		margin: 0px 5%;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.mt05{
		margin-top: 5px;
		display:inline-block;
	}	
	.mt1{
		margin-top: 10px;
		display:inline-block;
	}
	.mt2{
		margin-top: 20px;
		display:inline-block;
	}
	.mt3{
		margin-top: 30px;
		display:inline-block;
	}
	.mt4{
		margin-top: 30px;
		display:inline-block;
	}
	.mb1{
		margin-bottom: 10px;
		display:inline-block;
	}
	.mb2{
		margin-bottom: 20px;
		display:inline-block;
	}
	.mb3{
		margin-bottom: 30px;
		display:inline-block;
	}
	.mb4{
		margin-bottom: 30px;
		display:inline-block;
	}
	.top_to{
		width: 90px;
		height: 104px;
	}
	.base{
		background-size: 80px 80px;
		bottom: 5px;
		width: 80px;
		height: 80px;
	}
	.close{
		font-size: 20px;
		bottom: 65px;
		right :12px;
	}
  .hokkaidomarathon2023_logo {
	width: 70%;
	border: 0;
	padding-bottom: 0.5em;
  }

  .point1 {
    position:relative;
  }
  
  .point1_img {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
  }

  .point1_img2 {
    padding: 1em 1em 0 7em;
  }

  .point1_text {
    color:#23377F;
    padding:0.5em 3em 0 4em;
    margin:0;
    font-style: normal;
    font-size:20px;
    line-height:1.4em;
	overflow-wrap: normal;
  }
  .point1_text2 {
    color:#23377F;
    padding:0.5em 0 0 0;
    margin:0;
    font-style: normal;
    font-size:20px;
    line-height:1.4em;
  }
  .point1_ashirai_pie {
  position: absolute;
  right: 0;
  margin-top:220px;
  z-index:0;
  }
  .point1_ashirai_baked{
    text-align:left;
  }
  .point1_img3 {
    padding: 10em 9em 0 3em;
  }
  .point1_text3 {
    color:#23377F;
    padding-top:0.5em;
    margin:0;
    font-style: normal;
    font-size:20px;
    line-height:1.4em;
  }
  .point1_text4 {
    color:#23377F;
    padding:84vw 0.8em 0 5.5em;
    margin:0;
    font-style: normal;
    font-size:20px;
    line-height:1.4em;
  }
  .area1 > .img_area{
    width: 90%;
    z-index: 2;
    position: absolute;
    right: 0;
  }
  .area2 > .img_area{
    width: 68%;
    z-index: 2;
    position: absolute;
    left: 0;
    margin-top: 51vw;
  }
  
  .itemdetail_section {
    padding:30vw 8vw;
    background-color: #E4E8F8;
    color:#23377F;
    text-align: center;
  }
  .itemdetail_text {
    padding:0 0.9em;
  }
  .midashi2,
  .midashi3 {
	width: 100%;
	color: #23377F;
	display: flex;
	justify-content: center;
  }
  .midashi2_nakami {
	padding:0 0.5em;
	border-bottom:solid 2px #23377F;
    font-weight: 700;
    font-style: normal;
    font-size:22px;
    margin-bottom:2em;
  }

  .midashi3_nakami {
	padding:0 0.8em;
    border-bottom:solid 2px #23377F;
  }

  .midashi3_center{
    padding:30vw 8vw 0 8vw;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    font-size:22px;
  }

  /*商品詳細、特定原材料*/
  .itemdetail{
    border-radius:10px;
    background-color: #ffffff;
    text-align:left;
    padding:1em 1.5em;
    font-size:12px;
    letter-spacing: 0.2px;
    width:100%;
    border:1px solid #233780;
  }
  .itemtitle {
    font-size:18px;
    line-height:1.5;
  }
  .package_img {
    display: flex;
    justify-content: center;
  }
  ul.package_img li:nth-child(1) {
    padding-right:0.5em;
  }
  .schedule {
    padding:14vw 8vw 30vw 8vw;
    background-color: #fff;
    color:#23377F;
    text-align: left;
  }
  p.schedule_komidashi {
    font-weight:bold;
  }

  .contents_detail {
    background-color:#23377F ;
    color:#fff;
    text-align:left;
    padding: 20vw 5vw 15vw 5vw;
  }
  .contents_midashi {
    font-size:22px !important;
    padding:0em 1em 2em 1em;
	white-space: nowrap;
  }
  .contents_midashi2 {
    padding:1.5em 0 0.7em 0.4em;
    font-size:20px;
  }
  .hokkaidomarathon2023_text {
    font-size:16px;
    padding:2em 2.8em 3em 2.8em;
    text-align: left;
    color:#23377F;
  }
  .hokkaidomarathon2023_text0 {
    color:#23377F;
    font-size:12px;
	letter-spacing:0;
  }
  .hokkaidomarathon2023_schedule {
    color:#23377F;
    font-size:16px;
    padding:1em 0 0 0;
  }
  	/*iPhoneSEの時だけ改行*/
	br.spsmall {
		display: none;
	}
}

/* スマホ小サイズ -------------------------------------------------- */
@media (max-width: 5375px) {
	/*iPhoneSEの時だけ改行*/
	br.spsmall {
		display: block;
	}
}

/* きのとやフッター -----*/
