@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap");

.breadcrumbs{
    margin: 10px 0 5px 21px;
}

.c-triangle {
    height: 0;
    width: 0
}

.c-triangle--down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #5bc2dc
}

.c-sp-triangle {
    height: 0;
    width: 0
}

.c-sp-triangle--down {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #5bc2dc
}

.c-button {
    align-items: center;
    background: hsla(0, 0%, 40%, .541);
    border-style: none;
    box-shadow: 2px 4px 8px 0 hsla(0, 0%, 40%, .15);
    display: flex;
    height: 48px;
    justify-content: center;
    margin: auto 0;
    outline: none;
    transform-origin: center;
    transition: all .25s ease-in-out;
    width: 48px
}

@media screen and (min-width:768px) {
    .c-button:hover {
        height: 52px;
        width: 52px
    }
}

.c-button--circle {
    border-radius: 26px
}

.c-sp-button {
    align-items: center;
    background: hsla(0, 0%, 40%, .541);
    border-style: none;
    box-shadow: 2px 4px 8px 0 hsla(0, 0%, 40%, .15);
    display: flex;
    height: 48px;
    justify-content: center;
    margin: auto 0;
    outline: none;
    width: 48px
}

.c-sp-button--circle {
    border-radius: 26px
}

.c-arrow--left {
    transform: rotate(180deg)
}

.c-arrow--right {
    transform: rotate(0deg)
}

.c-sp-arrow--left {
    transform: rotate(180deg)
}

.c-sp-arrow--right {
    transform: rotate(0deg)
}

.p-slider {
    max-width: 86.56vw;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    width: 100%
}

@media screen and (min-width:1280px) {
    .p-slider {
        max-width: 1108px
    }
}

@media screen and (min-width:1440px) {
    .p-slider {
        max-width: 1208px
    }
}

.p-slider button {
    border: none;
    cursor: pointer;
    margin: auto 0
}

.p-slider button:focus {
    outline: 0
}

.p-slider button:hover i {
    color: #636363
}

.p-slider i {
    color: gray;
    font-size: 50px
}

.p-slider::-webkit-scrollbar {
    background-color: #fff;
    width: 1px
}

#p1 {
    z-index: 3
}

#p2 {
    z-index: 2
}

#p3 {
    z-index: 1
}

.p-slider__button-left {
    left: 0
}

.p-slider__button-left,
.p-slider__button-right {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 3
}

.p-slider__button-right {
    right: 0
}

.p-slider__book {
    display: flex;
    height: calc(100vh - 12.89vw);
    justify-items: center;
    position: relative;
    transition: transform 1s
}

@media screen and (max-width:1279px) {
    .p-slider__book {
        width: 23.44vw
    }
}

@media screen and (min-width:1280px) {
    .p-slider__book {
        height: calc(100vh - 165px);
        width: 464px
    }
}

@media screen and (min-height:600px) {
    .p-slider__book {
        width: 23.44vw
    }
}

@media screen and (min-height:700px) {
    .p-slider__book {
        width: 29.69vw
    }
}

@media screen and (min-height:800px) {
    .p-slider__book {
        width: 31.25vw
    }
}

@media screen and (min-width:1440px) {
    .p-slider__book {
        width: 52vh
    }
}

@media screen and (max-width:1280px) and (max-height:799px) {
    .p-slider__book {
        width: 400px
    }
}

.p-slider__book-wrapper {
    display: flex;
    justify-content: center;
    position: relative
}

.p-slider__paper {
    perspective: 1500px
}

.p-slider__back,
.p-slider__front,
.p-slider__paper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.p-slider__back,
.p-slider__front {
    transform-origin: left;
    transition: transform 1s
}

.p-slider__front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.p-slider__back {
    z-index: 0
}

.p-slider__back-content,
.p-slider__front-content {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.p-slider__back-content {
    transform: rotateY(180deg)
}

.p-slider__img {
    align-items: center;
    border: .5px solid hsla(240, 1%, 62%, .15);
    display: flex;
    height: auto;
    justify-content: center;
    left: auto;
    position: absolute;
    top: auto;
    width: 100%
}

.p-slider__paper.flipped .p-slider__back,
.p-slider__paper.flipped .p-slider__front {
    transform: rotateY(-180deg)
}

.swiper {
    height: 100%;
    width: 100%
}

.swiper-slide {
    align-items: center;
    background: #fff;
    display: flex;
    font-size: 18px;
    justify-content: center;
    text-align: center
}

.swiper-slide img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.p-sp-slider {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

.p-sp-slider .hidden-button {
    opacity: 0;
    visibility: hidden
}

.p-sp-slider__zoom {
    height: 40px;
    outline: none;
    width: 40px
}

.p-sp-slider__zoom--minus {
    display: none
}

.p-sp-slider__zoom--plus {
    margin-left: 16px
}

.p-sp-slider__banner {
    flex: 1;
    height: auto;
    -o-object-fit: fill !important;
    object-fit: fill !important;
    width: 100vw !important
}

.p-sp-slider__swiper-button-next,
.p-sp-slider__swiper-button-prev {
    width: auto!important
}

.p-sp-slider__swiper-button-next:after,
.p-sp-slider__swiper-button-prev:after {
    content: "" !important
}

.p-sp-slider__swiper {
    overflow: hidden
}

.p-sp-slider__wrapper-button {
    bottom: 24px;
    display: flex;
    position: absolute;
    right: 16px;
    z-index: 10
}

.p-slider__zoom-wrapper {
    overflow: hidden;
    position: relative
}

@media screen and (min-width:768px) {
    .p-slider__zoom-wrapper {
        margin: 0 50px
    }
}

.p-slider__zoom-frame {
    height: 100%;
    text-align: center;
    width: 100%
}

.p-slider__zoom-frame.is-zoom {
    cursor: -webkit-grab;
    cursor: grab
}

.p-slider__zoom-frame.is-grabbing {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.p-loading-screen {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: calc(100vh - 73px);
    justify-content: center;
    padding-bottom: 125px;
    position: absolute;
    width: 100%;
    z-index: 200
}

.p-loading-screen.is-hidden {
    display: none
}

.p-loading-screen--sp {
    height: calc(100vh - 44px);
    padding-bottom: 0
}

.p-loading-screen__spinner {
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: 5px solid rgba(91, 194, 220, .4);
    border-bottom-color: #5bc2dc;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 48px;
    width: 48px
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}


/* 202304　*/

/*共通フッターとの間にスペース*/
main {
	margin-bottom: 4vw;
}

/*拡大ボタン表示*/
#sp-zoom-in {
	display: block;
}

/*共通ヘッダーswiperへの影響補正*/
#common_header_wrap .search_keywords .swiper-slide {
    background: #f7f7f7;
}