<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*	wrap
------------------------------------ */
.wrap.bg_main_pink {
    background: #ffe699 url(../img/bg_main_pink.png);
}

/* ---------------------------------------------------------------------------
 * holiday
--------------------------------------------------------------------------- */
.wrap_holiday{
    position: relative;
    font-size: 0.875rem;
    word-break: break-all;
}
.wrap_holiday .box {
    background: #fff;
}
.wrap_holiday .box_sttl {
    background: #f2f2f2;
}
.wrap_holiday .box_sttl::before {
    background: #333;
}
.wrap_box_ttl.bg_blu {
    background: #0088cc;
}
.wrap_box_ttl.bg_blu::before,
.wrap_box_ttl.bg_blu::after {
    background: #0088cc;
}
.wrap_box_ttl.bg_grn {
    background: #00ab2d;
}
.wrap_box_ttl.bg_grn::before,
.wrap_box_ttl.bg_grn::after {
    background: #00ab2d;
}
.wrap_box_ttl.bg_pink {
    background: #f23081;
}
.wrap_box_ttl.bg_pink::before,
.wrap_box_ttl.bg_pink::after {
    background: #f23081;
}

.wrap_box_ttl.bg_blk {
    background: #333333;
}
.wrap_box_ttl.bg_blk::before,
.wrap_box_ttl.bg_blk::after {
    background: #333333;
}

.holiday_main_ttl{
	width: 100%;
	max-width: 1080px;
    margin: 0 auto;
}


.wrap_holiday {
    padding: 30px 0 40px;
	margin-top: 30px;
	background: rgba(255,214,0,0.15);
}
.bg_main_pink .wrap_holiday {
	background: rgba(255,0,245,0.20);
}
.sub_list{
	margin-bottom: -1em;
}
.sub_list li{
	padding: 1em 0 1em 1.2em;
	border-bottom: 2px dotted #ccc;
	position: relative;
    font-size: 1.25em;
    font-weight: bold;
}
.sub_list li:first-child{
	margin-top: -0.5em;
}
.sub_list li:last-child{
	border-bottom: none;
}
.sub_list_no{
    width: 1em;
    height: 1em;
    padding: 0;
    background: #f43842;
    box-sizing: border-box;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    color: #fff;
    font-family: 'Passion One', cursive;
    font-size: 1em;
}
.sub_list_txt{
font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
}
.sub_list_img{
	margin-top: 1em;
	padding-right: 1em;
	text-align: center;
}
.sub_cution_p{
	margin-top:30px;
    font-size: 1.1em;
    font-weight: bold;
}
.sub_cution{
	padding: 1em;
    margin-top: 1em;
    background: #f2f2f2;
	border-radius: 5px;
}
.sub_cution span{
	padding-left: 2.25em;
	display: inline-block;
	position: relative;
	font-weight: bold;
}
.sub_cution span::before{
	content: "";
    width: 1.5em;
    height: 1.5em;
	background: url("../img/icon_cution.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.link{
	padding: 0.25em;
	padding-right: 1em;
	position: relative;
	display: inline-block;
	color: #ff2d38;
    text-decoration: none;
	text-indent: 0;
}
.link::after {
    content: "";
    width: 0.6em;
    height: 0.6em;
    background: url("../../img/icon_arrow_red.png") 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
	top: -0.1em;
    left: 0.4em;
	transition: all .3s;
}

@media screen and (min-width:640px) {
	.holiday_main_ttl{
		margin-top: -5px;
	width: 96%;
}
}
@media screen and (min-width:1000px) {
	.wrap_holiday{
		font-size: 1rem;
	}
	.holiday_main{
		padding-top: 50px;
		background-size: 100%;
	}
	.holiday_main.bg_main_02{
		padding-top: 30px;
		background-size: 100%;
	}
	.holiday_main_ttl.logo_holiday_02{
		margin-top: 10px;
	}
	.holiday_main_img.img_main_02{
		margin-top: -40px;
	}

	.oatime_list li {
		margin: 0 1em;
		font-size: 1.5em;
	}
	.wrap_sub {
		padding: 50px 0 60px;
		margin-top: 50px;
	}
	.qa_list_txt::before{
		left: calc(-1.65rem + 3px);
	}
	.qa_list_a::before{
		left: calc(-1.65rem + 3px);
	}
	.link:hover::after {
		transform: translateX(5px);
	}
}
@media screen and (min-width:1500px) {
	.holiday_main{
		background-size: 1500px;
	}
}

/*	keyword
------------------------------------ */
.wrap_present .box {
    background: #fff;
}


/* 文字装飾 */
.ta_center{
	text-align: center;
}
.fs_small{
	font-size: 0.875em;
}
.fs_large{
	font-size: 1.125em;
	font-weight: bold;
}
.fw_bold{
	font-weight: bold;
}
.fc_red{
	color: #e50000;
}
.fc_pink{
	color: #ec2458;
}
.fc_green{
	color: #00AB2D;
}
.ls-02{
	letter-spacing: -0.2em;
}
.ls-03{
	letter-spacing: -0.3em;
}
.ls-07{
	letter-spacing: -0.7em;
}
.nowrap{
	white-space: nowrap;
}
.mb1{
	margin-bottom: 1em;
}
.mb05{
	margin-bottom: 0.5em;
}

/* 2021.4/22追記 */
.irregular_bnr_list{
  background: none;
  padding: 0 0 50px;
  margin-top: -20px;
}
.irregular_bnr_list li {
    width: 60%;
}
@media screen and (max-width: 999px){
.irregular_bnr_list{
  margin-top: 0;
}
.irregular_bnr_list li {
    width: 70%;
}
}
@media screen and (max-width: 640px){
.irregular_bnr_list{
  padding: 0 0 30px;
  margin-top: -15px;
}
.irregular_bnr_list li {
    width: 100%;
}
}
/*add_210630*/
.ireeBox{
	width: 90%;
    max-width: 800px;
    margin: 0 auto 30px;
    background: #fff;
    padding: 20px 10px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    line-height: 1.6;
	
}
.ireeBox dl dt{
	font-weight: bold;
    font-size: 5vw;
    font-family: "GSanSerif-B",sans-serif;
    margin-bottom: 0.5em;
	text-align: center;
}
@media screen and (min-width:640px) {
	.ireeBox{
	width: 90%;
    padding: 20px 40px 20px;
}
.ireeBox dl dt{
    font-size: 1.2em;
}
}
@media screen and (min-width:1000px) {
	.ireeBox{
	width: 800px;
    margin: 0 auto 50px;
		text-align: center;
}
	.ireeBox dl dt{
    font-size: 1.8em;
}
	}
p.point {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2;
}

dl.performer {
  display: flex;
  flex-wrap:wrap;
	flex-direction: column;
align-items: flex-start;
	line-height: 1.2;
}
dl.performer dt {
  width: 100%;
  padding: 0.5em 0 0 0;
}
dl.performer dd {
  width: 100%;
  padding:0 0 0.5em 0;
	font-weight: normal;
}

.txtright{
	text-align: right !important;
}
.fontS{
	font-size: 0.7em;
}
@media screen and (min-width:640px) {
dl.performer {
  display: flex;
	flex-direction:row;
}
dl.performer dt {
  width: 30%;
  padding: 0.5em 0;
}
dl.performer dd {
  width: 70%;
  padding: 0.5em 0;
}
}

.img_ttl{
	width: 80%;
	margin: 0 auto 0.5em;
}
.nowrap{
	display: inline;
}</pre></body></html>