@charset "utf-8";









/*全体*/

body {
    line-height: 1.5;
    min-width: auto;
}


.inner {
    width: 95%;
}

.pc {
    display: none;
}

.sp {
    display: block;
}










/*ヘッダー*/

header {
    padding: 5px 0;
}

.header_inner {
    background-size: 25%;
}

header .inner {
    padding: 12px 0;
}

.header_left {
    margin-left: 5px;
}

.header_left li:first-of-type img {
    width: 58px;
    height: auto;
}

.header_left li:nth-of-type(2) img {
    width: 24px;
    height: auto;
}

.header_left li:last-of-type {
    margin-top: 2px;
}

.header_left li:last-of-type img {
    width: 149px;
    height: auto;
}

.header_right ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    position: absolute;
    right: 0;
    top: -300px;
    background-color: #fff;
    width: 50%;
    padding: 0 10px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.header_right li {
    text-align: left;
    margin-right: 0;
    padding: 5px 0;
    border-bottom: dotted 1px #474747;
    width: 100%;
}

.header_right ul li:last-child {
    border-bottom: none;
}

.header_right li a {
    font-size: 14px;
}

.nav_toggle {
    display: block
}

.open_nav .nav_toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.open_nav .nav_toggle span:nth-child(2),
.open_nav .nav_toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.open_nav .header_right ul {
    -webkit-transform: translateY(370px);
    transform: translateY(370px)
}





/*メイン*/

.mv_top {
    padding-top: 80px;
}

.mv_top .inner {
    background-size: cover;
    padding: 10px 0;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-radius: 10px 10px 0 0;
}

.mv_top .inner>ul:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mv_top .inner>ul:first-of-type li {
    width: 24%;
    line-height: 1;
}

.mv_top .inner>ul:first-of-type li img {
    width: 100%;
    height: auto;
}

.mv_top .inner>ul:last-of-type li {
    margin-left: 5px;
    line-height: 1;
}

.mv_top .inner>ul:last-of-type li:last-of-type {
    margin-right: 5px;
}

.mv_top .inner>ul:last-of-type li img {
    width: 100%;
    height: auto;
}

.mv_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0 0 0;
}

.mv_layout_right {
    position: relative;
}

.mv_layout_right h1 {
    text-align: center;
    line-height: 1;
}

.mv_layout_right h1 img {
    width: 80%;
    height: auto;
}

.mv_layout_right p {
    text-align: center;
    font-size: 10px;
    position: static;
    right: auto;
    bottom: auto;
    text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 8px #fff;
}

.mv_bottom .inner {
    padding: 10px 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-radius: 0 0 10px 10px;
}

.mv_bottom .inner p {
    font-size: 14px;
    text-align: center;
}

.mv_bottom .inner p span {
    font-size: 24px;
}











/*セクション*/

.section_nav {
    padding: 5px 0;
    margin-top: 15px;
}

.section_nav_inner {
    background-size: 25%;
    padding: 5% 0;
}

.section_nav .inner ul li:not(:last-of-type) {
    margin-right: 10px;
}

.section_nav .inner ul li img {
    width: 100%;
    height: auto;
}

.section_outer {
    background-color: transparent;
    padding: 0;
    margin-top: 15px;
    border-radius: 10px;
}

.section_inner {
    border: 5px solid #eb6271;
    border-radius: 10px;
    padding: 10px 15px;
}

.section01 h2,
.section02 h2,
.section03 h2,
.section04 h2,
.section05 h2,
.section08 h2 {
    font-size: 18px;
}

.section01_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

.section01_layout_left {
    margin-left: 0;
}

.section01_layout_left img {
    width: 100%;
    height: auto;
}

.section01_layout_right p:first-of-type {
    font-size: 14px;
}

.section01_layout_right p:nth-of-type(2) {
    font-size: 14px;
    text-align: right;
}

.section01_layout_right p:nth-of-type(3) {
    font-size: 24px;
    margin-top: 5px;
}

.section01_layout_right p:last-of-type a {
    font-size: 18px;
    font-weight: 500;
    width: 80%;
    margin-bottom: 10px;
}

.section01_layout_right p:last-of-type i {
    margin-right: 5px;
}

.attention {
    font-size: 10px;
}

.section02 p:first-of-type {
    font-size: 14px;
    margin-top: 10px;
}

.section02 p:nth-of-type(2) {
    font-size: 10px;
}

.section02 p:last-of-type {
    font-size: 14px;
}

.section02 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

.section02 ul li {
    width: 100%;
}


.section02 ul li img {
    width: 100%;
    height: auto;
}

.section03 .section_inner {
    padding: 10px 15px;
}

.section03_layout01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

.section03_set01 {
    background: none;
}

.section03_set02 {
    background: none;
}



.section03_layout01_left img {
    width: 100%;
    height: auto;
}

.section03_layout01_left h4 {
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 5px;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}

.section03_layout01_right {
    margin-left: 0;
}

.section03_layout01_right p {
    font-size: 14px;
}

.section03 .section_inner>h3 {
    font-size: 18px;
    margin-top: 10px;
}

.section03_layout02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    padding: 0;
}

.section03_layout02_left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}


.section03_layout02_left>p:first-of-type {
    font-size: 14px;
    margin-top: 10px
}

.section03_layout02_left>p:first-of-type span {
    font-size: 16px;
}

.section03_layout02_left>ul {
    margin-top: 10px;
}

.section03_layout02_left>ul li:first-of-type img {
    width: 70px;
    height: auto;
}


.section03_layout02_left>ul li:last-of-type {
    font-size: 24px;
    margin-left: 10px;
}

.section03_layout02_left>p:nth-of-type(2) {
    margin: 10px 0;
}

.section03_layout02_left>p:nth-of-type(2) a {
    font-size: 18px;
    font-weight: 500;
    width: 80%;
}

.section03_layout02_left>p:nth-of-type(2) i {
    margin-right: 5px;
}

.section03_layout02_right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.section03_layout02_right>img {
    width: 100%;
    height: auto;
}

.section03_layout02_right ul {
    margin-top: 5px;
}

.section03_layout02_right ul li {
    font-size: 12px;
    width: 45%;
}

.section03_layout02_right ul li img {
    width: 100%;
    height: auto
}

.section04 .section_inner>p:first-of-type {
    font-size: 16px;
    margin-top: 10px;
    border-bottom: 1px solid #eb6271;
}

.section04 ol:first-of-type {
    font-size: 14px;
    margin-top: 5px;
}

.section04 .section_inner>p:nth-of-type(2) {
    margin-top: 10px;
}

.section04 .section_inner>p:nth-of-type(2) a {
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    width: 90%;
}

.section04 .section_inner>p:nth-of-type(2) i {
    margin-right: 5px;
}

.section04_layout_titile {
    margin-top: 15px;
}

.section04_layout_titile li:first-of-type img {
    width: 35px;
    height: auto;
}

.section04_layout_titile li:last-of-type {
    font-size: 16px;
    margin-left: 5px;
}

.section04_layout01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

.section04_layout01_left>img {
    width: 100%;
    height: auto;
}

.section04_layout01_right {
    margin-left: 0;
}

.section04_layout01_right p:first-of-type {
    font-size: 14px;
}

.section04_layout01_right p:last-of-type {
    font-size: 12px;
    margin-top: 5px;
}

.section04 .section_inner>h3 {
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
}

.section04 .section_inner>p:nth-of-type(3),
.section04 .section_inner>p:last-of-type {
    font-size: 14px;
    margin-top: 10px;
}

.section05 .section_inner>p:first-of-type {
    font-size: 14px;
    margin-top: 10px;
}

.section05 .section_inner>ul:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5px;
}

.section05 .section_inner>ul:first-of-type li img {
    width: 100%;
    height: auto;
}

.section05 .section_inner>ul:last-of-type {
    font-size: 12px;
    margin: 5px 0 0 0;
}

.section05_layout01,
.section05_layout02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5px;
}

.section05_layout01_left {
    margin-left: 0;
    margin-bottom: 10px;
}

.section05_layout01_left img {
    width: 100%;
    height: auto;
}

.section05_layout01_right {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
}

.section05_layout02_left {
    font-size: 14px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
}

.section05_layout02_right {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}


.section05_layout02_right img {
    width: 100%;
    height: auto;
}

.section05_img_main img {
    width: 100%;
    height: auto;
}

.keisuke,
.maruwa,
.hajime,
.yumewokatare,
.junkstory,
.hirudora,
.dancho,
.wassyoi {
    margin-top: 15px;
}

.keisuke .section05_img_main,
.hajime .section05_img_main,
.junkstory .section05_img_main,
.dancho .section05_img_main {
    margin-left: 0;
}

.maruwa .section05_img_main,
.yumewokatare .section05_img_main,
.hirudora .section05_img_main,
.wassyoi .section05_img_main {
    margin-right: 0;
}

.section06 {
    background-color: #fff;
    background-position: top;
    background-size: contain;
    border: 5px solid #fff;
    padding:0 10px;
}


.section07 {
    background-color: #fff;
    background-position: top;
    background-size: contain;
    border: 5px solid #fff;
    padding:0 10px;
}

.section06 h2 {
    margin-top: 15px;
}

.section06 h2 img {
    width: 80%;
    height: auto;
}

.section07 h2 {
    font-size: 18px;
    margin-top: 15px;
}


.section06 p,
.section07 p {
    font-size: 14px;
    margin-top: 10px;
}


.you_tube {
    margin: 15px 0;
}

.you_tube iframe{
    width: 280px;
    height: 180px;
}

.section08_layout{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px;
}

.section08_layout ul{
    font-size: 12px;
    width: auto;
}

.section08_layout ul:last-of-type{
    margin-top: 10px;
}

.copyright01 {
    text-align: center;
    font-size: 10px;
    color: #fff;
    margin-top: 20px;
}

.footer_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 10px;
}

.footer_menu li {
    padding: 0;
    line-height: 1.2;
}

.footer_menu li:not(:last-child) {
    border-right: none;
}

.footer_menu a {
    font-size: 12px;
}




/*フッター*/

footer {
    background-color: #eb6271;
}

.copyright02 {
    padding: 10px 0;
    text-align: center;
    font-size: 10px;
    color: #fff;
}