body {
    background: #ffffff;
    border: unset;
}
p, a {
    font-size: 13.5px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 500;
}
.load_wrap {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    left: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.load_anime {
    animation-name: load_anm;
    animation-timing-function: ease;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
}
@keyframes load_anm {
    from {
        transform: translateX(0);
    }
    30%, 70% {
        transform: translateX(0);
    }
    to {
        transform: translateX(100%);
    }
}
.logo_img {
    position: absolute;
    width: 13%;
    top: 6.3%;
    left: 3.5%;
    max-width: 183px;
    z-index: 10;
}
#tabiiro_link a {
    text-decoration: none;
    color: #687a5c;
    font-size: 12px;
}
#tabiiro_link {
    position: fixed;
    top: 2px;
    right: 80px;
    z-index: 12000
}
#header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
    background: #fff;
    height: 100%;
    width: 44px;
    left: unset;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
}
.page_bottom {
    position: absolute;
    font-size: 15px;
    bottom: -30px;
    right: calc(-6% - 18.4px);
}
#menu_btn {
    background: unset;
    position: unset;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    border: unset;
    z-index: unset;
    width: unset;
    height: unset;
    background: unset;
    border-radius: unset;
    font-family: unset;
    font-size: unset;
    line-height: unset;
    text-align: unset;
    color: unset;
    cursor: unset;
    padding: unset;
}
#sns_area {
    top: 3px;
    right: 220px;
    bottom: unset;
    left: unset;
    z-index: 12000;
}
.section.roll {
    width: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 100vh;
    /*  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow:hidden;*/
}
#footer .pagenation > ul {
    max-width: 870px;
    margin: 0 auto;
}
#footer .pagenation > ul > li {
    width: 49%;
    margin: 0;
    margin-right: 2%;
}
#footer .pagenation > ul > li:last-child {
    margin-right: 0;
}
.waku_area2 > img {
    position: absolute;
    width: 18px;
    top: -9px;
    left: -9px;
    z-index: 100;
}
.waku_area2 p {
    font-size: 11.5px;
    line-height: 1.8;
}
.waku_area2 {
    position: absolute;
    bottom: auto;
    left: 0;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 8px;
    width: 88%;
}
.waku_area2 > div {
    position: relative;
}
.waku_area2 > div > img {
    position: absolute;
    width: 56px;
    top: -26px;
    left: 2px;
    z-index: 100;
}
.pt12 {
    padding-top: 12px;
}
.bottom_title {
    margin-top: 50px;
    width: 23%;
}
.bottom_contents {
    background: #fff;
    margin-bottom: 120px;
}
.bottom_contents > div > ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.bottom_contents > div > ul > li:last-child, .bottom_contents > div > ul > li ul li:last-child {
    margin-right: 0;
}
.bottom_contents > div > ul > li > div img {
    max-height: 43px;
}
.bottom_contents > div > ul > li:first-child {
    width: 22%;
}
.bottom_contents > div > ul > li {
    width: 36%;
    margin-right: 3.5%;
}
.bottom_contents > div > ul > li ul li {
    width: 26%;
    margin-right: 11%;
}
.bottom_contents > div > ul > li:first-child ul li {
    width: 42.55%;
}
.bottom_contents > div > ul > li ul {
    display: flex;
    justify-content: center;
    width: 96%;
    margin: 0 auto;
}
.bottom_contents > div {
    position: relative;
    display: block;
    width: 96%;
    height: 100%;
    padding: 32px 0 0;
    max-width: 870px;
    margin: 0 auto;
}
.bottom_contents > div > ul > li ul li a:hover span span {
    text-decoration: underline;
}
.bottom_contents > div > ul > li ul li a:hover span span span {
    text-decoration: none;
}
.text_tate span span {
    background: #010101;
    color: #fff;
    border-radius: 10px;
    padding: 9px 1px;
    font-size: 10px;
}
.bottom_contents > div > ul > li ul li a {
    display: block;
    max-height: 20em;
}
.text_tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    display: block;
    min-height: 188px;
    width: 100%;
    max-height: 16em;
}
.copyrights_bottom {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-top: 0;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    background: #000;
    color: #fff;
}
/*------------------------------------------------------------*/
.close_btn:hover {
    cursor: pointer;
    opacity: 0.8;
    -moz-transition: ease-in-out, .3s;
    -o-transition: ease-in-out, .3s;
    -webkit-transition: ease-in-out, .3s;
    transition: ease-in-out, .3s;
}
.close_btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #fff;
    padding: 0px 8px 5px;
    font-size: 25px;
    color: #fff;
    line-height: 1;
}
.section_area.place_area_pop .inner {
    margin-top: 55px !important;
}
.section_area.place_area_pop .inner ul {
    margin-top: 15px;
}
.place_area_pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.place_area_pop .pop_bg {
    background: #fff;
    margin-top: 15px;
    padding: 8% 8%;
}
.place_area_pop .img00 {
    width: 38%;
}
.place_area_pop .img01 {
    width: 65%;
}
.place_area_pop .main_text {
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
    line-height: 1.8;
}
.place_area_pop .read_text {
    font-size: 17px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-top: 5px;
}
.place_area_pop .img02 {
    width: 64vh;
    margin-top: 20px;
    line-height: 0;
    margin-left: auto;
    max-width: 400px;
}
.place_area {
    background: #f2f2f2;
    margin-top: 100px;
    padding-bottom: 50px;
}
.place_area .section_area .inner ul {
    margin-top: 0;
}
.place_area .img01 {
    width: 65%;
}
.place_area .main_text {
    font-size: 14px;
    margin-top: 10px;
    width: 98%;
    line-height: 1.8;
}
.place_area .img02 {
    width: 94%;
    margin-top: 0;
    line-height: 0;
    margin-left: auto;
}
.place_area .img03 {
    width: 46%;
    margin-top: 20px;
    line-height: 0;
    margin-left: auto;
}
.place_area .what_text:hover {
    opacity: 0.8;
    cursor: pointer;
    -moz-transition: ease-in-out, .3s;
    -o-transition: ease-in-out, .3s;
    -webkit-transition: ease-in-out, .3s;
    transition: ease-in-out, .3s;
}
.place_area .what_text {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 23px;
    text-align: right;
    margin-top: 10px;
}
.section_area.profile_area .inner ul {
    margin-top: 0;
    margin-bottom: 80px;
}
.section_area.profile_area .inner {
    max-width: 640px !important;
}
.section_area.profile_area .inner ul li {
    width: 30%;
    margin-right: 10%;
}
.section_area.profile_area .inner ul li:last-child {
    width: 60%;
}
.profile_area .img01 {
    width: 100%;
    margin-top: 0;
    line-height: 0;
}
.profile_area .main_text {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 4px;
}
.profile_area .img02 {
    width: 50%;
    margin-top: 25px;
}
.profile_area .img03 {
    width: 65%;
}
.profile_area .profile_btn {
    margin-top: 55px;
    text-align: center;
}
.profile_area .profile_btn a {
    position: relative;
    background: #3d7f1d;
    padding: 8px 0px 8px 20px;
    border-radius: 20px;
    color: #fff;
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: left;
    font-size: 15px;
}
.profile_title {
    text-align: right;
    border-bottom: 1px solid #000;
    font-size: 15px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.mini_pop2 {
    font-size: 14px;
    text-decoration: underline;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: right;
    margin-top: 15px;
}
.mini_pop2:hover {
    cursor: pointer;
}
.waku_area > img {
    position: absolute;
    width: 18px;
    top: -9px;
    left: -9px;
    z-index: 100;
}
.waku_area p {
    font-size: 11px;
}
.waku_area {
    border: 1px solid #000;
    position: relative;
    padding: 10px 10px;
    margin-top: 35px;
}
.waku_area:before {
    height: 0;
    display: block;
    position: absolute;
    left: -1px;
    content: "";
    border-top: solid 7px #fff;
    border-right: solid 7px transparent;
    top: -2px;
    z-index: 2;
}
.waku_area:after {
    height: 0;
    display: block;
    position: absolute;
    left: -1px;
    content: "";
    border-top: solid 7px rgb(0, 0, 0);
    border-right: solid 7px transparent;
    top: -1px;
}
.section_area .inner ul li:last-child {
    margin-right: 0;
}
.section_area .inner ul li {
    width: 50%;
}
.section_area .inner ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.section_area .inner {
    position: relative;
    display: block;
    width: 96%;
    height: 100%;
    padding: 32px 0 0;
    max-width: 870px;
    margin: 0 auto;
}
.main {
    margin-top: 0;
}
a:hover {
    opacity: 0.8;
    -moz-transition: ease-in-out, .3s;
    -o-transition: ease-in-out, .3s;
    -webkit-transition: ease-in-out, .3s;
    transition: ease-in-out, .3s;
}
.first_text {
    margin-bottom: 5px;
}
.first_text span {
    display: block;
    margin-top: 20px;
}
.text_img01 .prev {
    visibility: hidden;
}
.text_img02, .text_img03 {
    display: none;
}
.img_title {
    position: absolute;
    top: 22%;
    left: 0;
    width: 48%;
}
.text_area {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.text_img .img01 {
    line-height: 0;
}
#arrows {
    position: absolute;
    width: 48%;
    display: block;
    top: 284px;
    bottom: 0;
    right: unset;
    left: 0;
    margin-top: 0;
    font-size: 16px;
    z-index: 99;
    margin: auto;
    height: 25px;
    text-align: right;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: ease-in-out, .3s;
    -o-transition: ease-in-out, .3s;
    -webkit-transition: ease-in-out, .3s;
    transition: ease-in-out, .3s;
}
#arrows span {
    display: inline-block;
    width: unset;
    height: unset;
    background: unset;
    border: unset;
    border-radius: unset;
    position: relative;
    cursor: pointer;
    -moz-transition: ease-in-out, .3s;
    -o-transition: ease-in-out, .3s;
    -webkit-transition: ease-in-out, .3s;
    transition: ease-in-out, .3s;
}
#arrows span.prev {
    top: 0;
    right: 0;
    margin-right: 0;
}
#arrows span.next {
    bottom: 0;
    right: 0;
    margin-left: 8%;
}
#arrows span:hover {
    background: unset;
    border-color: unset;
    opacity: 0.7;
}
p.first_text:first-letter {
    font-size: 32px;
    font-weight: bold;
    padding-left: 5px;
}
.text_img div.inner ul li {
    width: 48.5%;
    margin-right: 3%;
    position: relative;
}
.text_img div.inner ul li:last-child {
    margin-right: 0;
}
.text_img div.inner .text_img01 ul, .text_img div.inner .text_img02 ul, .text_img div.inner .text_img03 ul, .text_img div.inner .text_img04 ul, .text_img div.inner .text_img05 ul, .text_img > div.inner > ul {
    display: flex;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 100%;
    padding-inline-start: 0;
    margin-block-start: unset;
    margin-block-end: unset;
    list-style-type: unset;
}
.section.roll .inner {
    position: relative;
    display: block;
    width: 96%;
    height: 100%;
    padding-top: 32px;
    max-width: 870px;
    margin: 0 auto;
}
.mt20 {
    margin-top: 20px;
}
#header .h-logo a {
    width: 228px;
}
.credit-box p {
    margin-top: 10px;
}
.credit-box {
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 15px 45px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #808080;
    font-size: 13px;
    line-height: 1.6em;
    position: absolute;
}
.credit-box .credit-close {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    -moz-transition: ease-in-out, .3s;
    -o-transition: ease-in-out, .3s;
    -webkit-transition: ease-in-out, .3s;
    transition: ease-in-out, .3s;
}
.credit-box .credit-close img {
    width: 12px;
    height: 12px;
    margin-right: 6px;
    vertical-align: text-bottom;
}
.fade-up {
    opacity: 1;
    -moz-transition: ease-out 1.0s;
    -o-transition: ease-out 1.0s;
    -webkit-transition: ease-out 1.0s;
    transition: ease-out 1.0s;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fade-left {
    opacity: 1;
    -moz-transition: ease-out 1.0s;
    -o-transition: ease-out 1.0s;
    -webkit-transition: ease-out 1.0s;
    transition: ease-out 1.0s;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fade-scale {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 1.0s cubic-bezier(0.65, -0.55, 0.265, 1.55) .3s;
    -o-transition: all 1.0s cubic-bezier(0.65, -0.55, 0.265, 1.55) .3s;
    -webkit-transition: all 1.0s cubic-bezier(0.65, -0.55, 0.265, 1.55);
    -webkit-transition-delay: .3s;
    transition: all 1.0s cubic-bezier(0.65, -0.55, 0.265, 1.55) .3s;
}
.fade-right {
    opacity: 1;
    -moz-transition: ease-out 1.0s;
    -o-transition: ease-out 1.0s;
    -webkit-transition: ease-out 1.0s;
    transition: ease-out 1.0s;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fade-left.switch {
    opacity: 0;
    -moz-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
}
.fade-right.switch {
    opacity: 0;
    -moz-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
}
.fade-scale.switch {
    opacity: 0;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.fade-up.switch {
    opacity: 0;
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
}
.block-L .copyrights {
    margin-top: 30px !important;
}
#menu_content .menu-inner > .copyrights {
    width: 67%;
    position: absolute;
    bottom: -2%;
    right: 0;
    text-align: left !important;
}
#menu_content .book_img {
    width: 31%;
    position: absolute;
    bottom: 3.5%;
    right: 7%;
}
#menu_content .bg_img {
    width: 4.5%;
    position: absolute;
    top: 0;
    right: 0;
}
.gnavi_top div:first-child {
    width: 9%;
    margin-right: 2.5%;
}
.gnavi_top div:last-child {
    width: 84%;
}
.gnavi_top div p {
    font-size: 12px;
}
.gnavi_top {
    display: flex;
}
#menu_content {
    z-index: -1;
    background: #467613;
    border: unset;
    border-top: unset;
    background: #fff;
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    width: 75%;
    margin-left: 25%;
}
#menu_content .block-L, #menu_content .block-R {
    /*margin-top: 50px;*/
}
#menu_content .block-L {
    width: 28%;
    margin-right: 4%;
}
#menu_content .block-L .cover {
    max-width: 100%;
    margin: 0 auto;
}
#menu_content .block-L .title_b {
    position: relative;
    margin-top: 1em;
}
#menu_content .block-R {
    width: 56%;
    margin-right: 10%;
}
#menu_content #gnavi li a {
    position: relative;
    margin-bottom: 25px
}
#menu_content #gnavi ul {
    margin-left: 10%;
}
#menu_content #gnavi li .img {
    width: 100%;
    padding: unset;
}
#menu_content .copyrights {
    background: unset !important;
    color: #fff !important;
}
#menu_content .menu-inner {
    width: 98%;
    max-width: 1180px;
    -webkit-align-items: unset;
    align-items: unset;
    position: relative;
    max-width: 142vh;
}
#menu_content .staff-credit, #menu_content .copyrights {
    color: #fff;
    margin-top: 5px;
    text-align: left;
    font-size: 11px;
}
#menu_content.open {
    opacity: 1;
    -moz-transform: translate(-44px, 0);
    -ms-transform: translate(-44px, 0);
    -webkit-transform: translate(-44px, 0);
    transform: translate(-44px, 0);
}
#top_area.on #menu_content.open {
    -moz-transform: translate(-100.9%, 0);
    -ms-transform: translate(-100.9%, 0);
    -webkit-transform: translate(-100.9%, 0);
    transform: translate(-100.9%, 0);
    width: 75vw;
}
#head_area {
    position: fixed;
    z-index: 20000;
    top: 0;
    right: 0;
}
#scn03 p.staff_credit {
    font-size: 12px;
    padding-top: 15px;
}
#scn05 .img_title, #scn06 .img_title, #scn07 .img_title, #scn08 .img_title, #scn09 .img_title {
    top: -490px;
    bottom: 0;
    margin: auto;
    height: max-content;
}
.img_title {
    left: calc(50% - 435px);
    width: calc(416px);
}
.text_bold {
    text-decoration: underline;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.text_img {
    max-width: 870px;
}
.text_img div ul {
    max-width: 870px;
}
.img_sub {
    width: 50%;
}
.text_img .img01 {
    margin-top: 13%;
    line-height: 0;
}
.text_title {
    font-size: 22px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.text_area p span {
    display: block;
    margin-top: 20px;
}
#scn14 .waku_area2 {
    top: 310px;
    margin: auto;
    bottom: 0;
    height: max-content;
}
#scn16 .waku_area2 {
    top: 400px;
    margin: auto;
    bottom: 0;
    height: max-content;
}
.waku_area2 {
    bottom: unset;
    left: calc(50% - 435px);
    width: calc(386px);
}
#scn06 .img_title {}
#scn11 .img_title, #scn12 .img_title, #scn13 .img_title, #scn14 .img_title, #scn16 .img_title, #scn17 .img_title, #scn18 .img_title {
    top: -380px;
    bottom: 0;
    margin: auto;
    height: max-content;
}
#scn14 .page_bottom {
    bottom: -116px;
}
.pagenation {
    margin-top: 140px;
}
.cmn_img4 {
    position: absolute;
    top: 21%;
    right: 0;
    margin: auto;
    width: 50%;
    z-index: 10;
    text-align: center;
    height: max-content;
    max-width: 1180px;
}
.cmn_img4_01 {
    width: 18%;
    margin: 0 auto;
}
.cmn_img2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    z-index: 10;
    text-align: center;
    height: max-content;
    max-width: 870px;
}
.cmn_img2_01 {
    width: 80%;
    margin: 0 auto;
}
.cmn_img2_02 {
    width: 18vh;
    margin: 0 auto;
    max-width: 140px;
}
.cmn_img2_03 {
    width: 40%;
    margin: 0 auto;
}
body {
    position: unset;
}
article {
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
    opacity: 0;
}
article a {
    color: #000000;
}
article a:hover {
    color: #888888;
}
.txt_box p {
    font-size: 15px;
    line-height: 1.8;
}
.ttl_box, .txt_box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    overflow: hidden;
    bottom: 0;
    right: 0;
    margin: auto;
    height: max-content;
    max-width: 870px;
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
#headline {
    position: absolute;
    z-index: 600;
    top: 23%;
    left: 55%;
    width: 27%;
    height: 23vw;
    min-width: 250px;
    min-height: 222px;
    max-width: 346px;
    max-height: 288px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    overflow: hidden;
    opacity: 1;
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
}
/*#text01{
    position: absolute;
    z-index: 600;
  top: 66%;
    left: 57%;
    width: 26%;
    height: 3.5%;
    background-image: url(./images/interview/tabiiro_copy.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    overflow: hidden;
    opacity: 1;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.8));
}*/
/* #scn10{
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
background-image: url("/book/focal/hirogawa/images/img02.jpg");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
opacity: 0;
} */
/*#scn15{
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
background-image: url("/book/focal/hirogawa/images/img03.jpg");
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
opacity: 0;
}*/
#cmn_contents nav {
    width: 454px;
    margin: 0 auto;
}
#cmn_contents nav h1 {
    padding: 26px 0px;
    border-top: 1px solid #000000;
}
#cmn_contents nav h1 img {
    width: 400px;
    height: 36px;
}
#cmn_contents nav li {
    float: left;
    padding: 0px 20px 0px 0px;
}
#cmn_contents nav li img {
    width: 56px;
    height: 56px;
    margin-right: 10px;
}
#cmn_contents nav li a {
    display: block;
    color: #000000;
    font-size: 10px;
    line-height: 56px;
    text-decoration: none;
}
#cmn_contents nav li a:hover {
    color: #888888;
}
li {
    list-style-type: none;
}
#cmn_contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.scrollMove {
    padding-top: 85px;
    position: absolute;
    bottom: 2%;
    right: 4%;
    font-size: 24px;
    color: #9fd06b;
}
.scrollMove span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-left: 8px solid #9fd06b;
    border-bottom: 8px solid #9fd06b;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        transform: rotate(-45deg) translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: rotate(-45deg) translate(-20px, 20px);
        opacity: 0;
    }
}
.para_text.is-anm-done span.st0 {
    transition-delay: 0s;
}
.para_text.is-anm-done span.st1 {
    transition-delay: 0.1s;
}
.para_text.is-anm-done span.st2 {
    transition-delay: 0.2s;
}
.para_text.is-anm-done span.st3 {
    transition-delay: 0.3s;
}
.para_text.is-anm-done span.st4 {
    transition-delay: 0.4s;
}
.para_text.is-anm-done span.st5 {
    transition-delay: 0.5s;
}
.para_text.is-anm-done span.st6 {
    transition-delay: 0.6s;
}
.para_text.is-anm-done span.st7 {
    transition-delay: 0.7s;
}
.para_text.is-anm-done span.st8 {
    transition-delay: 0.8s;
}
.para_text.is-anm-done span.st9 {
    transition-delay: 0.9s;
}
.para_text.is-anm-done span.st10 {
    transition-delay: 1.0s;
}
.para_text.is-anm-done span.st11 {
    transition-delay: 1.1s;
}
.para_text.is-anm-done span.st12 {
    transition-delay: 1.2s;
}
.para_text.is-anm-done span.st13 {
    transition-delay: 1.3s;
}
.para_text.is-anm-done span.st14 {
    transition-delay: 1.4s;
}
.para_text.is-anm-done span.st15 {
    transition-delay: 1.5s;
}
.para_text.is-anm-done span.st16 {
    transition-delay: 1.6s;
}
.para_text.is-anm-done span.st17 {
    transition-delay: 1.7s;
}
.para_text.is-anm-done span.st18 {
    transition-delay: 1.8s;
}
.para_text.is-anm-done span.st19 {
    transition-delay: 1.9s;
}
.para_text.is-anm-done span.st20 {
    transition-delay: 2.0s;
}
.para_text.is-anm-done span.st21 {
    transition-delay: 2.1s;
}
.para_text.is-anm-done span.st22 {
    transition-delay: 2.2s;
}
.para_text.is-anm-done span.st23 {
    transition-delay: 2.3s;
}
.para_text.is-anm-done span.st24 {
    transition-delay: 2.4s;
}
.para_text.is-anm-done span.st25 {
    transition-delay: 2.5s;
}
.para_text.is-anm-done span.st26 {
    transition-delay: 2.6s;
}
.para_text.is-anm-done span.st27 {
    transition-delay: 2.7s;
}
.para_text.is-anm-done span.st28 {
    transition-delay: 2.8s;
}
.para_text.is-anm-done span.st29 {
    transition-delay: 2.9s;
}
.para_text.is-anm-done span {
    text-shadow: 2px 2px 10px #000000;
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.para_text span {
    display: inline-block;
    color: #fff;
    text-shadow: 0 0 30px #000000;
    opacity: 0;
    -moz-transform: translate(-10px, 30px);
    -ms-transform: translate(-10px, 30px);
    -webkit-transform: translate(-10px, 30px);
    transform: translate(-10px, 30px);
    font-family: "Ryumin Regular KL", serif;
}
.text_tate span span {
    background: unset;
    color: #093a56;
    border-radius: unset;
    padding: unset;
    font-size: 14px;
    display: block;
    /*text-align: right;*/
}
.next_contents_area.active_on {
    transform: translate3d(0, 0, 0);
    transition: 0.6s ease 0s;
}
.next_contents_area {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    color: #093a56;
    opacity: 1;
    z-index: 1100;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 100vh, 0);
    transition: 0.6s ease 0s;
}
.next_contents_area .contents_img {
    width: 90%;
    max-width: 1036px;
    margin: 0 auto;
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, 0);
}
.next_contents_area .contents_img::after {
    content: "";
    width: calc(100% - 100px);
    height: 1px;
    background: #093a56;
    position: absolute;
    top: 15px;
    right: 3px;
}
.next_contents_area .contents_img img {
    width: 81px;
}
.next_contents_area > div {
    position: relative;
    display: block;
    width: 96%;
    height: 100%;
    padding: 32px 0 0;
    max-width: 1280px;
    margin: 0 auto;
}
.next_contents_area > div > ul {
    display: flex;
    justify-content: space-between;
    margin-top: unset;
    position: relative;
    transform: translateY(-33%) translateX(-50%);
    top: 50%;
    left: 50%;
    max-width: 1080px;
}
.next_contents_area > div > ul > li {
    width: 80%;
    margin-right: 3.5%;
}
.next_contents_area > div > ul > li ul {
    display: flex;
    justify-content: center;
    width: 96%;
    margin: 0 auto;
    height: 80vh;
}
.next_contents_area > div > ul > li ul li {
    width: 20% !important;
    margin-right: 8%;
}
.next_contents_area > div > ul > li:first-child ul li:first-child a {
    text-align: center;
    margin-top: 0;
}
.next_contents_area > div > ul > li:first-child ul li:first-child {
    width: 40% !important;
}
.next_contents_area > div > ul > li ul li a {
    display: block;
    max-height: 20em;
    margin-top: 15px;
}
.next_contents_area > div > ul > li ul li a .cover_img {
    width: 70%;
    margin: 0 auto;
}
/*
.next_contents_area > div > ul > li ul li a img:last-child {
    margin-top: 10px;
}
*/
.bottom-title_b{
    max-width: 111%;
    width: 111%;
    position: relative;
    margin-left: -5%;
    margin-top: 0px !important;
}
.text_tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: relative;
    display: block;
    min-height: 240px;
    width: 100%;
    max-height: 16em;
}
.text_tate > span {
    font-family: "Koburina Gothic W6 JIS2004", sans-serif;
    color: #093a56;
    position: absolute;
    top: 0px;
    left: 42%;
    transform: translate(-50%, 2%);
    font-size: 15px;
    font-weight: 500;
}
.next_contents_area > div > ul > li ul li:last-child .text_tate > span {
    left: 50%;
}
.next_contents_area > div > ul > li:first-child {
    width: 100%;
    margin-right: 0;
}
.bottom_nav p {
    text-align: right;
    padding-right: 68px;
    padding-top: 15px;
}
.bottom_nav a {
    color: #fff;
}
.bottom_nav.active_on {
    transform: translate3d(0, 0, 0);
    transition: 0.6s ease 0s;
}
.bottom_nav {
    position: fixed;
    background: #093a56;
    color: #fff;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    transform: translate3d(0, 50px, 0);
    transition: 0.6s ease 0s;
}
.large_title {
    font-size: 20px !important;
    margin-bottom: 10px;
    font-weight: 700 !important;
}
.line_area {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    position: absolute;
    z-index: 1;
}
.line_area.line_vertical {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.line_area.line_horizontal {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.line_area p {
    position: relative;
    display: inline-block;
}
.line_area.line_vertical p {
    margin: 0 5px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}
.line_area.line_horizontal p {
    margin: 5px 0;
}
.line_area p span {
    display: block;
    color: #093a56;
    font-size: 25px;
    line-height: 1;
    padding: 9px 8px;
    font-weight: bold;
    position: relative;
    opacity: 0;
    transition: opacity .5s ease 1s;
}
.line_area p span img {
    display: inline;
    width: 1em;
    margin-top: 4px;
}
.line_area p::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1, 0);
    transform-origin: top;
    transition: all 1s ease-out .5s;
}
.line_area.line_horizontal p::before {
    transform: scale(0, 1);
    transform-origin: left;
}
.active .line_area p span {
    opacity: 1;
}
.active .line_area p::before {
    transform: scale(1, 1);
}
.vertical_area {
    position: absolute;
    top: 21.8%;
    right: 244px;
}
.vertical_area p {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    transition: .4s ease 0s;
    opacity: 0;
    width: 45px;
}
.vertical_area p span {
    position: absolute;
    top: 10px;
    left: 3px;
    color: #093a56;
    z-index: 20;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    transition: .4s ease 0s;
    /* height: 500px; */
    opacity: 0;
}
.side_area_number a.nav_right_number_00:hover .side_area_subimg {
    background-image: url(/book/focal/hirogawa/images/common/navi_top_w.svg);
}
.side_area_number .is-active .side_area_subimg {
    background-image: url(/book/focal/hirogawa/images/common/navi_top_w.svg);
}
.side_area_subimg {
    content: ;
    background-image: url(/book/focal/hirogawa/images/common/navi_top_b.svg);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.nav_share img:hover {
    opacity: 0.8;
    cursor: pointer;
}
.side_area_number .is-active:hover {
    background: #fff;
}
.side_area_number .is-active {
    background: #093a56;
}
.side_area_number .is-active a {
    color: #fff;
}
.side_area_number li {
    display: none;
}
.side_area_top .side_area_number {
    padding: 10px 0 0;
}
.side_area_bottom .side_area_number {
    padding: 0 0 10px;
}
.side_area_line {
    border-top: 1px solid #aaa;
    width: 58%;
    margin: 0 auto;
}
.side_area_number .side_area_subtext {
    font-family: "Koburina Gothic W6 JIS2004", sans-serif;
    position: absolute;
    width: max-content;
    color: #fff;
    background: #fff;
    font-size: 12px;
    margin-left: 13px;
    padding: 8px 5px;
    top: 0;
    line-height: 1;
}
.side_area_number a {
    font-size: 16px;
    color: #093a56;
    line-height: 1.4;
    font-weight: bold;
    padding-top: 3px;
    position: relative;
    transition: ease-in, 1s;
    display: block;
    min-height: 24px;
}
.side_area_number a:hover {
    opacity: 1;
}
.side_area_number a.nav_right_number_00:hover {
    transform: matrix(1, 0, 0, 1, -255, 0);
}
.side_area_number a.nav_right_number_01:hover {
    transform: matrix(1, 0, 0, 1, -418, 0);
}
.side_area_number a.nav_right_number_02:hover {
    transform: matrix(1, 0, 0, 1, -232, 0);
}
.side_area_number a.nav_right_number_03:hover {
    transform: matrix(1, 0, 0, 1, -292, 0);
}
.side_area_number a.nav_right_number_04:hover {
    transform: matrix(1, 0, 0, 1, -185, 0);
}
.side_area_number a:hover {
    background: #093a56;
    color: #fff;
    opacity: 1;
    cursor: pointer;
    transition: ease-in, 0.8s;
}
.side_area_number a:hover .side_area_subtext {
    background: #fff;
    color: #093a56;
    cursor: pointer;
}
.nav_share_area {
    position: absolute;
    bottom: 0;
    right: 0;
}
.nav_share_area .nav_share img {
    width: 70%;
    margin: 0 15% 10%;
}
.nav_share_area .nav_share a:hover {
    opacity: 0.8;
}
.side_area_top > div.is-active {
    background-color: #093a56;
}
.side_area_top .nav_right_tp {
    padding-top: 8px;
}
.side_area_top > div {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.side_area_top > div > div {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.side_area_top {
    width: 80%;
    text-align: center;
    background: #fff;
    margin-top: 10px;
    margin-left: 10%;
}
.side_area_bottom > div.is-active {
    background-color: #093a56;
}
.side_area_bottom .nav_right_tp {
    padding-top: 8px;
}
.side_area_bottom > div {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.side_area_bottom > div > div {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.side_area_bottom {
    width: 80%;
    text-align: center;
    background: #fff;
    margin-left: 10%;
}
.nav_right_up span, .nav_right_down span {
    position: absolute;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
}
.nav_right_up, .nav_right_down {
    position: relative;
    cursor: pointer;
}
.nav_right .nav_right_tp p {
    font-size: 16px;
    color: #093a56;
    font-weight: 700;
    /*font-family: "Koburina Gothic W6 JIS2004", sans-serif;*/
}
.nav_right .nav_right_tp {
    width: 58%;
    margin: 0 auto;
    height: 26px;
}
.nav_right ul.side_area_dot li p {
    font-size: 26px;
    line-height: 19px;
    color: #ddd;
}
.nav_right .nav_right_dot {
    position: relative;
}
.nav_right ul.side_area_dot li p:hover, .nav_right ul.side_area_dot li.is-active p {
    background: #093a56;
    color: #fff;
    opacity: 1;
    cursor: pointer;
    transition: ease-in, 0.6s;
}
.nav_right {
    text-align: center;
    /*margin-top: 10px;*/
}
.nav_right div i {
    font-size: 32px;
    color: #093a56;
}
#menu_line:hover {
    cursor: pointer;
}
#menu_line {
    position: relative;
    height: 20px;
    display: inline-block;
    box-sizing: border-box;
    margin-top: 30px;
    width: 100%;
}
#menu_line span {
    position: absolute;
    right: 15%;
    height: 3px;
    width: 70%;
    background-color: #093a56;
    border-radius: 10px;
    display: inline-block;
    box-sizing: border-box;
    transition: all .4s;
}
#menu_line span:nth-child(1) {
    top: 0;
}
#menu_line span:nth-child(2) {
    top: 8px;
    width: 50%;
}
#menu_line span:nth-child(3) {
    bottom: 0;
    width: 30%;
}
#menu_line.is-active span:nth-child(1) {
    -webkit-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg);
}
#menu_line.is-active span:nth-child(2) {
    opacity: 0;
}
#menu_line.is-active span:nth-child(3) {
    -webkit-transform: translateY(-19px) rotate(45deg);
    transform: translateY(-19px) rotate(45deg);
    width: 70%;
}
.contents_img {
    position: absolute;
    top: 5%;
    left: 7%;
    width: 7.9%;
}
.contents_line {
    position: absolute;
    top: 7%;
    left: 17%;
    border-top: 1px solid #093a56;
    width: 80%;
}
#menu_content #gnavi li {
    width: 100%;
    margin: 0% 1%;
    background: unset;
    border-radius: unset;
    position: relative;
}
#menu_content #gnavi li .img {
    width: 22%;
    padding: unset;
}
#menu_content #gnavi li:last-child .txt img {
    margin-bottom: 2%;
}
#menu_content #gnavi li .txt img {
    width: 39%;
}
#menu_content #gnavi li .txt {
    width: 62%;
    font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
    font-size: 14px;
    margin: 0 0 0 7%;
}
#menu_content .menu-inner {
    width: 85%;
    max-width: 1180px;
    -webkit-align-items: unset;
    align-items: unset;
    position: relative;
    max-width: 142vh;
    margin-top: 6%;
}
#menu_content .block-L .cover {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
#menu_content .block-L .cover img {
    width: 68%;
    margin: 0 0 0;
}
#menu_content .block-L {
    width: 32%;
    margin-right: 9%;
}
#menu_content .block-R {
    width: 59%;
    margin-right: unset;
}
#menu_content p:nth-child(3) {
    /*text-align: right;*/
}
#menu_content p {
    font-family: "Koburina Gothic W6 JIS2004", sans-serif;
    color: #093a56;
    font-size: 14px;
    font-weight: bold;
    display: table-row;
}
#menu_content #gnavi li::after {
    content: unset;
}
.bottom_nav a:hover {
    opacity: 1;
    text-decoration: underline;
}
.bottom_nav_left {
    position: absolute;
    bottom: 14px;
    left: 15px;
}
.nav_right_down.on {
    animation: btn_down 2s infinite;
    -moz-transition: ease-in-out, 0.5s;
    -o-transition: ease-in-out, 0.5s;
    -webkit-transition: ease-in-out, 0.5s;
    transition: ease-in-out, 0.5s;
}
@keyframes btn_down {
    0% {
        transform: translate(0px, -5px);
        opacity: 0
    }
    15% {
        opacity: 1
    }
    70% {
        transform: translate(0px, 5px);
        opacity: 1
    }
    90% {
        transform: translate(0px, 5px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
/*@media screen and (max-width: 990px){
.main_text{
  font-size: 12px;
}
.sub_text01,.sub_text02,.waku_area p{
  font-size: 9px;
}

.text_tate > span {
    font-size: 13px;
}
#arrows {
    right: 0;
}



}


@media screen and (max-width: 900px){
#menu_btn {
    right: 0.5%;
}
#sns_area {
    right: calc(48px + 3%);
}

}


@supports (-ms-ime-align: auto) {


.bottom_contents > div > ul > li:nth-child(1) ul li .text_tate > span { left:120%; }
.bottom_contents > div > ul > li:nth-child(2) ul li:nth-child(1) .text_tate > span { left:135%; }
.bottom_contents > div > ul > li:nth-child(2) ul li:nth-child(2) .text_tate > span { left:110%; }
.bottom_contents > div > ul > li:nth-child(2) ul li:nth-child(3) .text_tate > span { left:95%; }
.bottom_contents > div > ul > li:nth-child(3) ul li:nth-child(1) .text_tate > span { left:135%; }
.bottom_contents > div > ul > li:nth-child(3) ul li:nth-child(2) .text_tate > span { left:135%; }
.bottom_contents > div > ul > li:nth-child(3) ul li:nth-child(3) .text_tate > span { left:125%; }



}
*/
.text_01 {
    position: relative;
}
.detail_btn {
    width: 43%;
    display: block;
    margin-top: 5%;
    margin-left: 1%;
    max-width: 160px;
}
.detail_btn img {
    width: 100%;
}
.info_btn .info_open {
    display: inline-block;
    padding: 7px 50px;
    border: 1px solid #093a56;
    border-radius: 20px;
    font-family: "Koburina Gothic W6 JIS2004", sans-serif;
    font-size: 15px;
    color: #093a56;
    cursor: pointer;
    transition: opacity .3s;
}
.info_btn .info_open::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #093a56;
    margin-bottom: 1px;
}
.info_btn + .info {
    display: none;
    /*width: 110%;*/
    width: 460px;
    border: 1px solid #093a56;
    background: #FFFFFF;
    padding: 30px 40px 30px 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: -5%;
    z-index: 1;
}
.child_area .text_01 p.info a {
    color: inherit;
}
.info_btn + .info .info_close {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #093A56;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.info_btn + .info .info_close span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.info_btn + .info .info_close span::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #093A56;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.info_btn + .info .info_close span::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #093A56;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}
.c-filter {
    pointer-events: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-touch-callout: none !important;
    -moz-user-select: none !important;
    touch-callout: none !important;
    user-select: none !important;
}
#menu_content p .uni {
    display: inline-block;
    position: relative;
}
#menu_content p .uni::before {
    content: "";
    width: 5px;
    height: 5px;
    background: url("/book/focal/hirogawa/images/common/icon.svg") no-repeat 0 0 / 5px 5px;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -2.5px;
}