@charset "UTF-8";

/* ---------------------------
全体
------------------------------*/
.sp03 {display: none;}
#locabo {
	margin-top: 9rem;
    text-align: justify;
	position: relative;
	padding-top:9rem;
	color: #231815;
	font-size: 18px;
}
#locabo::before {
    content: "";
    position: fixed;
    top: 9rem;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/bg.webp");
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: all 0.5s ease 0s;
    z-index: 0;
}
#locabo .marker {
	font-weight: bold;
	background: linear-gradient(transparent 60%,rgb(242 150 0 / 30%) 60%);
}
#locabo #locaboInn {
	position: relative;
	z-index:10;
	text-align:center;
	font-family: "A1ゴシック M";
	font-feature-settings: "palt";
    letter-spacing: 0.05em;
	padding: 0 20px;
}

#locabo #locaboInn .lbtn a {
	font-size: 16px;
	font-size: 1.6rem;
	border: solid 1px #ed6c00;
	border-radius: 100vw 100vw;
	transition: background 0.8s;
	color: #FFF;
	background: #ed6c00;
}
#locabo #locaboInn .lbtn a:hover {
	background: #FFF;
	color: #ed6c00;
	text-decoration: none;
}


/* ---------------------------
フォント
------------------------------*/
.titf {
	font-family: "秀英丸ゴシック B";
	font-feature-settings: "palt";
    letter-spacing: 0.05em;
}
.orange {color: #ed6c00;}

/* ---------------------------
FV
------------------------------*/
#locabo #locaboInn h1 {
	color: #ed6c00;
	font-size: 58px;
	margin-top: 20px;
}
#locabo #locaboInn h1 p {
	display: inline-block;
	background: url("../images/line_title.webp") no-repeat bottom center;
	padding-bottom: 30px;
	background-size: contain;
}
#locabo #locaboInn h1 span {
	font-size: 1.55em;
}
#locabo #locaboInn #fv > figure img {width: 35rem;}
#locabo #locaboInn #fv > h2 {
	font-size: 35px;
	margin-top: 40px;
}
#locabo #locaboInn #fv .fvCmt {
	border: solid 2px #e87820;
	border-radius: 0 40px 0;
	padding: 40px;
	text-align: justify;
	width: 100%;
	max-width: 730px;
	margin: 50px auto 0;
	box-sizing: border-box;
}
#locabo #locaboInn #fv .fvCmt p {
	font-size: 16px;
}
#locabo #locaboInn #fv > p {
	font-size: 20px;
	margin-top: 30px;
}

/* ---------------------------
コンテンツ
------------------------------*/

#locabo #locaboInn .cnt {
	position: relative;
	width: 100%;
	max-width: 910px;
	margin: 60px auto 0;
	padding: 70px 50px;
	background: rgb(255 255 255 / 90%);
	border-radius: 20px;
	box-sizing: border-box;
}
#locabo #locaboInn .cnt h2 {
	font-size: 46px;
	color: #ed6c00;
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
}
#locabo #locaboInn .cnt h2 span:first-of-type {
	font-size: 1.55em;
}
#locabo #locaboInn .cnt h2 small {
	font-size: 0.7em;
}

#locabo #locaboInn .cnt .titfuki {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
	font-size: 40px;
	color: #e87820;
	margin-top: 50px;
}
#locabo #locaboInn .cnt .titfuki::before,
#locabo #locaboInn .cnt .titfuki::after {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #e87820;
}
#locabo #locaboInn .cnt .titfuki::before {
  margin-right: 15px;
  transform: rotate(-35deg)
}
#locabo #locaboInn .cnt .titfuki::after {
  margin-left: 15px;
  transform: rotate(35deg)
}

/* 吹き出し------------------------ */
/* 左側の下線 */
#locabo #locaboInn .cnt h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 10px);  /* 中央手前まで */
  height: 2px;
  background-color: #e87820;
}

/* 右側の下線 ＋ スラッシュ */
#locabo #locaboInn .cnt h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% + 10px);  /* 中央の少し右から */
  right: 0;
  height: 2px;
  background-color: #e87820;
}
#locabo #locaboInn .cnt h2 .slash {
  position: absolute;
  bottom: 0;  /* 下線と同じ高さに */
  left: calc(50% - 12px);
  width: 20px;
  height: 2px;
  background-color: #e87820;
  transform-origin: right top; /* 右上を起点に回転 */
  transform: rotate(-45deg); /* 左斜め下へ */
}
/* 吹き出し end----------------------- */

#locabo #locaboInn .cnt > p {
	margin: 40px 50px 0;
}
#locabo #locaboInn .cnt .cmt {
	border: solid 2px #e87820;
	border-radius: 0 40px 0;
	padding: 40px;
	text-align: justify;
	width: 100%;
	max-width: 730px;
	margin: 60px auto 0;
	position: relative;
}
#locabo #locaboInn .cnt .cmt dt {
	background: #e87820;
	color: #FFF;
	border-radius: 0 50rem 50rem 0;
	font-size: 16px;
	display: inline-block;
	padding: 6px 30px;
	text-align: center;
	line-height: 1.3;
	position: absolute;
	left: -2px;
	top:-25px;
}
#locabo #locaboInn .cnt .cmt dt span {
	font-size: 0.7em;
}
#locabo #locaboInn .cnt .cmt dd {margin-top: 20px;}
#locabo #locaboInn .cnt .cmt h3 {
	color: #e87820;
	font-size: 28px;
}
#locabo #locaboInn .cnt .cmt p {
	font-size: 15px;
	margin-top: 20px;
	text-align: justify;
	padding-right: 10px;
}

/* 糖質とは？----------------------- */
#locabo #locaboInn .cnt01 > figure:first-of-type img {
	width: 48.7rem;
	margin: 60px auto 0;
}
#locabo #locaboInn .cnt01 > figure:nth-of-type(2) img {
	width: 60.6rem;
	margin: 60px auto 0;
}

/* ロカボの食べ方----------------------- */
#locabo #locaboInn .cnt02 > figure:first-of-type img {
	width: 53.4rem;
	margin: 60px auto 0;
}
#locabo #locaboInn .cnt02 .point {
	width: 100%;
	max-width: 710px;
	margin: 50px auto 0;
}
#locabo #locaboInn .cnt02 .point figcaption {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
	color: #e87820;
	font-weight: bold;
}
#locabo #locaboInn .cnt02 .koka {
	width: 100%;
	max-width: 600px;
	margin: 30px auto 0;
}
#locabo #locaboInn .cnt02 .koka li p {
	font-size: 26px;
	background: #ffe791;
	border-radius: 100vh 100vh;
	line-height: 1.2;
	padding: 12px 5px;
}
#locabo #locaboInn .cnt02 .kome {text-align: left;}
#locabo #locaboInn .cnt02 .kome a {text-decoration: underline;}

/* ロカボ糖質を確認しましょう----------------------- */

#locabo #locaboInn .cnt03 > figure:first-of-type img {
	width: 76rem;
	margin: 60px auto 0;
}

/* ロカボ生活を楽しみましょう----------------------- */

#locabo #locaboInn .cnt04 > h3:nth-of-type(2) {margin-top: 80px;}
#locabo #locaboInn .cnt04 > figure img {
	width: 74rem;
	margin: 50px auto 0;
}
#locabo #locaboInn .cnt04 .cmt02 {
	border-top: solid 2px #e87820;
	border-bottom: solid 2px #e87820;
	padding: 20px 20px 0;
	text-align: justify;
	width: 100%;
	max-width: 740px;
	margin: 60px auto 0;
	position: relative;
}
#locabo #locaboInn .cnt04 .cmt02 dt {
	color: #e87820;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	line-height: 1.3;
	position: absolute;
	left: 10px;
	top:-25px;
	background: #FFF;
	padding: 0 10px;
}
#locabo #locaboInn .cnt04 .cmt02 dt span {
	font-size: 0.7em;
}
#locabo #locaboInn .cnt04 .cmt02 dd {margin-top: 20px;}
#locabo #locaboInn .cnt04 .cmt02 > p {
	font-size: 15px;
	margin-top: 20px;
	text-align: justify;
	padding-right: 10px;
}
#locabo #locaboInn .cnt04 .cmt02 dd figure img {margin-bottom: -3px;}
#locabo #locaboInn .cnt04 ul li .lbtn a {
	width: 100%;
}

/* 山田先生のご紹介----------------------- */

#locabo #locaboInn .cnt05 > div > div {
	text-align: justify;
}
#locabo #locaboInn .cnt05 > div > div h2 {
	font-size: 28px;
}
#locabo #locaboInn .cnt05 > div > div h2::before,
#locabo #locaboInn .cnt05 > div > div h2::after {display: none;}
#locabo #locaboInn .cnt05 > div > div p {
	font-size: 15px;
}
#locabo #locaboInn .cnt05 figure figcaption p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}
#locabo #locaboInn .cnt05 figure figcaption p span {
	font-size: 28px;
	padding-top: 5px;
	display: inline-block;
}

/* ---------------------------
フッター
------------------------------*/

footer {
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 810px){
	#locabo {
		margin-top: 6rem;
		padding-top:6rem;
	}
	#locabo::before {
    	top: 6rem;
	}
	#locabo #locaboInn .cnt {padding: 50px 40px;}
}

@media screen and (max-width: 575px){
/* ---------------------------
全体
------------------------------*/
	.pc03 {display: none !important;}
	.sp03 {display: block !important;}
	#locabo {font-size: 15px;}
	#locabo::before {
    	content: "";
    	position: fixed;
    	top: 6rem;
    	left: 0;
    	width: 100%;
    	height: 100vh;
    	background: url("../images/bg_sp.webp");
    	background-position: center top;
    	background-size: cover;
    	background-repeat: no-repeat;
    	transition: all 0.5s ease 0s;
    	z-index: 0;
	}
	#locabo #locaboInn .lbtn a {
		font-size: 1.5rem;
		width: 100%;
	}
	#locabo #locaboInn > .kome {
		font-size: 10px;
		margin-top: 10px;
	}
/* ---------------------------
FV
------------------------------*/
	#locabo #locaboInn h1 {
		font-size: 30px;
		margin-top: 20px;
	}
	#locabo #locaboInn #fv > figure img {width: 19rem;}
	#locabo #locaboInn #fv > h2 {
		font-size: 20px;
		margin-top: 20px;
	}
	#locabo #locaboInn #fv .fvCmt {
	padding: 20px 40px 40px;
	}
	#locabo #locaboInn #fv .fvCmt p {
		font-size: 14px;
	}
	#locabo #locaboInn #fv .fvCmt figure {text-align: center;}
	#locabo #locaboInn #fv .fvCmt figure img {
		width: 18.4rem;
	}
	#locabo #locaboInn #fv > p {
		font-size: 15px;
		margin: 30px 50px 0;
		text-align: justify;
	}
	
/* ---------------------------
コンテンツ
------------------------------*/

	#locabo #locaboInn .cnt {
		max-width: 340px;
		padding: 50px 20px;
	}
	#locabo #locaboInn .cnt .kome {font-size: 10px;}
	#locabo #locaboInn .cnt h2 {
		font-size: 26px;
		padding-bottom: 10px;
	}
	#locabo #locaboInn .cnt .titfuki {
		font-size: 20px;
		margin-top: 30px;
	}
	#locabo #locaboInn .cnt .titfuki::before,
	#locabo #locaboInn .cnt .titfuki::after {
  		height: 26px;
	}
	#locabo #locaboInn .cnt > p {
		margin: 30px 0 0;
	}
	#locabo #locaboInn .cnt .cmt {
		padding: 40px 20px;
	}
	#locabo #locaboInn .cnt .cmt dt {
		border-radius: 100vh 100vh;
		font-size: 14px;
		width: 240px;
		left: 0;
		right: 0;
		top:-25px;
		margin: auto;
	}
	#locabo #locaboInn .cnt .cmt h3 {
		font-size: 20px;
		text-align: center;
	}
	#locabo #locaboInn .cnt .cmt p {
		font-size: 14px;
		padding-right: 0;
	}

	/* 糖質とは？----------------------- */
	#locabo #locaboInn .cnt01 > figure:first-of-type img,
	#locabo #locaboInn .cnt01 > figure:nth-of-type(2) img {
		margin: 40px auto 0;
	}
	/* ロカボの食べ方----------------------- */
	#locabo #locaboInn .cnt02 > figure:first-of-type img {
		margin: 40px auto 0;
	}
	#locabo #locaboInn .cnt02 .point figcaption {
		font-size: 14px;
	}
	#locabo #locaboInn .cnt02 .koka {
		margin: 10px auto 0;
	}
	#locabo #locaboInn .cnt02 .koka li p {
		font-size: 16px;
	}
	
	/* ロカボ糖質を確認しましょう----------------------- */
	#locabo #locaboInn .cnt03 > figure:first-of-type img {
		margin: 40px auto 0;
	}
	
	/* ロカボ生活を楽しみましょう----------------------- */
	#locabo #locaboInn .cnt04 > figure img {
		margin: 30px auto 0;
	}
	#locabo #locaboInn .cnt04 ul li:nth-child(2) .lbtn {margin-top: 10px;}
	
	/* 山田先生のご紹介----------------------- */
	#locabo #locaboInn .cnt05 {padding: 50px 30px;}
	#locabo #locaboInn .cnt05 > div > div h2 {
		font-size: 20px;
		display: block;
		text-align: center;
	}
	#locabo #locaboInn .cnt05 > div > div p {
		font-size: 14px;
		margin-top: 20px;
	}
	#locabo #locaboInn .cnt05 figure figcaption p {
		font-size: 12px;
	}
	#locabo #locaboInn .cnt05 figure figcaption p span {
		font-size: 24px;
	}

}


