@charset "utf-8";

@keyframes blurFade {
    0% {
        opacity: 0;
        filter: blur(10px);
    }
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes fadeInKv {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes feedIn1 {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes feedIn2 {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeIn3 {
  0% {
    opacity: 0;
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes fuwafuwa {
    0% {
        transform:translate(0, 0) rotate(-7deg);
    }
    100% {
        transform:translate(0, -7px) rotate(0deg);
    }
}

/* =================================
main TOP
================================= */
/* top */
.top_container {
    width: 100%;
    height: 100dvh;
    z-index: 0;
    position: relative;
}

.red_box {
    margin: 2%;
    border: 2px solid #511014;
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 90dvh;
    z-index: -7;
    padding: 5%;
    animation: "fadeInKv" 1s 3s forwards;
    opacity: 0;
}

.background {
    background-image: url("../images/top-background.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    z-index: -10;
}

.cloud1 {
    background-image: url("../images/top-cloud1.svg");
    background-size: 424px;
    background-position: top 5% right -201px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    z-index: -6;
    animation: "feedIn1" 2s 2s forwards;
    opacity: 0;
}

.cloud2 {
    background-image: url("../images/top-cloud2.svg");
    background-size: 424px;
    background-position: bottom 20% left -201px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    z-index: -6;
    animation: "feedIn2" 2s 2s forwards;
    opacity: 0;
}

.main_visual {
    background-image: url("../images/top-keyVisual1-sp.png");
    background-size: 648px;
    background-position: top -48px center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100dvh;
    z-index: -7;
    animation: "fadeInKv" 1s 3s forwards;
    opacity: 0;
}

.circle {
    background-image: url("../images/top-circle.svg");
    background-size: 321px;
    background-repeat: no-repeat;
    background-position: top 28% center;
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    z-index: -9;
    animation: "blurFade" 2s 1s forwards;
    opacity: 0;
}

/* .top_bottomArea {
    width: 100%;
    height: 100dvh;
    position: relative;
} */

.top_wave1 {
    background-image: url("../images/top-wave1_1440.svg");
    background-repeat: no-repeat;
    background-size: 920px;
    background-position: bottom 100px right;
    position: absolute;
    width: 100%;
    height: 100vw;
    bottom: 0;
    z-index: -6;
    animation: "fadeIn3" 1s 2s forwards;
    opacity: 0;
}

.top_wave2 {
    background-image: url("../images/top-wave2_1440.svg");
    background-repeat: no-repeat;
    background-size: 920px;
    background-position: bottom 10px left;
    position: absolute;
    width: 100%;
    min-height: 60%;
    bottom: 31px;
    z-index: -5;
    animation: "fadeIn3" 1s 2.5s forwards;
    opacity: 0;
}

.top_wave3 {
    background-image: url("../images/top-wave3_1440.svg");
    background-repeat: no-repeat;
    background-position: bottom 0px left;
    background-size: 920px;
    position: absolute;
    width: 100%;
    min-height: 60%;
    bottom: 0;
    z-index: -4;
    animation: "fadeIn3" 1s 3s forwards;
    opacity: 0;
}

/* .top_bottomArea {
    width: 100%;
    height: 100dvh;
} */

.top_news {
    position: absolute;
    bottom: 150px;
    right: 3%;
    z-index: 3;
    
    font-family: "Hina mincho";
    text-align: center;
    line-height: 1;
    animation: "fadeIn3" 0.4s 3s forwards;
    opacity: 0;

    background-image: linear-gradient(#E9F8FC,#E9F8FC);
    background-size: 0 1px;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-out;
    padding-bottom: 5px;
}

.top_news:hover {
    background-size: 100% 1px;
    background-position: bottom left;
}

.top_news a {
    display: inline-block;
}

.info_news {
    font-size: 1.2rem;
    color: #E1C579;
}

.info_newsTime {
    font-size: 0.8rem;
    color: #E1C579;
}

.info_newsTitle {
    font-size: 1rem;
    color: #E9F8FC;
}

.op_wave_pc01,
.op_wave_pc02 {
    display: none;
}

/* top tablet 768px  */
@media screen and (min-width: 768px) {
    .cloud1 {
        background-image: url(../images/top-cloud1-pc.svg);
        background-size: 600px;
        background-position: top 2% right -270px;
    }

    .main_visual {
        background-image: url(../images/top-keyVisual1-pc.png);
        background-position: top 24px center;
    }

    .cloud2 {
        background-image: url(../images/top-cloud2-pc.svg);
        background-size: 600px;
        background-position: bottom 33% left -280px;
    }

    .circle {
        background-size: 600px;
        background-position: top 60px center
    }

    .top_news {
        display: flex;
        gap: 8px;
        bottom: 243px;
        right: 3%;
    }

    .top_wave1 {
        background-size: 1600px;
        background-position: bottom 100px right;
    }

    .top_wave2 {
        background-size: 1600px;
        background-position: bottom left;
    }

    .top_wave3 {
        background-size: 1600px;
        background-position: bottom right;
    }

    .info_news,
    .info_newsTime,
    .info_newsTitle {
        font-size: 1.6rem;
    }
}

/* top pc 1024px  */
@media screen and (min-width: 1024px) {
    .top_news {
        bottom: 40px;
        right: 2%;
    }
    
    .top_wave1 {
        background-size: 2200px;
        background-position: bottom 0 right;
        bottom: -150px;
    }

    .top_wave2,
    .top_wave3 {
        display: none;
    }

    .circle {
        background-size: 768px;
        background-position: top 60px center
    }

    .main_visual {
        background-position: top 24px center;
        background-size: 1140px;
    }

    .info_news,
    .info_newsTime,
    .info_newsTitle {
        font-size: 2rem;
    }

    .top_wave_pc01 {
        background-image: url("../images/top-wave2_1440.svg");
        background-repeat: no-repeat;
        background-size: 2200px;
        background-position: bottom left;
        position: absolute;
        width: 100%;
        height: 366px;
        top: -270px;
        z-index: 0;
        animation: "fadeIn3" 1s 2.5s forwards;
        opacity: 0;
    }


    .top_wave_pc02 {
        background-image: url("../images/top-wave3_1440.svg");
        background-repeat: no-repeat;
        background-size: 2200px;
        background-position: bottom right;
        position: absolute;
        width: 100%;
        height: 366px;
        top: -217px;
        z-index: 0;
    }

    .cloud1 {
        background-position: top 2% right -125px;
    }

    .cloud2 {
        background-position: bottom 7% left -125px;
    }
}

/* top pc 1440px  */
@media screen and (min-width: 1440px) {
    .red_box {
        height: 100dvh;
    }

    .top_wave1 {
        background-position: top right;
        background-size: 2894px 366px;
        height: 366px;
        bottom: -200px;
    }

    .top_wave_pc01 {
        background-position: top left;
        background-size: 2894px 366px;
        height: 366px;
        top: -210px;
    }

    .top_wave_pc02 {
        background-position: top right;
        background-size: 2894px 366px;
        width: 100%;
        height: 366px;
        top: -155px;
    }

    .main_visual {
        background-position: top 24px center;
        background-size: 1400px;
    }

    .circle {
        background-size: 866px;
        background-position: top 98px center;
    }

    .cloud1 {
        width: 85%;
    }

    .cloud2 {
        background-position: bottom left -18%;
    }

    .top_news {
        bottom: 55px;
        right: 3%;
    }

    .info_news,
    .info_newsTime,
    .info_newsTitle {
        font-size: 2.8rem;
    }
}

/* info */
.info {
    position: relative;
}

.info_container {
    transform: translateY(-3%);
}

.cloud-info01 {
    background-image: url("../images/top-cloud-info.svg");
    background-repeat: no-repeat;
    background-size: 1410px;
    background-position: top 50px center;
    width: 100%;
    height: 825px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.info_topic img {
    width: 164px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.info_keyVisual1 img {
    display: block;
    margin: 34px auto 0;
}

.info_textBox {
    margin: 29px 6% 0;
}

.info_title {
    font-family: 'Hina mincho';
    font-size: 32px;
}

.info_text {
    margin-top: 30px;
}

.info_btn {
    margin: 48px 0 0 auto;
}

.pc_br {
    display: none;
}

/* info tablet 768px  */
@media screen and (min-width: 768px) {
    .info_keyVisual1 img {
        margin: 30px auto 0;
    }

    .cloud-info01 {
        background-position: top center;
        top: 222px;
    }

    .info_topic img {
        width: 250px;
    }
}

/* info pc 1024px  */
@media screen and (min-width: 1024px) {
    .info_topic {
        position: absolute;
        top: 35px;
        left: 65%;
    }

    .info_container {
        margin: 150px 0 128px 0;
        transform: translateY(16%);
        display: flex;
        justify-content: center;
    }
    .info_textBox {
        margin: 314px 6% 0;
    }

    .info_keyVisual1 img {
        margin: 0 0 0 60px;
    }

    .pc_br {
        display: block;
    }

    .cloud-info01 {
        background-position: top left -346px;
        top: 450px;
    }
}

@media screen and (min-width: 1440px) {
    .cloud-info01 {
        background-size: 1567px;
        top: 325px;
    }
}
/* gallery */
.gallery {
    margin-top: 34px;
    width: 100%;
    overflow: hidden;
}


.gallery_slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.gallery_slide_container {
    display: flex;
    animation-name: "scrollGallery";
    animation-duration: 74000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

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

.gallery_slide_container01 {
    display: flex;
    width: 193px;
    height: 267px;
    margin: 0 8px;
}

.gallery_slide_container02 {
    display: flex;
    width: 562px;
    height: 267px;
    position: relative;
}

.gallery_image01  {
    width: 61px;
    padding-top: 161px;
}

.gallery_image02  {
    width: 124px;
    transform: translateX(-49%);
}

.gallery_image03  {
    width: 123px;
    padding-top: 114px;
    transform: translateX(-94%);
}

.gallery_image04  {
    width: 67px;
    padding-top: 49px;
    transform: translateX(-267%);
}

.gallery_image05  {
    width: 232px;
}

.gallery_image06  {
    width: 62px;
    padding-top: 28px;
    transform: translateX(18%);
}

.gallery_image07  {
    width: 123px;
    padding-top: 90px;
    transform: translateX(-40%);
}

.gallery_image08  {
    width: 96px;
    padding-top: 7px;
    transform: translateX(-100%);
}

.gallery_image09  {
    width: 61px;
    padding-top: 98px;
    transform: translateX(-207%);
}

.gallery_image10  {
    width: 165px;
    padding-top: 67px;
    transform: translateX(-73%);
}

.gallery_image11  {
    animation: "fuwafuwa" 3s ease-in-out infinite alternate;
    transition: 1.5s ease-in-out;
    width: 35px;
    padding-top: 66px;
    position: absolute;
    top: 0px;
    right: 170px;
}

.gallery_image12  {
    width: 165px;
    padding-top: 67px;
    transform: translateX(-70%);
}

.gallery_image13  {
    width: 67px;
    padding-top: 12px;
    transform: translateX(-269%);
}

/* gallery tablet 768px  */
@media screen and (min-width: 768px) {
    .gallery_slide_container {
    animation-duration: 90000ms;
    }

    .gallery_slide_container01 {
        width: 375px;
        height: 267px;
    }

    .gallery_slide_container02 {
        width: 1123px;
        height: 494px;
    }

    .gallery_image01  {
        width: 119px;
        padding-top: 253px;
    }

    .gallery_image02  {
        width: 238px;
        transform: translateX(-49%);
    }

    .gallery_image03  {
        width: 237px;
        padding-top: 216px;
        transform: translateX(-94%);
    }

    .gallery_image04  {
        width: 125px;
        padding-top: 98px;
        transform: translateX(-275%);
    }

    .gallery_image05  {
        width: 447px;
    }

    .gallery_image06  {
        width: 119px;
        padding-top: 56px;
        transform: translateX(18%);
    }

    .gallery_image07  {
        width: 251px;
        padding-top: 171px;
        transform: translateX(-40%);
    }

    .gallery_image08  {
        width: 192px;
        padding-top: 7px;
        transform: translateX(-100%);
    }

    .gallery_image09  {
        width: 122px;
        padding-top: 185px;
        transform: translateX(-207%);
    }

    .gallery_image10  {
        width: 330px;
        padding-top: 124px;
        transform: translateX(-73%);
    }

    .gallery_image11  {
        width: 69px;
        padding-top: 124px;
        right: 340px;
    }

    .gallery_image12  {
        width: 330px;
        padding-top: 124px;
        transform: translateX(-69%);
    }

    .gallery_image13  {
        width: 135px;
        padding-top: 11px;
        transform: translateX(-268%);
    }
}

/* gallery pc 1040px  */
@media screen and (min-width: 1040px) {
    .gallery_slide_container {
        animation-duration: 90000ms;
    }

    .gallery_slide_container01 {
        width: 500px;
    }

    .gallery_slide_container02 {
        width: 1425px;
    }

    .gallery_image01  {
        width: 157px;
        padding-top: 413px;
    }

    .gallery_image02  {
        width: 313px;
        transform: translateX(-49%);
    }

    .gallery_image03  {
        width: 313px;
        padding-top: 282px;
        transform: translateX(-95%);
    }

    .gallery_image04  {
        width: 175px;
        padding-top: 118px;
        transform: translateX(-261%);
    }

    .gallery_image05  {
        width: 589px;
    }

    .gallery_image06  {
        width: 157px;
        padding-top: 85px;
        transform: translateX(10%);
    }

    .gallery_image07  {
        width: 323px;
        padding-top: 235px;
        transform: translateX(-43%);
    }

    .gallery_image08  {
        width: 247px;
        padding-top: 29px;
        transform: translateX(-105%);
    }

    .gallery_image09  {
        width: 157px;
        padding-top: 253px;
        transform: translateX(-215%);
    }

    .gallery_image10  {
        width: 424px;
        padding-top: 195px;
        transform: translateX(-77%);
    }

    .gallery_image11  {
        width: 89px;
        padding-top: 195px;
        right: 435px;
    }

    .gallery_image12  {
        width: 424px;
        padding-top: 197px;
        transform: translateX(-73%);
    }

    .gallery_image13  {
        width: 173px;
        padding-top: 60px;
        transform: translateX(-280%);
    }
}

/* movie */
.movie {
    margin-top: 69px;
    position: relative;
}

.movie_smn {
    width: 100%;
    height: 200px;
}

.cloud-info02 {
    background-image: url("../images/top-cloud-movie.svg");
    background-repeat: no-repeat;
    background-size: auto 35%;
    background-position: top right -355px;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: -7%;
    left: 0;
}

.movie_btn {
    padding: 5px 61px;
    background-color: #E1C579;
    text-align: center;
    margin-top: 26px;
    transition: 0.5s;
}

.movie_btn:hover {
    background-color: #9F8233;
    color: #E9F8FC;
}

.movie_box01 {
    background-image: url("../images/movie-background01-sp.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 975px;
    z-index: -1;
}

.movie_box02 {
    background-image: url("../images/movie-background02-sp.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 855px;
    z-index: -1;
}

.movie_container {
    position: relative;
}

.movie_contents {
    position: absolute;
    top: 131px;
    width: 308px;
    left: 48%;
    transform: translateX(-48%);
}

.movie_contents02_position {
    position: relative;
    margin-top: 30px;
}

.movie_title {
    font-size: 2.4rem;
    font-weight: 400;
    color: #E9F8FC;
    line-height: 1.4;
    margin-top: 28px;
}

.movie_textBox {
    margin-top: 28px;
}

.movie_text {
    color: #E9F8FC;
    font-weight: 400;
}

/* movie tablet 768px  */
@media screen and (min-width: 768px) {

    .movie_smn {
        height: 260px;
    }

    .movie_textBox {
        height: 270px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .movie_contents {
        top: 205px;
        left: 60%;
        transform: translateX(-60%);
        width: 475px;
        margin: 0;
    }

    .movie_box01 {
        background-image: url("../images/movie-background01.svg");
        height: 1050px;
    }

    .movie_box02 {
        background-image: url("../images/movie-background02.svg");
        height: 1050px;
    }

    .movie_contents02_position {
        left: 0;
        top: 0%;
        margin-top: 0px;
    }

}

/* move pc 1024px  */
@media screen and (min-width: 1024px) {
    .cloud-info02 {
        background-position: top 15px right -122px;
        background-size: auto 78%;
    }

    .movie_container {
        display: flex;
        width: 1000px;
        gap: 10px;
        margin: 0 auto;
    }
    .movie_contents02_position {
        left: 8px;
    }

    .movie_contents {
        top: 231px;
        left: 0%;
        transform: translateX(16%);
        width: 405px;     
    }

    .movie_textBox02 {
        margin-top: 58px;
    }

    .movie_box01 {
        background-image: url("../images/movie-background01-tab.svg");
    }

    .movie_box02 {
        background-image: url("../images/movie-background01-tab.svg");
    }

    .movie_smn {
        height: 200px;
    }

    .movie_title {
        margin-top: 7px;
    }
}

/* move pc 1440px  */
@media screen and (min-width: 1440px) {
    .movie_contents {
        top: 205px;
        transform: translateX(24%);
        width: 475px;
    }

    .movie_box01 {
        background-image: url("../images/movie-background01.svg");
    }

    .movie_box02 {
        background-image: url("../images/movie-background02.svg");
    }

    .movie_smn {
        height: 260px;
    }

    .movie_title {
        margin-top: 28px;
    }

    .movie_textBox {
        height: 270px;
    }
    .movie_textBox02 {
        margin-top: 28px;
    }

    .movie_container {
        width: 1285px;
        margin: 0 auto;
    }
}

/* news */
.news {
    position: relative;
}

.news_back {
    position: absolute;
    background: linear-gradient(to bottom, #32A1B5 0%, #E9F8FC 10%, #E9F8FC 80%, #32A1B5 100%);
    width: 100%;
    height: 1267px;
    top: 0;
    left: 0;
    z-index: -2;
}

.news_container {
    margin: 0 3% 0;
    padding-top: 157px;
}

.news_container_back {
    background-color: #32A1B5;
    padding: 76px 0 53px;
}

.news_topic {
    font-family: "Hina mincho";
    font-size: 3.2rem;
    text-align: center;
}

.news_x {
    text-align: center;
    margin-top: 35px;
}

.xLinkBox {
    display: flex;
    justify-content: flex-end;
    margin: 0 8% 0 ;

}

.xLogo {
    width: 13px;
    height: 13px;
    vertical-align: baseline;
}

.news_xLink {
    background-image: linear-gradient(#140805,#140805);
    background-size: 0 1px;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-out;
}

.news_xLink:hover {
    background-size: 100% 1px;
    background-position: bottom left;
}

.xArrow {
    vertical-align: baseline;
}

.news_textBox {
    margin: 35px 3% 0;
}

.news_contents {
    border-top: 1px solid #140805;
    padding: 36px 7%;
}

.news_contents:last-of-type {
    border-bottom: 1px solid #140805;
}

.news_time {
    color: #511014;
    font-weight: 400;
}

.news_title {
    display: flex;
    background-image: linear-gradient(#140805,#140805);
    background-size: 0 1px;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-out;
    padding-bottom: 5px;
}

.news_title:hover {
    background-size: 100% 1px;
    background-position: bottom left;
}

.news_text {
    width: 90%;
}

.news_btn {
    margin: 94px auto 0;
}

/* news pc 1024px  */
@media screen and (min-width: 1024px) {
    .news_container {
        margin: 0 8% 0;
    }

    .news_textBox {
        margin: 35px 16% 0;
    }

    .xLinkBox {
        justify-content: center;
    }
}

/* news pc 1440px  */
@media screen and (min-width: 1440px) {
    .news_container_back {
        width: 1168px;
        margin: 0 auto;
    }

    .news_container {
        margin: 0;
    }
}

/* goods */
.goods_banner_container {
    margin: 83px 2% 0;
    text-align: center;
}

.goods_banner img:hover {
    transition-duration: .5s;
    transform: scale(0.95);
}

.goods {
    position: relative;
}

.cloud-goods {
    background-image: url("../images/top-cloud-info.svg");
    background-repeat: no-repeat;
    background-size: auto 110%;
    background-position: top;
    width: 100%;
    height: 532px;
    z-index: -2;
    position: absolute;
    top: -20%;
    left: 0;
}

/* goods pc 1440px  */
@media screen and (min-width: 768px) {
    .cloud-goods {
        background-size: auto 110%;
        background-position: top;
        height: 420px;
        top: 60%;
        left: -23%;
    }
}

/* goods pc 1440px  */
@media screen and (min-width: 1440px) {
    .cloud-goods {
        background-size: auto 123%;
        background-position: top;
        width: 100%;
        height: 100%;
        top: 37%;
        left: -23%;
    }
}

/* =================================
main INFO
================================= */
.prof {
    position: relative;
}

.cloud-prof01 {
    background-image: url("../images/top-cloud-info.svg");
    background-repeat: no-repeat;
    background-size: auto 28%;
    background-position: top 6% left 54%;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
}

.prof_kv {
    display: block;
    margin: 65px auto 0;
}

.prof_box {
    margin: 45px 5% 28px;
}

.prof_nameBox {
    display: flex;
    align-items: baseline;
    gap: 34px;
}

.prof_name {
    font-family: 'Hina Mincho';
    font-size: 7.2rem;
}

.prof_nameEn {
    font-family: 'Hina mincho';
    font-size: 3.2rem;
    color: #B13B6D;
}

.prof_cp {
    font-size: 2.4rem;
    line-height: 1.0;
}

.cp_c {
    color: #B13B6D;
}

.cn_title {
    font-weight: 400;
    color: #E9F8FC;
    padding: 6px 0 4px;
    background-color: #511014;
    border-radius: 22px;
    text-align: center;
}

.cn_text {
    font-size: 1.4rem;
    line-height: 2.1;
}

.cn_text img {
    vertical-align: baseline;
}

.cn_text span {
    padding: 0 3%;
}

.contents {
    margin-top: 30px;
}

.contents_boxPc02 {
    display: flex;
    gap: 9px;
    justify-content: space-around;
}

.contents_box04,
.contents_box05,
.contents_box06 {
    width: 30%;
}

.title03 {
    padding: 6px 4px 4px;
}

.text03 a {
    background-image: linear-gradient(#140805,#140805);
    background-size: 0 1px;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-out;
    padding-bottom: 5px;
}

.text03 a:hover {
    background-size: 100% 1px;
    background-position: bottom left;
}

.contents_box {
    margin-top: 18px;
}

/* INFO movie frame */
.prof_movie {
    position: relative;
    padding: 12px 12px;
    margin: 0 4%;
    max-width: 1300px;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.prof_movie iframe {
    max-width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
} 

.prof_movie:before,
.prof_movie:after { 
    content:'';
    width: 70px;
    height: 63px;
    position: absolute;
    display: inline-block;
}

.prof_movie01:before {
    border-left: solid 1px #511014;
    border-top: solid 1px #511014;
    top: 0;
    left: 0;
}

.prof_movie02:before {
    border-right: solid 1px #511014;
    border-top: solid 1px #511014;
    top: 0;
    right: 0;
}

.prof_movie01:after {
    border-right: solid 1px #511014;
    border-bottom: solid 1px #511014;
    bottom: 0;
    right: 0;
}

.prof_movie02:after {
    border-left: solid 1px #511014;
    border-bottom: solid 1px #511014;
    bottom: 0;
    left: 0;
}

.iframebox {
    max-width: 1440px;
    height: 175px;
}

.prof_movieBox {
    position: relative;
    position: absolute;
    width: 100%;
}

@media screen and (min-width: 1040px) {
    .cloud-prof01 {
        display: none;
    }

    .contents {
        margin-top: 50px;
    }

    .prof_kv {
        margin: 0;
    }

    .prof_boxPc {
        display: flex;
        justify-content: center;
        margin-top: 100px;
    }

    .prof_box {
        max-width: 493px;
        margin: 0px 4% 28px;
        justify-content: center;
    }
}

@media screen and (min-width: 1440px) {
    .prof_movie {
        margin: 100px auto 140px;
    }
}

/* INFO photo */
.photo {
    margin-top: 84px;
    position: relative;
}

.cloud-prof02 {
    background-image: url("../images/top-cloud-movie.svg");
    background-size: auto 70%;
    background-position: bottom right 80%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 210px;
    left: 0px;
    width: 100%;
    height: 648px;
    z-index: -2;
}

.list_topic {
    font-family: 'Hina mincho';
    font-size: 5.6rem;
    color: #E9F8FC;
    text-align: center;
    line-height: 1;
}

.photo_th {
    margin: 25px 3% 0;
    max-width: 94%;
}

.photo_th:hover {
    transition-duration: .5s;
    transform: scale(0.95);
}

.photo_box {
    margin: 4px 3% 0 0px;
    text-align: end;
}

.photo_link {
    display: inline;
    color: #E9F8FC;
    background-image: linear-gradient(#e9e9e9,#e9e9e9);
    background-size: 0 1px;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-out;
    padding-bottom: 5px;
}

.photo_link:hover {
    background-size: 100% 1px;
    background-position: bottom left;
}

.arrow {
    vertical-align: baseline;
    margin-left: 8px;
}

@media screen and (min-width: 768px) {
    .cloud-prof02 {
        background-position: top left 178px;
        background-size: 1100px;
        bottom: 440px;
    }
}

@media screen and (min-width: 1040px) {
    .list_topic {
        font-size: 10.4rem;
    }

    .cloud-prof02 {
        background-position: top left 228px;
        background-size: 1565px;
        height: 825px;
        bottom: 300px;
    }

    .photo_link {
        font-size: 2.4rem;
    }

    .photo_th {
        margin: 32px auto 0;
        display: block;
    }

    .photo_linkTh img {
        width: 1353px;
    }
}

@media screen and (min-width: 1440px) {
    .photo_box {
        width: 1355px;
        margin: 0 auto;
    }
}

/* INFO list */
.list {
    margin: 102px 3% 0;
}

.info_topicSub {
    font-family: 'Hina mincho';
    color: #E9F8FC;
    text-align: center;
}

.list_menu_box {
    border: solid 1px #E9F8FC;
    border-radius: 20px;
    display: flex;
    align-items: center;
    color: #E9F8FC;
    text-align: center;
    margin-top: 20px;
}

.list_menu01 {
    border-radius: 20px 0 0 20px;
}

.list_menu01.active {
    background-color: #02A69F;
}

.list_menu02.active {
    background-color: #02A69F;
    padding: 22px 17px 20px 17px;
}

.list_menu03.active {
    background-color: #02A69F;
    border-radius: 0 20px 20px 0;
}

.list_m,
.list_t,
.list_s {
    display: none;
}

.list_m.active, 
.list_t.active, 
.list_s.active {
    display: block;
}

.list_menu {
    width: 35%;
    padding: 22px 17px 20px 17px;
    line-height: 1.4;
}

.list_menu01 {
    border-right: solid 1px #E9F8FC;
}

.list_menu03 {
    border-left: solid 1px #E9F8FC;
}

.list_title {
    color: #E9F8FC;
    text-align: end;
    margin-top: 13px;
}

.list_item_archive a {
    background-image: linear-gradient(#140805,#140805);
    background-size: 0 1px;
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-out;
}

.list_item_archive a:hover {
    background-size: 100% 1px;
    background-position: bottom left;
}

/* table */
table {
    table-layout: fixed; /* 列幅を均等にしたい場合 */
}

/* tbodyとtrはdisplayの都合でwidth:100%が効きにくいが、
tableが100%になれば自動的に追従する */
tbody {
    width: 100%;
    display: table; /* display: table にすることで width: 100% が機能する */
}

th {
    font-weight: 400;
}

.list_container {
    border: solid 1px #140805;
    background-color: #ffffff;
}

.list_box {
    width: 100%;
}

.list_item {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.3;
    border-bottom: solid 1px #140805;
    width: 100%;
    display: table-row; /* デフォルト値だが明示的に指定 */
}

.list_head {
    border-bottom: solid 1px #140805;
    color: #32A1B5;
    font-weight: 700;
}

.list_item_title {
    border-right: solid 1px #140805;
    width: 40%;
    text-align: center;
    padding: 8px 5px;
}

.list_item_author {
    width: 40%;
    text-align: center;
    padding: 8px 5px;
}

.list_item_archive {
    width: 20%;
    text-align: center;
    border-left: solid 1px #140805;
    padding: 8px 5px;
}

.list_item_archive img {
    width: 32px;
    height: 22px;
}

@media screen and (min-width: 1040px) {    
    .list {
        margin: 115px 3% 0;
    }

    .info_topicSub {
        font-size: 3.6rem;
    }

    .list_menu_box {
        width: 900px;
        margin: 50px auto 0;
    }

    .list_item_title,
    .list_item_author,
    .list_item_archive {
        width: 33%;
    }
}
@media screen and (min-width: 1440px) {    
    .list_container {
        width: 1175px;
        margin: 0 auto;
    }

    .list_title {
        width: 1175px;
        margin: 13px auto 0;
    }
}

/* =================================
main GUIDE
================================= */
.gr_menu {
    display: flex;
    margin: 62px 6% 0 26%;
    gap: 16px;
}

.menu_element {
    border-bottom: solid 1px #140805;
    display: inline-block;
}

.menu_element img {
    vertical-align: baseline;
    padding-right: 16px;
}

.guide_container {
    margin: 54px 3% 0;
}

.guide_topic {
    color: #E9F8FC;
    padding: 5.5px 0;
    background-color: #511014;
    font-weight: 400;
    text-align: center;
}

.guide_textBox {
    margin: 16px 2% 0;
}

.guide_tag,
.guide_r,
.guide_illust,
.guide_taboo_titelBox {
    display: flex;
}

.guide_tag img,
.guide_r img,
.guide_illust img,
.guide_taboo img {
    width: 22px;
    height: 18px;
    margin-top: 5px;
}

.guide_box {
    margin-top: 43px;
}

.guide_title {
    font-weight: 400;
}

.guide_creat_textBox {
    margin-left: 18px;
}

.guide_tagBox,
.guide_rBox,
.guide_illustBox {
    margin-top: 18px;
}

.guide_tabooBox {
    margin: 18px 2% 0;
}

.guide_title_taboo {
    margin-left: 18px;
}

.taboo_box {
    background-color: #ffffff;
    padding: 16px 7%;
    margin-top: 11px;
}

.guide_q {
    margin: 24px 2% 0;
    padding: 19px 5%;
    text-align: center;
    line-height: 1.5;
    background-color: #E1C579;
    color: #511014;
    border: solid 1px #511014;
}

.guide_movieBox_pc01 {
    margin-top: 15px;
}

.guide_movieBox_pc02 {
    margin-top: 15px;
    padding: 21px 5%;
    background-color: #ffffff;
}

.tag {
    background-color: #E1C579;
}

.guide_cr {
    margin: 43px 6% 104px;
    padding-top: 23px;
    border-top: solid 1px #E9F8FC;
}

.cr_text {
    font-size: 1.4rem;
    text-align: end;
}

@media screen and (min-width: 768px) {
    .gr_menu {
        margin: 95px 6% 0 26%;
        gap: 14px;
    }

    .sp_menu_01,
    .sp_menu_02 {
        display: flex;
        gap: 14px;
    }

    .menu_element {
        font-size: 2.4rem;
    }

    .guide_container {
        margin: 0 3%;
    }
}

@media screen and (min-width: 1024px) {
    .guide_container {
        margin: 50px 3% 0;
    }

    .gr_menu {
        gap: 40px;
    }

    .sp_menu_01,
    .sp_menu_02 {
        gap: 40px;
    }

}

@media screen and (min-width: 1440px) {
    .gr_menu {
        margin: 125px 6% 0 26%;
        gap: 73px;
    }

    .sp_menu_01,
    .sp_menu_02 {
        gap: 73px;
    }

    .menu_element {
        font-size: 2.4rem;
    }

    .guide_container {
        margin: 87px auto 0;
        width: 1200px;
    }

    .guide_commuBox_pc {
        display: flex;
        gap: 80px;
    }

    .guide_stream,
    .guide_x,
    .guide_creatBox,
    .guide_tabooBox,
    .guide_movieBox_pc01,
    .guide_movieBox_pc02 {
        width: 47%;
    }

    .guide_tabooBox_pc02 {
        display: flex;
    }

    .guide_creat,
    .guide_movie {
        margin-top: 72px;
    }
    
    .guide_movie_textBox {
        display: flex;
        flex-direction: row;
        height: 142px;
        gap: 80px;
    }

    .guide_textMovie {
        text-align: center;
    }

    .guide_cr {
        margin: 43px auto 104px;
        padding-top: 23px;
        border-top: solid 1px #E9F8FC;
        width: 1200px;
    }
}

/* =================================
main NEWS
================================= */
.news_bg {
    background-color: #ffffff;
    width: 100%;
    height: 300px;
    z-index: -3;
    position: absolute;
    top: 0;
    left: 0;
}

.news_container_element {
    margin-top: 55px;
    background-color: #ffffff;
    position: relative;
}

.news_container_back_element {
    background-color: #32A1B5;
    padding: 76px 0 53px;
    margin: 0 3%;
}

.news_bg02 {
    background-color: #ffffff;
    width: 100%;
    height: 74px;
    z-index: -3;
    position: relative;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1024px) {
    .news_bg {
        height: 600px;
    }
}

@media screen and (min-width: 1440px) {
    .news_container_back_element {
        width: 1168px;
        margin: 0 auto;
    }
}

/* news 子ページ */
.news_content {
    margin: 0 4%
}

.news_contentTopic {
    text-align: end;
}

.news_contentTopic time {
    color: #511014;
}

.content_topic {
    font-size: 3.2rem;
    margin-top: 28px;
}

.content_back {
    background-color: #32A1B5;
    padding: 27px 0 53px;
    margin: 0 3%;
}

.news_content iframe {
    display: block;
    margin: 25px auto 0;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.news_smn {
    display: block;
    margin: 25px auto 0;
    max-width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.news_content img:hover {
    transition-duration: .5s;
    transform: scale(0.95);
}

.content_text {
    font-size: 2rem;
    margin: 25px 0 67px;
}

.return_btn {
    display: block;
    color: #511014;
    background-color: #E1C579;
    padding: 15px 0px;
    margin-left: auto;
    text-align: center;
    width: 156px;
}

.return_btn img {
    width: 13px;
    vertical-align: middle;
    transform: scale(-1, 1);
    margin-right: 20px;
}

.return_btn:hover {
    background-color: #9F8233;
    color: #E9F8FC;
}

@media screen and (min-width: 768px) {
    .news_content {
        max-width: 100%;
        max-height: 100%
    }
}

@media screen and (min-width: 1024px) {
    .news_contentTopic {
        text-align: left;
    }

    .content_topic {
        margin-top: 12px;
    }

    .content_back {
        padding: 94px 0 53px;
    }

    .news_content {
        width: 867px;
        margin: 0 auto;
    }

    .news_content iframe {
        margin: 25px 0 0 0;
    }

    .news_smn {
        margin: 25px 0 0;
    }
}

@media screen and (min-width: 1440px) {
    .content_back {
        margin: 0 auto;
    }
}

/* =================================
main CONTACT
================================= */
.contact_topic {
    text-align: center;
    margin-top: 66px;
}

.contact_container {
    display: flex;
    margin: 25px 3% 0;
    flex-direction: column;
    align-items: center;
}

.contact_img img {
    border-radius: 30px;
    width: 542px;
}

.contact_box {
    margin-top: 25px;
}

.contact_text02 {
    margin-top: 30px;
}

.contact_btn {
    text-align: center;
    line-height: 1;
    padding: 20px 23px;
    margin: 44px auto 0;
    width: 335px;
    background-color: #E1C579;
    border: solid 1px #511014;
    color: #511014;
    transition: 0.5s;
}

.contact_btn:hover {
    background-color: #9F8233;
    color: #E9F8FC;
}

.contact_text03 {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 105px;
}

@media screen and (min-width: 1024px) {
    .contact_topic {
        text-align: center;
        margin-top: 99px;
        font-size: 3rem;
    }

    .contact_container {
        flex-direction: row-reverse;
        gap: 77px;
        margin: 125px 2%;
        justify-content: center;
        align-items: flex-start;
    }

    .contact_box {
        margin-top: 10px;
    }

    .contact_btn {
        font-size: 2.4rem;
        width: 385px;
        padding: 20px 40px;
    }
}

/* =================================
main TANIN
================================= */
.tanin_topics {
    padding-top: 90px;
    color: #167891;
    text-align: center;
    animation: "topicfeedIn" 2s 2.5s forwards;
    opacity: 0;
}

.tanin_topic {
    font-family: 'Hina Mincho';
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
    padding-top: 0;
}

.sub {
    font-family: 'Hina Mincho';
    font-size: 1.4rem;
    line-height: 1;
}

.tanin_text {
    font-size: 1.4rem;
}

.tanin_textBox {
    margin-top: 80px;
}

.tanin_topText {
    margin: 68px 0 0 75px;
    text-align: center;
}

.tanin_picture {
    margin: 37px 3% 0;
}

.tanin_textContainer {
    margin: 0px 3% 118px;
}

.tanin_op {
    text-align: center;
}

.tanin_textTopic {
    font-family: 'Hina Mincho';
    font-size: 2.4rem;
    line-height: 1;
    display: inline-block;
    background: linear-gradient(transparent 80%, rgba(225, 197, 121, 0.5) 60%);
}

.tanin_textElement {
    margin-top: 20px;
}

.Element_footer {
    margin-top: 80px;
    font-size: 2.0rem;
    text-align: center;
}

.pc_br {
    display: none;
}

.cloud-tanin {
    background-image: url(../images/top-cloud-movie.svg);
    background-size: 119%;
    background-position: top left -95px;
    background-repeat: no-repeat;
    position: absolute;
    top: 365px;
    left: 0px;
    width: 100%;
    height: 648px;
    z-index: -2;
}

@media screen and (min-width: 768px) {
    .cloud-tanin {
        background-size: 119%;
        background-position: top left -123px;
        top: 535px;
    }

    .tanin_topText {
        margin: 105px 0 0 75px;
        text-align: center;
    }
    
    .tanin_picture {
        margin: 65px 3% 0;
    }

    .tanin_textTopic {
        font-size: 3.4rem;
    }

    .tanin_text {
        font-size: 2.0rem;
    }

    .tanin_topic {
        font-size: 5.6rem;
    }

    .tanin_textBox {
        margin-top: 120px;
    }

    .pc_br {
        display: block;
    }

    .Element_footer {
        margin-top: 100px;
        font-size: 3.0rem;
    }
}

@media screen and (min-width: 1024px) {
    .cloud-tanin {
        background-size: 1410px;
        background-position: top center;
        top: 769px;
        height: 750px;
    }

    .tanin_topic {
        font-size: 10.4rem;
    }

    .tanin_topics {
        padding: 255px 0 90px;
    }

    .sub {
        font-size: 3.6rem;
    }

    .tanin_picture {
        margin-top: 96px;
    }

    .tanin_picture img {
        display: block;
        margin: 0 auto;
    }

    .tanin_textBox {
        display: flex;
        gap: 158px;
    }

    .tanin_textTopic {
        background: linear-gradient(transparent 100%);
        writing-mode: vertical-rl;
        text-orientation: upright;
    }

    .tanin_textContainer {
        width: 927px;
        margin: 0 auto 180px;
    }
}

@media screen and (min-width: 1440px) {
    .cloud-tanin {
        background-size: 1670px;
        background-position: top center;
        top: 655px;
        height: 885px;
    }

    .tanin_textContainer {
        width: 1167px;
        margin: 0 auto 118px;
    }

    .Element_footer {
        margin-top: 145px;
        font-size: 4rem;
    }
}
