@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	font-weight: 700;
}

strong {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	width: 100%;
    height: 100%;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.pcNone {
	display: none;
}

input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	background: none;
}

select::-ms-expand {
	display: none;
}

input[type="submit"] {
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus {
	outline-offset: -2px;
}

input[type="submit"]:-moz-focus-inner{
	border :0;
}

input[type=radio], input[type=checkbox] {
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}

@media screen and (max-width: 767px) {
body {
	-webkit-text-size-adjust: 100%;
	font-size: 4vw;
}

img {
	width: 100%;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

/* link
*****************************************/
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

.hover a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity .6s;
}

@media (any-hover: hover) {
	.hover a:hover img {
		transition: opacity .3s;
		opacity: .6;
	}
}
.imgOver01 > a {
	display: block;
	overflow: hidden;
}

.imgOver01 > a img {
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (any-hover: hover) {
	.imgOver01 > a:hover img {
		transition: transform .3s;
		transform: scale(1.1);
	}
}

/* header
*****************************************/
.header01 {
}

@media screen and (max-width: 767px) {
.header01 {
}

}

/* footer
*****************************************/
.footer01 {
}

.pagetop01 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.pagetop01.fadeIn {
	opacity: 1.0;
	visibility: visible;
}

@media screen and (max-width: 767px) {
.footer01 {
}

}


/* contents
*****************************************/
.wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.wrap01.bC {
	justify-content: center;
}
.wrap01.between {
	justify-content: space-between;
}
.wrap01.aC {
	align-items: center;
}
.wrap01.aEnd {
	align-items: flex-end;
}
.wrap01.reverse {
	flex-direction: row-reverse;
}

.contents01 {
	background: url(../img/bg01.png);
	background-size: 35%;
}
h1.headign01 {
	padding: 6px 0px;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	background: #422110;
}
.mvInner01 {
	margin-top: 40px;
}
.mvInner01 > .inner01 > .logo01 {
	width: 100%;
	max-width: 620px;
	margin: auto;
}
.mvInner01 > .inner01 > .title01 {
	margin-top: 10px;
	color: #DB568F;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 700;
}
.section01 {
	margin-top: 100px;
}
.section01 > .inner01 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 0 20px;
}
.section01:nth-last-of-type(1) {
	margin-top: 80px;
}
.mvInner01 + .section01 {
	margin-top: 0;
}
.section01.type01 {
	margin-top: 125px;
	position: relative;
	background: #F0D495;
}
.section01.type01::before {
    content: "";
    display: block;
    background: url(../img/bg02.svg);
    width: 100%;
    height: 25px;
    position: absolute;
    top: -25px;
    left: 0;
}
.section01.type01 > .inner01::before {
    content: "";
    display: block;
    background: url(../img/bg03.svg);
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: -25px;
    left: 0;
	z-index: 1;
}
.section01.type01 > .inner01 {
	padding: 80px 20px;
}
.section01 > .inner01 > .block01 {
	margin-top: 40px;
}
.section01 > .inner01 > .block01 > .text01 {
	color: #DB568F;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 10px;
}
.section01 > .inner01 > .block01 > .text02 {
	margin-top: 15px;
	color: #322300;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}
.hgroup01 + .text01 {
    margin-top: 40px;
    color: #322300;
    font-weight: 700;
	text-align: left;
}
.hgroup01 > .title01 {
	color: #322300;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.3;
}
.hgroup01 > .heading01 {
	color: #322300;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.3;
}
.section01:not(.type01) .hgroup01 > .heading01 {
	line-height: 1.5;
}
.hgroup01 > .text01 {
	position: relative;
	margin: 5px auto 0;
	padding: 3px 0 10px;
	color: #FFF;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	background: #F0D495;
	width: 100%;
	max-width: 240px;
}
.hgroup01 > .text01::before,
.hgroup01 > .text01::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #F0D495 transparent;
    border-style: solid;
    content: '';
}
.hgroup01 > .text01::before {
    left: -15px;
    border-width: 18px 0px 19px 15px;
}

.hgroup01 > .text01::after {
    right: -15px;
    border-width: 18px 15px 19px 0px;
}
.movieArea01 {
	margin: 40px auto 0;
	width: 100%;
	max-width: 700px;
}
.movieArea01 > .movieBlock01 {
	width: 100%;
	height: 100%;
	aspect-ratio: 700 / 394;
}
.movieArea01 > .movieBlock01 > iframe {
	border-radius: 20px;
}
.frameArea01 {
	margin-top: 40px;
	background: #fff;
	border-radius: 20px;
	border: 7px solid #EEE9C8;
}
.frameArea01 > .inner01 {
	padding: 23px 23px 43px 23px;
}
.frameArea01 > .inner01 > .wrap01 {
	gap: 0 30px;
}
.frameArea01 > .inner01 > .wrap01 > .image01 {
	width: 100%;
	max-width: 310px;
}
.frameArea01 > .inner01 > .wrap01 > .col01 {
	width: calc( 100% - 30px - 310px );
}
.frameArea01 > .inner01 > .wrap01 > .col01 > .title01 {
	position: relative;
	padding-left: 50px;
	color: #DB568F;
	font-size: 2.4rem;
	text-align: left;
	font-weight: 700;
	/* text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 10px; */
}
.frameArea01 > .inner01 > .wrap01 > .col01 > .title01::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	background: url(../img/ic02.svg)no-repeat;
	width: 40px;
    height: 22px;
}
.frameArea01 > .inner01 > .wrap01 > .col01 > .title01 > span {
	position: relative;
    display: inline-block;
}
.frameArea01 > .inner01 > .wrap01 > .col01 > .title01 > span::after {
    content: "";
    display: block;
    border-bottom: 2px solid #DB568F;
    width: calc(100% + 50px);
    left: -50px;
    position: relative;
}
.frameArea01 > .inner01 > .wrap01 > .col01 > .title02 {
	margin-top: 10px;
	color: #322300;
	font-size: 3.2rem;
	text-align: left;
	font-weight: 700;
}
.frameArea01 > .inner01 > .wrap01 > .col01 > .text01 {
	margin-top: 20px;
	color: #322300;
 	font-weight: 700;
	text-align: left;
}
.frameArea01 > .inner01 > .title03 {
	margin-top: 30px;
	color: #322300;
	font-size: 2rem;
	text-align: left;
	font-weight: 700;
}
.frameArea01 > .inner01 > .text02 {
	margin-top: 10px;
	color: #322300;
	font-size: 1.4rem;
	text-align: left;
	font-weight: 700;
}
.frameArea02 {
	margin-top: 40px;
	background: #fff;
	border-radius: 20px;
}
.frameArea02 > .inner01 > ul > li {
	margin: 0 20px;
    padding: 20px 0;
	background-size: 8px 2px;
    background-image: linear-gradient(to right, #F0D495 4px, transparent 4px);
    background-repeat: repeat-x;
    background-position: left bottom;
}
.frameArea02 > .inner01 > ul > li:nth-last-child(1) {
	background: none;
}
.frameArea02 .wrap01 {
	gap: 20px 10px;
}
.frameArea02 .wrap01 > .image01 {
	width: 100%;
	max-width: 250px;
}
.frameArea02 .wrap01 > .image01 > a {
	transition: opacity .3s;
}
.frameArea02 .wrap01 > .col01 {
	padding: 10px;
	width: calc( 100% - 20px - 250px );
}
.frameArea02 .wrap01 > .col01 > a {
	text-decoration: none;
}
.frameArea02 .wrap01 > .col01 > a > .text01{
	text-decoration: underline;
	transition: opacity .3s;
}
@media screen and ( min-width: 769px ) {
	.frameArea02 .wrap01 > .image01 > a:hover {
		opacity: .7;
		transition: opacity .3s;
	}
	.frameArea02 .wrap01 > .col01 > a:hover > .text01 {
		text-decoration: none;
	}
}
.list01 {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 20px;
	justify-content: center;
}
.list01 > li {
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	width: calc( (100% - 20px) / 2 );
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.list01 > li > .image01 {
    width: 52%;
}
.list01 > li > .image01 a {
	transition: opacity .3s;
}
@media screen and ( min-width: 769px ) {
	.list01 > li > .image01 a:hover {
		opacity: .7;
		transition: opacity .3s;
	}
}
.list01 > li > .block01 {
	padding-right: 10px;
	width: calc( 100% - 52% - 20px );
}
.list01 > li > .block01 > .title01 {
	color: #DB568F;
	font-family: "Zen Maru Gothic";
	font-size: 2rem;
	text-align: left;
	font-weight: 700;
}
.list01 > li > .block01 > .text01 {
	margin-top: 5px;
	color: #322300;
	font-family: "Zen Maru Gothic";
	font-size: 1.4rem;
	text-align: left;
	font-weight: 700;
}
.list01 > li > .block01 > .btn01 > a {
	margin-top: 10px;
}
.list02 {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 40px;
}
.list02 > li {
	position: relative;
	width: calc( (100% - 40px) / 2 );
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}
.list02 > li:nth-child(n + 3) {
	margin-top: 40px;
}
.list02 > li.new_icon::before {
	content: "";
	display: block;
	position: absolute;
    top: -20px;
    left: 5px;
	background: url(../img/ic01.svg)no-repeat;
	width: 73px;
    height: 59px;
}
.list02 > li > .movieBlock01 {
    width: 100%;
    height: auto;
    aspect-ratio: 440 / 247;
}
.list02 > li > .block01 {
	padding: 0 10px 10px;
}
.time01 {
	margin-top: 10px;
	color: #34B2CB;
	text-align: left;
}
.time01 > time {
	font-weight: 700;
}
.time01 + .text01 {
	margin-top: 5px;
	color: #322300;
	font-weight: 700;
	text-align: left;
}
.snsBlock01 {
    padding: 80px 0;
}
.snsBlock01 .snsList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 10px;
}
.snsBlock01 .snsList01 span {
	display: block;
}
.btn01 > a {
	position: relative;
	display: block;
	background: #593E00;
	margin-top: 20px;
	padding: 10px 30px 12px 30px;
	border-radius: 36px;
	text-align: left;
	color: #FFF;
	font-family: "Zen Maru Gothic";
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none;
	transition: .3s;
}
.btn01 > a::before,
.btn01 > a::after {
	content: "";
	position: absolute;
	top: calc(50% - 1.5px);
    right: 28px;
	width: 12.272px;
    height: 3px;
    border-radius: 9999px;
    background-color: #fff;
	transform-origin: calc(100% - 1.5px) 50%;
}
.btn01 > a::before {
	transform: rotate(45deg);
}
.btn01 > a:after {
	transform: rotate(-45deg);
}
@media screen and ( min-width: 769px ) {
	.btn01 > a:hover {
		background: #DB568F;
		transition: .3s;
	}
}
@media screen and (max-width: 850px) {
	.list01 {
		margin-top: 10vw;
		gap: 5vw 0;
	}
	.list01 > li {
		padding: 0;
		width: 100%;
		border-top-left-radius: 20px;
    	border-top-right-radius: 20px;
	}
	.list01 > li > .image01 {
		padding: 2.5vw 2.5vw 0;
		width: 100%;
	}
	.list01 > li > .image01 img {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	.list01 > li > .block01 {
		padding: 5vw 5vw 7.5vw;
		width: 100%;
	}
	.list01 > li > .block01 > .title01 {
		font-size: 5vw;
	}
	.list01 > li > .block01 > .text01 {
		margin-top: 2.5vw;
		font-size: 3.5vw;
	}
	.list01 > li > .block01 > .btn01 > a {
		margin-top: 5vw;
	}
}
@media screen and (max-width: 767px) {
	.contents01 {
		background-size: 100%;
	}
	h1.headign01 {
		font-size: 3.5vw;
	}
	.mvInner01 {
		margin-top: 5vw;
	}
	.mvInner01 > .inner01 {
		padding: 0 2.5vw;
	}
	.mvInner01 > .inner01 > .title01 {
		margin-top: 2.5vw;
		font-size: 6.5vw;
	}
	.section01 {
		margin-top: calc(25vw + 25px);
	}
	.section01:nth-last-of-type(1) {
		margin-top: 20vw;
	}
	.section01 {
		padding: 0 2.5vw;
	}
	.mvInner01 + .section01 {
		margin-top: 10vw;
	}
	.section01 > .inner01 {
		padding: 0 2.5vw;
	}
	.section01.type01 {
		margin-top: calc(25vw + 25px);
	}
	.section01.type01 > .inner01 {
		padding: 20vw 2.5vw;
	}
	.section01.type01::before {
		width: 100vw;
		height: 6.25vw;
		top: -6.25vw;
		background-size: contain;
	}
	.section01.type01 > .inner01::before {
		width: 100vw;
		height: 6.25vw;
		bottom: -6.25vw;
		background-size: contain;
	}
	.section01 > .inner01 > .block01 {
		margin-top: 0;
	}
	.section01 > .inner01 > .block01 > .text01 {
		position: relative;
		font-size: 4.5vw;
		text-decoration: none;
		display: inline-block;
	}
	.section01 > .inner01 > .block01 > .text01::after {
		content: "";
		margin-top: 2.11vw;
		border-bottom: 2px solid #DB568F;
		display: block;
        width: 100%;
	}
	.section01 > .inner01 > .block01 > .text02 {
		margin-top: 3.75vw;
		font-size: 4.5vw;
	}
	.movieArea01 {
		margin-top: 10vw;
	}
	.frameArea01 {
		margin-top: 10vw;
	}
	.frameArea01 > .inner01 {
		padding: 5.75vw 5.75vw 10.75vw;
	}
	.frameArea01 > .inner01 > .wrap01 > .image01 {
		max-width: inherit;
	}
	.frameArea01 > .inner01 > .wrap01 > .col01 {
		width: 100%;
	}
	.frameArea01 > .inner01 > .wrap01 > .col01 > .title01 {
		margin-top: 7.5vw;
		padding-left: 11.5vw;
		font-size: 6vw;
	}
	.frameArea01 > .inner01 > .wrap01 > .col01 > .title01::before {
		top: 1.25vw;
		width: 10vw;
		height: 5.5vw;
		background-size: cover;
	}
	.frameArea01 > .inner01 > .wrap01 > .col01 > .title02 {
		margin-top: 2.5vw;
		font-size: 8vw;
	}
	.frameArea01 > .inner01 > .title03 {
		margin-top: 7.5vw;
		font-size: 5vw;
	}
	.frameArea01 > .inner01 > .text02 {
		margin-top: 2.5vw;
		font-size: 3.5vw;
	}
	.frameArea01 > .inner01 > .wrap01 > .col01 > .title01 > span::after {
		left: -11.5vw;
	}
	.frameArea02 {
		margin-top: 10vw;
	}
	.frameArea02 .wrap01 {
		gap: 2.5vw 0;
	}
	.frameArea02 .wrap01 > .image01 {
		max-width: inherit;
	}
	.frameArea02 .wrap01 > .col01 {
		padding: 2.5vw;
		width: 100%;
	}
	.frameArea02 > .inner01 > ul > li {
		margin: 0 5vw;
		padding: 5vw 0 7.5vw;
	}
	.frameArea02 .wrap01 > .col01 .time01 {
		margin-top: 0;
	}
	.hgroup01 + .text01 {
		margin-top: 10vw;
	}
	.hgroup01 > .title01 {
		font-size: 6.5vw;
	}
	.hgroup01 > .heading01 {
		font-size: 10vw;
	}
	.section01:not(.type01) .hgroup01 > .heading01 {
		font-size: 8vw;
	}
	.hgroup01 > .text01 {
		margin: 1.25vw auto 0;
		font-size: 5vw;
	}
	.hgroup01 > .text01::before {
		left: -3.5vw;
        border-width: 3.9vw 0 3.9vw 3.6vw;
	}
	.hgroup01 > .text01::after {
		right: -3.5vw;
        border-width: 3.9vw 3.6vw 3.9vw 0;
	}

	.list02 {
		margin-top: 10vw;
		gap: 10vw 0;
	}
	.list02 > li {
		width: 100%;
	}
	.list02 > li:nth-child(n + 3) {
		margin-top: 0;
	}
	.list02 > li.new_icon::before {
		top: -5vw;
		left: 1.25vw;
	}
	.time01 {
		margin-top: 2.5vw;
	}
	.time01 + .text01 {
		margin-top: 1.25vw;
	}
	.btn01 > a {
		margin-top: 5vw;
		padding: 2.5vw 0 3vw 7.5vw;
		font-size: 5vw;
	}
	.snsBlock01 {
		padding: 20vw 0;
	}
}
@media screen and ( max-width: 698px ) {
	.hgroup01 > .text01::before {
		left: -3.5vw;
        border-width: 4.2vw 0 4.2vw 3.6vw;
	}
	.hgroup01 > .text01::after {
		right: -3.5vw;
        border-width: 4.2vw 3.6vw 4.2vw 0;
	}
}
@media screen and ( max-width: 500px ) {
	.hgroup01 > .text01::before {
        border-width: 4.6vw 0 4.6vw 3.75vw;
	}
	.hgroup01 > .text01::after {
        border-width: 4.6vw 3.75vw 4.6vw 0;
	}
}
@media screen and ( max-width: 400px ) {
	.hgroup01 > .text01::before {
        border-width: 4.8vw 0 4.8vw 3.75vw;
	}
	.hgroup01 > .text01::after {
        border-width: 4.8vw 3.75vw 4.8vw 0;
	}
}


/* Clearfix
*****************************************/
.cf::after {
	content: "";
	display: block;
	clear: both;
}
