@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  outline: none;
  font-family: sans-serif;
}

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    line-height: 1;
    color: #000;
    font-size: 14px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 800px) {
    html,
    body {
        font-size: 1.86667vw;
    }
}

body {
    min-width: 1000px;
    line-height: 1.5;
}

@media screen and (max-width: 800px) {
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

ol, ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

caption, th, td {
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
.contents {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
}

@media screen and (max-width: 800px) {
    .contents {
        width: auto;
    }
}

/* ---------------------------------------------
*   keyvisual
--------------------------------------------- */
.keyvisual {
    position: relative;
    width: 980px;
    border-top: 20px solid #c92121;
}

@media screen and (max-width: 800px) {
    .keyvisual {
        width: auto;
        border-top: 3vw solid #c92121;
    }
}

.keyvisual__img img {
    width: 100%;
}

.keyvisual__title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 800px) {
    .keyvisual__title {
        width: 80.26667vw;
    }
}

/* ---------------------------------------------
*   lead
--------------------------------------------- */
.lead {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    width: 870px;
}

@media screen and (max-width: 800px) {
    .lead {
        padding: 0 2.66667vw;
        width: auto;
        margin-top: 5vw;
    }
}

.lead__text {
    text-align: center;
    letter-spacing: -0.05em;
    font-size: 18px;
    line-height: 3;
    background-image: url(../images/img_text_line1.png);
    /*background-repeat: repeat-y;*/
    /*background-size: contain;*/
}

@media screen and (max-width: 800px) {
    .lead__text {
        letter-spacing: 0;
        background-size: auto 14.3%;
        font-size: 1.43286rem;
        letter-spacing: 0.2em;
        -webkit-text-size-adjust: none;
    }
}


@media screen and (max-width: 350px) {
    .lead__text {
        background-position: 0 14%;
        -webkit-background-size: auto 12.4%;
        background-size: auto 12.6%;
    }
}

/* ---------------------------------------------
*   note-text
--------------------------------------------- */
.note-text {
    margin-top: 10px;
    margin-left: 570px;
    text-indent: -1em;
    font-size: 13px;
}

@media screen and (max-width: 800px) {
    .note-text {
        margin-top: 3px;
        margin-left: 15px;
        font-size: 1.63286rem;
    }
}

.recommended {
	position: relative;
	text-align: center;
	margin-top: 45px;
	font-size: x-large;
	color: #565656;
}

@media screen and (max-width: 800px) {
	.recommended {
	position: relative;
	text-align: center;
	margin-top: 30px;
	font-size: medium;
	}	
}

/* ---------------------------------------------
*   schedule
--------------------------------------------- */
.schedule {
    margin-top: 65px;
}

@media screen and (max-width: 800px) {
    .schedule {
        margin-top: 35px;
    }
}

.schedule__head {
    position: relative;
    text-align: center;
    line-height: 1;
}
.schedule__head-days {
    margin-bottom: 25px;
}
@media screen and (max-width: 800px) {
    .schedule__head-days {
        margin-top: 5vw;
    }
}
.schedule__head-days--02 {
    margin-top: 70px;
}
@media screen and (max-width: 800px) {
    .schedule__head-days--02 {
        margin-top: 3vw;
    }
}
.schedule__head-days--03 {
    margin-top: 50px;
}
@media screen and (max-width: 800px) {
    .schedule__head-days--03 {
        margin-top: 3vw;
    }
}
.schedule__head-nitiji{
    margin: 5px 0px 0px 0px;
    position: relative;
    text-align: center;
    padding: 0;
    vertical-align: bottom;
    outline: none;
    font-size: 28px;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;
    font-weight: normal;
    top: 10px;
}
@media screen and (max-width: 800px){
    .schedule__head-nitiji{
        font-size: 4vw;
        margin: 0px 0px 5px 0px;
        top: 20px;
    }
}
.schedule__head-nitiji.schedule__head-nitiji--day1 {
    margin-top: 40px;
}
@media screen and (max-width: 800px) {
    .schedule__head-nitiji.schedule__head-nitiji--day1 {
        margin-top: 0px;
    }
}
.schedule__head-nitiji-youbi{
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 0;
    vertical-align: bottom;
    outline: none;
    font-size: 28px;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;
    font-weight: normal;
}
@media screen and (max-width: 800px) {
    .schedule__head-nitiji-youbi{
        font-size: 4vw;
        top: 15px;
    }
}



.schedule__head:before, .schedule__head:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 165px;
    border-top: 1px dashed #d1a6a6;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .schedule__head:before, .schedule__head:after {
        top: 50%;
        width: 10vw;
    }
}

.schedule__head:before {
    left: 0;
}

.schedule__head:after {
    right: 0px;
}

.schedule__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    letter-spacing: 0.2em;
    line-height: 1.3;
    font-weight: normal;
    font-size: 30px;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;
    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 800px) {
    .schedule__head-text {
        -ms-flex-align: center;
        font-size: 3.86667vw;
        -webkit-box-align: center;
        align-items: center;
    }
}

.schedule__head-text:before, .schedule__head-text:after {
    display: inline-block;
    width: 1px;
    height: 35px;
    background-color: #902b2b;
    content: "";
}

@media screen and (max-width: 800px) {
    .schedule__head-text:before, .schedule__head-text:after {
        height: 4.66667vw;
    }
}

.schedule__head-text:before {
    margin-top: 5px;
    margin-right: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .schedule__head-text:before {
        margin-top: 0;
        margin-right: 5vw;
    }
}

.schedule__head-text:after {
    margin-top: 0px;
    margin-left: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .schedule__head-text:after {
        margin-top: 0;
        margin-left: 5vw;
    }
}

.schedule__head-text-s {
    font-size: 25px;
    font-weight: normal;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;
    line-height: 1.4;
    letter-spacing: 0.2em;
}

@media screen and (max-width: 800px) {
    .schedule__head-text-s {
        font-size: 3.5vw;
    }
}

/*  schedule-day
--------------------------------------------- */
.schedule-day {
    display: block;
    text-align: center;
    margin-top: 45px;
    letter-spacing: 0.1em;
    font-size: 24px;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;
}

@media screen and (max-width: 800px) {
    .schedule-day {
        margin-top: 20px;
        font-size: 15px;
    }
}

.schedule-day--3 {
    margin-top: 110px;
}

@media screen and (max-width: 800px) {
    .schedule-day--3 {
        margin-top: 30px;
    }
}

/*  schedule-content
--------------------------------------------- */
.schedule-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .schedule-content {
        margin-top: 20px;
        padding: 0 2.66667vw;
    }
}

.schedule-content--2 {
    margin-top: 0;
}

.schedule-content__dot {
    width: 86px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot {
        padding-top: 18px;
        width: 50px;
    }
}

.schedule-content__dot--1 {
    padding-top: 33px;
    padding-bottom: 100px;
    width: 86px;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot--1 {
        padding-top: 10px;
        padding-bottom: 10%;
        width: 50px;
    }
}

@media screen and (max-width: 680px) {
    .schedule-content__dot--1 {
        padding-top: 10px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 400px) {
    .schedule-content__dot--1 {
        padding-bottom: 70px;
    }
}


.schedule-content__dot--2 {
    padding-top: 50px;
    padding-bottom: 70px;
    width: 86px;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot--2 {
        width: 50px;
        padding-top: 30px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 520px) {
    .schedule-content__dot--2 {
        width: 50px;
    }
}

@media screen and (max-width: 360px) {
    .schedule-content__dot--2 {
        width: 50px;
        padding-bottom: 35px;
    }
}

.schedule-content__dot--3 {
    padding-bottom: 80px;
    width: 86px;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot--3 {
        padding-top: 0;
        padding-bottom: 60px;
        width: 50px;
    }
}

@media screen and (max-width: 490px) {
    .schedule-content__dot--3 {
        padding-bottom: 65px;
    }
}

@media screen and (max-width: 450px) {
    .schedule-content__dot--3 {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 350px) {
    .schedule-content__dot--3 {
        padding-bottom: 80px;
    }
}

.schedule-content__dot--4 {
    padding-top: 30px;
    padding-bottom: 50px;
    width: 86px;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot--4 {
        width: 50px;
        padding-top: 12px;
        padding-bottom: 30px;
    }
}

.schedule-content__dot-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-grow: 1;
    /*height: 1055px;*/
    background: url(../images/img_line.png) center 20px repeat-y;
}
@media screen and (max-width: 800px) {
    .schedule-content__dot-inner {
        /*height: 86%;*/
    }
}
@media screen and (max-width: 400px) {
    .schedule-content__dot-inner {
        /*height: 87%;*/
    }
}

.schedule-content__inner {
    width: 893px;
}

@media screen and (max-width: 800px) {
    .schedule-content__inner {
        width: calc(100% - 50px);
    }
}

.schedule-content__dot-inner--2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-grow: 1;
    background: url(../images/img_line.png) center -2vw repeat-y;
}
@media screen and (max-width: 800px) {
    .schedule-content__dot-inner--2 {
    }
}
@media screen and (max-width: 800px) {
    .schedule-content__inner--2 {
        width: calc(100% - 50px);
    }
}

.schedule-content__dot-inner--3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-grow: 1;
    background: url(../images/img_line2.png) center -2vw repeat-y;
}

@media screen and (max-width: 800px) {
    .schedule-content__inner--3 {
        width: calc(100% - 50px);
    }
}

.schedule-content__dot-inner--4 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-grow: 1;
    background: url(../images/img_line2.png) center -2vw repeat-y;
}

@media screen and (max-width: 800px) {
    .schedule-content__inner--4 {
        width: calc(100% - 50px);
    }
}

.schedule-content__block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 16px 8px;
    background-color: #f6ddde;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    width: 894px;
}

.schedule-content__block-orange .schedule-content__time {
    background: url(../images/img_b2.png) 0 0 no-repeat;
    background-size: 110% 100%;
}

@media screen and (max-width: 800px) {
    .schedule-content__block {
        padding: 8px;
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 800px) {
    .schedule-content__block:before {
        left: -50px;
        width: 50px;
        height: 25px;
        background-size: cover;
        font-size: 12px;
    }
}

.schedule-content__time {
    position: absolute;
    top: 50%;
    left: -86px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 86px;
    height: 37px;
    background: url(../images/img_b1.png) 0 0 no-repeat;
    color: #fff;
    content: "";
    font-size: 17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
@media screen and (max-width: 800px) {
    .schedule-content__time {
        left: -43px;
        width: 43px;
        height: 20px;
        background-size: 110% 100%;
        font-size: 12px;
    }
}
.schedule-content__time.bg-green {
    background: url(../images/img_b2.png) 0 0 no-repeat;
}
@media screen and (max-width: 800px) {
    .schedule-content__time.bg-green {
        background-size: 110% 100%;
    }
}
.schedule-content__time.bg-yellow {
    background: url(../images/img_b3.png) 0 0 no-repeat;
}
@media screen and (max-width: 800px) {
    .schedule-content__time.bg-yellow {
        background-size: 110% 100%;
    }
}

.schedule-content__time.bg-red {
    background: url(../images/img_b2.png) 0 0 no-repeat;
}
@media screen and (max-width: 800px) {
    .schedule-content__time.bg-red {
        background-size: 110% 100%;
    }
}


@media screen and (max-width: 800px) {
    .schedule-content__block {
        padding: 8px;
        height: auto;
    }
}

/*  days--01
--------------------------------------------- */
.schedule-content__block--1 {
    margin-bottom: 30px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--1 {
        margin-bottom: 15px;
        width: auto;
    }
}

.schedule-content__block--2 {
    margin-bottom: 30px;
    width: 580px;
    height: auto;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--2 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--3 {
    margin-bottom: 30px;
    height: 125px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--3 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--4 {
    margin-bottom: 30px;
    height: 155px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--4 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--5 {
    margin-bottom: 30px;
    height: 125px;
    width: 580px;
}

.schedule-content__text-subcontent{
    color: #cf6600;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--5 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--6 {
    margin-bottom: 30px;
    height: 125px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--6 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--7 {
    margin-bottom: 30px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--7 {
        width: auto;
        height: auto;
        margin-bottom: 15px;
    }
}

.schedule-content__block--8 {
    margin-bottom: 30px;
    height: 125px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--8 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

/*  days--02
--------------------------------------------- */

.schedule-content__block--9 {
    margin-bottom: 30px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--9 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--10 {
    margin-bottom: 30px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--10 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--11 {
    margin-bottom: 30px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--11 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--12 {
    margin-bottom: 30px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--12 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--13 {
    margin-bottom: 30px;
    height: 125px;
    width: 580px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--13 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--14 {
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--14 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--15 {
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--15 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--16 {
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--16 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__img {
    position: absolute;
    right: 0;
    width: 284px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img {
        margin-left: auto;
        margin-right: auto;
        position: static;
        margin-bottom: 15px;
        text-align: center;
    }
}

/*  days--01
--------------------------------------------- */
.schedule-content__img--1 {
    top: 0;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--1 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--2 {
    top: 240px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--2 {
        width: 60%;
        margin-bottom: 20px;
        height: auto;
    }
}

/*  days--02
--------------------------------------------- */

.schedule-content__img--3 {
    top: 435px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--3 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--4 {
    top: 675px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--4 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--5 {
    top: 920px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--5 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--6 {
    top: 0;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--6 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--7 {
    top: 245px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--7 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--8 {
    top: 490px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--8 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--9 {
    top: 710px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--9 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--10 {
    top: 946px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--10 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--11 {
    top: 1338px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--11 {
        width: 60%;
        height: auto;
    }
}
/*  days--03
--------------------------------------------- */
.schedule-content__text {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 17.8px;
    line-height: 1.8;
    letter-spacing: -0.1px;
}

@media screen and (max-width: 800px) {
    .schedule-content__text {
        font-size: 12px;
        letter-spacing: 2px
    }
}

.schedule-content__text-tyuui{
    font-size: 17px;
    text-align: left;
    width: 610px;
    padding-left: 500px;
}

@media screen and (max-width: 800px) {
    .schedule-content__text-tyuui{
        font-size: 11px;
        width: auto;
        text-align: right;
        padding-left: 0;
        padding-right: 2.66667vw;
    }
}


/* ---------------------------------------------
*   event
--------------------------------------------- */
.event {
    margin-top: 85px;
    background-color: #d6e7e5;
}

@media screen and (max-width: 800px) {
    .event {
        margin-top: 51px;
    }
}

.event__container {
    position: relative;
    padding: 60px 30px 40px;
}

@media screen and (max-width: 800px) {
    .event__container {
        padding: 17px 2.66667vw 30px;
        margin-top: 0;
    }
}

.event__head {
    position: relative;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 800px) {
    .event__head {
        margin-top: 10px;
    }
}

.event__head:before, .event__head:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 275px;
    border-top: 1px dashed #b7b8c5;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .event__head:before, .event__head:after {
        width: 16.66667vw;
    }
}

.event__head:before {
    left: 0;
}

.event__head:after {
    right: 0;
}

.event__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    letter-spacing: 0.1em;
    color: #291d1a;
    font-weight: normal;
    font-weight: normal;
    font-size: 30px;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .event__head-text {
        -ms-flex-align: center;
        font-size: 4.66667vw;

        -webkit-box-align: center;
        align-items: center;
    }
}

.event__head-text:before, .event__head-text:after {
    display: inline-block;
    width: 1px;
    height: 35px;
    background-color: #4e5099;
    content: "";
}

@media screen and (max-width: 800px) {
    .event__head-text:before, .event__head-text:after {
        height: 4.66667vw;
    }
}

.event__head-text:before {
    margin-right: 70px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .event__head-text:before {
        margin-right: 10.4vw;
    }
}

.event__head-text:after {
    margin-left: 70px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .event__head-text:after {
        margin-left: 10.4vw;
    }
}

.event__head:before, .event__head:after {
    content: none;
}

/*  event-content
--------------------------------------------- */
.event-content {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 45px;
    padding: 35px 30px;
    background-color: #fff;
    z-index: 1;
}

@media screen and (max-width: 800px) {
    .event-content {
        margin-top: 25px;
        padding: 17px 7px 26px 7px;
    }
}

.event-content__text {
    color: #ff0000;
    margin-bottom: 20px;

}

@media screen and (max-width: 800px) {
    .event-content__text {

    }
}

.event-content__text-tyuui {
    font-size: 16px;

}

@media screen and (max-width: 800px) {
    .event-content__text-tyuui {
        font-size: 12px;
    }
}

.event-content__type {
    font-size: 16px;

}

@media screen and (max-width: 800px) {
    .event-content__type {
        font-size: 12px;
    }
}

.event-content__type-note {
    color: #ff0000;
}


.event-content__table th,
.event-content__table td {
    padding-bottom: 30px;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .event-content__table th,
    .event-content__table td {
        display: block;
        padding-bottom: 5px;
        font-size: 12px;
    }
}

@media screen and (max-width: 800px) {
    .event-content__table td {
        padding-left: 2em;
        padding-bottom: 10px;
    }
}

.event-content__table th {
    width: 180px;
    color: #141c7e;
    vertical-align: top;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .event-content__table th {
        width: auto;
        padding-left: 10px;
        font-size: 14px;
    }
}

.event-content__small {
    display: inline-block;
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 800px) {
    .event-content__small {
        font-size: 12px;
    }
    .event-content__small--sp-no-indent {
        padding-left: 0;
        text-indent: 0;
    }
}

/*  oubo-txt
--------------------------------------------- */
.oubo-txt {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .oubo-txt {
        margin-top: 10px;
        font-size: 13px;
    }
}

/*  oubo-btn
--------------------------------------------- */
.oubo-btn {
    margin-top: 25px;
    margin-right: auto;
    margin-left: auto;
    width: 302px;
    height: 66px;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .oubo-btn {
        margin-top: 4.66667vw;
        width: 55%;
        height: 13vw;
    }
}
.oubo-btn__link {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-image: url(../images/btn_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

@media screen and (max-width: 800px) {
    .oubo-btn__link {
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
}

.oubo-btn__link:hover {
    opacity: 0.7;
}

.oubo-btn__text {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/icon_arrow.svg);
    background-position: right 25px top 50%;
    background-repeat: no-repeat;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text {
        background-position: right 3vw top 50%;
        background-size: 1.06667vw 1.86667vw;
        font-size: 2.14286rem;
    }
}

.oubo-btn__text--done {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/btn_bg2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 1.2;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--done {
        padding-top: 2vw;
        padding-left: 3vw;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        line-height: 1.3;
    }
}

.oubo-btn__text--done:before {
    position: absolute;
    left: 15px;
    content: "";
    width: 52px;
    height: 42px;
    display: inline-block;
    background: url(../images/icon_fan.svg) 0 0 no-repeat;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--done:before {
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        width: 6.93333vw;
        height: 5.6vw;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--done {
        font-size: 12px;
    }
}

.oubo-btn__text--small {
    letter-spacing: 0.1em;
    font-size: 14px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--small {
        font-size: 1.54286rem;
    }
}

.oubo-btn__text--large {
    letter-spacing: 0.1em;
    font-size: 20px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--large {
        font-size: 2.04286rem;
    }
}

/* ---------------------------------------------
*   event-info
--------------------------------------------- */
.event-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 40px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .event-info__list {
        display: block;
        margin-top: 15px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .event-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .event-info__list {
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {
    .event-info__list:first-child {
        margin-top: 0;
    }
}

.event-info__list-item {
    margin-top: 10px;
    font-size: 16px;
}

.event-info__list-toiawase{
    margin-right: 40px;
}

@media screen and (max-width: 800px){
    .event-info__list-toiawase{
        margin-top: 5vw;
        margin-right: 0;
        padding-left: 10px;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .event-info__list-toiawase {
        margin-top: 0;
    }
}

@media screen and (max-width: 800px) {
    .event-info__list-item {
        font-size: 11px;
    }
}

.event-info__list-item:first-child {
    margin-top: 0;
}

.event-info__list-item--mgt {
    margin-top: 25px;
}

@media screen and (max-width: 800px) {
    .event-info__list-item--mgt {

    }
}

.event-info__list-item-link {
    color: #a32a2a;
}

.event-info__list-item-link:hover {
    text-decoration: underline;
}

/* ---------------------------------------------
* industry
--------------------------------------------- */
.industry {
    margin-top: 80px;
}

@media screen and (max-width: 800px) {
    .industry {
        margin-top: 12vw;
    }
}

.industry__head {
    position: relative;
    text-align: center;
    line-height: 1;
}

.industry__head:before, .industry__head:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 330px;
    border-top: 2px dashed #af4545;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .industry__head:before, .industry__head:after {
        width: 14.66667vw;
    }
}

.industry__head:before {
    left: 0;
}

.industry__head:after {
    right: 0;
}

.industry__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 30px;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .industry__head-text {
        -ms-flex-align: center;
        font-size: 4.66667vw;

        -webkit-box-align: center;
        align-items: center;
    }
}

/*  industry-parts
--------------------------------------------- */

.industry-content {
    padding: 40px 0 0;
}

.industry-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 13px;
    margin-bottom: 25px;

}

.industry-block--orange {
    background-color: #f7e0d7;
}

.industry-block--blue {
    background-color: #dce6f2;
}

.industry-block__text {
    width: 475px;
    background-color: #fff;
    font-size: 18px;
    letter-spacing:0.1em;
    padding: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.35;
}

.industry-block__img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 472px;
}

.industry-block__img-item {
    width: 472px;
}

.industry-block__img-item img {
    width: 100%;
}

@media screen and (max-width: 800px) {
    .industry-content {
        padding: 10vw 0 0;
    }

    .industry-block {
        display: block;
        padding: 2.7vw;
        margin-bottom: 7.7vw;

    }

    .industry-block--yellow {
        background-color: #ede3a1;
    }

    .industry-block--blue {
        background-color: #d0dcef;
    }

    .industry-block__text {
        width: 100%;
        background-color: #fff;
        font-size: 15px;
        padding: 3.5vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.5;
    }

    .industry-block__img {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .industry-block__img-item {
        width: 100%;
    }
}

/* ---------------------------------------------
*   charm
--------------------------------------------- */
.charm {
    margin-top: 80px;
}

@media screen and (max-width: 800px) {
    .charm {
        margin-top: 34px;
    }
}

.charm__head {
    position: relative;
    text-align: center;
    line-height: 1;
}

.charm__head:before, .charm__head:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 252px;
    border-top: 1px dashed #5c0608;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .charm__head:before, .charm__head:after {
        width: 15.33333vw;
    }
}

.charm__head:before {
    left: 0;
}

.charm__head:after {
    right: 0;
}

.charm__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 30px;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .charm__head-text {
        -ms-flex-align: center;
        font-size: 4.66667vw;

        -webkit-box-align: center;
        align-items: center;
    }
}

.charm__head-text:before, .charm__head-text:after {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 35px;
    background-color: #6b1c1e;
    content: "";
}

@media screen and (max-width: 800px) {
    .charm__head-text:before, .charm__head-text:after {
        height: 4.66667vw;
    }
}

.charm__head-text:before {
    left: -50px;
    margin-right: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .charm__head-text:before {
        left: 1.25vw;
        margin-right: 5vw;
    }
}

.charm__head-text:after {
    right: -50px;
    margin-left: -10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .charm__head-text:after {
        right: 1.25vw;
        margin-left: 5vw;
    }
}

/*  charm-content
--------------------------------------------- */
.charm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 68px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .charm-content {
        display: block;
        margin-top: 25px;
        padding: 0 2.66667vw;
    }
}

/*  charm-block
--------------------------------------------- */
.charm-block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 10px 10px 30px 10px;
    width: 320px;
    background-color: #f4dcdc;
    background-image: url(../images/img_foot1.png);
    background-position: right 28px bottom 16px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: 24px auto;
}
@media screen and (max-width: 800px) {
    .charm-block {
        margin-top: 15px;
        padding: 15px 15px 20px;
        width: auto;
        background-position: right 25px bottom 8px;
        -webkit-background-size: 23px;
        background-size: 23px;
    }
}

.charm-block-orange {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 10px 10px 30px 10px;
    width: 320px;
    background-color: #f7e0d7;
    background-image: url(../images/img_foot2.png);
    background-position: right 28px bottom 16px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 800px) {
    .charm-block-orange {
        margin-top: 15px;
        padding: 15px 15px 20px;
        width: auto;
        background-position: right 25px bottom 8px;
        -webkit-background-size: 23px;
        background-size: 23px;
    }
}

.charm-block:nth-child(1), .charm-block:nth-child(2), .charm-block:nth-child(3) {
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .charm-block:nth-child(1), .charm-block:nth-child(2), .charm-block:nth-child(3) {
        margin-top: 15px;
    }
}

.charm-block__img {
    height: 194px;
}

@media screen and (max-width: 800px) {
    .charm-block__img {
        height: auto;
    }
}

.charm-block__img img {
    width: 100%;
    height: 100%;
}

.charm-block__text {
    padding-top: 10px;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 1.8;
}

@media screen and (max-width: 800px) {
    .charm-block__text {
        padding-top: 20px;
    }
}

.charm-block__ttl {
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
}

/* ---------------------------------------------
*   migration
--------------------------------------------- */
.migration {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 70px;
    padding: 45px 30px 30px;
    background-color: #d7e8e6;
}

@media screen and (max-width: 800px) {
    .migration {
        margin-top: 7vw;
        padding: 15px 15px 15px;
    }
}

.migration__head {
    position: relative;
    text-align: center;
    line-height: 1;
}

.migration__head:before, .migration__head:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 275px;
    border-top: 1px dashed #b7b8c5;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .migration__head:before, .migration__head:after {
        width: 16.66667vw;
    }
}

.migration__head:before {
    left: 0;
}

.migration__head:after {
    right: 0;
}

.migration__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 30px;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .migration__head-text {
        -ms-flex-align: center;
        font-size: 4.66667vw;

        -webkit-box-align: center;
        align-items: center;
    }
}

.migration__head-text:before, .migration__head-text:after {
    display: inline-block;
    width: 1px;
    height: 35px;
    background-color: #464894;
    content: "";
}

@media screen and (max-width: 800px) {
    .migration__head-text:before, .migration__head-text:after {
        height: 4.66667vw;
    }
}

.migration__head-text:before {
    margin-right: 70px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .migration__head-text:before {
        margin-right: 10.4vw;
    }
}

.migration__head-text:after {
    margin-left: 70px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .migration__head-text:after {
        margin-left: 10.4vw;
    }
}

.migration__head:before, .migration__head:after {
    content: none;
}

.migration__head-text:before, .migration__head-text:after {
    background-color: #.migration__head-text:before, .migration__head-text:after;
}

/*  migration-content
--------------------------------------------- */
.migration-content {
    margin-top: 40px;
    padding: 40px 0 37px;
    background-color: #fff;
}
@media screen and (max-width: 800px) {
    .migration-content {
        margin-top: 13px;
        padding: 20px 10px;
    }
}
.migration-content p {
    width: 705px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -1em;
    padding-right: 1em;
    font-size: 16px;
}
@media screen and (max-width: 800px) {
    .migration-content p {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        text-indent: -1em;
        padding-right: 0;
        padding-left: 1px;
        font-size: 12px;
    }
}

.migration-content__head {
    display: block;
    text-align: center;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .migration-content__head {
        font-size: 12px;
    }
}

.migration-content__table {
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .migration-content__table br {
        display: none;
        margin-right: 75px;
    }
}

@media screen and (max-width: 800px) {
    .migration-content__table {
        margin-top: 19px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 2vw;
    }
}

.migration-content__table th,
.migration-content__table td {
    padding-bottom: 30px;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .migration-content__table th,
    .migration-content__table td {
        padding-bottom: 15px;
        font-size: 12px;
    }
}

.migration-content__table th {
    width: 165px;
    color: #141c7e;
    vertical-align: top;
}

@media screen and (max-width: 800px) {
    .migration-content__table th {
        width: 105px;
    }
}

.migration-content__text {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 20px;
}

@media screen and (max-width: 800px) {
    .migration-content__text {
        font-size: 12px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 800px) {
    .migration-content__table-textlong {
        word-break: break-all;
    }
}

.migration-content__link {
    color: #5c0608;
    font-size: 16px;
    -webkit-transition: opacity 3s;
    transition: opacity .3s;
}

@media screen and (max-width: 800px) {
    .migration-content__link {
        word-break: break-all;
        font-size: 12px;
    }
}

.migration-content__link:hover {
    opacity: 0.7;
}

/* ---------------------------------------------
*   more-info
--------------------------------------------- */
.more-info {
    margin-top: 70px;
}

@media screen and (max-width: 800px) {
    .more-info {
        margin-top: 30px;
        padding: 0 2.66667vw;
    }
}

.more-info__container {
    padding: 50px 58px 60px;
    border: dashed 1px #c92121;
}

@media screen and (max-width: 800px) {
    .more-info__container {
        padding: 25px 12px 23px;
    }
}

.more-info__head {
    position: relative;
    text-align: center;
    line-height: 1;
}

.more-info__head:before, .more-info__head:after {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 275px;
    border-top: 1px dashed #b7b8c5;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .more-info__head:before, .more-info__head:after {
        width: 16.66667vw;
    }
}

.more-info__head:before {
    left: 0;
}

.more-info__head:after {
    right: 0;
}

.more-info__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-pack: center;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 30px;
    font-family: "YuMincho", "ÓÎÃ÷³¯", "Yu Mincho", serif;
    letter-spacing: -.001em;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 800px) {
    .more-info__head-text {
        -ms-flex-align: center;
        line-height: 1.5;
        font-size: 3.86667vw;

        -webkit-box-align: center;
        align-items: center;
    }
}

.more-info__head-text:before, .more-info__head-text:after {
    display: inline-block;
    width: 1px;
    height: 35px;
    background-color: #6b1c1e;
    content: "";
}

@media screen and (max-width: 800px) {
    .more-info__head-text:before, .more-info__head-text:after {
        height: 4.66667vw;
    }
}

.more-info__head-text:before {
    margin-right: 40px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .more-info__head-text:before {
        margin-right: 10.4vw;
    }
}

.more-info__head-text:after {
    margin-left: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .more-info__head-text:after {
        margin-left: 10.4vw;
    }
}

.more-info__head:before, .more-info__head:after {
    content: none;
}

@media screen and (max-width: 800px) {
    .more-info__head-text:before {
        margin-right: 3.73333vw;
    }
}

@media screen and (max-width: 800px) {
    .more-info__head-text:after {
        margin-left: 3.73333vw;
    }
}

/*  more-content
--------------------------------------------- */
.more-content {
    margin-top: 65px;
}

@media screen and (max-width: 800px) {
    .more-content {
        margin-top: 5vw;
    }
}

.more-content__head {
    margin-bottom: 40px;
    padding: 5px 0 5px 18px;
    background-color: #f6ddde;
}
@media screen and (max-width: 800px) {
    .more-content__head {
        margin-bottom: 5vw;
    }
}

.more-content__head-text {
    display: block;
    color: #291d1a;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .more-content__head-text {
        font-size: 12px;
    }
}

.more-content__inner {
    padding-left: 15px;
}

@media screen and (max-width: 800px) {
    .more-content__inner {
        padding-left: 0;
    }

}
.more-content__inner.last {
    margin-bottom:40px;
}

@media screen and (max-width: 800px) {
    .more-content__inner.last {
       margin-bottom: 30px;
   }
}

.more-content__place {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 18px;
    margin-left: -9px;
}
@media screen and (max-width: 800px) {
    .more-content__place {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 12px;
        margin-left: -9px;
    }
}
.more-content__place.mt30 {
    margin-top: 35px;
}
@media screen and (max-width: 800px) {
    .more-content__place.mt30 {
        margin-top: 20px;
    }
}

.more-content__list {
    margin-bottom: 50px;
}

@media screen and (max-width: 800px) {
    .more-content__list {
        margin-bottom: 8vw;
    }
}

.more-content__list-item {
    margin-top: 25px;
}

@media screen and (max-width: 800px) {
    .more-content__list-item {
        margin-top: 5px;
    }
}

.more-content__list-item:first-child {
    margin-top: 0;
}

.more-content__link--1 {
    display: inline-block;
    color: #7a0000;
    font-size: 18px;
    -webkit-transition: opacity 3s;
    transition: opacity .3s;
}
@media screen and (max-width: 800px) {
    .more-content__link--1 {
        font-size: 12px;
    }
}

.more-content__link:hover {
    opacity: 0.7;
}

.more-content__text {
    margin-top: 5px;
    font-size: 16px;
    margin-left: 27px;
    line-height: 2;
}


@media screen and (max-width: 800px) {
    .more-content__text {
        margin-bottom: 17px;
        font-size: 12px;
        margin-left: 0;
    }
}

.more-content__text__link {
    color: #2a9a34
}

/* ---------------------------------------------
*   note-wrap
--------------------------------------------- */
@media screen and (max-width: 800px) {
    .note-wrap {
        padding: 0 2.66667vw;
    }
}

/* ---------------------------------------------
*   note
--------------------------------------------- */
.note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-top: 30px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .note {
        margin-top: 17px;
    }
}

.note--bg {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 25px 65px 35px;
    background-color: #f6f0ed;
}

@media screen and (max-width: 800px) {
    .note--bg {
        padding: 20px 10px;
    }
}

.note__list {
    width: 460px;
    padding-left: 30px;
    box-sizing: border-box;
}

@media screen and (max-width: 800px) {
    .note__list {
        padding-left: 10px;
        width: auto;
    }
}

.note__list--event {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

@media screen and (max-width: 800px) {
    .note__list--event {
        padding-left: 10px;
    }
}

.note__list--lower {
    padding-left: 0;
}

.note__list-item {
    line-height: 2.2;
    font-size: 16px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 800px) {
    .note__list-item {
        font-size: 11px;
    }
}

.note__text-link {
    color: #2a9a34
}

.note__list-item:first-child {
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .note__list-item--lower {
        line-height: 1.8;
    }
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    margin-top: 70px;
	margin-bottom:60px;
    padding: 40px 0;
    background-color: #c92121;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .footer {
        margin-top: 17px;
        padding: 21px 0;
    }
}

.footer__link {
    transition: opacity .3s;
}

.footer__link:hover {
    opacity: .8;
}

.footer__text {
    color: #fff;
}

@media screen and (max-width: 800px) {
    .footer__text {
        font-size: 12px;
    }
}

/* ==========================================================
*
*   page
*
========================================================== */
/* ==========================================================
*
*   utility
*
========================================================== */
@media screen and (min-width: 801px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    .sp-hide {
        display: none !important;
    }
}

/* ==========================================================
*
*   スライドイン応募ボタン
*
========================================================== */

/* スライドイン　フッターパーツ
--------------------------------------------- */
.footer_menu {
		 
      display: none;
      width: 100%;
	  text-align:center;
      position: fixed;
      bottom: 0;
      z-index:999;
	  padding-bottom:10px;

  background: -moz-linear-gradient(top, #FFF, #CDFFBC);
  background: -webkit-linear-gradient(top, #FFF, #CDFFBC);
  background: linear-gradient(to bottom, #FFF, #CDFFBC);
}


/*  スライドインoubo-btn2
--------------------------------------------- */
.oubo-btn2 {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 302px;
    height: 66px;
    text-align: center;	
}

@media screen and (max-width: 800px) {
    .oubo-btn2 {
        margin-top: 2vw;
        width: 50%;
        height: 13vw;
    }
}
.oubo-btn__link2 {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-image: url(../images/btn_bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

@media screen and (max-width: 800px) {
    .oubo-btn__link2 {
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
}

.oubo-btn__link2:hover {
    opacity: 0.7;
}

.oubo-btn__text2 {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/icon_arrow.svg);
    background-position: right 25px top 50%;
    background-repeat: no-repeat;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text2 {
        background-position: right 3vw top 50%;
        background-size: 1.06667vw 1.86667vw;
        font-size: 2.14286rem;
    }
}

.oubo-btn__text--done2 {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../images/btn_bg2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 1.2;
    font-size: 18px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--done2 {
        padding-top: 2vw;
        padding-left: 3vw;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        line-height: 1.3;
    }
}

.oubo-btn__text--done2:before {
    position: absolute;
    left: 15px;
    content: "";
    width: 52px;
    height: 42px;
    display: inline-block;
    background: url(../images/icon_fan.svg) 0 0 no-repeat;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--done2:before {
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        width: 6.93333vw;
        height: 5.6vw;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--done2 {
        font-size: 12px;
    }
}

.oubo-btn__text--small2 {
    letter-spacing: 0.1em;
    font-size: 14px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--small2 {
        font-size: 1.54286rem;
    }
}

.oubo-btn__text--large2 {
    letter-spacing: 0.1em;
    font-size: 20px;
}

@media screen and (max-width: 800px) {
    .oubo-btn__text--large2 {
        font-size: 2.04286rem;
    }
}
