/*======================================================================
.* IMPORTS
.*======================================================================*/

/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	 */

/*======================================================================
.* FONTS
.*======================================================================*/

@font-face {
    font-family: "NowAlt Light";
    src: url('../fonts/NowAlt-Light.woff');
}

@font-face {
    font-family: "Font MS PGothic";
    src: url('/fonts/ms-pgothic_bigfontsite.com.ttf');
}
@font-face {
    font-family: "DINPro-CondMedium";
    src: url('../fonts/DINPro-CondMedium.otf');
}

/*======================================================================
.* VARIABLES
.*======================================================================*/

:root {
    /* --container_padh: calc((100% - 1200px) / 2); */
    --body_pad_top: 0;

    /* --box-blue2-width: 396px; */
    /* --slick_arrow_space: -30px; */
    /* --slick_arrow_in_margin: -4px; */

    /* --color_red: #c0272d; */
}

/*======================================================================
.* DEFAULT
.*======================================================================*/

*, :before, :after {
    box-sizing: border-box;
    display:block;
}

html, body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}

body {
    margin:0 auto;
    padding-top:var(--body_pad_top);
    overflow-x: hidden;
}
body > .container {
    padding-bottom:25px;
}
head {display:none;}
script {display:none;}

a {
    text-decoration: none;
    color:#343434;
}

footer {
    background-size: 100% 100%;
    background-image: url(../images/index/footer_bg02.png);
    height: 120px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}
footer > div {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}
footer > div > img.footer-img-custom {
    height: 80%;
    margin-top: calc(20% / 4);
}
footer > div > div {
    font-size: 9px;
    color: #fff;
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}
footer > div > img.insho-museum {
    margin-left: auto;
    margin-bottom: 10px;
    width: 130px;
}
footer .thank-you-text {
    position: absolute;
    display: table;
    left: 50%;
    top: 50%;
    /* transform: translate(calc(-50% + 37px), -50%) rotate(-11deg); */
    transform: translate(-50%, -50%);
    font-family: "adobe-handwriting-ernie", sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
    color: #1d1f21;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1d1f21;
}
/* footer .thank-you-text > span:last-child {
    text-indent: 40px;
} */
footer .thank-you-text img,
footer .thank-you-text svg {
    width: 240px;
    margin-top: 50%;
    transform: translate(19px, -50%);
}
.btn-play-pause {
    border: 0;
    position: fixed;
    right: 14px;
    bottom: 19px;
    padding: 0;
    z-index: 1;
    background-color: #333;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 21px;
    color: #fff;
    opacity: 0.8;
    cursor: pointer;
    display: none;
}
.btn-play-pause.hide {
    display:none;
}

/*======================================================================
.* GLOBAL
.*======================================================================*/

.ff-rift {
    font-family: rift, 'Alumni Sans';
}
.ff-dinpro {
    font-family: 'DINPro-CondMedium'; 
}
.ff-myriad {
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.ff-handwriting-ernie {
    font-family: "adobe-handwriting-ernie", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.ff-nowalt-light {
    font-family: 'NowAlt Light';
}
.ff-noto-sans-cjk-jp {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.ff-noto-sans-cjk-jp-bold {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.ff-ryumin {
    font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal;
}
.ff-yu-gothic {
    font-family: "yu-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/*======================================================================
.* OVERRIDES
.*======================================================================*/

.slick-slider {
    height: 100%;
}
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: transparent;
    width: 46px;
    height: 91px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    opacity: .7;
    transition: opacity .3s ease-in-out;
    display: none!important;
}
.slick-slider .slick-arrow:hover {
    opacity: 1;
}
.slick-slider .slick-arrow:before,
.slick-slider .slick-arrow:after {
    content: '';
    border: 1px solid white;
    width: 12px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.slick-slider .slick-arrow:before {
    transform: rotate(-45deg);
    margin-bottom:var(--slick_arrow_in_margin);
}
.slick-slider .slick-arrow:after {
    transform: rotate(45deg);
    margin-top:var(--slick_arrow_in_margin);
}
.slick-slider .slick-arrow.slick-prev {
    left:var(--slick_arrow_space);
}
.slick-slider .slick-arrow.slick-next {
    right:var(--slick_arrow_space);
    -webkit-transform: scaleX(-1);
    transform:translateY(-50%) scaleX(-1);
}
.slick-slider .slick-list,
.slick-slider .slick-list .slick-track {
    height:100%;
}
.slick-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.slick-slider .slick-slide {
    position: relative;
}
.slick-slider ul.slick-dots {
    display: flex;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    width: 53px;
    justify-content: space-around;
}
.slick-slider ul.slick-dots > li:not(:last-child) {
    margin-right: 8px;
}
.slick-slider ul.slick-dots > li > button {
    border: 0;
    background-color: #989896;
    color: transparent;
    width: 10px;
    height: 10px;
    display: table;
    padding: 0;
    cursor: pointer;
}
.slick-slider ul.slick-dots > li.slick-active > button {
    background-color: #fff;
}
.slick-slider .slick-space {
    margin: 10px;
}

/*======================================================================
.* CUSTOM STYLE PAGES > [PAGE] - [description]
.*======================================================================*/

.for-sp {
    display: none;
}

/** TOP PAGE **/

.pg-top {
    --section-padding-left: 20px;
    background-color: #E6E6E6;
    overflow-x: hidden;
}

.pg-top .banner {
    width: 100%;
    height: 100%;
    background-image: url(../images/index/R0000639.jpg);
    background-size: 126% auto;
    background-position: center 37%;
    overflow: hidden;
    position: relative;
}
.pg-top .banner .custom-img-top-right {
    position: absolute;
    top: -11px;
    width: 12%;
    right: -20px;
    z-index: 1;
}
.pg-top .banner .custom-img-bottom-left {
    position: absolute;
    bottom: 30px;
    width: 3%;
    left: var(--section-padding-left);
    z-index: 1;
}
.pg-top .banner .custom-txt-center-right {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
    white-space: nowrap;
    writing-mode: tb;
    font-size: 9px;
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    z-index: 1;
}
.pg-top .banner .custom-box-center-left {
    position: absolute;
    left: var(--section-padding-left);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.pg-top .banner .custom-box-center-left > img {
    width: 46%;
    margin-bottom: 10px;
}
.pg-top .banner .custom-box-center-left div {
    color: #fff;
    /* font-size: 7px; */
    font-size: 10px;
    /* font-family: rift, 'Alumni Sans'; */
    font-family: 'DINPro-CondMedium'; 
    letter-spacing: 0.74px;
}
.pg-top .banner .custom-box-center-left div > img {
    /* width: 173px; */
    width: 158px;
}
.pg-top .banner .custom-el-top-left {
    --customElMenuHeight: 250px;
    display: table;
    /* padding: 10px; */
    background-color: #000;
    width: 55px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}
.pg-top .banner .custom-el-top-left img {
    width: 100%;
    height: 100%;
}
.pg-top .banner .custom-el-top-left .anchor-box {
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    width: 100%;
    height: 100%;
    margin-left: -10px;
    z-index: 1;
}
.pg-top .banner .custom-el-top-left .anchor-box .wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    height: 0px;
    width: 150px;
    overflow: hidden;
    transition: height .3s;
}
.pg-top .banner .custom-el-top-left .anchor-box .menus {
    /* position: absolute; */
    /* left: calc(100% + 10px); */
    /* top: 0; */
    /* width: 150px; */
    padding: 0;
    margin: 0;
}
.pg-top .banner .custom-el-top-left .anchor-box .wrapper ul li a {
    cursor: pointer;
    position: relative;
}
.pg-top .banner .custom-el-top-left .anchor-box .wrapper ul li a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-21px, -50%);
    color: #fff;
    /* font-family: rift, 'Alumni Sans'; */
    font-family: 'DINPro-CondMedium'; 
    font-size: 13px;
    letter-spacing: 1px;
}
.pg-top .banner .custom-el-top-left.active .anchor-box .wrapper {
    height: var(--customElMenuHeight);
}
.pg-top .banner .custom-el-top-left .anchor-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pg-top .banner .custom-el-top-left:not(.active) .anchor-backdrop {
    display: none;
}

.pg-top .banner .box-img-scroll {
    position: absolute;
    right: 15px;
    bottom: 8px;
    width: 20px;
    height: 86px;
    z-index: 1;
}
.pg-top .banner .box-img-scroll .img-scroll {
    width: 100%;
    height:100%;
}
.pg-top .banner .box-img-scroll > .img-scroll {
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pg-top .banner .box-img-scroll .blinker {
    display: none;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
    background-image: url('../images/scroll.png');
    background-size: 100%;
    animation: height0100 1s ease-in-out forwards infinite;
}
.pg-top section {
    --padding-vertical: 30px;
    padding: var(--padding-vertical) var(--section-padding-left) 0;
    /* calc(var(--padding-vertical) - 10px); */
    overflow: hidden;
}
.pg-top section .section-title {
    --section-main-title-width: 129px;
    --section-main-title-width-deduct: 60px;
    position: relative;
    margin-bottom: 45px;
}
.pg-top section:not(.section-about):not(.section-works) .section-title {
    margin-top: 20px;
}
.pg-top section .section-title:before {
    content: '';
    width: calc(50% - (var(--section-main-title-width) / 2) - var(--section-main-title-width-deduct));
    background-color: #545454;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #878787 100%, #545454 100%);
}
.pg-top section .section-title:after {
    content: '';
    width: 60px;
    background-image: url(../images/index/section_title_line.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 13px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}
.pg-top section .section-title .section-title-wrapper {
    display: table;
    margin: 0 auto;
    position: relative;
    font-size: 20pt;
    z-index: 1;
}
/* .pg-top section .section-title .section-title-wrapper:before {
    content: '';
    position: absolute;
    bottom: -14px;
    width: 100%;
    height: 3px;
    background-color: #e6e6e6;
} */
.pg-top section .section-title .section-title-wrapper .main-title {
    background-color: #333333;
    color: #fff;
    padding: 5px;
    width: var(--section-main-title-width);
    text-align: center;
    font-size: 12pt;
    line-height: 1;
    font-family: 'DINPro-CondMedium';
}
.pg-top section .section-title .section-title-wrapper .number {
    background-color: #fff;
    position: absolute;
    left: 100%;
    bottom: 0;
    font-family: "adobe-handwriting-ernie", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    line-height: .5;
    padding-left: 10px;
    /* height: 43px; */
    /* overflow: hidden; */
    height: 100%;
}
.pg-top section .section-title .section-title-wrapper .number span:first-child {
    font-size: 28pt;
    line-height: 1;
}
.pg-top section .section-title .section-title-wrapper .number span:last-child {
    font-size: 40pt;
    line-height: .6;
}
.pg-top section .section-content {
    display: table;
    width: 100%;
    padding-top: 20px;
}


.pg-top section.section-about {
    padding-top: calc(var(--padding-vertical) * 2 - 15px);
    padding-left: 0;
    padding-right: 0;
}
.pg-top section.section-about .section-title {
    width: calc(100% - (var(--section-padding-left) * 2));
    margin-left: var(--section-padding-left);
    /* margin-bottom: 30px; */
    /* margin-top: 20px; */
}
.pg-top section.section-about .section-content {
    padding-top: 0;
}
.pg-top section.section-about .section-content .content-images > div {
    --custom01-el-pad: 35px;
    width: 50%;
    float: left;
    /* background-image: url(../images/index/img_frame_arrow_03.svg); */
    /* background-image: url(../images/aarr.svg); */
    /* background-image: url(../images/index/img_frame_arrow_03_2nd.svg); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    padding: var(--custom01-el-pad);
    position: relative;
}
.pg-top section.section-about .section-content .content-images > div:last-child > img {
    /* opacity: 0; */
}
.pg-top section.section-about .section-content .content-images > div .content {
    --custom02-el-padv: 30px;
    --custom02-el-padh: 20px;
    position: absolute;
    width: calc(100% - (var(--custom01-el-pad) * 2));
    height: calc(100% - (var(--custom01-el-pad) * 2));
    top: var(--custom01-el-pad);
    left: var(--custom01-el-pad);
    /* padding: var(--custom02-el-padv) var(--custom02-el-padh); */
    display: flex;
    flex-direction: column;
    background-image: url(../images/index/IMG_9500.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.pg-top section.section-about .section-content .content-images > div .content:before {
    content: '';
    position: absolute;
    /* left: var(--custom01-el-pad);
    top: var(--custom01-el-pad);
    width: calc(100% - (var(--custom01-el-pad) * 2));
    height: calc(100% - (var(--custom01-el-pad) * 2)); */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #aaaaaa73;
    z-index: 1;
}
.pg-top section.section-about .section-content .content-images > div .content > div:first-child {
    padding: var(--custom02-el-padv) var(--custom02-el-padh) 0 var(--custom02-el-padh);
    z-index: 2;
}
.pg-top section.section-about .section-content .content-images > div .content > div:first-child span {
    background-color: #333333;
    display: table;
    color: #fff;
    padding: 0 5px;
    margin-bottom: 17px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 400;
    font-style: normal;
    /* font-size: 1.5vw; */
    /* font-size: 20pt; */
}
.pg-top section.section-about .section-content .content-images > div .content > div:first-child span:last-child {
    margin-bottom: 0px;
}
.pg-top section.section-about .section-content .content-images > div .content > div:nth-child(2) {
    padding: 25px var(--custom02-el-padh) var(--custom02-el-padv) var(--custom02-el-padh);
    background: rgb(0 0 0 / 11%);
    background: linear-gradient(180deg, rgb(196 196 196 / 8%) 0%, rgb(0 0 0 / 11%) 25%, rgb(0 0 0 / 11%) 50%, rgb(0 0 0 / 11%) 75%, rgb(196 196 196 / 8%) 94%);
    /* flex: 1; */
    z-index: 2;
    background: linear-gradient(180deg, rgb(196 196 196 / 8%) 0%, #CCCED4 25%, #CCCED4 50%, #CCCED4 75%, rgb(196 196 196 / 8%) 94%);
}
.pg-top section.section-about .section-content .content-images > div .content > div:nth-child(2) p {
    padding-left: 10px;
    border-left: 3px solid #333333;
    font-size: 14px;
    text-align: justify;
    flex: 1;
    margin-bottom: 0;
    /* font-family: "a-otf-ryumin-pr6n", serif;
    font-weight: 300;
    font-style: normal; */
    /* font-family: "adobe-gothic-std", sans-serif; */
    font-family: "Font MS PGothic", sans-serif;
    font-weight: 300;
    font-style: normal;
    height: 100%;
    margin-top: 0;
    letter-spacing: 2.6px;
}
.pg-top section.section-about .section-content .content-images > div > svg,
.pg-top section.section-about .section-content .content-images > div > img {
    width: 100%;
}
.pg-top section.section-about .section-content .content-images > div:last-child > img.custom-last-child:not(:first-child),
.pg-top section.section-about .section-content .content-images > div:first-child > img.custom-last-child:not(:first-child) {
    position: absolute;
    top: var(--custom01-el-pad);
    left: var(--custom01-el-pad);
    z-index: -1;
    width: calc(100% - (var(--custom01-el-pad) * 2));
}
.pg-top section.section-about .section-content .content-images > div > .caption-left {
    position: absolute;
    left: 10px;
    bottom: 25px;
}
.pg-top section.section-about .section-content .content-images > div > img.caption-left {
    width: 10px;
}
.pg-top section.section-about .section-content .content-images > div > div.caption-left {
    font-family: "myriad-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    transform: rotate(-90deg);
    width: 1px;
    height: 1px;
    white-space: nowrap;
    left: 9px;
    font-size: 9px;
    bottom: 37px;
}
.pg-top section.section-about .section-content .content-images > div > div.caption-left > div {
    display: flex;
    position: relative;
}
.pg-top section.section-about .section-content .content-images > div > div.caption-left > div img {
    transform: translateY(-19px) rotate(90deg);
    margin-left: 35px;
    width: 8px;
}
.pg-top section.section-about .section-content .content-images > div .frame-arrow {
    --frame-space-adjustment: 13px;
    --frame-custom-v-pad-add: 0px;
    --frame-custom-h-pad-add: 0px;
    --frame-space-adjustment: 13px;
    --frame-size: 9px;
    position: absolute;
    width: var(--frame-size);
    height: var(--frame-size);
    min-height: 0;
}
.pg-top section.section-about .section-content .content-images > div .frame-arrow.frame-arrow-top {
    top: calc(var(--custom01-el-pad) + var(--frame-custom-v-pad-add) - var(--frame-space-adjustment));
}
.pg-top section.section-about .section-content .content-images > div .frame-arrow.frame-arrow-bottom {
    bottom: calc(var(--custom01-el-pad) + var(--frame-custom-v-pad-add) - var(--frame-space-adjustment));
}
.pg-top section.section-about .section-content .content-images > div .frame-arrow.frame-arrow-left {
    left: calc(var(--custom01-el-pad) + var(--frame-custom-h-pad-add) - var(--frame-space-adjustment));
}
.pg-top section.section-about .section-content .content-images > div .frame-arrow.frame-arrow-right {
    right: calc(var(--custom01-el-pad) + var(--frame-custom-h-pad-add) - var(--frame-space-adjustment));
}
.pg-top section.section-about .section-content .content-images > div .frame-arrow.frame-arrow-x-center {
    left: 50%;
    transform: translateX(-50%);
}
.pg-top section.section-about .section-content .content-images > div .frame-arrow.frame-arrow-y-center {
    top: 50%;
    transform: translateY(-50%);
}
.pg-top section.section-works .section-content .content-images {
    display: table;
    width: 100%;
}
.pg-top section.section-works .section-content .content-images > div {
    --margin-horizontal: 8px;
    --section-work-content-image-columns: 4;
    float: left;
    width: calc(100% / var(--section-work-content-image-columns) - (var(--margin-horizontal) * 2 * (var(--section-work-content-image-columns) - 1) / var(--section-work-content-image-columns)));
}
.pg-top section.section-works .section-content .content-images > .img-card img {
    width: 100%;
}
.pg-top section.section-works .section-content .content-images > .img-card .main-card {
    text-align: center;
}
.pg-top section.section-works .section-content .content-images > .img-card .main-card > div {
    color: #edefef;
    /* font-family: rift, 'Alumni Sans'; */
    /* font-family: 'Alumni Sans'; */
    font-family: 'DINPro-CondMedium'; 
    padding: 7px;
    /* font-size: 18px; */
    font-size: 14px;
    letter-spacing: 1px;
}
.pg-top section.section-works .section-content .content-images > .img-card .details {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 11pt;
    text-align: center;
    padding: 8px 0px;
    color: #343434;
}
.pg-top section.section-works .section-content .content-images > .img-card .details .detail-block {
    display: table;
    margin: 0 auto;
}
.pg-top section.section-works .section-content .content-images > .img-card .details .detail-block > span {
    float: left;
}
.pg-top section.section-works .section-content .content-images > .img-card:nth-child(1) .main-card {
    background-color: #739c9c;
}
.pg-top section.section-works .section-content .content-images > .img-card:nth-child(2) .main-card {
    background-color: #afb68d;
}
.pg-top section.section-works .section-content .content-images > .img-card:nth-child(3) .main-card {
    background-color: #d0aa7b;
}
.pg-top section.section-works .section-content .content-images > .img-card:nth-child(4) .main-card {
    background-color: #d5b2c7;
}
.pg-top section.section-works .section-content .content-images > div:nth-child(1) {
    margin-right: var(--margin-horizontal);
}
.pg-top section.section-works .section-content .content-images > div:nth-child(2) {
    margin-left: var(--margin-horizontal);
    margin-right: var(--margin-horizontal);
}
.pg-top section.section-works .section-content .content-images > div:nth-child(3) {
    margin-left: var(--margin-horizontal);
    margin-right: var(--margin-horizontal);
}
.pg-top section.section-works .section-content .content-images > div:nth-child(4) {
    margin-left: var(--margin-horizontal);
}
.pg-top section.section-location .section-content {
    display: flex;
}
.pg-top section.section-location .section-content .map-container {
    width: 50%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.pg-top section.section-location .section-content .map-container:first-child {
    padding-right: 5px;
}
.pg-top section.section-location .section-content .map-container:last-child {
    padding-left: 5px;
}
.pg-top section.section-location .section-content .map-container iframe {
    width: 100%;
}
.pg-top section.section-location .section-content .map-container .address-details {
    padding-top: 20px;
}
.pg-top section.section-location .section-content .map-container .address-details .address-label {
    display: flex;
    margin-bottom: 2px;
}
.pg-top section.section-location .section-content .map-container .address-details .address-label .location-prefecture {
    font-family: 'NowAlt Light';
    font-size: 19pt;
    margin-right: 12px;
}
.pg-top section.section-location .section-content .map-container .address-details .address-label .location-type {
    /* font-family: rift, 'Alumni Sans'; */
    font-family: 'DINPro-CondMedium'; 
    font-size: 10pt;
    background-color: #333333;
    color: #fff;
    padding: 3px 16px;
    height: 19px;
    line-height: 1;
    margin-top: 4px;
}
.pg-top section.section-location .section-content .map-container .address-details .address-name {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 10pt;
}
.pg-top section.section-profile .section-content > a {
    display: table;
    margin: 55px auto 55px;
    width: 176px;
    transform: translateX(35px);
    background-image: url(../images/index/btnContact_02.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.pg-top section.section-profile .section-content > a > img {
    width: 100%;
    opacity: 0;
}
.pg-top section.section-profile .section-content > a:hover {
    background-image: url(../images/index/btnContact_hover_02.png);
}
.pg-top section.section-profile .section-content .table-list > div {
    display: flex;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.pg-top section.section-profile .section-content .table-list > div:nth-child(odd) {
    background-color: #F2F2F2;
}
.pg-top section.section-profile .section-content .table-list > div > div {
    padding: 14px 20px;
}
.pg-top section.section-profile .section-content .table-list > div > div:first-child {
    width: 20%;
    font-size: 10pt;
    text-align: center;
}
.pg-top section.section-profile .section-content .table-list > div > div:last-child {
    flex: 1;
    font-size: 10pt;
}
.pg-top section.section-profile .section-content .table-list > div > div:last-child > span {
    font-size: 9pt;
    display: inline;
}

/* FOR SP PAGE SLIDER (max-width: 768px) */

.slider.for-sp div[class*="slider-img"] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slider.for-sp div[class*="slider-img"].slider-img-01 {
    background-image: url(../images/index/R0005606_sp.jpg);
}
.slider.for-sp div[class*="slider-img"].slider-img-02 {
    background-image: url(../images/index/058A9488_sp.jpg);
}
.slider.for-sp div[class*="slider-img"].slider-img-03 {
    background-image: url(../images/index/R0006892_sp.jpg);
}
.slider.for-sp div[class*="slider-img"].slider-img-04 {
    background-image: url(../images/index/R0000311_sp.jpg);
}
.slider.for-sp div[class*="slider-img"].slider-img-05 {
    background-image: url(../images/index/R0006923_sp.jpg);
}

/** [CUSTOM PAGE] **/

/*======================================================================
.* FONT APPLICATION
.*======================================================================*/

/*======================================================================
.* MEDIA > max-width: 1200px 1150px 1024px 992px 991px 768px 736px 576px 421px 375px
.*======================================================================*/

@media (min-width: 768px) {
    .pg-top .banner .custom-el-top-left:hover .anchor-box .wrapper {
        height: var(--customElMenuHeight);
    }
    .pg-top section.section-about .section-content .content-images > div > svg,
    .pg-top section.section-about .section-content .content-images > div > img {
        min-height: 330px;
    }
    .pg-top section.section-about .section-content .content-images > div .content > div:first-child span {
        font-size: 1.5vw;
    }
    /* .pg-top section.section-about .section-content .content-images > div .content > div:nth-child(2) p {
        font-size: 1.2vw;
    } */
}
@media (min-width: 1307px) {
    .pg-top section.section-about .section-content .content-images > div .content > div:first-child span {
        font-size: 16pt;
    }
    .pg-top section.section-about .section-content .content-images > div .content > div:nth-child(2) p {
        font-size: 15px;
    }
}
@media (min-width: 1365px) {
    .pg-top section.section-about .section-content .content-images > div .content > div:first-child span {
        font-size: 20pt;
    }
    .pg-top section.section-about .section-content .content-images > div .content > div:nth-child(2) p {
        font-size: 16px;
        line-height: 25px;
    }
}
@media (min-width: 1481px) {
    .pg-top section.section-about .section-content .content-images > div .content > div:first-child span {
        line-height: 45px;
    }
    .pg-top section.section-about .section-content .content-images > div .content > div:nth-child(2) p {
        font-size: 18px;
        line-height: 37px;
        font-size: 15px;
        font-weight: 900
    }
}

/** DESKTOP to SP Approach (Current UI) **/

@media (max-width: 1360px) {

}
@media (max-width: 1330px) {

}
@media (max-width: 1265px) {
    
}
@media (max-width: 1200px) {
    
}
@media (max-width: 1150px) {
    footer .thank-you-text img,
    footer .thank-you-text svg {
        width: 192px;
    }
}
@media (max-width: 1024px) {
    
}
@media (max-width: 992px) {

}
@media (max-width: 991px) {
    
}
@media (max-width: 768px) {
    footer {
        height: 60px;
    }
    footer > div > img.insho-museum {
        width: 105px;
    }
    footer > div > div {
        font-size: 6pt;
    }
    footer .thank-you-text img,
    footer .thank-you-text svg {
        width: 100px;
    }
    .for-pc {
        display: none;
    }
    .for-sp {
        display: block;
    }
    .slider.for-sp div[class*="slider-img"] {
        background-size: cover;
        background-repeat: no-repeat;
    }
    .pg-top .banner .custom-el-top-left {
        --customElMenuHeight: 300px;
    }
    .pg-top .banner .custom-img-bottom-left {
        --section-padding-left: 12px;
        width: 7%;
    }
    .pg-top .banner .slider.for-sp .slick-slider img {
        object-fit: contain;
    }
    .pg-top section {
        --padding-vertical: 20px;
    }
    .pg-top section .section-title {
        --section-main-title-width: 115px;
        --section-main-title-width-deduct: 15px;
        margin-bottom: 12px;
    }
    .pg-top section .section-title:after {
        width: 60px;
        margin-top: 6px;
    }
    .pg-top section .section-title .section-title-wrapper .main-title {
        font-size: 12pt;
    }
    .pg-top section .section-title .section-title-wrapper .number span:first-child {
        line-height: .7;
    }
    .pg-top section .section-title .section-title-wrapper .number span:last-child {
        line-height: .6;
        font-size: 42pt;
    }
    .pg-top section.section-about .section-content .content-images > div > div.caption-left > div img {
        margin-left: 18px;
    }
    .pg-top section.section-about .section-title {
        margin-bottom: 30px;
    }
    .pg-top section.section-about .section-content .content-images > div:last-child > img.custom-last-child:not(:first-child),
    .pg-top section.section-about .section-content .content-images > div:first-child > img.custom-last-child:not(:first-child) {
        top: 25px;
    }
    .pg-top section.section-about .section-content .content-images > div {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        /* background-size: 100% 100%; */
    }
    .pg-top section.section-about .section-content .content-images > div .content {
        /* position: unset; */
        /* width: 100%; */
    }
    .pg-top section.section-about .section-content .content-images > div .content:before {
        top: 25px;
    }
    .pg-top section.section-about .section-content .content-images > div > div.caption-left {
        font-size: 8px;
        bottom: 20px;
    }
    .pg-top section.section-about .section-content .content-images > div > div.caption-left > div img {
        transform: translateY(-13px) rotate(90deg);
        width: 6px;
    }
    .pg-top section.section-about .section-content .content-images > div:last-child .content:before {
        /* left: var(--custom01-el-pad);
        top: 25px;
        width: calc(100% - (var(--custom01-el-pad) * 2));
        height: calc(100% - 25px * 2); */
        top: 0;
    }
    /* .pg-top section.section-about .section-content .content-images > div:last-child > img {display: none;} */
    .pg-top section.section-about .section-content .content-images > div > .caption-left {
        width: 7px;
    }
    .pg-top section.section-about .section-content .content-images > div .frame-arrow {
        --frame-custom-v-pad-add: -15px;
        --frame-size: 7px;
    }
    .pg-top section.section-works .section-content .content-images > div {
        --section-work-content-image-columns: 2;
    }
    .pg-top section.section-works .section-content .content-images > div:nth-child(1) {
        margin-bottom: 10px;
    }
    .pg-top section.section-works .section-content .content-images > div:nth-child(2) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .pg-top section.section-works .section-content .content-images > div:nth-child(3) {
        margin-left: 0;
    }
    .pg-top section.section-works .section-content .content-images > .img-card .main-card > div {
        padding: 4px 7px;
        /* font-size: 14px; */
        font-size: 11px;
    }
    .pg-top section.section-works .section-content .content-images > .img-card .details .detail-block > span {
        float: unset;
    }
    .pg-top section.section-location .section-content {
        flex-direction: column;
    }
    .pg-top section.section-location .section-content .map-container {
        width: 100%;
    }
    .pg-top section.section-location .section-content .map-container:first-child {
        margin-bottom: 20px;
    }
    .pg-top section.section-location .section-content .map-container .address-details .address-label {
        margin-bottom: 5px;
    }
    .pg-top section.section-location .section-content .map-container .address-details .address-label .location-prefecture {
        font-size: 16pt;
    }
    .pg-top section.section-location .section-content .map-container .address-details .address-label .location-type {
        /* font-size: 10pt;
        padding: 3px 19px;
        height: 18px; */
    }
    .pg-top section.section-location .section-content .map-container .address-details .address-name {
        font-size: 8pt;
    }
    .pg-top section.section-profile .section-content .table-list > div > div {
        padding: 10px 10px;
    }
    .pg-top section.section-profile .section-content .table-list > div > div:first-child {
        font-size: 9pt;
        width: 25%;
    }
    .pg-top section.section-profile .section-content .table-list > div > div:last-child {
        font-size: 9pt;
    }
    .pg-top section.section-profile .section-content .table-list > div > div:last-child > span {
        font-size: 7pt;
    }
    .pg-top section.section-profile .section-content > a {
        width: 158px;
        transform: translateX(16px);
        margin: 25px auto 27px;
    }
}
@media (max-width: 736px) {
    
}
@media (max-width: 682px) {
    
}
@media (max-width: 576px) {
    .pg-top .banner .custom-el-top-left .anchor-box .wrapper {
        width: 200px;
    }
    .pg-top section.section-about .section-content .content-images > div .content {
        --custom02-el-padv: 20px
    }
    .pg-top section.section-about .section-content .content-images > div .content > div:first-child span {
        margin-bottom: 6px;
        font-size: 18px;
    }
    .pg-top section.section-about .section-content .content-images > div .content > div:nth-child(2) {
        padding-top: 15px;
    }
    .pg-top section.section-about .section-content .content-images > div .content > div:nth-child(2) p {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .pg-top section.section-about .section-content .content-images > div > div.caption-left {
        font-size: 7px;
    }
    .pg-top section.section-about .section-content .content-images > div > div.caption-left > div img {
        width: 5px;
        transform: translateY(-11px) rotate(90deg);
    }
    .pg-top .banner .custom-img-top-right {
        width: 39%;
        right: -20px;
        top: -20px;
    }
    .pg-top .banner .box-img-scroll {
        width: 16px;
        height: 67px;
        right: 3px;
    }
}
@media (max-width: 421px) {
    .pg-top .banner .custom-box-center-left div {
        font-size: 13px;
    }
    /* .pg-top section.section-about .section-content .content-images > div:last-child {
        background-image: url(../images/index/img_frame_arrow2.png);
    }  */
    .pg-top section.section-about .section-content .content-images > div .content > div:first-child span {
        font-size: 13px;
    }
    .pg-top section.section-about .section-content .content-images > div .content > div:nth-child(2) p {
        font-size: 8px;
    }
    .pg-top section.section-location .section-content .map-container .address-details .address-label .location-type {
        margin-top: 3px;
        font-size: 9.5pt;
    }
    footer {
        background-position: -169px 0;
        background-size: 161% 100%;
    }
    footer .thank-you-text {
        transform: translate(calc(-50% - 66px), -50%);
        margin-left: 10px;
    }
    footer > div > img.insho-museum {
        width: 74px;
        margin-bottom: 5px;
    }
    footer > div > div {
        font-size: 3.8pt;
    }
}
@media (max-width: 390px) {

}
@media (max-width: 375px) {
    .pg-top .banner .custom-box-center-left div {
        font-size: 10px;
    }
    .pg-top .banner .custom-box-center-left div > img {
        width: 110px;
    }
}

/*======================================================================
.* ANIMATION
.*======================================================================*/

@keyframes height0100 {
	0%{ height: 0%; opacity: 100%; }
	70%{ opacity: 100%; height: 100%; }
	100%{ opacity: 0%; height: 100%; }
}






/* 20260115修正 */

