html {
    scroll-behavior: smooth;
}

body {
    font-family: source-han-sans-japanese, sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 30px;
    z-index: 1;
}

.logo img {
    width: 130px;
}

.logo-hidden {
    opacity: 0;
    visibility: hidden;
}

.menu {
    display: flex;
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.menu>li {
    position: relative;
    padding: 15px;
    display: flex;
}

.menu>li ::after {
    position: absolute;
    top: 15px;
    right: -5px;
    content: "・";
}

.menu>li:first-child {
    padding-left: 25px;
}

.menu>li:last-child>a::after {
    content: none;
}

/* header-sp */
.header-sp {
    position: fixed;
    top: 0;
    justify-content: space-between;
    padding: 25px 0;
    width: 100%;
    z-index: 2;
}

.menu-btn {
    position: relative;
    z-index: 10;
}

.menu-btn span {
    position: relative;
    top: -25px;
    right: -20px;
    display: block;
    width: 40px;
    height: 2.5px;
    margin: auto;
    margin-right: 50px;
    background: #000;
    z-index: 1;
    cursor: pointer;
}

.menu-btn span::before,
.menu-btn span::after {
    position: absolute;
    width: 40px;
    height: 2.5px;
    background: #000;
    transition: all 400ms 0s ease;
    content: "";
}

.menu-btn span::before {
    top: -10px;
    left: 0;
}

.menu-btn span::after {
    top: 10px;
    left: 0;
}

.menu-btn span b {
    position: relative;
    top: 18px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 25px;
}

.header-bg {
    transition: all 1s ease 0s;
    opacity: 1;
    visibility: visible;
}

#menu-btn-check {
    display: none;
}

#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    transition: all 400ms 0s ease;
}

#menu-btn-check:checked~.logo {
    position: relative;
    z-index: 1;
}

#menu-btn-check:checked~.menu-btn span::before {
    top: 0;
    background: #000;
    transform: rotate(30deg);
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    background: #000;
    transform: rotate(-30deg);
}

#menu-btn-check:checked~.menu-btn span b {
    color: #000;
}

#menu-btn-check:checked~.filter {
    filter: none;
}

.menu-modal {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    transition: all 400ms 0s ease;
    background: #E5E5E5;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
    display: flex;
}

.menu-img {
    width: 50%;
    background-size: cover;
    background-position: bottom;
    background-image: url(../img/hearbvest-fix/img-teshigoto_top.jpg);
}

.menu-navigation {
    width: 50%;
    padding: 100px 8% 0;
    overflow-y: scroll;
}

#menu-btn-check:checked~.menu-modal {
    opacity: 1;
    visibility: visible;
}

.menu-sp {
    /* width: 450px; */
    width: 550px;
}

.menu-sp li {
    position: relative;
    padding: 25px;
    padding-left: 0;
}

.menu-sp li:last-child {
    padding-bottom: 15px;
}

.menu-sp a {
    position: relative;
    display: flex;
    align-items: center;
    font-family: serif;
    font-weight: bold;
    color: #000;
    font-size: 24px;
}

.menu-sp-row a {
    line-height: 1.2;
}

.menu-sp-row a .is-sp {
    display: none;
}

.menu-sp a::after {
    position: absolute;
    right: 0;
    content: "＞";
}

.menu-sp a span {
    color: #525151;
    margin-left: 20px;
    display: block;
    font-size: 14px;
    font-family: normal;
    font-weight: normal;
}

.menu-sp label{
    position: relative;
    display: flex;
    align-items: center;
    font-family: serif;
    font-weight: bold;
    color: #000;
    font-size: 24px;
}

.menu-sp label::after{
    position: absolute;
    right: 0;
    content: "＞";
}

.menu-sp label span{
    color: #525151;
    margin-left: 20px;
    display: block;
    font-size: 14px;
    font-family: normal;
    font-weight: normal;
}

.menu-sp__catalog{
    width: 450px;
}

.menu-sp__catalog_padding-bottom{
    padding-bottom: 10px!important;
}
.menu-sp__contact_padding-bottom{
    padding-bottom: 10px!important;
}

.menu-sp__catalog li{
    position: relative;
    padding: 25px;
    padding-left: 0;
}

.menu-sp__catalog li:last-child{
    padding-bottom: 10px;
}

.menu-sp__catalog a{
    position: relative;
    display: flex;
    align-items: center;
    font-family: serif;
    font-weight: bold;
    color: #000;
    font-size: 24px;
    margin-left: 15px;
}

.menu-sp__catalog a::after{
    position: absolute;
    right: 0;
    content: "";
}

.menu-sp__catalog a span{
    color: #525151;
    margin-left: 20px;
    display: block;
    font-size: 14px;
    font-family: normal;
    font-weight: normal;
}

.menu-sp__catalog label{
    position: relative;
    display: flex;
    align-items: center;
    font-family: serif;
    font-weight: bold;
    color: #000;
    font-size: 24px;
}

.menu-sp__catalog label::after{
    position: absolute;
    right: 24px;
    content: "＞";
}

.menu-sp label span{
    color: #525151;
    margin-left: 20px;
    display: block;
    font-size: 14px;
    font-family: normal;
    font-weight: normal;
}

.menu-other{
    margin-top: 30px;
}

.menu-other ul>li {
    margin-bottom: 8px;
}

.menu-other img {
    width: 30px;
    margin-top: 30px;
}

.menu-other__line {
    width: 40px!important;
}

.menu-other-icon {
    display: flex;
    align-items: center;
}

.menu-other-icon>li:nth-child(2) {
    margin-left: 30px;
}

.menu-other-icon>li:last-child {
    margin-left: 30px;
}

.front-fv {
    position: relative;
}

.front-fv__ttl {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    text-align: center;
    width: 100%;
}

.front-fv__ttl h2>img {
    width: 300px;
    margin: auto;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.front-fv__ttl h2:last-child {
    margin-top: 25px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 8px;
    font-weight: 600;
    font-family: monospace;
}

.front-fv>video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.7);
}

.scrolldown {
    position: absolute;
    top: 50%;
    right: 42px;
    transform: translate(-50%, -50%);
    content: "";

    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
}

.scrolldown span {
    color: #eee;
    letter-spacing: 2px;
    position: relative;
    top: -70px;
    left: 8px;
    font-size: 12px;
}

.scrolldown::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100px;
    background: #eee;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }

    30% {
        height: 100px;
        opacity: 1;
    }

    100% {
        height: 0;
        top: 110px;
        opacity: 0;
    }
}

.sticky__menu {
    position: sticky;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.sticky__menu li {
    background: #fff;
    margin: 0 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sticky__menu a {
    display: block;
    text-align: center;
    font-size: 15px;
    padding: 15px;
    width: 170px;
}

.front-about {
    padding: 100px 0 50px 0;
    background-image: url(../img/hearbvest-fix/japan.png);
    background-repeat: no-repeat;
    background-position: 50vw -620px;
    background-size: 1450px;
}

.front-merchandise {
    padding: 100px 0;
}

.front-about__wrapper {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.front-domani {
    padding-bottom: 150px;
    border-bottom: solid #000 1px;
}

.front-domani h3 {
    font-size: 20px;
    border-bottom: solid #000 1px;
    width: fit-content;
    margin: auto;
    margin-bottom: 30px;
}

.front-domani__wrapper {
    background: #F4F4F4;
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding: 3rem 5rem;
    border-radius: 25px;
}

.front-domani__wrapper a {
    display: block;
    padding: 10px 20px;
    border: solid #000 1px;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
    transition: 0.5s;
}

.front-domani__wrapper a:hover {
    color: #fff;
    background: #000;
    transition: 0.5s;
}

.front-ehime {
    padding: 150px 0;
    border-bottom: 1px solid #000;
}

.front-ehime__list {
    max-width: 1500px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.front-ehime__list .front-common__btn {
    margin: 0 auto;
}

.front-ehime__list .front-common__btn a {
    color: #000;
    background: #fff;
    border: solid #000 1px;
    transition: 0.5s;
}

.front-ehime__list .front-common__btn a:hover {
    color: #fff;
    background: #000;
    border: solid #000 1px;
    transition: 0.5s;
}

.front-ehime__gochisou-left {
    width: 45%;
}

.front-ehime__teshigoto-right {
    width: 45%;
}

.front-ehime__img img {
    width: 100%;
}

.front-ehime__gochisou-left .front-ehime__title img {
    width: 300px;
    margin: 50px 50px 30px;
}

.front-ehime__teshigoto-right img {
    margin-bottom: 50px;
}

.front-ehime__title {
    text-align: center;
}

.front-ehime__title img {
    width: 300px;
}

.front-common__ttl {
    text-align: center;
    font-size: 25px;
    font-family: serif;
    line-height: 1.5;
    margin-bottom: 80px;
}

.front-common__sub-ttl {
    font-family: serif;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

.front-common__desc {
    font-size: 13px;
    font-family: serif;
    text-align: center;
    line-height: 2;
}

.front-common__btn {
    text-align: center;
    margin: 50px 0;
}

.front-common__btn a {
    color: #fff;
    padding: 10px 4rem;
    background: #000;
    border: solid 1px #000;
    border-radius: 25px;
    transition: 0.5s;
}

.front-common__btn a:hover {
    color: #000;
    background: #fff;
    border: solid 1px #000;
    transition: 0.5s;
}

.hidden {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 280px;
}

.sp-hidden {
    display: none;
}

.front-about__desc {
    margin: 50px 0;
    font-family: serif;
}

.front-about__list {
    display: flex;
    justify-content: center;
}

.front-about__list li {
    width: 100px;
    height: 150px;
    margin: 0 10px;
}

.front-about__item-img img {
    width: 100%;
}

.front-common__desc h5 {
    font-size: 18px;
    font-family: monospace;
    margin-top: 30px;
    margin-bottom: 20px;
}

.front-common__desc>img {
    width: 150px;
}

.front-merchandise__list {
    max-width: 480px;
    width: 100%;
    margin: auto;
}

.front-merchandise__list li {
    display: flex;
}

.front-merchandise__list a {
    width: 48%;
    height: 160px;
    margin: 0 1%;
    margin-bottom: 2%;
}

.front-merchandise__list img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.footer {
    margin-top: 100px;
}

.footer-menu {
    display: flex;
    justify-content: center;
}

.footer-menu li {
    margin: 0 10px;
    font-size: 11px;
}

.footer-menu a {
    font-size: 11px;
}

.footer p {
    text-align: center;
    margin: 30px 0;
    font-size: 10px;
}

/* h-up */
.h-up {
    position: fixed;
    bottom: 15px;
    right: 50px;
    cursor: pointer;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 1s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.h-up span {
    position: relative;
}

.h-up span::before,
.h-up span::after {
    position: absolute;
    content: "";
    /* top: 19px; */
    left: -5px;
    right: 0;
    margin: auto;
    border-radius: 2px;
    border: 2px;
    background: #000;
    width: 30px;
    height: 3px;
    transform: rotate(-45deg);
    animation: up-down 1s ease-in-out infinite;
}

.h-up span::before {
    left: 15px;
    right: 0;
    transform: rotate(45deg);

}

@keyframes up-down {
    0% {
        top: 19px;
    }

    50% {
        top: 14px;
    }

    100% {
        top: 19px;
    }
}

.add-h-up {
    transition: all 1s ease 0s;
    opacity: 1;
    visibility: visible;
}

/* sns-icon */
.sns-icon__wrapper {
    position: fixed;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    z-index: 0;
}

.sns-icon__wrapper li {
    margin: 40px 0;
}

.sns-icon__wrapper--white img {
    filter: none;
}

.filter {
    filter: invert()
}

.sns-icon__img {
    width: 30px;
}

.sns-icon__img__line {
    width: 40px;
    margin-left: -4px;
}

/* page-parts */
.page-parts__section {
    overflow: hidden;
}

.page-parts__top {
    border-bottom: 1px solid #000;
}

.page-parts__top-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-parts__top-ttl img {
    width: 330px;
}

.page-parts__top-ttl-teshigoto img {
    width: 300px;
}

.page-parts__top-desc {
    position: relative;
    z-index: 1;
    height: 70vh;
}

.page-parts__top-bg {
    position: absolute;
    top: 55%;
    right: -520px;
    transform: translateY(-70%);
    z-index: -1;
    overflow: hidden;
}

.page-parts__top-bg img {
    width: 1200px;
}

.page-parts__swiper {
    position: relative;
    height: 500px;
}

.page-parts__triangle1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.triangle1 {
    width: 100%;
    padding-top: 300px;
    /* position: relative; */
    overflow: hidden;
}

.triangle1::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-top: 3vw solid #fff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    transform: translateX(-50%);
}

.page-parts__triangle2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.triangle2 {
    width: 100%;
    padding-top: 300px;
    /* position: relative; */
    overflow: hidden;
}

.triangle2::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom: 3vw solid #fff;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    transform: translateX(-50%);
}

.swiper {
    z-index: -1 !important;
}

.swiper-img {
    width: 100%;
}

.page-parts__text {
    margin: 100px 0;
}

.page-parts__text p {
    max-width: 465px;
    margin: auto;
    text-align: center;
    line-height: 2;
    font-family: serif;
}

.page-parts__common-wrapper {
    max-width: 900px;
    margin: auto;
    margin-top: 420px;
}

.page-parts__common-wrapper+hr {
    margin-top: 150px !important;
}

.page-parts__list-wrapper {
    margin-top: 150px;
    margin-bottom: 100px;
}

.page-parts__ttl {
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.page-parts__ttl-main::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #fff;
    margin: 60px auto 0;
}

.page-parts__ttl-main.not-line::after {
    width: 0;
    height: 0;
    margin: 0;
}

.page-parts__ttl-mintyo {
    font-family: serif;
    margin-bottom: 100px;
}

.page-parts__list-title {
    margin-bottom: 50px;
}

.page-parts__list-select {
    padding-bottom: 50px;
    font-size: 18px;
    font-family: serif;
    position: relative;
    width: 300px;
    margin: auto;
}

.page-parts__list-select select {
    outline: none;
    width: 100%;
    border: none;
    font-size: 15px;
    font-family: serif;
    background: #fff;
    color: #000;
    text-align: center;
}

.page-parts__list-select span {
    vertical-align: middle;
    position: absolute;
    top: 2px;
    right: 30px;
    z-index: 0;
    width: 0.1px;
    height: 0.1px;
}

.page-parts__list-select span img {
    width: 15px;
}

.page-parts__desc-mintyo {}

.page-parts__desc-mintyo p {
    line-height: 1.8;
    font-family: serif;
    font-size: 15px;
}

.page-parts__bb {
    position: relative;
    margin-bottom: 30px;
}

.page-parts__bb > a {
    font-size: 25px;
}

.page-parts__bb::after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #000;
    margin: 25px auto 0;
}

.page-parts__ttl-mintyo span {
    font-size: 13px;
    font-weight: normal;
    font-family: Noto Sans JP, Thin;
    display: block;
    margin-bottom: 10px;
    color: #525151;
}

.page-parts__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 400px);
    gap: 100px;
}

.page-parts__box {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0px;
    position: relative;
}

.page-parts__subhead {
    font-size: 20px;
    font-family: serif;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    min-height: 70px;
    justify-content: flex-start;
}

.page-parts__subhead span {
    display: block;
    font-size: 13px;
    font-family: serif;
    margin-bottom: 20px;
    font-weight: normal;
}

.page-parts__box-desc {
    display: flex;
    margin: 20px 0;
}

.box-adj {
    width: 50%;
    min-height: 75px;
    margin: 0 15px;
}

.net-content {
    display: flex;
}

.flex-comparison-1 {
    /* flex-grow: 1; */
}

.flex-comparison-2 {
    flex: 2;
}

.title-small {
    font-size: 14px;
}

.page-parts__box-desc p:first-child {
    width: auto;
    min-height: 75px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.7;
    text-align: left;
    margin-left: 0;
    border-radius: 15px;
}

.page-parts__box-desc>p:last-child {
    font-size: 13px;
    line-height: 1.8;
    width: 65%;
    padding: 0 15px;
    border-left: solid 1px;
    text-align: justify;
}

.page-parts__box-img {
    flex-basis: 100%;
    /* display: inline-block;
    height: 230px; */
}

.page-parts__box-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.page-parts__list-desc {
    margin: 10px 0;
}

.page-parts__box-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 55px;
}
.page-parts__box-btn__gift {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-parts__box-btn__product {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-parts__box-btn a {
    display: block;
    color: #fff;
    width: 50%;
    padding: 15px 10px;
    margin: 5px 10px;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
}

.page-parts__box-btn__gift a {
    display: block;
    color: #fff;
    width: 50%;
    padding: 15px 10px;
    margin: 5px 10px;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
}

.page-parts__box-btn__product a {
    display: block;
    color: #fff;
    width: 50%;
    padding: 15px 10px;
    margin: 5px 10px;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
}

.page-parts__box-btn a:first-child {
    background: #000;
    margin-left: 0;
}

.page-parts__box-btn a:last-child {
    position: relative;
    background: #000;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-parts__box-btn__gift a:first-child {
    background: #000;
    margin-left: 0;
}

.page-parts__box-btn__gift a:last-child {
    position: relative;
    background: #000;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-parts__box-btn__product a:first-child {
    background: #000;
    margin-left: 0;
}

.page-parts__box-btn__product a:last-child {
    position: relative;
    background: #000;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-parts__box-btn a:last-child img {
    width: 13px;
    margin-left: 6px;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.page-parts__box-btn__gift a:last-child img {
    width: 13px;
    margin-left: 6px;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.page-parts__box-btn__product a:last-child img {
    width: 13px;
    margin-left: 6px;
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.page-parts__box-btn a:last-child::after {
    position: absolute;
    left: 50%;
    top: 53px;
    transform: translateX(-50%);
    content: "(購入サイトへ移動します)";
    color: #000;
    width: 100%;
    font-size: 10px;
}

.page-parts__common-online-store {
    display: block;
    position: relative;
    margin: 150px 0;
    padding: 80px 0;
    border-top: solid 1px;
    border-bottom: solid 1px;
    transition: 0.5s;
}

.page-parts__common-online-store:hover {
    /* color: #fff; */
    background: #E5E5E5;
    transition: 0.5s;
}

.page-parts__common-online-store p {
    font-size: 20px;
    font-family: serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-parts__common-online-store img {
    width: 15px;
    margin-left: 8px;
}

.page-parts__common-footer {
    max-width: 900px;
    margin: auto;
    margin-bottom: 100px;
}

.page-parts__common-footer.footer-margin-top {
    margin-top: 100px;
}

.page-parts__common-footer>p {
    font-family: serif;
    text-align: center;
    margin-bottom: 30px;
}

.page-parts__common-sns {
    display: none;
    justify-content: center;
}
.page-parts__common-sns__flex {
    display: none;
    justify-content: center;
}

.page-parts__common-sns li {
    margin: 20px;
}

.page-parts__common-sns img {
    width: 30px;
}
.page-parts__common-sns__flex li {
    margin: 20px 15px;
}

.page-parts__common-sns__flex img {
    width: 30px;
}

.page-parts__list-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

.page-parts__list-sns li {
    margin: 15px;
}

.page-parts__list-sns img {
    width: 25px;
}

.page-parts__logo {
    text-align: center;
    margin-bottom: 100px;
}

.page-parts__logo img {
    width: 150px;
}

.page-parts__common-contact {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.page-parts__common-contact p {
    font-size: 13px;
}

.page-parts__common-contact a {
    display: block;
    color: #000;
    background: #fff;
    width: 240px;
    letter-spacing: 3px;
    padding: 13px;
    margin: 10px;
    border-radius: 25px;
    font-size: 10px;
    line-height: 1.5;
    border: 1px solid;
}

.page-parts__catalog-desc{text-align: center;}
.page-parts__catalog-desc2{margin-top:100px; text-align: center;}
.page-parts__catalog-desc2 h3{
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.5;
}

.page-parts__catalog-desc2 {
    text-align: center;
}

.page-parts__catalog-desc h3 {
    font-size: 20px;
    margin-bottom: 100px;
}

.page-parts__catalog-desc2 p {
    font-family: serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.page-parts__catalog-desc2 p>small {
    font-size: 13px;
}

.page-parts__catalog-desc p:first-child {
    font-family: serif;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.page-parts__catalog-desc p>span {
    font-family: serif;
    /* font-size: 24px; */
    line-height: 1.8;
}

.page-parts__catalog-desc p:nth-child(2) {
    font-family: serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 50px;
}

.page-parts__catalog-desc p:nth-child(3) {
    font-family: serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.page-parts__catalog-desc p:nth-child(4) {
    max-width: 700px;
    font-family: serif;
    font-size: 20px;
    line-height: 1.8;
    margin: 0 auto;
    display: inline;
    padding-bottom: 5px;
}

.page-parts__catalog-desc p:nth-child(5) {
    max-width: 700px;
    font-family: serif;
    font-size: 20px;
    line-height: 1.8;
    margin: 0 auto;
    display: inline;
    padding-bottom: 5px;
}

.page-parts__catalog-desc p small {
    font-family: serif;
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 50px;
    display: block;
    margin-top: 7px;
}

.page-parts__catalog-desc p+span {
    display: block;
    margin: 50px 0;
    font-size: 14px;
}

.page-parts__catalog-btn {
    display: flex;
    justify-content: center;
    max-width: 430px;
    margin: 60px auto;
}

.page-parts__catalog_genre_btn a {
    background: #fff!important;
    color: #000!important;
}

.page-parts__catalog-btn a {
    display: block;
    color: #000;
    background: #fff;
    width: 50%;
    padding: 13px;
    margin: 5px 10px;
    border-radius: 25px;
    text-align: center;
    letter-spacing: 3px;
}
.page-parts__catalog-btn a:hover {
    opacity: 0.8;
}


.list-btn {
    max-width: 650px;
}

.list-btn a {
    position: relative;
    transition: 0.5s;
    border: solid #000 1px;
}

.list-btn a:hover {
    color: #000;
    background: #fff;
    border: solid #000 1px;
    transition: 0.5s;
}

.list-btn a span {
    font-size: 12px;
    position: absolute;
    top: 42%;
    transform: rotate(90deg);
}

.catalog-gift-description {
    margin-top: 15px!important;
    font-family: serif;
    line-height: 1.8;
    margin-bottom: 30px;
    width: 510px;
    margin: 0 auto;
    text-align: center;
}

.page-parts__catalog-btn__text {
    position: relative;
}

.page-parts__tel-btn__text {
    position: relative;
}

.page-parts__catalog-desc span > a {
    font-weight: bold;
    font-size: 20px;
    border: solid 0.5px;
    padding: 10px 10px 10px 12px;
}

.page-parts__catalog-btn a:last-child {
    position: relative;
}
.page-parts__tel-btn a:last-child{
    position: relative;
}

.gift-message-sample-box {
    max-width: 600px;
    background:#f5c279;
    margin: 40px auto 0;
    padding: 40px 20px;
    line-height: 1.7;
    font-size: 14px;
}

.gift-message-sample-box b {
    font-size: 24px;
}

.gift-message-pdf-box {
    text-align: center;
    max-width: 600px;
    background: #f5c279;
    margin: 15px auto 50px;
    padding: 40px 20px;
    font-family: serif;
    line-height: 1.7;
    font-size: 13px;
}

.gift-message-pdf-box a {
    font-family: source-han-sans-japanese, sans-serif;
}

.gift-message-pdf-box p {
    margin-bottom: 30px;
}

.gift-message-pdf-box a {
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 80px;
    border-radius: 30px;
}
.gift-message-pdf-box a:hover {
    opacity: 0.8;
}

.gift-message-sample-box p {
    font-family: serif;
    margin-bottom: 30px;
    font-size: 13px;
}

.gift-message-sample-box a {
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 50px;
    border-radius: 30px;
}
.gift-message-sample-box a:hover {
    opacity: 0.8;
}

.item-ttl {
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.item-sub-ttl {
    font-size: 17px;
    margin-top: 60px;
    font-weight: bold;
}

.item-content {
    margin: 15px 0;
    font-family: serif;
    font-size: 14px;
    line-height: 1.5;
}

.item-content a {
    /* display: inline; */
    text-decoration: underline;
    font-size: 14px;
}

.noshi-wrapper {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.noshi-ttl {
    font-weight: 100;
    font-size: 15px;
    font-family: serif;
    background: #f5c279;
    text-align: center;
    padding: 10px 60px;
    /* margin: 20px auto; */
    width: 140px
}

.noshi-img {
    margin-top: 20px;
    text-align: center;
}

.noshi-category-text {
    font-family: serif;
    width: 230px;
    margin: 15px auto;
    line-height: 1.5;
    font-size: 15px;
}

.noshi-attention-text {
    margin: 65px 0 100px;
    font-family: serif;
    line-height: 2;
    font-size: 13px;
}
.page-parts__about-ttl {
    margin-bottom: 100px;
}

.page-parts__about-ttl h2 {
    font-family: serif;
    font-size: 45px;
    font-weight: normal;
    line-height: 1.5;
}

.single__contents {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 50px;
    margin-bottom: 100px;
}

.page-parts__about-img img {
    width: 100%;
    height: auto;
    /* object-fit: cover; */
}

.page-parts__about-img img:first-child {
    margin-bottom: 37px;
}

.about-text__pc h3 {
    display: block;
}

.about-text__sp h3 {
    display: none;
}

.page-parts__about-text {
    position: relative;
    font-family: serif;
}

.page-parts__about-text h3 {
    font-family: serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 25px;
}

.page-parts__about-text p {
    line-height: 1.6;
    text-align: justify;
}

/* add */
.page-parts__about-purchase {
    display: flex;
}

.page-parts__about-purchase-img {
    width: 50%;
}

.page-parts__about-purchase img {
    width: 100%;
    height: 100%;
}

.page-parts__about-purchase>ul {
    width: 50%;
    margin-left: 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.page-parts__about-purchase li {
    /* height: 150px; */
}

.page-parts__about-purchase li>img {
    /* height: 100%; */
    /* object-fit: cover; */
}

/* add */

.page-parts__about-text a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    border: solid 0.5px;
    padding: 15px 0;
}
.page-parts__about-purchase a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    border: solid 0.5px;
    padding: 15px 0;
    font-family: serif;
}

.about-sp {
    display: none;
}

.related {
    max-width: none;
}

.page-parts__wrapper-related {
    display: flex;
    overflow: hidden;
}

.page-parts__related {
    display: flex;
    transition-timing-function: linear;
}

.page-parts__related a {
    pointer-events: none;
}

.page-parts__related img {
    width: 230px;
    height: 150px;
    object-fit: contain;
}

.page-parts__related li {
    width: 230px !important;
}

.page-parts__related img:first-child {
    /* animation: loop-slide1 10s -5s linear infinite; */
}

.page-parts__related img:last-child {
    /* animation: loop-slide2 10s linear infinite; */
}

.product-movie-wrapper {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    max-height: 420px;
}

.product-movie-wrapper video {
    max-width: 680px;
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}

/* @keyframes loop-slide1 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
}

@keyframes loop-slide2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-300%);
    }
} */

.page-parts__catalog-gift img:not(.kankitsu-swiper img) {
    width: 520px;
    height: auto;
    margin: 5px 0;
}

.page-parts__catalog-gift .kankitsu-swiper img {
    width: 100%;
    height: auto;
    margin: 0;
}

.catalog-btn {
    justify-content: center;
    width: 400px;
    margin: auto;
}

.page-parts__catalog-gift {
    margin: 50px 0 100px;
    text-align: center;
}

.page-parts__catalog-gift h4 {
    font-family: serif;
    font-size: 11px;
    text-align: center;
    line-height: 1.5;
    border: solid 1px;
    max-width: 390px;
    margin: 10px auto;
    padding: 3px 5px;
}

.page-parts__catalog-gift h3 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.5;
}

.gift-logo-content {
    max-width: 410px;
    margin: 10px auto;
    text-align: left;
}

.gift-logo-content p {
    font-size: 11px !important;
}

.catalog-flow p {
    position: relative;
    margin-bottom: 50px;
}

.catalog-flow p:after {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(-45deg);
    border-bottom: solid 1px;
    border-left: solid 1px;
    width: 15px;
    height: 15px;
    content: "";
}

.catalog-flow p:last-child:after {
    content: unset;
}

/* お問い合わせ */
.page-parts__contact input[type="text"],
.page-parts__contact select,
.page-parts__contact textarea {
    width: 100%;
    height: 50px;
    border: none;
    background: #dcdcdc;
    padding-left: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.form-group {
    margin-bottom: 30px;
}

.form-group span {
    display: block;
    margin-bottom: 20px;
}

.form-group-address input,
.form-group-address select {
    margin-bottom: 10px;
}

.form-group__btn input {
    display: block;
    color: #fff;
    background: #000;
    width: 230px;
    padding: 10px;
    margin: auto;
    font-size: 13px;
    letter-spacing: 3px;
    border-radius: 25px;
    text-align: center;
    letter-spacing: 3px;
}

.form-group textarea {
    height: 150px;
    padding: 10px 18px;
    font-family: sans-serif;
    font-size: 15px;
}

.form-group__btn p {
    margin-top: 30px;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
}

.form-group__btn a {
    font-size: 10px;
}

.contact-footer {
    grid-template-columns: repeat(1, auto);
}

/* page-parts-form */

.page-parts__form-text {
    font-size: 10px;
}

.page-parts__form-text span {
    background: #000;
    color: #fff;
    padding: 2px 8px;
    margin: 0 5px;
    font-size: 10px;
}

.page-parts__form-top {
    margin: 20px 0;
    border-top: solid 2px #777;
}

.page-parts__form-top {
    width: 100%;
}

.page-parts__form-top ul {
    display: flex;
    /* height: 65px; */
    border-bottom: solid 2px #777;
    min-height: 65px;
}

.page-parts__form-top li {
    margin: auto 0;
}

.page-parts__form-top input {
    padding-left: 20px;
}

.page-parts__form-top li:first-child {
    position: relative;
    text-align: left;
    line-height: 60px;
    padding-left: 20px;
    margin: 0;
    width: 30%;
    font-weight: bold;
    background: #dcdcdc;
    min-width: 30%;
}

/* .page-parts__form-top li:first-child::after {
    position: absolute;
    top: 22px;
    right: 10px;
    background: #000;
    line-height: normal;
    color: #fff;
    height: auto;
    padding: 2px 8px;
    margin: 0 5px;
    font-size: 10px;
    content: "必須";
} */

.label-none::after {
    display: none;
    content: "" !important;
}

.page-parts__form-top li:nth-child(2) {
    padding-left: 20px;
}

.form-address li:last-child {
    margin: 10px 0;
}

.page-parts__form-top .form-textarea {
    margin: 10px 0;
}

.form-textarea {
    width: 60%;
    line-height: 1.5;
}

.page-parts__form-top li:nth-child(3) {
    padding-left: 20px;
}

.page-parts__form-list li input {
    border: solid 0.5px;
    width: 315px;
    height: 40px;
    background: rgb(250, 226, 226);
}

.form-min>select {
    border: solid 0.5px;
    width: 225px;
    height: 40px;
    background: rgb(250, 226, 226);
}

.form-name>input {
    border: solid 0.5px;
    margin-left: 20px;
    height: 40px;
    background: rgb(250, 226, 226);
    width: 230px;
}

.form-min>input {
    border: solid 0.5px;
    width: 200px;
    height: 40px;
    background: rgb(250, 226, 226);
}

.page-parts__form-bottom {
    margin-bottom: 30px;
}

.page-parts__form-bottom>p {
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 20px;
    margin-top: 5px;
    border-top: solid 2px #777;
    font-weight: bold;
    background: #dcdcdc;
}

.page-parts__form-bottom span {
    font-size: 10px;
    font-weight: normal;
    margin-left: 30px;
}

.page-parts__form-bottom ul {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-parts__form-bottom li {
    margin-left: 25px;
}

.form-flex {
    display: flex;
    align-items: center;
}

.form-flex p {
    margin-left: 20px;
    font-size: 10px;
    line-height: 2;
}

.form-flex__teshigoto {
    display: flex;
}

.form-flex__teshigoto p {
    font-size: 10px;
    line-height: 2;
}

.from-flex>input {
    background: #dcdcdc;
}

.form-radio input {
    margin-left: 10px;
}

.form-radio span {
    font-size: 15px;
}

.page-parts__form-btn {
    text-align: center;
}

.page-parts__form-btn input {
    display: block;
    width: 200px;
    height: 40px;
    color: #fff;
    background: #dc2434;
    margin: auto;
}

.page-parts__form-btn a {
    display: block;
    font-weight: bold;
    background: #000;
    color: #fff;
    margin: 50px auto;
    width: 230px;
    padding: 10px 0;
    border-radius: 50px;
}

.page-parts__form-btn input[type="submit"] {
    display: block;
    font-weight: bold;
    background: #000;
    color: #fff;
    margin: 50px auto;
    width: 230px;
    padding: 10px 0;
    border-radius: 50px;
}

.form-address li:last-child {
    width: 500px;
}

.form-text {
    height: auto !important;
}

.form-text li:last-child {
    width: 500px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-parts__confirmation-btn {
    text-align: center;
}

.page-parts__confirmation-btn input {
    width: 200px;
    height: 40px;
    margin: 0 15px;
    color: #fff;
    background: #dc2434;
}

.page-parts__confirmation-btn input:first-child {
    color: #000;
    background: #fff;
    border: solid 0.5px;
}

.page-parts__confirmation-btn input:last-child {
    color: #fff;
    background: #dc2434;
}

.page-parts__confirmation-btn input[type="button"] {
    display: block;
    background: #000;
    color: #fff;
    margin: 20px auto;
    width: 230px;
    padding: 10px 0;
    border-radius: 50px;
    letter-spacing: 3px;
}
.page-parts__confirmation-btn input[type="submit"] {
    display: block;
    background: #000;
    color: #fff;
    margin: 50px auto 20px;
    width: 230px;
    padding: 10px 0;
    border-radius: 50px;
    letter-spacing: 3px;
}

.page-parts__completion {
    text-align: center;
}

.page-parts__completion p {
    line-height: 2;
}

.page-parts__completion p:last-child {
    font-size: 13px;
    margin-bottom: 50px;
    text-align: left;
}

.page-parts__completion-list {
    display: flex;
    align-items: center;
}

.page-parts__completion-list li {
    height: 40px;
    margin: 50px 0;
    line-height: 40px;
}

.page-parts__completion-list li:first-child {
    width: 20%;
    background: #dcdcdc;
    border: solid 0.5px;
}

.page-parts__completion-list li:last-child {
    width: 80%;
    border: solid 0.5px;
    border-left: none;
}

.page-parts__contact-completion p {
    line-height: 2;
    text-align: center;
    margin: 40px 0;
}

.page-parts__contact-completion p:last-child {
    margin-bottom: 100px;
}

/* not_found */
.page-parts__not-found {
    position: relative;
    height: 90vh;
}

.page-parts__not-found-wrapper {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.page-parts__not-found-wrapper br {
    display: none;
}

.page-parts__not-found-wrapper h2 {
    font-family: serif;
    font-size: 25px;
    width: fit-content;
    margin: auto;
    border-bottom: solid 0.5px;
    margin-bottom: 80px;
    padding-bottom: 10px;
    line-height: 1.5;
}

.page-parts__not-found-wrapper a {
    font-family: serif;
    font-size: 15px;
}

.page-parts__not-found-wrapper img {
    width: 80px;
    /* margin-top: 150px; */
}

.option-img {
    width: 427px;
    height: auto;
}

.catalog-gift-description__small {
    font-size: 10px;
    font-family: serif;
    width: 515px;
    display: block;
    margin: 0 auto;
    line-height: 1.5;
    text-align: left;
}
.catalog-gift-description__small2 {
    font-size: 10px;
    font-family: serif;
    width: 520px;
    display: block;
    margin: 0 auto 10px;
    line-height: 1.5;
    text-align: left;
}

/* sponser */
.sponsoring-wrapper {
    font-family: serif;
    padding: 150px 0 0;
}

.sponsoring-text {
    margin: 0 0 10px;
    /* text-align: center; */
    font-size: 10px;
    line-height: 1.5;
}

/* .sponsoring-grid {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 60px;
    justify-content: center;
    max-width: 800px;
    margin: 30px auto;
} */

.sponsoring-grid {
    position: relative;
    text-align: center;
    display: flex;
    /* justify-content: center; */
    max-width: 850px;
    margin: 30px auto;
    flex-wrap: wrap;
}

.sponsoring-grid a {
    width: calc(100% / 4);
}

.sponsoring-grid img {
    width: 65%;
    height: 100px;
    object-fit: contain;
    margin: 0 30px;
}

.sort-txt {
    font-size: 10px;
    position: absolute;
    top: 93%;
    left: 96%;
}

.age-checkbox {
    width: 20px;
    height: 20px;
}

.catalog-content__text {
    color:  #fff;
    font-weight: bold;
    max-width: 700px;
    font-family: serif;
    font-size: 20px!important;
    line-height: 1.8;
    margin: 0 auto;
    border-bottom: solid 0.5px;
    display: inline;
    padding-bottom: 5px;
    line-height: 2.0!important;
}

.privacy-wrapper {
    text-align: left;
    font-size: 15px;
    padding: 0px 0 20px;
    line-height: 2;
}

.privacy-wrapper p {
    font-size: 15px;
}

.privacy-wrapper a {
    color: blue;
    font-size: 15px;
}

.privacy-wrapper input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.text-small {
    font-size: 11px!important;
}

.contact-pc {
    display: block;
}

.contact-sp {
    display: none;
}

.G {
    margin: 10px;
}

.page-parts__back-button{
    text-align: center;
    margin: 100px 0;
}

.footer__line {
    width: 39px!important;
}
.contact-confirm-txt {
    font-size: 15px;
    margin-top: 40px;
}

.message-scroll {
    position: absolute;
    top: 50%;
    right: 42px;
    transform: translate(-50%, -50%);
    content: "";
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
}

.message-scroll span {
    color: #000;
    letter-spacing: 2px;
    position: relative;
    top: -70px;
    right: -50px;
    font-size: 12px;
}

.message-scroll::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100px;
    right: -40px;
    background: #000;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
}

.product-small-txt {
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 20px;
}

.line-pc {
    display: inline!important;
}
.line-sp {
    display: none!important;
}
.line-pc-block {
    display: block!important;
}
.line-sp-block {
    display: none!important;
}

.annotation-txt-pc {
    font-family: serif;
    font-size: 8px;
    line-height: 1.5;
    display: block;
    margin-top: -75px;
}
.annotation-txt-sp {
    font-family: serif;
    font-size: 6px;
    line-height: 1.5;
    display: none;
    margin-top: 15px;
}

/* .sponsor-logo-wrapper {
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.logo {
    margin: auto;
} */

.select_gift__wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.select_gift__catch-copy {
    text-align: center;
}

.select_gift__catch-copy-image {

    margin-top: 80px;
}

.select_gift__catch-copy-image img {
    width: 130px;
}

.select_gift__catch-copy-title {
    margin-top: 80px;
    font-size: 20px;
}

.select_gift__catch-copy-title h3 {
    width: fit-content;
    margin: auto;
    text-decoration: underline;
    line-height: 1.5;
    text-underline-offset: 5px;
}

.select_gift__catch-copy-title p {
    line-height: 2;
    font-size: 16px;
    max-width: 600px;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-family: serif;
}

.select_gift__about {
    margin-top: 80px;
}

.select_gift__about-title h3 {
    font-size: 20px;
    text-align: center;
}

.select_gift__about-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

.select_gift__about-item {
    width: 50%;
}

.select_gift__about-item__image {
    width: 100%;
    aspect-ratio: 4/3;
    background-color: #E5E5E5;
}

.select_gift__about-item__image img {
    width: 100%;
}

.select_gift__about-item__btn {
    margin-top: 20px;
}

.select_gift__about-item__btn > a {
    text-align: center;
    border-radius: 25px;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
}

/* プルダウンメニューのスタイル */
.select_gift__about-item__btn .dropdown {
    position: relative;
    display: block;
    width: 100%;
}

.select_gift__about-item__btn .dropdown-toggle {
    text-align: center;
    border-radius: 25px;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #000;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.select_gift__about-item__btn .dropdown-toggle:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.select_gift__about-item__btn .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
}

.select_gift__about-item__btn .dropdown-menu.show {
    display: block;
}

.select_gift__about-item__btn .dropdown-item {
    display: block;
    width: 100%;
    padding: 13px 20px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    border-radius: 0;
    margin: 0;
    transition: background-color 0.2s ease;
}

.select_gift__about-item__btn .dropdown-item:first-child {
    border-radius: 25px 25px 0 0;
}

.select_gift__about-item__btn .dropdown-item:last-child {
    border-radius: 0 0 25px 25px;
}

.select_gift__about-item__btn .dropdown-item:only-child {
    border-radius: 25px;
}

.select_gift__about-item__btn .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #000;
    text-decoration: none;
}

.select_gift__about-text {
    margin-top: 100px;
    margin-left:  auto;
    margin-right: auto;
    padding: 60px;
    background-color: #f5c279;
    text-align: center;
    border-radius: 25px;
    width: 80%;
}

.page-parts.select_gift__about-text {
    margin-bottom: 100px;
}

.select_gift__about-text h4 {
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.page-parts.select_gift__about-text h4 {
    font-family: serif;
}

.select_gift__about-text h4 > br {
    display: none;
}

.select_gift__about-text h4 > br.is-show {
    display: block;
}

.select_gift__about-text p {
    margin: 30px auto 0;
    font-size: 11px;
    line-height: 2;
    font-family: serif;
    width: 77%;
    text-align: left;
}

.select_gift__about-text p br {
    display: none;
}

.select_gift__about-text p br.is-show {
    display: block;
}

.select_gift__about-btn {
    max-width: 250px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

.select_gift__about-btn a {
    display: block;
    padding: 12px 15px;
    color: #000;
    background-color: #fff;
    border-radius: 25px;
}

.select_gift__about-btn a:hover {
    opacity: 0.8;
}

.select_gift__support {
    margin-top: 80px;
}

.select_gift__support-title h3 {
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #000;
}

.select_gift__support-list {
    max-width: 800px;
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(200px - 15px), 1fr));
    gap: 20px;
}

.select_gift__support-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 15px;
}

.select_gift__support-image {
    width: 100%;
    height: 130px;
    margin: 0 auto;
}

.select_gift__support-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.select_gift__support-wrapper {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    gap: 12px;
}

.select_gift__support-title {
    font-family: serif;
    line-height: 1.5;
}

.select_gift__support-title h4 {

}

.select_gift__support-text {
    font-family: serif;
    text-align: left;
}

.select_gift__support-text h4{
    font-weight: 100;
    line-height: 1.5;
}

.select_gift__support-text p {
    font-size: 13px;
    line-height: 1.5;
}

.select_gift__support-btn {
}

.select_gift__support-btn > a {
    display: block;
    border: solid 1px #000;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 25px;
}

.select_gift__thought {
    margin-top: 150px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    border: solid 1px #000;
}

.select_gift__thought-title h3 {
    text-align: center;
    font-size: 20px;
}

.select_gift__thought-text {
    max-width: 530px;
    width: 100%;
    margin: auto;
}

.select_gift__thought-text p {
    margin: 20px 35px 0;
    text-align: center;
    line-height: 2;
    font-family: serif;
    font-size: 14px;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align: center;
    font-weight: bold;
}

.select_gift__thought-btn-wrapper {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.select_gift__thought-btn a {
    display: block;
    color: #fff;
    background-color: #000;
    border-radius: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    padding-right: 30px;
}

.select_gift__note {
    margin-top: 150px;
    text-align: center;
}

.select_gift__note p {
    font-size: 13px;
    line-height: 2;
}

.gift-filter {
    text-align: center;
}

@media screen and (min-width: 1300px) {
    .page-parts__top-bg {
        top: 45%;
        right: -550px;
    }

    .page-parts__top-bg img {
        width: 1330px;
    }
}

/* mobile */
@media screen and (max-width: 1000px) {
    main {
        margin: 0 30px;
    }

    main.top {
        margin: 0;
    }

    .header {
        display: none;
    }

    .header-sp {
        display: flex;
    }

    .sticky__menu {
        display: none;
    }

    .menu-btn span {
        top: 15px;
    }

    /* front */
    .front-about {
        background-image: unset;
    }

    .front-ehime__list {
        flex-direction: column;
    }

    .front-ehime .front-ehime__list {
        margin-top: 0;
    }

    .front-ehime .front-ehime__list:last-child {
        margin-top: 90px;
        flex-direction: column-reverse;
    }

    .front-ehime__gochisou-right,
    .front-ehime__techigoto-left {
        width: 100%;
    }

    /* .sponsoring-grid{
        justify-content: center;
    } */

    .hidden {
        display: none;
    }

    .sp-hidden {
        display: flex;
        flex-direction: column;
        gap: 15px;
        max-width: 280px;
    }

    .front-common__btn.sp-hidden {
        margin-top: 50px;
    }

    .page-parts__about-purchase-wrapper {
        grid-template-columns: repeat(1, auto);
    }

    /* add */
    .single__contents-purchase {
        grid-template-columns: repeat(1, auto);
    }

    .page-parts__about-purchase li {
        height: auto;
    }

    /* .page-parts__about-purchase li>img {
        object-fit: cover;
    } */

    /* add */

    .page-parts__top-bg img {
        width: 1100px;
    }

    .page-parts__about-purchase {
        justify-content: center;
    }

    .page-parts__about-purchase>img {
        width: 50%;
    }

    .page-parts__about-purchase>ul {
        width: 50%;
    }

    .page-parts__about-purchase>ul>li>img {
        width: 100%;
    }

    .page-parts__about-text a {
        position: unset;
    }

    .page-parts__not-found-wrapper br {
        display: block;
    }

    .page-parts__list {
        grid-template-columns: repeat(1, auto);
    }

    .page-parts__box-desc>p:last-child {
        font-size: 13px;
        /* display: flex;
        align-items: center; */
    }

    .page-parts__box-img img {
        /* height: 100%; */
    }

    .top .page-parts__common-online-store {
        transform: translateX(0);
    }

    .page-parts__common-online-store {
        transform: translateX(-30px);
        width: 100vw;
    }
    .page-parts__about-purchase img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 800px) {
    .menu-navigation {
        width: 100%;
    }

    .front-domani__wrapper {
        margin: 0 30px;
        width: auto;
        padding: 1rem 0;
    }

    .front-domani__wrapper p {
        font-size: 13px;
        padding: 0 2rem;
    }
    .front-domani__wrapper-txt {
        text-align: justify;
    }

    .menu-img {
        display: none;
    }

    /* about */
    .single__contents-purchase {
        grid-template-columns: repeat(1, auto);
    }

    /* add */
    .page-parts__about-purchase-img {
        width: 100%;
        margin-bottom: 18px;
    }

    .page-parts__about-purchase>ul {
        width: 100%;
    }

    /* add */

    .page-parts__about-purchase>img {
        width: 100%;
    }

    .page-parts__about-purchase>ul {
        margin-left: 0;
    }

    .about-text__pc h3 {
        display: none;
    }

    .about-text__sp h3 {
        display: block;
    }

    .page-parts__about-purchase {
        display: block;
    }

    .page-parts__box-img {
        text-align: center;
    }
    .page-parts__box-img img {
        width: 90%;
    }

    .page-parts__top-bg {
        top: 55%;
    }

    .sponsoring-grid a {
        width: calc(100% / 3);
    }
    .page-parts__catalog-desc2 h3{
        font-size: 18px;
    }
    .page-parts__form-bottom>p {
        padding-left: 0;
    }

    .select_gift__about-title h3 {
        font-size: 19px;
    }

    .select_gift__catch-copy-title p {
        font-size: 13px;
    }

    .select_gift__about-text h4 > br {
        display: block;
    }
    .select_gift__about-text h4 {
        margin: 0px 25px;
        font-size: 14px;
    }

    .select_gift__about-text p br {
        display: block;
    }

    .select_gift__about-text p {
        font-size: 10px;
        text-align: left;
        padding: 0 20px;
    }

    .select_gift__about-list {
        max-width: 80%;
        width: 100%;
        flex-direction: column;
    }

    .select_gift__about-item {
        width: 100%;
    }

    .select_gift__support-list {
        max-width: 100%;
    }

    .select_gift__support-text h4 {
        font-size: 14px;
    }

    .select_gift__about-text {
        margin-left: 0;
        margin-right: 0;
        padding: 60px 0;
        width: 100%;
    }

    .page-parts__swiper {
        height: 300px;
    }
    
    .kankitsu-gift-image {
        width: 100%!important;
    }
}

@media screen and (max-width: 860px) {
    .select_gift__thought {
        margin-left: 0;
        margin-right: 0;
        padding: 70px 30px
    }
    
    .select_gift__thought-btn-wrapper {
        max-width: 500px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: column;
        text-align: center;
    }

    .select_gift__thought-text p {
        margin: 20px 10px 0;
        font-size: 13px;
    }

    .select_gift__support-list {
        gap: 50px 20px;
    }

    .select_gift__support-text,
    .select_gift__support-btn {
        max-width: 200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        font-family: serif;
    }

    .select_gift__note {
        margin-top: 50px;
    }

    .select_gift__note p {
        font-size: 11px;
    }

}


@media screen and (max-width: 700px) {
    .privacy-wrapper {
        font-size: 13px;
    }
    
    .privacy-wrapper p {
        font-size: 13px;
    }
    
    .privacy-wrapper a {
        font-size: 13px;
    }
    .front-domani {
        padding-bottom: 100px;
    }

    .front-fv__ttl h2>img {
        width: 200px;
    }

    .front-ehime {
        padding-top: 100px;
    }

    .title-small {
        font-size: 12px;
    }

    .front-fv__ttl h2:last-child {
        font-size: 13px;
        margin-top: 20px;
        letter-spacing: 5px;
    }

    .front-common__ttl {
        font-size: 18px;
        line-height: 2;
        margin-bottom: 30px;
    }

    .front-common__sub-ttl {
        font-size: 13px;
    }

    /* .front-common__sub-ttl br{
        display: none;
    } */

    .front-about,
    .front-merchandise {
        padding: 50px 0;
    }

    .front-about {
        margin: 0 30px;
    }

    .front-common__desc,
    .front-about__desc {
        font-size: 12px;
        margin: 30px 0;
    }

    .front-common__desc br,
    .front-about__desc br {
        display: none;
    }

    .front-ehime__gochisou-left,
    .front-ehime__teshigoto-right {
        width: 100%;
    }

    .front-ehime__title img {
        width: 220px;
    }

    .front-ehime__gochisou-left .front-ehime__title img {
        width: 190px;
    }

    .sponsoring-grid a {
        width: calc(100% / 3);
    }

    .sponsoring-grid img {
        width: 65%;
    }

    .page-parts__common-wrapper {
        margin-top: 150px;
    }

    .page-parts__ttl {
        font-size: 23px;
        margin-bottom: 70px;
    }

    .page-parts__ttl {
        margin-bottom: 30px;
    }

    .page-parts__ttl-main::after {
        height: 30px;
        margin: 60px auto 0;
    }

    .page-parts__subhead {
        min-height: auto;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .page-parts__box-desc>p:last-child {
        font-size: 13px;
        text-align: justify;
        /* display: flex;
        align-items: center; */
    }

    .page-parts__list {
        grid-template-columns: repeat(1, auto);
    }

    .page-parts__box-btn {
        justify-content: space-around;
        height: auto;
    }

    .page-parts__box-btn a {
        min-width: 130px;
        width: auto;
        font-size: 11px;
        margin: 10px 0;
    }

    .page-parts__box-btn__gift {
        justify-content: space-around;
    }

    .page-parts__box-btn__gift a {
        min-width: 130px;
        width: auto;
        font-size: 11px;
        margin: 10px 0;
    }

    .page-parts__box-btn__product {
        justify-content: space-around;
    }

    .page-parts__box-btn__product a {
        min-width: 130px;
        width: auto;
        font-size: 11px;
        margin: 10px 0;
    }

    .catalog-btn {
        width: auto;
    }


    .page-parts__catalog-btn {
        display: block;
    }

    .page-parts__catalog-btn a {
        width: auto;
        margin: 10px auto;
    }

    .page-parts__catalog-btn a::after{
        top: 38px;
        left: 46%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }

    .list-btn {
        max-width: 280px;
    }

    .list-btn a {
        margin: 10px;
    }

    .page-parts__catalog-desc h3 {
        font-size: 18px;
    }

    .page-parts__catalog-desc p:first-child {
        font-size: 16px;
    }

    .page-parts__catalog-desc p:nth-child(2) {
        font-size: 14px;
    }

    .page-parts__catalog-desc p:nth-child(3) {
        font-size: 14px;
    }

    .page-parts__catalog-desc p:nth-child(4) {
        font-size: 16px;
    }

    .page-parts__catalog-desc p>span {
        font-size: 16px;
    }

    .catalog-content__text {
        font-size: 13px!important;
    }

    /* .page-parts__catalog-desc p:first-child{
        font-size: 13px;
    } */
    .page-parts__catalog-desc2 p {
        font-size: 12px;
    }

    .page-parts__catalog-desc2 p>small {
        font-size: 10px;
    }

    .page-parts__catalog-desc span>a {
        font-size: 14px;
        border: solid 0.5px;
        padding: 5px 5px 5px 7px;
    }

    .page-parts__catalog-gift img {
        width: 100%;
        height: auto;
    }

    .single__contents {
        grid-template-columns: repeat(1, auto);
    }

    .page-parts__common-footer {
        grid-template-columns: repeat(1, auto);
        gap: 100px;
        margin-top: 100px;
    }

    /* common-contact */
    .page-parts__common-contact {
        display: block;
        width: 100%;
    }

    .page-parts__common-contact a {
        margin-left: auto;
        margin-right: auto;
    }

    /* contact */
    .form-group__btn input {
        width: 100%;
    }

    .form-group span {
        font-size: 13px;
    }

    /* form */

    .page-parts__form-top ul {
        display: block;
        height: auto;
        padding-bottom: 20px;
    }

    .page-parts__form-top li {
        margin: 10px 0;
    }

    .page-parts__form-top li:first-child {
        background: #fff;
        width: auto;
        line-height: 45px;
        padding: 0;
    }

    /* .page-parts__form-top li:first-child::after {
        top: 12px;
    } */

    .page-parts__form-top li:nth-child(2),
    .page-parts__form-top li:nth-child(3) {
        padding: 0;
        /* margin: 20px 0; */
        margin: 0 0 5px;
    }

    .page-parts__form-list li input {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .page-parts__form-list li {
        background: #fff;
    }

    .page-parts__form-top li input,
    .page-parts__form-top li select,
    .form-min>select {
        background: #dcdcdc;
    }

    .form-min>input,
    .form-min>select {
        background: #dcdcdc;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-name {
        margin: 20px 0;
    }

    .form-name>span {
        display: block;
        margin: 10px 0;
    }

    .form-name>input {
        margin: 0;
        margin-top: 10px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .form-flex {
        display: block;
    }

    .form-flex__teshigoto {
        display: block;
    }

    .page-parts__date {
        margin: 10px 0;
    }

    .form-flex p {
        margin: 0;
    }

    .form-flex__teshigoto p {
        margin: 0;
    }

    .form-radio span {
        display: block;
        font-size: 15px;
        margin: 25px 0;
    }

    .form-radio input {
        margin: 0;
    }

    .form-textarea {
        width: 100%;
    }

    .form-border {
        border: none !important;
    }

    .page-parts__form-bottom ul {
        display: block;
    }

    .page-parts__form-bottom li {
        margin: 0;
    }

    .page-parts__form-bottom p {
        background: #fff;
        height: 60px;
        line-height: 1.7;
    }

    .page-parts__receipt li {
        margin-bottom: 10px;
    }

    .form-address li:last-child {
        width: 100%;
    }

    .page-parts__confirmation-btn input {
        margin: 10px;
    }

    .page-parts__completion-list {
        display: block;
        margin: 50px 0;
    }

    .page-parts__completion-list li {
        margin: 0;
        width: 100%;
        height: auto;
        word-break: break-all;
    }

    .page-parts__completion-list li:first-child,
    .page-parts__completion-list li:last-child {
        width: 100%;
        border: solid 0.5px;
    }

    .page-parts__contact-completion p {
        line-height: 1.5;
        text-align: left;
    }

    .page-parts-adj-wrapper {
        margin-top: 100px;
    }

    .page-parts-adj-wrapper .page-parts__ttl {
        margin-bottom: 100px;
    }

    .page-parts__box-img img {
        height: 184px;
    }
    .page-parts__tel-btn__text::after {
        margin: 13px 20px 20px;
        /* max-width: 100%; */
    }
    .page-parts__tel-btn__text::after {
        width: 100%;
        text-align: left;
    }

    .page-parts__catalog-gift h3 {
        font-size: 23px;
    }

    .catalog-gift-description {
        font-size: 13px;
        font-family: serif;
        width: 100%;
        /* text-align: justify; */
    }

    .catalog-gift-description__small {
        font-family: serif;
        width: 100%;
        text-align: left;
    }
    .catalog-gift-description__small2 {
        font-family: serif;
        width: 100%;
        text-align: left;
    }
    .page-parts__bb > a {
        font-size: 23px;
    }

    .noshi-attention-text {
        margin-top: 10px;
        margin-bottom: 60px;
    }

    .contact-pc {
        display: none;
    }
    
    .contact-sp {
        display: block;
    }

    .tel-btn__margin {
        margin-top: 15px!important;
    }

    .text-left {
        text-align: left;
    }
    .gift-message-sample-box b {
        font-size: 17px;
    }
    .page-parts__catalog-btn-black {
        margin-bottom: 15px!important;
    }
    .about-pc {
        display: none;
    }
    .about-sp {
        display: block;
    }
    .about-sp-txt {
        margin-bottom: 30px;
    }
    .page-parts__about-purchase p {
        line-height: 1.7;
        font-size: 13px;
        font-family: serif;
        margin-bottom: 15px;
    }
    .page-parts__about-purchase li:first-child {
        margin-bottom: 18px;
    }
    .page-parts__about-purchase li:last-child {
        margin-bottom: 10px;
    }
    .line-pc {
        display: none!important;
    }
    .line-sp {
        display: inline!important;
    }
    .line-pc-block {
        display: none!important;
    }
    .line-sp-block {
        display: block!important;
    }
    .annotation-txt-pc {
        display: none;
    }
    .annotation-txt-sp {
        font-size: 6px!important;
        display: block;
    }
}

@media screen and (max-width: 620px) {

    .noshi-wrapper {
        justify-content: center;
    }

    .page-parts__catalog-desc p:nth-child(4) {
        font-size: 14px;
    }

    /* .catalog-content__text {
        font-size: 11px!important;
    } */

    .gift-message-pdf-box a {
        padding: 10px 50px;
    }

    /* .option-img {
        width: 100%!important;
        height: auto!important;
    } */

}

@media screen and (max-width: 550px) {
    /* .page-parts__box-desc > p:last-child br{
        display: none;
    } */

    .header-sp {
        justify-content: end;
    }

    .header-sp .logo {
        display: none;
    }

    .menu-sp {
        width: 330px;
    }

    .menu-sp a {
        font-size: 13px;
    }
    .menu-sp-row a .is-sp {
        display: block;
    }
    .menu-sp label{
        font-size: 13px;
    }
    .menu-sp__catalog{
        width: 330px;
    }
    .menu-sp__catalog a{
        font-size: 13px;
        margin-left: 6px;
    }
    .menu-sp__catalog label{
        font-size: 13px;
    }
    .related{
        margin-top: 150px;
    }

    .scrolldown {
        writing-mode: horizontal-tb;
        top: auto;
        bottom: 10%;
        left: 50%;
        right: 50%;
    }

    .scrolldown span {
        font-size: 13px;
        color: #fff;
        letter-spacing: 2px;
        position: relative;
        top: -15px;
        left: -28px;
    }

    .scrolldown::after {
        content: "";
        /*描画位置*/
        position: absolute;
        top: 0;
        width: 1px;
        height: 100px;
        background: #fff;
        animation: pathmove 1.4s ease-in-out infinite;
        opacity: 0;
    }

    .menu-sp li {
        position: relative;
        padding: 15px;
        padding-left: 0;
    }

    .menu-sp__catalog label::after{
        right: 15px;
    }

    .menu-sp__last {
        padding-bottom: 0!important;
    }

    .G {
        margin: 10px 10px 15px 10px;
    }

    .menu-other-icon>li:nth-child(2) {
        margin-left: 18px;
    }
    
    .menu-other-icon>li:last-child {
        margin-left: 18px;
    }

    /*高さ・位置・透過が変化して線が上から下に動く*/
    @keyframes pathmove {
        0% {
            height: 0;
            top: 0;
            opacity: 0;
        }

        30% {
            height: 100px;
            opacity: 1;
        }

        100% {
            height: 0;
            top: 140px;
            opacity: 0;
        }
    }

    .front-common__btn a {
        padding: 10px 4rem;
    }

    .sns-icon__wrapper {
        display: none;
    }

    .sponsoring-grid a {
        width: calc(100% / 2);
    }

    .sponsoring-grid img {
        width: 65%;
        margin: 0 10px;
    }

    .catalog__btn a {
        padding: 10px 2rem;
    }

    .page-parts__common-sns {
        display: flex;
        flex-flow: column-reverse;
        align-items: center;
        margin: 50px 0;
    }
    .page-parts__common-sns__flex {
        display: flex;
        align-items: center;
        margin-bottom: 50px;
    }

    .page-parts__logo {
        margin-bottom: 0;
    }

    .page-parts__about-ttl {
        margin-bottom: 50px;
    }

    .page-parts__about-ttl h2 {
        font-size: 22px;
    }

    .page-parts__about-text h3 {
        font-size: 19px;
    }

    .page-parts__about-text p {
        line-height: 1.7;
        font-size: 13px;
    }

    .page-parts__not-found-wrapper {
        top: 60%;
    }

    .page-parts__not-found-wrapper h2 {
        font-size: 17px;
    }

    .br {
        display: none;
    }

    .page-parts__top-ttl img {
        width: 190px;
    }

    .page-parts__top-ttl-teshigoto img {
        width: 230px;
    }

    .page-parts__top-bg {
        right: -580px;
    }

    .page-parts__top-bg img {
        width: 75%;
    }

    .page-parts__text {
        margin: 100px 0;
    }

    .page-parts__common-wrapper {
        margin-top: 100px;
    }

    .page-parts__text p {
        font-size: 15px;
    }
}

.error_message {
    color: tomato;
    font-size: 13px;
    display: block;
    margin: 10px 0 20px;
}

.last-img {
    /* height: 200px; */
    object-fit: cover;
}

.modal-close-btn__sp {
    display: none;
}

.modal-close-btn__pc {
    position: absolute;
    top: -30px;
    right: 0px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    color: #fff;
    background: #000;
}

.modal-scroll {
    max-height: 500px;
    overflow: scroll;
    position: relative;
}

@media screen and (min-width: 768px) {

    .sponsoring-text {
        /* margin: 30px 0; */
        text-align: center;
        /* font-size: 16px;
        line-height: 1.5; */
    }

    .sponsoring-text small {
        text-align: center;
        /* font-size: 10px; */
    }
}

@media screen and (min-width: 768px) {

    .br-sp {
        display: none;
    }

    .space-sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .dot-sp {
        display: none;
    }

    .sort-txt {
        font-size: 10px;
        position: absolute;
        top: 100%;
        left: 82%;
    }

    .sponsoring-wrapper {
        padding: 80px 0 0;
    }

    .page-parts__common-online-store {
        margin: 80px 0;
    }

    .sponsoring-grid {
        margin-bottom: 60px;
    }

    .sponsoring-text {
        max-width: 330px;
        margin-left: 15px;
        line-height: 2;
        margin: 0 30px;
    }
}

.option-wrapper {
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

.option-box {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-flow: wrap;
}

.option-wrapper li {
    font-family: serif;
    margin: 10px 0;
}

.option-wrapper p {
    font-family: serif;
    font-size: 16px !important;
    margin: 10px 0 !important;
    max-width: none !important;
    padding: 0 !important;
    border: none !important;
}

.option-wrapper .ttl {
    margin: 10px 0;
}

.option-img {
    width: 427px;
    height: auto;
    margin: auto;
}

.option-img img {
    width: 427px;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 500px) {
    .page-parts__ttl-main__gift {
        font-size: 15px;
    }

    .page-parts__completion {
        font-size: 13px;
    }
}

@media screen and (max-width: 700px) {
    .option-wrapper p {
        font-size: 13px !important;
    }

    .option-wrapper li {
        font-size: 13px !important;
    }

    .option-img {
        width: 100%;
        height: auto;
    }

    .option-img img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .page-parts__catalog-gift h3 {
        line-height: 1.8;
    }

    .page-parts__catalog-gift h4 {
        text-align: left;
    }
    .br-pc {
        display: none;
    }
    .complete-txt {
        width: 80%;
        margin: 10px auto;
        text-align: left;
    }
    .pc-br {
        display: none;
    }
    .sp-br-show {
        display: block!important;
    }
}

@media screen and (max-width: 729px) {
    /* .sponsoring-grid {
        justify-content: center;
    } */
}

.modal-font {
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

.modal-name {
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}

.modal-title {
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 black;
    font-size: 17px;
    line-height: 1.7;
}

.modal-text {
    width: 95%;
    margin: 0 auto 30px;
    line-height: 1.7;
    font-size: 14px;
}

.modal-send-name {
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
}

hr {
    margin: 30px 0 !important;
    border-top: 1px solid gray !important
}

/*モーダルを開くボタン*/
.modal-open {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 50px;
    font-weight: bold;
    color: #fff;
    background: #000;
    margin: auto;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
    opacity: 1;
    visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
    margin: 30px 0 15px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
    background: #fff;
    text-align: left;
    padding: 30px 20px;
}

.message-image {
    width: 230px;
    height: 166px;
    margin: 30px auto 0;
}

.message-image img {
    width: 230px;
    height: 166px;
    object-fit: contain;
}

.message-re {
    margin: 0 auto 70px;
    font-size: 13px;
    border: solid 1px;
    padding: 10px;
    max-width: 250px;
}

.gg-external {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 12px;
    height: 12px;
    box-shadow:
        -2px 2px 0 0,
        -4px -4px 0 -2px,
        4px 4px 0 -2px;
    margin-left: 5px;
    margin-top: 1px;
    margin: 1px 5px 0;
}

.gg-external::after,
.gg-external::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    right: -4px
}

.gg-external::before {
    background: currentColor;
    transform: rotate(-45deg);
    width: 12px;
    height: 2px;
    top: 1px
}

.gg-external::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-top: 2px solid;
    top: -4px
}

.white-btn {
    background: #fff!important;
    color: #000!important;
}

@media screen and (max-width: 380px) {

    .page-parts__common-contact a {
        padding: 13px 5px;
    }
}

@media screen and (max-width: 350px) {

    .page-parts__box-btn {
        flex-direction: column;
    }
    .page-parts__box-btn__gift {
        flex-direction: column;
    }

    .page-parts__box-btn__product {
        flex-direction: column;
    }
}

#term-check {
    display: none;
}

.term-check {
    display: inline-block;
    padding: 5px 0px;
    cursor: pointer;
    font-weight: bold;
    font-family: serif;
}

#term-check:checked+label+.G {
    display: none;
}

#catalog-check {
    display: none;
}

.catalog-check {
    display: inline-block;
    padding: 5px 0px;
    cursor: pointer;
}

#catalog-check:checked+label+.G {
    display: none;
}

#contact-check {
    display: none;
}

.contact-check {
    display: inline-block;
    padding: 5px 0px;
    cursor: pointer;
}

#contact-check:checked+label+.G {
    display: none;
}

#privacy-check {
    display: none;
}

.privacy-check {
    display: inline-block;
    padding: 5px 0px;
    cursor: pointer;
    font-weight: bold;
    font-family: serif;
}
.term-and-privacy__a {
    font-weight: bold;
    font-family: serif;
}

.number-warning-txt {
    margin: 5px 0;
    font-size: 12px;
}

.input-number {
    height: 85px!important;
}

#privacy-check:checked+label+.G {
    display: none;
}

@media screen and (min-width: 700px) {
    a[href^="tel:"] {
        display: none!important;
    }
}
@media screen and (max-width: 700px) {
    .input-number {
        height: auto!important;
    }
}
@media screen and (max-width: 550px) {
    .term-check {
        font-size: 12px;
    }
    .privacy-check {
        font-size: 12px;
    }
    .term-and-privacy__a {
        font-size: 11px;
    }
    .modal-container {
        padding: 0;
        margin-top: 0!important;
        z-index: 100;
        background: #fff;
    }
    .modal-body {
        max-width: none;
        width: 100%;
        height: 100%;
    }
    /* .modal-content {
        height: 100%;
    } */
    .modal-scroll {
        max-height: 600px;
    }
    .modal-container:before {
        content: none;
    }
    .menu-sp__catalog__padding {
        padding: 9px 15px 3px 0!important;
    }
    .modal-close-btn__pc {
        display: none;
    }
    .modal-close-btn__sp {
        display: block;
        color: black;
        text-align: center;
        font-size: 15px;
        margin-left: 9px;
        cursor: pointer;
    }

    .select_gift__support-list {
        grid-template-columns: repeat(auto-fit, minmax(calc(150px - 15px), 1fr));
    }
}