@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;
}

@media screen and (max-width: 800px) {
    .keyvisual {
        width: auto;
    }
}

.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: 28px;
    margin-right: auto;
    margin-left: auto;
    width: 870px;
}

@media screen and (max-width: 800px) {
    .lead {
        padding: 0 2.66667vw;
        width: auto;
    }
}

.lead__text {
    text-align: center;
    letter-spacing: -0.05em;
    font-size: 18px;
    line-height: 3;
    background-image: url(../images/img_text_line.png);
    background-repeat: repeat-y;
    background-size: contain;
}

@media screen and (max-width: 800px) {
    .lead__text {
        padding-bottom: 1em;
        letter-spacing: 0;
        background-size: auto 16%;
        font-size: 1.43286rem;
        letter-spacing: 0.2em;
        -webkit-text-size-adjust: none;
    }
}

/* ---------------------------------------------
*   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: 70px;
}

@media screen and (max-width: 800px) {
    .schedule {
        margin-top: 47px;
    }
}

.schedule__head {
    position: relative;
    text-align: center;
    line-height: 1;
}

.schedule__head-nitiji{
    margin: 50px 0px 80px 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: 20px;
}

@media screen and (max-width: 800px){
    .schedule__head-nitiji{
        font-size: 4vw;
        margin: 14px 0px 50px 0px;
    }
}


.schedule__head:before, .schedule__head:after {
    position: absolute;
    top: 70%;
    display: inline-block;
    width: 120px;
    border-top: 1px dashed #b7b8c5;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .schedule__head:before, .schedule__head:after {
        width: 10.56667vw;
    }
}

.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.5;
    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: #258ea6;
    content: "";
}

@media screen and (max-width: 800px) {
    .schedule__head-text:before, .schedule__head-text:after {
        height: 4.66667vw;
    }
}

.schedule__head-text:before {
    margin-top: 25px;
    margin-right: 130px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .schedule__head-text:before {
        margin-top: 10px;
        margin-right: 4.5vw;
    }
}

.schedule__head-text:after {
    margin-top: 30px;
    margin-left: 130px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .schedule__head-text:after {
        margin-top: 10px;
        margin-left: 2.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;
    margin-top: 40px;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
    .schedule-content {
        margin-top: 30px;
        padding: 0 2.66667vw;
    }
}

.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: 30px;
    padding-bottom: 50px;
    width: 86px;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot--1 {
        width: 50px;
        padding-top: 30px;
    }
}

.schedule-content__dot--3 {
    padding-top: 60px;
    padding-bottom: 40px;
    width: 86px;
}

@media screen and (max-width: 800px) {
    .schedule-content__dot--3 {
        width: 50px;
    }
}


.schedule-content__dot-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-grow: 1;
    /*height: 100%;*/
    background: url(../images/img_line.png) center 0 repeat-y;
}

@media screen and (max-width: 800px) {
    .schedule-content__inner {
        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;
    background-color: #f3f2e0;

    -webkit-box-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    width: 894px;
}

@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;
    }
}

@media screen and (max-width: 800px) {
    .schedule-content__block {
        padding: 8px;
        height: auto;
    }
}

.schedule-content__block--1 {
    margin-bottom: 27px;
    height: 56px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--1 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--2 {
    margin-bottom: 30px;
    height: 56px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--2 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--3 {
    height: 162px;
    margin-bottom: 30px;
    width: 620px;
}

@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: 151px;
    width: 620px;
}

.schedule-content__text-subcontent{
    color: #cf6600;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--4 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--5 {
    margin-bottom: 30px;
    width: 620px;
    height: 56px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--5 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--6 {
    margin-bottom: 20px;
    height: 269px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--6 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--7 {
    margin-bottom: 31px;
    height: 150px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--7 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--8 {
    margin-bottom: 26px;
    height: 83px;
    width: 892px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--8 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--9 {
    margin-bottom: 30px;
    height: 178px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--9 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--10 {
    margin-bottom: 30px;
    height: 56px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--10 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--11 {
    margin-bottom: 28px;
    height: 154px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--11 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--12 {
    margin-bottom: 30px;
    height: 187px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--12 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--13 {
    margin-bottom: 30px;
    width: 620px;
    height: 99px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--13 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--14 {
    margin-bottom: 28px;
    height: 120px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--14 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--15 {
    margin-bottom: 30px;
    height: 60px;
    width: 620px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--15 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--16 {
    margin-bottom: 28px;
    height: 214px;
    width: 577px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--16 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--17 {
    margin-bottom: 34px;
    height: 156px;
    width: 577px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--17 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--18 {
    margin-bottom: 28px;
    height: 132px;
    width: 892px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--18 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--19 {
    margin-bottom: 53px;
    height: 150px;
    width: 892px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--19 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--20 {
    margin-bottom: 60px;
    height: 187px;
    width: 577px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--20 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}

.schedule-content__block--21 {
    margin-bottom: 30px;
    height: 55px;
    width: 892px;
}

@media screen and (max-width: 800px) {
    .schedule-content__block--21 {
        margin-bottom: 15px;
        width: auto;
        height: auto;
    }
}


.schedule-content__img {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 800px) {
    .schedule-content__img {
        margin-left: auto;
        margin-right: auto;
        position: static;
        margin-bottom: 15px;
        text-align: center;
    }
}

.schedule-content__img--1 {
    top: 0px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--1 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--2 {
    top: 261px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--2 {
        width: 60%;
        margin-bottom: 20px;
        height: auto;
    }
}

.schedule-content__img--3 {
    top: 522px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--3 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--4 {
    top: 783px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--4 {
        width: 60%;
        height: auto;
    }
}


.schedule-content__img--5 {
    top: 1350px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--5 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--6 {
    top: 1610px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--6 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--7 {
    top: 1870px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--7 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--8 {
    top: 2130px;
    right: 0px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--8 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__img--9 {
    top: 3643px;
    right: 0px;
    width: 284px;
    height: 241px;
}

@media screen and (max-width: 800px) {
    .schedule-content__img--9 {
        width: 60%;
        height: auto;
    }
}

.schedule-content__text {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 17.8px;
    line-height: 1.6;
}



@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: 430px;
}

@media screen and (max-width: 800px) {
    .schedule-content__text-tyuui{
        font-size: 9px;
        width: 100%;
        padding-left: 0px;
    }
}


/* ---------------------------------------------
*   event
--------------------------------------------- */
.event {
    margin-top: 92px;
    background-color: #f8dfde;
}

@media screen and (max-width: 800px) {
    .event {
        margin-top: 51px;
    }
}

.event__container {
    position: relative;
    padding: 60px 30px 40px;
    margin-top: 228px;
}

@media screen and (max-width: 800px) {
    .event__container {
        padding: 17px 2.66667vw 30px;
        margin-top: 0;
    }
}

.event__container:before {
    position: absolute;
    top: -40px;
    left: 0;
    display: block;
    width: 308px;
    height: 228px;
    /*background-image: url(../images/img_summary1.png);*/
    background-repeat: no-repeat;
    content: "";
}


@media screen and (max-width: 800px) {
    .event__container:before {
        top: 0;
        width: 66.26667vw;
        height: 34.4vw;
        background-size: cover;
    }
}

.event__container:after {
    position: absolute;
    top: 50px;
    right: 0;
    display: block;
    width: 315px;
    height: 90px;
    /*background-image: url(../images/img_summary2.png);*/
    background-repeat: no-repeat;
    content: "";
}

@media screen and (max-width: 800px) {
    .event__container:after {
        top: 40px;
        width: 43.06667vw;
        height: 26vw;
        background-size: contain;
    }
}

@media screen and (max-width: 800px) and (orientation: landscape) {
    .event__container:after {
        top: 20px;
        width: 35.46667vw;
    }
}

.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;
    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: #f67e7a;
    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;
}

@media screen and (max-width: 800px) {
    .event-content {
        margin-top: 25px;
        padding: 17px 7px 26px 7px;
    }
}

.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: 1em;
        padding-bottom: 10px;
    }
}

.event-content__table th {
    width: 180px;
    color: #f67470;
    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;
    text-indent: 0em;
    padding-left: 0em;
    font-size: 16px;
}

@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 6vw 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;
    }
}

@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: 8px;
    font-size: 16px;
}

.event-info__list-toiawase{
    margin-right: 30px;
}

@media screen and (max-width: 800px){
    .event-info__list-toiawase{
        margin-top: 0px;
    }
}

@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 {

    }
}

/* ---------------------------------------------
*   charm
--------------------------------------------- */
.charm {
    margin-top: 90px;
}

@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: 250px;
    border-top: 1px dashed #b7b8c5;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
    .charm__head:before, .charm__head:after {
        width: 14.66667vw;
    }
}

.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 {
    display: inline-block;
    width: 1px;
    height: 35px;
    background-color: #2a91a9;
    content: "";
}

@media screen and (max-width: 800px) {
    .charm__head-text:before, .charm__head-text:after {
        height: 4.66667vw;
    }
}

.charm__head-text:before {
    margin-right: 50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 800px) {
    .charm__head-text:before {
        margin-right: 10.4vw;
    }
}

.charm__head-text:after {
    margin-left: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 800px) {
    .charm__head-text:after {
        margin-left: 10.4vw;
    }
}

/*  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 40px 10px;
    width: 320px;
    background-color: #d4e8e9;
    background-image: url(../images/img_foot.png);
    background-position: right 15px bottom 18px;
    background-repeat: no-repeat;
}

@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: 25px;
        background-size: 25px;
    }
}

.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;
    }
}

/* ---------------------------------------------
   voice
--------------------------------------------- */
.voice {
    margin-top: 70px;
}

@media screen and (max-width: 800px) {
    .voice {
        margin-top: 30px;
    }
}

.voice__head {
    height: 286px;
    background: url(../images/img_voice.jpg) 0 0 no-repeat;
}

@media screen and (max-width: 800px) {
    .voice__head {
        height: 29.5vw;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }
}

.voice__head-inner {
    padding: 10px 0 10px 55px;
}

@media screen and (max-width: 800px) {
    .voice__head-inner {
        padding: 5px;
    }
}

.voice__head-txt {
    /*width: 580px;*/
    height: 0;
    margin-left: -15px;
    padding-top: 140px;
    overflow: hidden;
    background: url(../images/text_voice.png) 0 0 no-repeat;
}

@media screen and (max-width: 800px) {
    .voice__head-txt {
        width: auto;
        margin-left: 0;
        padding-top: 8.25vw;
        -webkit-background-size: contain;
        background-size: contain;
    }
}

.voice__head-name {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

@media screen and (max-width: 800px) {
    .voice__head-name {
        margin-top: 0;
        margin-left: 3px;
        font-size: 10px;
    }
}

.voice__head-lead {
    color: #fff;
    line-height: 1.8;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 800px) {
    .voice__head-lead {
        margin-left: 3px;
        line-height: 1.3;
        font-size: 8px;
    }
}

.voice__content {
    margin-top: 40px;
}

@media screen and (max-width: 800px) {
    .voice__content {
        margin-top: 20px;
        padding: 0 2.6667vw;
    }
}

.voice__content-list-head {
    margin-top: 30px;
    padding-left: 135px;
    color: #f67470;
    font-weight: bold;
    font-size: 18px;
    background: url(../images/img_voice_line.png) left center no-repeat;
}

@media screen and (max-width: 800px) {
    .voice__content-list-head {
        margin-top: 20px;
        padding-left: 30px;
        font-size: 13px;
        -webkit-background-size: 25px 3px;
        background-size: 25px 3px;
        background-position: left top 8px;
    }
}

.voice__content-list-head:first-of-type {
    margin-top: 0;
}

.voice__content__list-txt {
    margin-top: 25px;
    line-height: 1.8;
    font-size: 16px;
    text-indent: -5em;
    padding-left: 5em;
}

@media screen and (max-width: 800px) {
    .voice__content__list-txt {
        margin-top: 10px;
        font-size: 12px;
    }
}


/* ---------------------------------------------
*   migration
--------------------------------------------- */
.migration {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 122px;
    padding: 45px 30px 25px;
    background-color: #d7ebec;
}

@media screen and (max-width: 800px) {
    .migration {
        margin-top: 22px;
        padding: 15px 15px 30px;
    }
}

.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: #218ca4;
    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 15px;
    margin-bottom: 25px;
    background-color: #fff;
}

@media screen and (max-width: 800px) {
    .migration-content {
        margin-top: 13px;
        padding: 20px 10px;
    }
}

.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;
}

@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;
    }
}

.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: #218ca4;
    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;
    }
}
/* ---------------------------------------------
*   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: 55px 58px 48px;
    border: dashed 1px #f89d9a;
}

@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;

    -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;
        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: #f89d9a;
    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: 35px;
    }
}

.more-content__head {
    padding: 5px 0 5px 18px;
    background-color: #fbcecc;
}

.more-content__head-text {
    display: block;
    color: #ffffff;
    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__list {
    margin-top: 30px;
}

.more-content__list-item {
    margin-top: 10px;
}

@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 {
    display: inline-block;
    color: #e3a205;
    font-size: 18px;
    -webkit-transition: opacity 3s;
    transition: opacity .3s;
}

@media screen and (max-width: 800px) {
    .more-content__link {
        font-size: 13px;
    }
}

.more-content__link:hover {
    opacity: 0.7;
}



.more-content__text {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.8;
}

.more-content__text__link {
    color: #2a9a34
}

@media screen and (max-width: 800px) {
    .more-content__text {
        margin-top: 17px;
        margin-bottom: 17px;
        font-size: 13px;
    }
}

/* ---------------------------------------------
*   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: 60px;
    padding: 40px 0;
    background-color: #735640;
    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;
    }
}
