@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@900&display=swap');

.zenmaru{
	font-family: 'Zen Maru Gothic', sans-serif;
}
/* ------------------------------
    reset
------------------------------ */

html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 768px) {
	html {
		font-size: calc(100vw * 10 / 750);
	}
}
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, figcaption,
form, input, button, textarea, select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: メイリオ,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	-webkit-text-size-adjust: 100%;
}
input, button, textarea, select  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}
select::-ms-expand {
	display: none;
}
button:hover {
	cursor: pointer;
}
a {
	color: #000;
	text-decoration: none;
	transition: opacity 0.3s ease;
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a img {
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover {
	opacity: .6;
	cursor: pointer;
}
img, object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/* ------------------------------
    base
------------------------------ */

body {
	color: #000;
	min-width: 1200px;
	font-size: 1.0rem;
	text-align: left;
}
section {
	position: relative;
}
main {
	display: block;
}
.wrap {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
p,th,td,dt,dd,li,input,button,textarea {
	font-size: 1.6rem;
	line-height: 1.8;
}
.fade {
	transition: opacity 0.3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fade img {
	outline: 1px solid transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fade:hover {
	opacity: .6;
	cursor: pointer;
}
.h-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%)translateZ(0);
}
.v-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)translateZ(0);
}
.hv-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)translateZ(0);
}
.flex {
	display: flex;
	justify-content: space-between;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.preload *, .preload *::before, .preload *::after {
	transition: none !important;
}
#overlay {
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 997;
}
#overlay.active {
	opacity: 1;
	pointer-events: auto;
}

.c-line {
	background: linear-gradient(to bottom, transparent 20% , #ffff00 20%);
	background-position: 0 -.3rem;
}
.col01{ color: #eb5a24;}
.col02{ color: #22af73;}
.col03{ color: #f42789;}

@media screen and (max-width : 768px) {

	body {
		min-width: inherit;
	}
	.wrap {
		width: 90%;
		padding: 0;
	}
	/* main {
		padding-top: 60px;
	} */
	input,textarea,select,.select {
		font-size: 16px!important;
	}

}

/* ------------------------------
    main
------------------------------ */

/* sec_mv */

#sec_mv {
	background: #ff413c;
	text-align: center;
}
#sec_mv .logo {
	padding: 3rem 0;
}
#sec_mv .img {
	background: #fe817f;
}

#sec_mv .img img {
	width: 100%;
}
@media screen and (max-width : 768px) {
	#sec_mv .logo {
		width: 24.8rem;
		margin: 0 auto;
	}
}

/* sec_01 */
#sec_01 {
	padding: 4.5rem 0 10rem;
	overflow: hidden;
}
#sec_01 .wrap{
	width: 100%;
	max-width: 160rem;
}

#sec_01 .img {
	text-align: center;
}
#sec_01 h2 {
	text-align: center;
	margin: 5.8rem 0 7.6rem 0;
}
#sec_01 .img02 {
	position: relative;
	text-align: center;
}
#sec_01 .img02:before,
#sec_01 .img02:after{
	position: absolute;
	bottom: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url("/brand/anpan/kotobazukan/img/bg_sec01.png") repeat-x left top;
	background-size: 100% 100%;
}
#sec_01 .img02:before{ left: -100%;}
#sec_01 .img02:after{ right: -100%;}

#sec_01 .img03{
	text-align: center;
	margin: 6.5rem 0 0 0;
}

@media screen and (max-width : 768px) {
	#sec_01 {
		padding: 5rem 0 7.5rem 0;
	}
	#sec_01 h2 {
		margin: 4rem 0 14.5rem 0;
	}
	#sec_01 .img02:before,
	#sec_01 .img02:after{
		display: none;
	}
	#sec_01 .img03{
		width: calc(100% - 3rem);
		margin: 9.5rem auto 0 auto;
	}

	#sec_01 .sp-imgslider{
		isplay: none;
	}
	#sec_01 .sp-imgslider .slide-item{
		margin: 0 .9rem;
	}
	#sec_01 .sp-imgslider.slick-initialized{
		display: block; /*slick-initializedが付与されたら表示*/
	}

}

/* sec_02 */

#sec_02 {
	padding: 10rem 0;
	overflow: hidden;
}
#sec_02 .wrap{
	position: relative;
	width: 100%;
	max-width: 160rem;
}

#sec_02 .wrap:before{
	position: absolute;
	right: 0;
	top: 1rem;
	display: block;
	content: '';
	width: 51%;
	height: 80.6rem;
	background: #fae7e6;
	border-radius: 5rem 0 0 5rem;
	box-sizing: border-box;
	z-index: -1;
}
#sec_02 .wrap:after{
	position: absolute;
	display: block;
	content: '';
	right: -100%;
	top: 1rem;
	width: 100%;
	height: 80.6rem;
	background: #fae7e6;
}

#sec_02 .sec_ttl{
	position: relative;
	text-align: center;
	margin-bottom: 8.5rem;
}
#sec_02 .sec_ttl h2{
	position: relative;
	display: inline-block;
}
#sec_02 .sec_ttl h2:before{
	position: absolute;
	left: -24.7rem;
	top: -5rem;
	display: block;
	content: '';
	background: url("/brand/anpan/kotobazukan/img/sec02_bgimg01@2x.png") no-repeat center center;
	background-size: 100% auto;
	width: 12.7rem;
	height: 11.4rem;
}

#sec_02 .point-box{
	position: relative;
}
#sec_02 .point-box .box__ttl{
	text-align: center;
	margin: 0 auto .5rem auto;
}
#sec_02 .point-box .text{
	text-align: center;
	font-size: 2.3rem;
	height: calc(42 / 23);
}

#sec_02 .point-box.box01 .img01{
	position: relative;
	text-align: center;
	margin-bottom: 4.5rem;
}
#sec_02 .point-box.box01 .img01:after{
	position: absolute;
	right: 28rem;
	top: -15rem;
	display: block;
	content: '';
	background: url("/brand/anpan/kotobazukan/img/sec02_bgimg02@2x.png") no-repeat center center;;
	background-size: 100% auto;
	width: 12.1rem;
	height: 11.6rem;
}

#sec_02 .point-box.box01 .img02{
	text-align: center;
	margin-top: -4rem;
}

#sec_02 .point-box.box02{
	text-align: center;
	margin-top: 10.2rem;
	min-height: 70.2rem;
}
#sec_02 .point-box.box02 .box__ttl,
#sec_02 .point-box.box02 .text{
	position: relative;
	z-index: 2;
}
#sec_02 .point-box.box02 .img01{
	position: absolute;
	top: .5rem;
	left: 50%;
	transform: translateX(-51.5%);
	width: 100%;
	z-index: 1;
}
#sec_02 .point-box.box02 .text{
	margin-top: 32.5rem;
}
#sec_02 .point-box.box02:before{
	position: absolute;
	left: 0;
	top: 18rem;
	display: block;
	content: '';
	width: 68.3%;
	height: 58.4rem;
	background: #fae7e6;
	border-radius: 0 5rem 5rem 0;
	box-sizing: border-box;
	z-index: -1;
}
#sec_02 .point-box.box02:after{
	position: absolute;
	display: block;
	content: '';
	left: -100%;
	top: 18rem;
	width: 100%;
	height: 58.4rem;
	background: #fae7e6;
}

#sec_02 .point-box.box03{
	margin-top: 17.6rem;
}
#sec_02 .point-box.box03 .text{
	margin-top: 5rem;
}
#sec_02 .point-box.box03 .img01{
	text-align: center;
	margin-top: 4.5rem;
}
#sec_02 .point-box.box03 .img02{
	text-align: center;
	margin-top: -30.4rem;
}
#sec_02 .point-box.box03 .bg-img01{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -22rem;
	width: 100%;
	max-width: 130rem;
}

#sec_02 .lead_txt{
	text-align: center;
	margin-top: 3.7rem;
	margin-bottom: 11.8rem;
}
#sec_02 .lead_img{
	text-align: center;
	margin: 0 auto;
}
#sec_02 .lead_img img{
	width: 100%;
	height: auto;
}

@media screen and (max-width : 768px) {
	#sec_02 {
		padding: 7rem 0 0 0;
	}
	#sec_02 .wrap{
		padding-top: 12rem;
	}
	#sec_02 .wrap:before{
		top: 12.5rem;
	}
	#sec_02 .wrap:after{
		display: none;
	}
	#sec_02 .sec_ttl{
		max-width: 45.4rem;
		margin: 0 auto 8.5rem auto;
	}
	#sec_02 .sec_ttl h2:before {
			left: -9rem;
			top: -12rem;
			background-size: 100% auto;
			width: 12.3rem;
			height: 11.0rem;
	}
	#sec_02 .point-box .box__ttl{
		max-width: 23.4rem;
		margin: 0 auto;
	}
	#sec_02 .point-box .text{
		font-size: 2.8rem;
		height: calc(42 / 28);
	}

	#sec_02 .point-box.box01 .img01:after{
		display: none;
	}
	#sec_02 .point-box.box01 .img01{
		margin-top: 3.5rem;
		margin-bottom: 5rem;
	}
	#sec_02 .point-box.box01 .img02{
		margin-top: -7rem;
	}
	#sec_02 .point-box.box02{
		margin-top: 0;
		margin-bottom: 3rem;
	}
	#sec_02 .point-box.box02 .box__ttl{
		max-width: 31.2rem;
	}
	#sec_02 .point-box.box02 .img01 {
		position: relative;
		top: 0;
		left: auto;
		transform: translateX(0);
		margin-top: 2.5rem;
	}
	#sec_02 .point-box.box02 .text{
		margin-top: 4.7rem;
	}
	#sec_02 .point-box.box02 .img02{
		margin: 1rem auto 0 auto;
		text-align: center;
	}
	#sec_02 .point-box.box02:before {
			top: 18rem;
			width: 83%;
			height: 80.6rem;
	}

	#sec_02 .point-box.box03{
		margin-top: -13rem;
	}
	#sec_02 .point-box.box03 .box__ttl{
		max-width: 23.7rem;
	}
	#sec_02 .point-box.box03 .img02{
		margin-top: 1rem;
	}
	#sec_02 .point-box.box03 .bg-img01{ display: none;}
	#sec_02 .lead_txt{
		max-width: 31.4rem;
		margin: 3rem auto 4rem auto;
	}
}

/* sec_03 */
#sec_03 {
	padding:3.5rem 0 0 0;
}
#sec_03 .sec01{
	padding-bottom: 20rem;
	box-sizing: border-box;
}
#sec_03 .sec01 .ttl {
	text-align: center;
	margin-bottom: 4rem;
}
#sec_03 .sec01 .img {
	margin: -2.5rem auto 0 auto;
	text-align: center;
}
#sec_03 .sec01 .txt_wrap{
	width: 100%;
	max-width: 54.4rem;
	margin: 6.5rem auto 0 auto;
}
#sec_03 .sec01 .txt{
	font-size: 2rem;
	line-height: 2;
}
#sec_03 .sec01 .note{
	font-size: 1.2rem;
	line-height: calc(46 / 15);
}

#sec_03 .sec02 {
	position: relative;
	padding: 21.1rem 0 29.2rem 0;
	background: url("/brand/anpan/kotobazukan/img/sec03_bg01@2x.png") no-repeat center 9.7rem,
							rgba(255,65,60,.15);
	background-size: 120rem auto;
	box-sizing: border-box;
}

#sec_03 .sec02 .wrap {
	position: relative;
}
#sec_03 .sec02 .wrap:before {
	position: absolute;
	right: 0;
	top: -29rem;
	display: block;
	content: '';
	background: url("/brand/anpan/kotobazukan/img/sec03_bg02@2x.png") no-repeat center center;
	background-size: 100% auto;
	width: 27.1rem;
	height: 14.8rem;
}
#sec_03 .sec02 .ttl{
	text-align: center;
	margin-bottom: 8.5rem;
}

#sec_03 .voice_wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 2.4rem 2.4rem;
}
#sec_03 .voice_wrap .voice_box{
	position: relative;
	width: calc((100% - 12rem) / 6);
	background: #FFF;
	padding: 0 1.8rem 2rem 1.8rem;
	border-radius: 1.1rem;
	box-sizing: border-box;
}
#sec_03 .voice_box .box__img{
	text-align: center;
	margin: -1.6rem auto 1.5rem auto;
}
#sec_03 .voice_box .box__ttl{
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 900;
	font-size: 1.9rem;
	line-height: calc(27 / 19);
	margin-bottom: 1rem;
}
#sec_03 .voice_box .box__txt{
	font-size: 1.5rem;
	line-height: calc(27 / 15);
}

#sec_03 .sec03{
	padding: 13rem 0 13.5rem 0;
	background: url("/brand/anpan/kotobazukan/img/sec03_bg03@2x.png") no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
#sec_03 .sec03 .img{
	text-align: center;
}

@media screen and (max-width : 768px) {
	#sec_03 {
		padding: 3rem 0 0 0;
	}
	#sec_03 .sec01{
		padding-bottom: 13rem;
	}
	#sec_03 .sec01 .wrap {
		width: 100%;
	}
	#sec_03 .sec01 .ttl{ margin-bottom: 0;}
	#sec_03 .sttl {
		font-size: 2.0rem;
	}
	#sec_03 .sec01 .img{
		max-width: 44.8rem;
		margin: -2rem auto 0 auto;
	}
	#sec_03 .sec01 .txt_wrap{
		max-width: inherit;
		padding: 0 6.5rem;
		box-sizing: border-box;
	}
	#sec_03 .sec01 .txt{
		font-size: 2.8rem;
	}
	#sec_03 .sec01 .note{
		font-size: 2.3rem;
		line-height: calc(40 / 23);
	}
	#sec_03 .sec02 .txt {
		margin-top: 3rem;
		font-size: 2rem;
	}

	#sec_03 .sec02 {
		position: relative;
		padding: 11.5rem 0 3rem 0;
		background: rgba(255,65,60,.15);
	}
	#sec_03 .sec02:after {
		position: absolute;
		left: 0;
		top: -2rem;
		display: block;
		content: '';
		background: url("/brand/anpan/kotobazukan/img/sec03_bg01_sp.png") no-repeat center top;
		background-size: 100% auto;
		width: 96%;
		height: 100%;
	}
	#sec_03 .sec02 .wrap {
		width: 100%;
	}
	#sec_03 .sec02 .wrap:before {
		right: 0;
		top: -19rem;
		background-size: 100% auto;
		width: 26.6rem;
		height: 14.2rem;
	}
	#sec_03 .sec02 .ttl{
		max-width: 52.2rem;
		margin: 0 auto 6rem auto;
	}

	#sec_03 .voice_wrap{
		display: block;
		padding-top: 3.5rem;
		padding-bottom: 8.5rem;
		overflow: hidden;
		box-sizing: border-box;
	}
	#sec_03 .voice_wrap .voice_box{
		padding: 0 3.5rem 3rem 3.5rem;
		margin: 0 2rem;
	}
	#sec_03 .voice_box .box__img{
		text-align: center;
		margin: -3rem auto 3.5rem auto;
	}
	#sec_03 .voice_box .box__ttl{
		font-size: 3.5rem;
		line-height: calc(49 / 35);
		margin-bottom: 2rem;
	}
	#sec_03 .voice_box .box__txt{
		font-size: 2.8rem;
		line-height: calc(50 / 28);
	}
	#sec_03 .sec02 .slick-list{
		position: relative;
		overflow: visible;
		z-index: 2;
	}
	#sec_03 .sec02 .slick-track {
		display: flex;
	}
	#sec_03 .sec02 .slick-slide {
		height: auto !important;
	}
	#sec_03 .sec02 .slick-slide img{
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	#sec_03 .sec02 .slick-dots {
		bottom: 0;
		z-index: 2;
	}
	#sec_03 .sec02 .slick-dots li{
			width: 6rem;
			height: 1rem;
			margin: 0 1.5rem;
	}
	#sec_03 .sec02 .slick-dots li button{
			width: 100%;
			height: 100%;
			padding: 0;
	}
	#sec_03 .sec02 .slick-dots li button:before{
			width: 100%;
			height: 100%;
			content: '';
			opacity: 1;
			background: #FFF;
	}
	#sec_03 .sec02 .slick-dots li.slick-active button:before{
			opacity: 1;
			background: #ff413c;
	}

	#sec_03 .sec03{
		padding: 6.5rem 0 6rem 0;
		background: url("/brand/anpan/kotobazukan/img/sec03_bg03_sp.png") no-repeat center center;
		background-size: cover;
	}
	#sec_03 .sec03 .wrap{
		width: 100%;
		padding: 0 6.5rem;
		box-sizing: border-box
	}
	#sec_03 .sec03 .btn_wrap{
		text-align: center;
		margin-top: 8.5rem;
	}
	#sec_03 .sec03 .btn_wrap .popup-modal{
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 37rem;
	}

}

/* sec_04 */
#sec_04 .sec01{
	padding: 9.5rem 0 10rem 0;
	background: #ff413c;
	background-size: 100% auto;
	box-sizing: border-box;
}
#sec_04 .sec01 .ttl{
	text-align: center;
}
#sec_04 .sec01 .img_wrap{
	margin-top: 8rem;
}
#sec_04 .sec01 .img_list{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 3.5rem 4.5rem;
}
#sec_04 .sec01 .img_list li{
	width: calc((100% - 4.5rem) / 2);
	max-width: 57.7rem;
}
#sec_04 .sec01 .img_list li.-large{
	width: 100%;
	max-width: inherit;
}
/* sec-movie */
.sec-movie .wrap{
	position: relative;
	padding: 15.5rem 0 8.5rem 0;
	background: url("/brand/anpan/kotobazukan/img/sec_movie_bg01@2x.png") no-repeat center 12rem;
	background-size: 100% auto;
}
.sec-movie .wrap:before{
	position: absolute;
	left: 0;
	top: -1.5rem;
	display: block;
	content: '';
	background: url("/brand/anpan/kotobazukan/img/sec_movie_img01@2x.png") no-repeat center center;
	background-size: 100% auto;
	width: 28.9rem;
	height: 9.8rem;
}
.sec-movie .ttl{
	text-align: center;
	margin-bottom: 5.5rem;
}
.sec-movie .video {
	width: 80rem;
	height: 45rem;
	margin: 0 auto;
}
.sec-movie .video iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0 auto;
}

@media screen and (max-width : 768px) {
	#sec_04 .sec01{
		padding: 9rem 0 12rem 0;
		/*background: url("/brand/anpan/kotobazukan/img/sec04_bg01_sp.png") no-repeat right top,#ff413c;*/
		background: #ff413c;
		background-size: 100% auto;
	}
	#sec_04 .sec01 .img_wrap{
		margin-top: 7rem;
	}
	#sec_04 .sec01 .img_list{
		display: block;
	}
	#sec_04 .sec01 .img_list li{
		width: 100%;
		max-width: inherit;
	}
	#sec_04 .sec01 .img_list li+li{ margin-top: 4.3rem;}

	/* sec-movie */
	.sec-movie .wrap{
		width: 94%;
		padding: 8rem 0 11.3rem 0;
		background: url("/brand/anpan/kotobazukan/img/sec_movie_bg01_sp.png") no-repeat left 4rem;
		background-size: 100% auto;
	}
	.sec-movie .wrap:before{
		width: 28.4rem;
		height: 9.3rem;
	}
	.sec-movie .ttl{
		max-width: 13.2rem;
		margin: 0 auto 3.5rem auto;
	}
	.sec-movie .video {
		width: 100%;
		height: 39rem;
	}
}

/* sec_05 */
#sec_05{
	padding-bottom: 8rem;
	box-sizing: border-box;
}
#sec_05 .sec_head{
	text-align: center;
	background: #ffe8e8;
	padding: 10.6rem 0;
	margin-bottom: 6.5rem;
	box-sizing: border-box;
}
#sec_05 .txt_wrap{
	width: 100%;
	max-width: 65rem;
	margin: 0 auto;
}
#sec_05 .text{
	font-size: 2rem;
	line-height: 2;
}
#sec_05 .subttl{
	text-align: center;
	margin-bottom: 3.5rem;
}
#sec_05 .img01{
	text-align: center;
	margin: 0 auto 5.5rem auto;
}
#sec_05 .img02{
	text-align: center;
	margin: 0 auto 3.5rem auto;
}
.mb100{ margin-bottom: 10rem !important;}
.mb115{ margin-bottom: 11.5rem !important;}

@media screen and (max-width : 768px) {
	#sec_05{
		padding-bottom: 5.5rem;
	}
	#sec_05 .sec_head{
		padding: 7rem 4.5rem;
		margin-bottom: 7.5rem;
	}
	#sec_05 .wrap{
		width: 100%;
	}
	#sec_05 .txt_wrap{
		width: 88%;
		max-width: inherit;
		margin: 0 auto;
	}
	#sec_05 .text{
		font-size: 2.8rem;
		line-height: calc(50 / 28);
	}

	#sec_05 .img01{
		margin: 0 auto 8.5rem auto;
	}
	#sec_05 .img02{
		margin: 0 auto 4.5rem auto;
	}
}

/* sec-comment */
.sec-comment{
	padding-bottom: 14.5rem;
	box-sizing: border-box;
}
.sec-comment .sec-head{
	position: relative;
	text-align: center;
	margin-bottom: 16.5rem;
}
.sec-comment .sec-head:after{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	content: '';
	background: #ffe8e8;
	width: 100%;
	height: 50rem;
	z-index: -1;
}
.sec-comment .ttl{
	text-align: center;
	margin-bottom: 9rem;
}

.sec-comment .supervisor-box{
	position: relative;
	width: 100%;
	max-width: 65.9rem;
	margin: 0 auto;
}
.sec-comment .supervisor-box.-box01{
	margin-bottom: 10.8rem;
}
.sec-comment .supervisor-box.-box02{
	padding-top: 11.5rem;
	background: url("/brand/anpan/kotobazukan/img/comment_line01.png") no-repeat center top;
	background-size: 59.8rem 2.6rem;
	box-sizing: border-box;
}

.sec-comment .supervisor-box:after{
	position: absolute;
	display: block;
	content: '';
	background-size: 100% auto !important;
}
.sec-comment .supervisor-box.-box01:after{
	left: 0;
	top: -1.7rem;
	background: url("/brand/anpan/kotobazukan/img/comment_img01.png") no-repeat center center;
	width: 14.2rem;
	height: 10.8rem;
}
.sec-comment .supervisor-box.-box02:after{
	right: 3.8rem;
	top: 8.5rem;
	background: url("/brand/anpan/kotobazukan/img/comment_img02.png") no-repeat center center;
	width: 14.4rem;
	height: 13.9rem;
}

.sec-comment .supervisor-box .img{
	position: relative;
	text-align: center;
	margin: 0 auto;
}
.sec-comment .supervisor-box .lead{
	margin-top: 3.5rem;
	text-align: center;
	font-size: 2.6rem;
	line-height: calc(40 / 26);
}
.sec-comment .supervisor-box .name{
	text-align: center;
	font-size: 2.6rem;
	line-height: calc(40 / 26);
	font-weight: bold;
	margin: 2.5rem 0 5rem 0;
}
.sec-comment .supervisor-box .text{
	font-size: 2.0rem;
	line-height: calc(40 / 20);
}
@media screen and (max-width : 768px) {
	.sec-comment{
		padding-bottom: 13rem;
	}
	.sec-comment .sec-head{
		margin-bottom: 9.5rem;
	}
	.sec-comment .sec-head:after{
		display: none;
	}
	.sec-comment .wrap{
		width: 88%;
	}
	.sec-comment .ttl{
		max-width: 20.5rem;
		margin: 0 auto 6.5rem auto;
	}

	.sec-comment .supervisor-box{
		max-width: inherit;
	}
	.sec-comment .supervisor-box.-box01{
		margin-bottom: 4rem;
	}
	.sec-comment .supervisor-box.-box02{
		padding-top: 10rem;
		background: url("/brand/anpan/kotobazukan/img/comment_line01_sp.png") no-repeat center top;
		background-size: 100% auto;
		box-sizing: border-box;
	}

	.sec-comment .supervisor-box:after{
		position: absolute;
		display: block;
		content: '';
		background-size: 100% auto !important;
	}
	.sec-comment .supervisor-box.-box01:after{
		left: 0;
		top: -1.5rem;
		width: 14.0rem;
		height: 10.7rem;
	}
	.sec-comment .supervisor-box.-box02:after{
		right: 3.8rem;
		top: 8.5rem;
		width: 13.9rem;
		height: 13.6rem;
	}

	.sec-comment .supervisor-box .img{
		max-width: 21.6rem;
	}

	.sec-comment .supervisor-box .name{
		margin: 2.5rem 0 5rem 0;
	}
	.sec-comment .supervisor-box .text{
		font-size: 2.9rem;
		line-height: calc(50 / 29);
		text-align: justify;
	}
}


/* sec_06 */
#sec_06 .sec-head{
	text-align: center;
	background: #ffe8e8;
	margin-bottom: 10.8rem;
	box-sizing: border-box;
}
#sec_06 .line{
	text-align: center;
	margin: 0 auto;
}
#sec_06 .sec02 {
	padding: 0 0 10rem;
	text-align: center;
}
#sec_06 .sec02 .ttl {
	margin-top: 12rem;
	margin-bottom: 9rem;
}
#sec_06 .box {
	background: #fff;
	border: 5px solid #ff413c;
	border-radius: 1.5rem;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
#sec_06 .box.-connection {
	max-width: 100rem;
}

#sec_06 .box + .box {
	margin-top: 6rem;
}
#sec_06 .box .inner {
	padding: 3.5rem 4rem 3.5rem 7.5rem;
}
#sec_06 .box.-connection .inner {
	padding: 6rem 6rem 5rem 6.5rem;
}
#sec_06 .box.-anniversary .inner {
	padding-top: 1.2rem;
	padding-bottom: 2.6rem;
}

#sec_06 .box__inner{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#sec_06 .box__inner .box__txt{
	text-align: left;
	width: calc(100% - 54.1rem);
	padding-top: 3rem;
	padding-right: 3rem;
	box-sizing: border-box;
}
#sec_06 .-connection .box__inner .box__txt{
	width: calc(100% - 46.6rem);
}
#sec_06 .-anniversary .box__inner .box__txt {
	width: calc(100% - 58.1rem);
}

#sec_06 .box__inner .box__img{
	max-width: 54.1rem;
}
#sec_06 .-connection .box__inner .box__img{
	max-width: 46.6rem;
}
#sec_06 .-anniversary .box__inner .box__img {
	max-width: 58.1rem;
}


#sec_06 .box .sttl {
	font-size: 2.5rem;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 3.5rem;
}
#sec_06 .box.-anniversary .sttl {
	text-align: center;
}

#sec_06 .box .txt {
	font-size: 1.8rem;
	line-height: calc(30 / 18);
	margin-bottom: 5.5rem;
	color: #666666;
}
#sec_06 .box.-connection .sttl{ margin-bottom: 2rem;}
#sec_06 .box.-connection .txt{
	margin-bottom: 3.5rem;
	color: #42210b;
}
#sec_06 .box.-connection .btn{
	max-width: 37rem;
	margin: 0 auto;
}

#sec_06 .box .more a {
	background: #ff413c;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 8rem;
	padding-top: 5px;
	font-size: 2.8rem;
	line-height: 1.4;
	font-weight: bold;
	position: relative;
}
#sec_06 .box.-connection .more a {
	font-size: 2rem;
	height: 5.5rem;
}

#sec_06 .box .more a::before {
	content: '';
	position: absolute;
	right: 16rem;
	top: 50%;
	transform: translateY(-50%)rotate(45deg);
	width: 1.5rem;
	height: 1.5rem;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
#sec_06 .box.-connection .more a::before {
	width: 1.3rem;
	height: 1.3rem;
}

#sec_06 .sec03 {
	color: #42210b;
	padding: 4rem 0 20rem;
	text-align: center;
}
#sec_06 .sec03 .ttl {
	margin-top: 12rem;
	margin-bottom: 5.5rem;
}
#sec_06 .sec04 .wrap {
	max-width: 85rem;
	margin-bottom: 10rem;
}
#sec_06 .sec04 .ttl {
	background: #ff413c;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: 900;
}
#sec_06 .sec04 .list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 54rem;
	margin: 5rem auto;
}
#sec_06 .sec04 .list .item {
	margin-left: 3rem;
}
#sec_06 .sec04 .list .item:nth-child(3n+1) {
	margin-left: 0;
}
#sec_06 .sec04 .list .item:nth-child(n+4) {
	margin-top: 3rem;
}
#sec_06 .sec04 .btn a {
	background: #70b92c;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54rem;
	height: 11rem;
	margin: 0 auto;
	font-size: 3.2rem;
	line-height: 1.4;
	font-weight: bold;
	border-radius: 100px;
	border-bottom: 5px solid #008c45;
	position: relative;
}
#sec_06 .sec04 .btn a::before {
	content: '';
	position: absolute;
	right: 4rem;
	top: 50%;
	transform: translateY(-50%)rotate(45deg);
	width: 1.5rem;
	height: 1.5rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

@media screen and (max-width : 768px) {
	#sec_06 .sec03 {
		padding-bottom: 13rem;
	}
	#sec_06 .sec-head{
		background: none;
		margin-bottom: 5.2rem;
	}
	#sec_06 .sec02 .ttl{
		max-width: 29rem;
		margin: 0 auto;
	}
	#sec_06 .wrap{
		width: 88%;
	}

	#sec_06 .sec02 .ttl{
		max-width: 29rem;
		margin: 7.5rem auto 4.5rem auto;
	}
	#sec_06 .box + .box {
		margin-top: 4rem;
	}
	#sec_06 .box {
		border: .4rem solid #ff413c;
	}
	#sec_06 .box.-connection {
		max-width: inherit;
	}
	#sec_06 .box .inner,
	#sec_06 .box.-connection .inner{
		padding: 7rem 4rem 5.5rem 4rem;
	}
	#sec_06 .box.-anniversary .inner {
		padding-top: 7rem;
		padding-bottom: 5.5rem;
	}

	#sec_06 .box__inner{
		flex-direction: column;
	}
	#sec_06 .box__inner .box__txt{
		display: contents;
		text-align: center;
		width: 100%;
		padding-top: 0;
		padding-right: 0;
	}
	#sec_06 .-connection .box__inner .box__txt{
		width: 100%;
	}

	#sec_06 .box__inner .box__img{
		order: 3;
		max-width: 100%;
	}
	#sec_06 .-connection .box__inner .box__img{
		max-width: 100%;
	}
	#sec_06 .-anniversary .box__inner .box__img {
		max-width: 100%;
	}

	#sec_06 .box .sttl {
		order: 1;
		font-size: 3.5rem;
		margin-bottom: 3rem;
	}

	#sec_06 .box.-anniversary .sttl {
		padding: 0 6.3rem;
	}

	#sec_06 .box .txt {
		order: 2;
		font-size: 2.8rem;
		line-height: calc(42 / 28);
		margin: 0 auto 3.5rem auto;
	}
	#sec_06 .box.-connection .sttl{ margin:0 auto 3rem auto;}

	#sec_06 .box.-connection .btn{
		max-width: 37rem;
		margin: 4.5rem auto 0 auto;
	}

	#sec_06 .box .btn{
		order: 4;
		max-width: 37rem;
		margin: 4.5rem auto 0 auto;
	}

	#sec_06 .box .more a {
		font-size: 2.8rem;
		height: 7.5rem;
	}
	#sec_06 .box.-connection .more a{
		font-size: 2.8rem;
		height: 7.5rem;
	}
	#sec_06 .box .more a::before,
	#sec_06 .box.-connection .more a::before{
		right: 14vw;
		margin-top: .5rem;
		width: 1rem;
		height: 1rem;
		border-width: 2px;
	}
	#sec_06 .sec03 .ttl{
		max-width: 17.6rem;
		margin: 9.5rem auto 4.5rem auto;
	}

	#sec_06 .sec04 .ttl {
		font-size: 2.2rem;
		height: 8rem;
		margin: 0 -5vw;
	}
	#sec_06 .sec04 .list {
		width: 90%;
	}
	#sec_06 .sec04 .list .item {
		width: 30%;
		margin-left: 5%;
	}
	#sec_06 .sec04 .list .item:nth-child(3n+1) {
		margin-left: 0;
	}
	#sec_06 .sec04 .list .item:nth-child(n+4) {
		margin-top: 5%;
	}
	#sec_06 .sec04 .btn a {
		width: 90%;
		height: 11rem;
		font-size: 3.2rem;
	}
	#sec_06 .sec04 .btn a::before {
		width: 1.4rem;
		height: 1.4rem;
		border-width: 1px;
	}

}

	/* footer */

.floating_btn{
	position: fixed;
	bottom: 3rem;
	right: 3rem;
	z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: opacity .4s ease;
}
.floating_btn.-bnr{
	right: auto;
	left: 0;
}

.floating_btn.scrolled {
	opacity: 1;
	pointer-events: auto;
}

@media screen and (max-width : 768px) {

	.floating_btn {
		width: 20rem;
		bottom: 21rem;
	}
	.floating_btn.-bnr{
		width: 100%;
		bottom: 0;
	}

}

/*新 share */

.sns_link {
	background: #ffe8e8;
	text-align: center;
	margin: 0 auto;
	padding: 70px 0;
}
.sns_link img {
	width: 50px;
	margin: 0 10px;
}
.sns_link a {
	text-decoration: none;
	display: inline !important;
}
.sns_link a:hover {
	text-decoration: none;
}

/* popup
-------------------------------*/

.mfp-bg{opacity: 0.3;}
.popup_wrap{
	width: 980px;
	padding: 137px 164px 100px;
	background-color: #fff;
	box-sizing: border-box;
	margin: 10px auto;
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	border-radius: 10px;
}
.popup_wrap *{
	box-sizing: border-box;
}
.popup_wrap .buylink{
	width: 100%;
	margin: 0;
}
.popup_wrap .buylink__ttl{
	text-align: center;
	line-height: 1;
	font-size: 50px;
	color: #765434;
	font-weight: 800;
	margin-bottom: 60px;
}
.popup_wrap .inner{
}
.popup_wrap .buylink__list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border:none;
}
.popup_wrap .buylink__list li{
	width: 312px;
}
.popup_wrap .buylink__list li:nth-of-type(n+3){
	margin-top: 26px;
}
.popup_wrap .buylink__list li a{
	background: linear-gradient(to bottom, #fff 0, #fd7a0f 20%);
	border: 5px solid #fd7a0f;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	width: 100%;
	height: 90px;
	background-size: cover;
	color: #fff;
	line-height: 1.1;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none!important;
	white-space: nowrap;
}
.popup_wrap .buylink__link{padding: 0;}
.popup_wrap .buylink__list .buylink__link-txt{
	display: inline-block;
}
.mfp-close-btn-in .mfp-close{opacity: 0;}
.popup-modal-dismiss{
	position: absolute;
	top: 28px;
	right: 24px;
	width: 52px;
	transition: .2s;
}
.popup-modal-dismiss img{
	width: 100%;
}

.popup_wrap .buylink__list-item:not(:last-of-type) .buylink__link{
	border-bottom: none;
}
.popup_wrap .buylink__ttl-txt:before,
.popup_wrap .buylink__link-txt:after{
	display: none;
}
@media screen and (min-width: 769px) {
	.popup-modal-dismiss:hover{
		opacity: 0.65;
	}

}
@media screen and (max-width: 768px) {
	.popup_wrap{
		width: 93.6vw;
		padding: 18.4vw 8.6vw 16.8vw;
		border-radius: 5px;
		box-shadow: 0 0 5px rgba(0,0,0,.5);
	}
	#popup03.popup_wrap{
		width: 88.6vw;
		padding: 4.8rem 3rem;
		border-radius: 4rem;
	}
	#popup03 .popup-modal-dismiss {
		top: -3.3rem;
		right: -2.8rem;
		width: 9rem;
	}
	.popup_wrap .buylink__ttl{
		font-size: 5.86vw;
		margin-bottom: 7.7vw;
	}
	.popup_wrap .buylink__ttl .buylink__ttl-txt{
		color: #765434;
	}
	.popup_wrap .inner{
	}
	.popup_wrap .buylink__list li{
		width: 37vw;
	}
	.popup_wrap .buylink__list li:nth-of-type(n+3){
		margin-top: 2.9vw;
	}
	.popup_wrap .buylink__list li a{
		box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
		border-radius: 5px;
		height: 13.3vw;
		text-decoration: none;
		line-height: 1.1;
		font-size: 3.7vw;
		background-size: cover;
		white-space: nowrap;
	}
	.popup_wrap .buylink__list-item--toysrus .buylink__link-txt{
		transform: scale(0.8, 1);
		letter-spacing: -0.05em;
	}
	.popup_wrap .buylink__list-item--akachanhonpo .buylink__link-txt{
		transform: scale(0.9, 1);
		letter-spacing: -0.05em;
	}
	.popup-modal-dismiss{
		top: 4vw;
		right: 3.6vw;
		width: 8vw;
	}

}

.AnniversaryBnr {
	max-width: 646px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 23px;
	padding-left: 23px;
}
*+.AnniversaryBnr {
	margin-top: 40px;
}
.AnniversaryBnr_link {
	display: inline-block;
}
@media screen and (max-width: 768px) {
	*+.AnniversaryBnr {
		margin-top: 23px;
	}
}
.mTop40 {
	margin-top: 40px !important;
}


/* ------------------------------
    responsive
------------------------------ */

@media screen and (min-width : 769px) {

	.sp {
		display:none!important;
	}

}

@media screen and (max-width : 768px) {

	.pc {
		display:none!important;
	}

}


/* ------------------------------
    clearfix
------------------------------ */

.cf {
  zoom:1;
}
.cf::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}