@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    color: #000;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: none; /* iPhone */
    height: 100%;
    scroll-behavior: smooth;
}

/* モーダル表示時のbodyスクロール無効化 */
body.modal-open {
    overflow: hidden;
}

ul, li {
    list-style: none;
}

img, a img {
    border: none;
    width: 100%;
    height: auto;
}

img, iframe {
    vertical-align: bottom;
}

a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.1s ease-in-out;
}

a:link, a:visited, a:hover {
    color: #303030;
    text-decoration: none;
}

a:hover img {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

.sp-only {
    display: block;
}

.pc-only {
    display: none;
}

@media screen and (min-width: 768px) {
    .sp-only {
        display: none;
    }
    
    .pc-only {
        display: block;
    }
}

:root {
    /* メインカラー */
    --hub_01-color: #9B5B52; /* 絶景の秋 */
    --hub_02-color: #636A52; /* 衣替の秋 */
    --hub_03-color: #4C5194; /* 仲間と楽しむ秋 */
    --hub_04-color: #34B6AE; /* 物欲の秋 */
    --hub_05-color: #F7672E; /* 家族と楽しむ秋 */
    --hub_06-color: #264483; /* 上達の秋 */
    --hub_07-color: #CC8B37; /* 共有したい秋 */
    --hub_08-color: #1579BE; /* 音楽の秋 */
    
    /* セカンダリーカラー */
    --hub_01-color_2nd: #EDEAA2; /* 絶景の秋 */
    --hub_02-color_2nd: #C7D0D3; /* 衣替の秋 */
    --hub_03-color_2nd: #EFCAD4; /* 仲間と楽しむ秋 */
    --hub_04-color_2nd: #EDEAA2; /* 物欲の秋 */
    --hub_05-color_2nd: #EDEAA2; /* 家族と楽しむ秋 */
    --hub_06-color_2nd: #EBAE65; /* 上達の秋 */
    --hub_07-color_2nd: #EDEAA2; /* 共有したい秋 */
    --hub_08-color_2nd: #EDEAA2; /* 音楽の秋 */
}


#contents-wrap_bg {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s ease-out, background-color 0.8s ease-out;
}

#contents-wrap_bg.fade-in {
    /*visibility: visible;*/
    opacity: 1;
}

/* 背景色 */
#contents-wrap_bg:has([data-swiper-slide-index="0"].swiper-slide-active) {
    background-color: var(--hub_01-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="1"].swiper-slide-active) {
    background-color: var(--hub_02-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="2"].swiper-slide-active) {
    background-color: var(--hub_03-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="3"].swiper-slide-active) {
    background-color: var(--hub_04-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="4"].swiper-slide-active) {
    background-color: var(--hub_05-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="5"].swiper-slide-active) {
    background-color: var(--hub_06-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="6"].swiper-slide-active) {
    background-color: var(--hub_07-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="7"].swiper-slide-active) {
    background-color: var(--hub_08-color);
}


/* スプラッシュアニメーション */
#splash {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100vw;
    height: 100vh;
    background-color: #EEEEEE;
    position: relative;
    overflow: hidden;
    transition: opacity 0.4s ease-out;
}

#splash.fade-out {
    /* opacity: 0; */
}

#splash #splash_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 360px;
    height: 360px;
    position: relative;
}

#splash img#splash_title {
    width: 183px;
    opacity: 0;
    transition: opacity 1.0s ease-out;
}

#splash img#splash_logo {
    width: 92px;
    margin: -10px auto 0;
    opacity: 0;
    transition: opacity 1.0s ease-out;
}

#splash img#splash_title.fade-in,
#splash img#splash_logo.fade-in {
    opacity: 1;
}


#splash #splash_icon img {
    width: 80px;
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

#splash #splash_icon img.fade-in {
    opacity: 1;
}

#splash #splash_icon img#splash_icon_01 {
    top: 0;
    left: calc(50% - 80px - 19px);
}
#splash #splash_icon img#splash_icon_02 {
    top: 0;
    right: calc(50% - 80px - 19px);
}
#splash #splash_icon img#splash_icon_03 {
    top: calc(50% - 80px - 19px);
    right: 0;
}
#splash #splash_icon img#splash_icon_04 {
    top: calc(50% + 19px);
    right: 0;
}
#splash #splash_icon img#splash_icon_05 {
    bottom: 0;
    right: calc(50% - 80px - 19px);
}
#splash #splash_icon img#splash_icon_06 {
    bottom: 0;
    left: calc(50% - 80px - 19px);
}
#splash #splash_icon img#splash_icon_07 {
    top: calc(50% + 19px);
    left: 0;
}
#splash #splash_icon img#splash_icon_08 {
    top: calc(50% - 80px - 19px);
    left: 0;
}


@media screen and (min-width: 768px) {
    #splash #splash_wrap {
        width: 446px;
        height: 446px;
    }

    #splash img#splash_title {
        width: 237px;
    }
    
    #splash img#splash_logo {
        width: 108px;
    }

    #splash #splash_icon img {
        width: 94px;
    }
    
    #splash #splash_icon img#splash_icon_01 {
        left: calc(50% - 94px - 26.28px);
    }
    #splash #splash_icon img#splash_icon_02 {
        right: calc(50% - 94px - 26.28px);
    }
    #splash #splash_icon img#splash_icon_03 {
        top: calc(50% - 94px - 26.28px);
    }
    #splash #splash_icon img#splash_icon_04 {
        top: calc(50% + 26.28px);
    }
    #splash #splash_icon img#splash_icon_05 {
        right: calc(50% - 94px - 26.28px);
    }
    #splash #splash_icon img#splash_icon_06 {
        left: calc(50% - 94px - 26.28px);
    }
    #splash #splash_icon img#splash_icon_07 {
        top: calc(50% + 26.28px);
    }
    #splash #splash_icon img#splash_icon_08 {
        top: calc(50% - 94px - 26.28px);
    }
}


/* header */
header {
    max-width: 1280px;
    margin: 0 auto 25px;
}

header p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
}

header p a#logo_header {
    width: 108px;
}

header p a#season img {
    width: 48px;
    height: 26px;
}

#contents-wrap_bg h1 {
    display: flex;
    justify-content: center;
}

#contents-wrap_bg h1 img {
    width: 278px;
}


@media screen and (min-width: 768px) {
    header {
        margin: 0 auto;
    }
    header p {
        padding: 20px 30px 24px;
    }
    header p a#logo_header {
        width: 128px;
    }
    
    header p a#season img {
        width: 128px;
        height: auto;
    }

    #contents-wrap_bg h1 {
        position: absolute;
        top: 224px;
        left: 10px;
        z-index: 10;
    }
    #contents-wrap_bg h1 img {
        width: 295px;
    }
}
@media screen and (min-width: 1280px) {
    #contents-wrap_bg h1 {
        left: calc(50% - 640px + 50px);
    }
}


/* #mainvisual */
#mainvisual {
    color: #fff;
    /*
    background-image: url('../images/mv_bg.png');
    background-size: 250px;
    background-position: center 5px;
    */
    background-image: url('../images/mv_bg_pc.png');
    background-size: 150%;
    background-position: center 100px;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
}

#slider_main .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

#slider_main .swiper-slide a {
    display: block;
    width: 100%;
    text-align: center;
}

#slider_main .swiper-slide img.slide_img {
    width: 250px;
}
#slider_main .swiper-slide.swiper-slide-active img.slide_img {
    animation: mvFadeIn .4s ease .6s 1 normal backwards;
}
 
@keyframes mvFadeIn {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#slider_main .swiper-slide .slide_title {
    width: 111px;
    position: absolute;
    bottom: 20px;
    left: 12px;
    z-index: 10;
    transition: filter 0.8s ease-out;
}
#slider_main .swiper-slide[data-swiper-slide-index="2"] .slide_title,
#slider_main .swiper-slide[data-swiper-slide-index="4"] .slide_title {
    width: 140px;
}
#slider_main .swiper-slide.swiper-slide-active .slide_title {
    animation: txtFadeIn .4s ease .2s 1 normal backwards;
}

#slider_main .swiper-slide .slide_txt {
    color: #fff;
    max-width: 42%;
    position: absolute;
    bottom: 15px;
    right: 8px;
    text-align: right;
    z-index: 10;
    transition: filter 0.8s ease-out;
}
#slider_main .swiper-slide.swiper-slide-active .slide_txt {
    animation: txtFadeIn .4s ease .2s 1 normal backwards;
}

#slider_main .swiper-slide .slide_txt span {
    line-height: 1.6;
    display: block;
    margin: 0 0 10px;
}

#slider_main .swiper-slide .slide_txt img.slide_link {
    width: 125px;
}
#slider_main .swiper-slide a:hover .slide_txt img.slide_link {
    opacity: .75;
}

@keyframes txtFadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  30% {
    opacity: 1;
  }
  100% {
    filter: blur(0px);
  }
}

.slider_main-button-prev,
.slider_main-button-next {
    width: 38px;
    height: 38px;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 30%;
    z-index: 10;
}
.slider_main-button-prev:hover,
.slider_main-button-next:hover {
    opacity: 0.85;
}

.slider_main-button-prev {
    background-image: url('../images/icon_arrow_left.png');
    left: 15px;
}

.slider_main-button-next {
    background-image: url('../images/icon_arrow_right.png');
    right: 15px;
}

#slider_thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 105px;
    padding: 30px 0 20px;
    overflow: hidden;
}

#slider_thumbs {
}

#slider_thumbs .swiper-slide {
    width: 60px;
    height: 60px;
    padding: 0 3px;
    cursor: pointer;
    transition: width 0.4s ease-in-out, height 0.4s ease-out;
}
#slider_thumbs .swiper-slide.swiper-slide-active {
    width: 85px;
    height: 85px;
    position: relative;
    margin-top: -13px;
}
/*
#slider_thumbs .swiper-slide.swiper-slide-active::after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url('../images/icon_triangle.png');
    background-size: contain;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -7px;
}
*/


@media screen and (min-width: 768px) {
    #mainvisual {
        max-width: 1280px;
        min-width: 1080px;
        background-image: url('../images/mv_bg_pc.png');
        background-size: cover;
        background-position: center 120px;
    }

    #slider_main .swiper-slide img.slide_img {
        width: 347px;
    }

    #slider_main .swiper-slide .slide_title {
        width: 150px;
        bottom: 50%;
        left: auto;
        right: 50px;
    }

    #slider_main .swiper-slide .slide_txt {
        font-size: 18px;
        max-width: none;
        bottom: calc(50% - 160px);
        right: 50px;
    }

    #slider_main .swiper-slide .slide_txt span {
        line-height: 1.8;
        margin: 0 0 30px;
    }

    #slider_main .swiper-slide .slide_txt img.slide_link {
        width: 148px;
    }

    .slider_main-button-prev,
    .slider_main-button-next {
        top: 32%;
    }
    .slider_main-button-prev {
        left: calc(50% - 174px - 20px - 38px );
    }
    .slider_main-button-next {
        right: calc(50% - 174px - 20px - 26px);
    }
    /*
    .slider {
        position: relative;
    }
    #slider_thumbs {
        width: auto;
        height: auto;
        padding: 0;
        position: absolute;
        left: 10px;
        bottom: 70px;
    }
    */
    #slider_thumbs {
        width: 508px;
    }
    #slider_thumbs .swiper-wrapper {
        padding-left: 36px;
    }

}


/* #lead */
#lead {
    width: 100%;
    padding: 80px 0 100px;
    position: relative;
}

#lead .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    #lead .inner {
        min-width: 1080px;
    }
}

#lead p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-image: url('../images/leadtext_bg.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#lead p img {
    width: 232px;
    max-width: 240px;
}

#lead a {
    width: 15px;
    position: absolute;
    top: 0;
    left: 15px;
}


@media screen and (min-width: 768px) {
    #lead p {
        width: 94%;
        background-image: url('../images/leadtext_bg_pc.png');
        background-size: contain;
    }

    #lead a {
        left: 20px;
    }
}


/* #hashtag_01, #hashtag_02 */
#contents-wrap_bg:has([data-swiper-slide-index="0"].swiper-slide-active) [id^=hashtag_0] {
    background-color: var(--hub_01-color_2nd);
}
#contents-wrap_bg:has([data-swiper-slide-index="0"].swiper-slide-active) [id^=hashtag_0] a {
    color: var(--hub_01-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="1"].swiper-slide-active) [id^=hashtag_0] {
    background-color: var(--hub_02-color_2nd);
}
#contents-wrap_bg:has([data-swiper-slide-index="1"].swiper-slide-active) [id^=hashtag_0] a {
    color: var(--hub_02-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="2"].swiper-slide-active) [id^=hashtag_0] {
    background-color: var(--hub_03-color_2nd);
}
#contents-wrap_bg:has([data-swiper-slide-index="2"].swiper-slide-active) [id^=hashtag_0] a {
    color: var(--hub_03-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="3"].swiper-slide-active) [id^=hashtag_0] {
    background-color: var(--hub_04-color_2nd);
}
#contents-wrap_bg:has([data-swiper-slide-index="3"].swiper-slide-active) [id^=hashtag_0] a {
    color: var(--hub_04-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="4"].swiper-slide-active) [id^=hashtag_0] {
    background-color: var(--hub_05-color_2nd);
}
#contents-wrap_bg:has([data-swiper-slide-index="4"].swiper-slide-active) [id^=hashtag_0] a {
    color: var(--hub_05-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="5"].swiper-slide-active) [id^=hashtag_0] {
    background-color: var(--hub_06-color_2nd);
}
#contents-wrap_bg:has([data-swiper-slide-index="5"].swiper-slide-active) [id^=hashtag_0] a {
    color: var(--hub_06-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="6"].swiper-slide-active) [id^=hashtag_0] {
    background-color: var(--hub_07-color_2nd);
}
#contents-wrap_bg:has([data-swiper-slide-index="6"].swiper-slide-active) [id^=hashtag_0] a {
    color: var(--hub_07-color);
}

#contents-wrap_bg:has([data-swiper-slide-index="7"].swiper-slide-active) [id^=hashtag_0] {
    background-color: var(--hub_08-color_2nd);
}
#contents-wrap_bg:has([data-swiper-slide-index="7"].swiper-slide-active) [id^=hashtag_0] a {
    color: var(--hub_08-color);
}


[id^=hashtag_0] {
    padding: 16px 0 20px;
}

[id^=hashtag_0] div {
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
}

[id^=hashtag_0] div.hashtag_main {
    height: 46px;
    margin-bottom: 20px;
}

[id^=hashtag_0] div.hashtag_sub {
    height: 22px;
}

[id^=hashtag_0] div ul {
    display: flex;
    align-items: center;
    white-space: nowrap;
    animation: hashtagFlowing 30s linear infinite;
}

@keyframes hashtagFlowing {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

[id^=hashtag_0] div.hashtag_main ul li {
    font-size: 46px;
    line-height: 46px;
}

[id^=hashtag_0] div.hashtag_sub ul li {
    font-size: 22px;
    line-height: 22px;
}

[id^=hashtag_0] div li {
    font-weight: bold;
    margin-right: .4em;
}

[id^=hashtag_0] div ul li a {
    display: block;
}


/* #panel */
#panel {}

#panel ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(14, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    padding: 15px 15px 5px 15px;
    max-width: 1080px;
    margin: 0 auto;
}

#panel ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
#panel ul li.coming-soon::before {
    content: 'COMING\A\00a0\00a0SOON';
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    white-space: pre;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(141, 141, 141, 0.90);
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#panel ul li#panel_title {grid-area: 3 / 5 / 5 / 7;}
#panel ul li#panel_01 { grid-area: 1 / 1 / 5 / 5; }
#panel ul li#panel_02 { grid-area: 5 / 1 / 8 / 4; }
#panel ul li#panel_03 { grid-area: 1 / 5 / 3 / 7; }
#panel ul li#panel_04 { grid-area: 5 / 4 / 8 / 7; }
#panel ul li#panel_05 { grid-area: 11 / 1 / 13 / 3; }
#panel ul li#panel_06 { grid-area: 8 / 1 / 11 / 4; }
#panel ul li#panel_07 { grid-area: 8 / 4 / 11 / 7; }
#panel ul li#panel_08 { grid-area: 11 / 3 / 15 / 7; }
#panel ul li#panel_logo { grid-area: 13 / 1 / 15 / 3; }

#panel ul li#panel_04::before,
#panel ul li#panel_04::after,
#panel ul li#panel_06::before,
#panel ul li#panel_06::after,
#panel ul li#panel_08::before,
#panel ul li#panel_08::after {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

#panel ul li[id^=panel_].balloon::before {
    color: #EDEAA2;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .4em .4em .4em 1em;
    background: #303030;
    border-radius: 39px;
    position: absolute;
    z-index: 2;
    opacity: 1;
    animation: balloonFadeIn 0.6s ease-in-out;
}
#panel ul li[id^=panel_].balloon::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent; 
    border-left: 10px solid transparent;
    border-top: 17px solid #303030;
     border-bottom: 0;
    position: absolute;
    z-index: 2;
    opacity: 1;
    animation: balloonFadeIn 0.6s ease-in-out;
}

@keyframes balloonFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(10px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

#panel ul li#panel_04.balloon::before {
    content: 'お買い得！';
    /* content: ''; */
    /* background-image: url(../images/fukidashi_0.svg); */
    /* background-repeat: no-repeat; */
    top: -1.0em;
    right: 1em;
    opacity: 1;
    /* width: 125px; */
    /* height: 48px; */
}
#panel ul li#panel_04.balloon::after {
    top: 1em;
    right: 4em;
    opacity: 1;
}

#panel ul li#panel_06.balloon::before {
    content: 'プレゼント当たる！';
    /* content: ''; */
    /* background-image: url(../images/fukidashi_1.svg); */
    /* background-repeat: no-repeat; */
    letter-spacing: -0.08em;
    top: -1.5em;
    right: 0;
    left: 0;
    opacity: 1;
    /* width: 183px; */
    /* height: 56px; */
}
#panel ul li#panel_06.balloon::after {
    top: 0.5em;
    right: 5em;
    opacity: 1;
}

#panel ul li#panel_08.balloon::before {
    content: 'プレイリストを作ろう！';
    /* content: '';
    background-image: url(../images/fukidashi_2.svg);
    background-repeat: no-repeat; */
    top: -1.5em;
    right: -6px;
    opacity: 1;
    /* width: 204px; */
    /* height: 52px; */
}
#panel ul li#panel_08.balloon::after {
    top: 0.5em;
    right: 5.5em;
    opacity: 1;
}

#panel ul li#panel_title img {
    width: 66%;
}
#panel ul li#panel_logo img {
    width: 92%;
}


@media screen and (min-width: 768px) {
    #panel ul {
        display: grid;
        grid-template-columns: repeat(24, 1fr);
        grid-template-rows: repeat(14, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 0px;
        padding: 20px 15px 0px 15px;
        min-width: 1080px;
    }

    #panel ul li {
        margin-bottom: 20px;
    }
    
    #panel ul li#panel_title { grid-area: 5 / 9 / 9 / 13; }
    #panel ul li#panel_01 { grid-area: 1 / 1 / 9 / 9; }
    #panel ul li#panel_02 { grid-area: 1 / 13 / 7 / 19; }
    #panel ul li#panel_03 { grid-area: 1 / 9 / 5 / 13; }
    #panel ul li#panel_04 { grid-area: 1 / 19 / 7 / 25; }
    #panel ul li#panel_05 { grid-area: 7 / 13 / 11 / 17; }
    #panel ul li#panel_06 { grid-area: 9 / 1 / 15 / 7; }
    #panel ul li#panel_07 { grid-area: 9 / 7 / 15 / 13; }
    #panel ul li#panel_08 { grid-area: 7 / 17 / 15 / 25; }
    #panel ul li#panel_logo { grid-area: 11 / 13 / 15 / 17; }

    #panel ul li#panel_title img {
        width: 70%;
    }
    #panel ul li#panel_logo img {
        width: 100%;
    }

    #panel ul li[id^=panel_].balloon::before {
        font-size: 24px;
    }

    #panel ul li#panel_04.balloon::before {
        top: -1.5em;
        right: 2em;
    }
    #panel ul li#panel_04.balloon::after {
        top: 0.8emem;
        right: 7em;
    }
    #panel ul li#panel_06.balloon::before {
        top: -1.2em;
    }
    #panel ul li#panel_06.balloon::after {
        top: 1.4em;
        right: 7em;
    }
    #panel ul li#panel_08.balloon::before {
        top: -1.5em;
        right: 0.8em;
    }
    #panel ul li#panel_08.balloon::after {
        top: 1.0em;
        right: 9.5em;
    }
}


/* #photo */
#photo {
    overflow: hidden;
}
    
#photo p {
    width: 40%;
    margin: 80px auto 40px;
    max-width: 157px;
}

#photo ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

/* スクロールアニメーション用のスタイル */
#photo ul li {
    width: 100%;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.8s ease-out, transform 0.4s ease-out;
}

/* 奇数番目の要素（右から左へスライドイン） */
#photo ul li:nth-of-type(odd) {
    transform: translateX(100px);
}

/* 偶数番目の要素（左から右へスライドイン） */
#photo ul li:nth-of-type(even) {
    transform: translateX(-100px);
}

/* アニメーション実行時の状態 */
#photo ul li.scroll-animate {
    opacity: 1;
    transform: translateX(0);
}

#photo ul li:nth-of-type(1) {
    padding: 0 0 0 10%;
}
#photo ul li:nth-of-type(2) {
    padding: 0 3%;
}
#photo ul li:nth-of-type(3) {
    padding: 10% 0 10% 10%;
}
#photo ul li:nth-of-type(4) {
    padding: 0 10% 0 5%;
}
#photo ul li:nth-of-type(5) {
    padding: 10% 0 5% 10%;
}
#photo ul li:nth-of-type(6) {
    padding: 0 10% 10% 0;
}
#photo ul li:nth-of-type(7) {
    padding: 2% 0 10% 10%;
    position: relative;
}
#photo ul li:nth-of-type(7)::after {
    content: url('../images/photo_skoara.png');
    zoom: 0.5;
    position: absolute;
    bottom: -10%;
    left: 5%;
    z-index: 1;
}
#photo ul li:nth-of-type(8) {
    padding: 0 10% 20% 0;
}

#photo ul li a {
    display: block;
}


@media screen and (min-width: 768px) {
    #photo ul {
        display: flex;
        justify-content: center;
        /* align-items: start; */
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 15px;
        margin-bottom: 100px;
        min-width: 1080px;
        max-width: 1080px;
    }
    #photo ul li {
        width: 33%;
    }
    #photo ul li:nth-of-type(1) {
        padding: 0 15px 0 0;
    }
    #photo ul li:nth-of-type(2) {
        padding: 0 10px 0 0;
    }
    #photo ul li:nth-of-type(3) {
        padding: 80px 0 0 20px;
    }
    #photo ul li:nth-of-type(4) {
        padding: 0 20px 0 0;
    }
    #photo ul li:nth-of-type(5) {
        padding: 50px 15px 0 15px;
    }
    #photo ul li:nth-of-type(6) {
        padding: 60px 0 0 20px;
    }
    #photo ul li:nth-of-type(7) {
        padding: 0 25px 0 0;
    }
    #photo ul li:nth-of-type(8) {
        padding: 20px 0 0 25px;
    }
}


/* #modal */
#modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(238, 238, 238, 0.90);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
#modal.is-active {
    visibility: visible;
    opacity: 1;
}

#modal a#modal-close {
    display: flex;
    justify-content: right;
    align-items:center;
    width: 100%;
    height: 60px;
    padding: 0 20px 0 0;
}
#modal a#modal-close img {
    width: 22px;
    height: 22px;
}

#modal #modal-content {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: calc(100% - 60px);
    padding: 15px;
    background-color: #fff;
    transform: translateY(100%);
    transition: transform 0.4s ease-out;
    overflow: scroll;
}
#modal.is-active #modal-content {
    transform: translateY(0);
}

#modal #modal-content .modal-hub {
    display: none;
}

#modal #modal-content .modal-hub#modal-hub_06 {
}

#modal #modal-content .modal-hub#modal-hub_07 {
}

#modal #modal-content .modal-hub#modal-hub_08 {
}

#modal #modal-content .modal-hub a {
    color: #3070B8;
    text-decoration: underline;
}

#modal #modal-content .modal-hub h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    margin: 0 0 10px;
    padding: 0 10px 0 0;
}
#modal #modal-content .modal-hub h2 > img {
    width: auto;
}
#modal #modal-content .modal-hub h2 span img {
    height: 80px;
}

#modal-hub_06 .modal-hub h2 span img {
    width: 59px;
}

#modal #modal-content .modal-hub .mv_modal {
   margin-bottom: 25px;
}
#modal #modal-content .modal-hub .mv_modal h3 {
   margin-bottom: 25px;
}

#modal #modal-content .modal-hub .step {
    padding: 20px 10px 0 15px;
    margin-bottom: 40px;
    border-radius: 6px;
}
#modal #modal-content .modal-hub#modal-hub_06 .step {
    border: 3px solid var(--hub_06-color);
}
#modal #modal-content .modal-hub#modal-hub_07 .step {
    border: 3px solid var(--hub_07-color);
}
#modal #modal-content .modal-hub#modal-hub_08 .step {
    border: 3px solid var(--hub_08-color);
    position: relative;
}
#modal #modal-content .modal-hub#modal-hub_08 .step::after {
    content: '';
    border-style: solid;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-top: 20px solid var(--hub_08-color);
    border-bottom: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -17px;
    z-index: 1;
}
#modal #modal-content .modal-hub#modal-hub_08 .step + div {
    line-height:1.6;
    text-align: center;
    margin-bottom: 20px;
}
#modal #modal-content .modal-hub#modal-hub_08 .step + div strong {
    font-size: 20px;
}
#modal #modal-content .modal-hub#modal-hub_08 .step + div strong span {
    color: var(--hub_08-color);
    font-size: 20px;
}

#modal #modal-content .modal-hub .step h4 {
    font-size: 22px;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}
#modal #modal-content .modal-hub#modal-hub_06 .step h4 {
    color: var(--hub_06-color);
}
#modal #modal-content .modal-hub#modal-hub_07 .step h4 {
    color: var(--hub_07-color);
}
#modal #modal-content .modal-hub#modal-hub_08 .step h4 {
    color: var(--hub_08-color);
}

#modal #modal-content .modal-hub .step p.notice {
    color: #F00;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#modal #modal-content .modal-hub .step dl {
    display: flex;
    margin-bottom: 20px;
}
#modal #modal-content .modal-hub#modal-hub_06 .step dl:nth-of-type(2) {
    align-items: center;
}

#modal #modal-content .modal-hub .step dl dt {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    width: 61px;
    height: 61px;
    border-radius: 50%;
    padding: 12px 0 0;
}
#modal #modal-content .modal-hub#modal-hub_06 .step dl dt {
    background-color: var(--hub_06-color);
}
#modal #modal-content .modal-hub#modal-hub_07 .step dl dt {
    background-color: var(--hub_07-color);
}
#modal #modal-content .modal-hub#modal-hub_08 .step dl dt {
    background-color: var(--hub_08-color);
}

#modal #modal-content .modal-hub .step dl dt span {
    font-size: 14px;
    display: block;
}
#modal #modal-content .modal-hub#modal-hub_06 .step dl dt span {
    color: var(--hub_06-color_2nd);
}
#modal #modal-content .modal-hub#modal-hub_07 .step dl dt span {
    color: var(--hub_07-color_2nd);
}
#modal #modal-content .modal-hub#modal-hub_08 .step dl dt span {
    color: var(--hub_07-color_2nd);
}

#modal #modal-content .modal-hub .step dl dd {
    width: calc(100% - 61px);
    padding-left: 10px;
}
#modal #modal-content .modal-hub .step dl dd strong {
    font-size: 16px;
}

#modal #modal-content .modal-hub#modal-hub_06 .step ul.download {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    margin-bottom: 20px;
}

#modal #modal-content .modal-hub#modal-hub_06 .step ul.download li {
    width: 48%;
    margin: 0 2%;
}

#modal #modal-content .modal-hub .step dl dd p {
    margin-bottom: 10px;
}

#modal #modal-content .modal-hub#modal-hub_08 .playlist {
    padding: 30px 20px;
    border-radius: 6px;
    border: 7px solid rgba(21, 121, 190, 0.20);
    margin-bottom: 40px;
}

#modal #modal-content .modal-hub#modal-hub_08 .playlist p {
    color: var(--hub_08-color);;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
#modal #modal-content .modal-hub#modal-hub_08 .playlist p small {
    font-size: 16px;
}

#modal #modal-content .modal-hub#modal-hub_08 .playlist iframe {
    width: 100%;
}

#modal #modal-content .modal-hub .outline {
    margin-bottom: 20px;
}

#modal #modal-content .modal-hub .outline h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}
#modal #modal-content .modal-hub#modal-hub_06 .outline h4 {
    color: var(--hub_06-color);
}
#modal #modal-content .modal-hub#modal-hub_07 .outline h4 {
    color: var(--hub_07-color);
}
#modal #modal-content .modal-hub#modal-hub_08 .outline h4 {
    color: var(--hub_08-color);
}

#modal #modal-content .modal-hub .outline dl {
    margin-bottom: 1em;
}

#modal #modal-content .modal-hub .outline dl dt {
    font-weight: bold;
    margin-bottom: .2em;
}

#modal #modal-content .modal-hub .outline dl dd {
}

#modal #modal-content .modal-hub .outline dl dd p {
    margin-bottom: .4em;
}

#modal #modal-content .modal-hub .outline dl dd ul {
    margin-bottom: 1em;
}
#modal #modal-content .modal-hub .outline dl dd ul li {
    margin-bottom: .4em;
}

#modal #modal-content .modal-hub .outline dl dd ul.circle li,
#modal #modal-content .modal-hub .outline dl dd ul.kome li {
    text-indent: -1em;
    margin-left: 1em;
}
#modal #modal-content .modal-hub .outline dl dd ul.circle li::before {
    content: '・';
}
#modal #modal-content .modal-hub .outline dl dd ul.kome li::before {
    content: '※';
}


@media screen and (min-width: 768px) {
    #modal {
    }
    #modal #modal-content {
        width: 600px;
        height: auto;
        max-height: calc(100% - 10% - 80px);
        /*margin: 0 auto 0;*/
        margin: 90px auto 0;
        padding: 30px 58px;
        /*top: 10%;*/
        top: 0;
        left: calc(50% - 300px);
        overflow-x: hidden;
        /*border-radius: 20px;*/
    }
    #modal a#modal-close {
        width: 600px;
        /*height: 10%;*/
        height: 80px;
        margin: 0 auto 0;
        /*padding: calc(10% - 100px) 0 0 0;*/
        padding: 40px 0 0 0;
    }
    #modal a#modal-close img {
        width: 30px;
        height: 30px;
    }
    #modal #modal-content .modal-hub h2 {
        margin: 0 0 20px;
    }
}


/* footer */
footer {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 400px;
    padding: 100px 0;
    background-color: #303030;
}
footer a {
    display: inline-block;
}
footer p {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro";
}
footer p img {
    width: auto;
    height: auto;
}

