@charset "utf-8";
@import url('http://fonts.cdnfonts.com/css/optima');

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			初期設定
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, label, textarea, p, blockquote, table, caption, tbody, tfoot, thead, th, td, option, figure, figcaption {
    margin: 0;
    padding: 0;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

ol, ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: 500;}
a, ins, del {text-decoration: none;}
a {
    display: block;
    cursor: pointer;
    color: #414141;
}
img {
    width: 100%;
    height: auto;
    border: 0;
    margin: 0;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
picture, figure, audio {
    display: inline-block;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			共通
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
* {outline: none;}
html {
    color: #414141;
    /*overflow: hidden;*/
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    background-color: #FFFFFF;
    scroll-padding-top: 90px; /* 固定ヘッダの高さ分 */
    scroll-behavior: smooth;
    line-break: strict;
}

body {
    position: relative;
    /*font-family: 'Noto Serif JP', '游明朝', YuMincho, 'Yu Mincho', serif;*/
    font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
    overflow-x: hidden;
}

.marcellus{
    font-family: 'Marcellus', serif;
}

.en {
    font-family: 'Optima', 'Marcellus', 'Segoe', serif;
}

.dot{
    font-family: 'DotGothic16', sans-serif;
}

.poppins{
    font-family: 'Poppins', sans-serif;
}

.train{
    font-family: 'Train One', cursive;
}
.dela{
    font-family: 'Dela Gothic One', cursive;
}
.rampart{
    font-family: 'Rampart One', cursive;
}

.navopen {
    overflow-y: hidden;
}

.active{
    overflow: hidden;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			動き関連
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.fadeinup_animated{
    opacity: 0;
    transform: translateY(2%);
    transition: 2s;
}
.fadeinup_animated.fadeInUp{
    opacity: 1;
    transform: translateY(0);
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			Lazy Blocks
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.work-introduction{

}
.work-introduction .visual{
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.work-introduction .visual .image{
    width: 100%;
    height: 100%;
    text-align: center;
}
.work-introduction .visual img{
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: contain;
}
.work-introduction .title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}
.work-introduction p{
    margin-bottom: unset !important;
}
.work-introduction .title h3{
    border: unset;
    padding: unset;
    font-weight: unset;
    margin: unset;
    font-size: 16px;
}
.work-introduction .meta{
    margin-bottom: 30px;
}
.work-introduction .meta .directed{
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}
.work-introduction .meta .directed p{

}
.work-introduction .meta .release{
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}
.work-introduction .meta .release p{

}
.work-introduction .label{
    font-size: 14px;
    width: 100px;
    margin-right: 10px;
}
.work-introduction .synopsis_area{
    padding: 30px;
    background-color: #f7fdff;
    border-radius: 10px;
}
.work-introduction .synopsis_area .synopsis{
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.work-introduction .synopsis_area .source{
    display: flex;
    font-size: 10px;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			自作ページネーション
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.pagination{
    margin: 100px auto 90px;
    width: fit-content;
}

.pagination .page-numbers{
    display: flex;
    justify-content: space-between;
    color: #242424;
    height: 40px;
    z-index: 1;
}
.pagination .page-numbers .page-numbers{
    width: 40px;
    aspect-ratio: 1 / 1;
    /*border-radius: 50%;*/
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 14px;
    letter-spacing: 0.045em;
    transition: 0.2s;
    background: white;
    border-radius: 50%;
}
.pagination .page-numbers .page-numbers:hover{
    background-color: #da2727;
    border: 1px solid #da2727;
    color: white;
}
.pagination .page-numbers li{
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.pagination .page-numbers li:last-child{
    margin-right: unset;
}
.pagination .page-numbers.dots{
    border: unset;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev{
    border: unset !important;
    /*width: 85px;*/
    text-align: center;
    transition: 0.2s;
    position: relative;
    display: flex;
    text-decoration: none;
    /*aspect-ratio: unset;*/
    /*height: fit-content;*/
}
.pagination .page-numbers.next:after,
.pagination .page-numbers.prev:after{
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.pagination .page-numbers.next:hover:after,
.pagination .page-numbers.prev:hover:after{
    /*transform: scale(1, 1);*/
}
.pagination .page-numbers.next:hover,
.pagination .page-numbers.prev:hover{
    background-color: #da2727 !important;
    font-weight: bold;
}
.pagination .page-numbers.current{
    background-color: #da2727;
    border: 1px solid #da2727;
    color: white;
}
.pagination .page-numbers.next:before,
.pagination .page-numbers.prev:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 10px;
    background-image: url(../images/common/arrow_b.svg);
    background-size: cover;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pagination .page-numbers.prev:before{
    transform: rotate(180deg);
    left: 5px;
}
.pagination .page-numbers.next:before{
    right: 5px;
}

.pagination .page-numbers .no-link{
    color: #A0A0A0;
}
.pagination .page-numbers .prev.no-link:before,
.pagination .page-numbers .next.no-link:before{
    background-image: url(../images/common/arrow_g.svg);
    width: 10px;
    height: 5px;
}
.pagination .page-numbers .prev.no-link:before{
    transform: rotate(90deg);
}
.pagination .page-numbers .next.no-link:before{
    transform: rotate(-90deg);
}
.pagination .page-numbers.next.no-link:after,
.pagination .page-numbers.prev.no-link:after{
    background-color: #A0A0A0;
}

.single .pagenavi{
    margin: 100px auto;
}
.single .pagenavi ul{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0.08em;
}
.single .pagenavi ul a{
    position: relative;
    display: block;
    padding: 0 10px;
}
.single .pagenavi ul li span{
    transition: 0.2s;
    font-weight: bold;
}
.single .pagenavi ul li{
    color: black;
    list-style: none;
}
.single .pagenavi ul li a:before{
    position: absolute;
    content: '';
    transition: 0.2s;
    width: 0;
    height: 100%;
    background-color: #da2727;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.single .pagenavi ul li a:hover{
    color: white;
}
.single .pagenavi ul li a:hover:before{
    width: 100%;
}
.single .pagenavi ul li.inactive .empty{
    color: #cbcbcb !important;
}

.single .pagenavi .list{
    margin: 0 50px;
}
.single .pagenavi ul .prev{

}
.single .pagenavi ul .next{

}
.single .pagenavi ul .prev a:before{
    background-color: red;
}
.single .pagenavi ul .next a:before{
    background-color: black;
}
.single .pagenavi ul .prev:hover span{
    color: yellow;
}
.single .pagenavi ul .next:hover span{
    color: #AAA030;
}
.single .pagenavi ul .prev:hover a:before,
.single .pagenavi ul .next:hover a:before{
    /*height: 2px;*/
    width: 100%;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			スクロールバー
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#gallery,#blog#movie{

}
#blog::-webkit-scrollbar{
    width: unset;
}
#blog::-webkit-scrollbar-corner{
    background: unset;
}
#blog::-webkit-scrollbar-thumb{
     background-color: unset;
     box-shadow: unset;
}
#blog::-webkit-scrollbar-track{
    background-image: unset;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			オープニングアニメーション
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#opening_animation{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
}
#opening_animation .wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#opening_animation .wrapper .bg_img{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 5s;
}
#opening_animation .wrapper .bg_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#opening_animation .wrapper .bg_img.after{
    opacity: 0;
}

#opening_animation .wrapper .window{
    z-index: 1;
}

#opening_animation .wrapper .skip{
    position: absolute;
    width: 70px;
    height: auto;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
}
#opening_animation .wrapper .skip .close{
    display: block;
}
#opening_animation .wrapper .skip .open{
    display: none;
}
#opening_animation .wrapper .skip:hover .open{
    display: block;
}
#opening_animation .wrapper .skip:hover .close{
    display: none;
}

#opening_animation,#boot_screen{
    /*display: none !important;*/
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			header(98Ver)
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#ver_98{
    position: fixed;
    max-width: 100%;
    width: 100%;
    background-color: #bbc3c4;
    bottom: 0px;
    left: 0px;
    box-shadow: 0px -1px 0px #ffffff;
    padding: 2px 0px;
    z-index: 2;
}
#ver_98 .wrapper{
    display: flex;
    justify-content: space-between;
}
#ver_98 .start_currentarea{
    position: relative;
    display: flex;
}
#ver_98 .start_menu{
    display: none;
    position: absolute;
}
#ver_98 .start_menu.active{
    display: flex;
    width: 250px;
    background-color: #bbc3c4;
    left: 0px;
    bottom: 25px;
    box-shadow: 0px -1px 0px #ffffff;
    z-index: 2;
}

/*左に出てくるやつ*/
#ver_98 .start_menu .accent{
    display: flex;
    justify-content: flex-end;
    align-items: end;
    background-color: blue;
    background: rgb(13,5,255);
    /*background: linear-gradient(0deg, rgba(13,5,255,1) 70%, rgb(40 138 255) 100%);*/
    background: linear-gradient(0deg,navy,#1084d0);
    width: 20px;
    color: white;
}
#ver_98 .start_menu .accent img{
    width: 90%;
    height: auto;
    margin-bottom: 10px;
}
#ver_98 .start_menu .menu_list{
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
}
#ver_98 .start_menu .menu_list .parts{
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 2px;
    transition: 0.1s;
}
#ver_98 .start_menu .menu_list .parts:hover{
    background-color: #00007D;
    color: white;
}
#ver_98 .start_menu .menu_list .parts.parent{
    position: relative;
}
#ver_98 .start_menu .menu_list .parts.parent .submenu{
    position: absolute;
    display: none;
}
#ver_98 .start_menu .menu_list .parts.parent:hover .submenu{
    display: flex;
    flex-direction: column;
    background-color: #bbc3c4;
    box-shadow: -1px -1px 0px #ffffff;
    top: -75px;
    right: -230px;
    width: 230px;
}
#ver_98 .start_menu .menu_list .parts.parent .submenu .parts{
    padding: 5px 2px;
}
#ver_98 .start_menu .menu_list .parts.parent .submenu .parts .img{
    width: 14px;
}
#ver_98 .start_menu .menu_list .parts.parent .submenu .parts p{

}

#ver_98 .start_menu .menu_list .parts.parent:before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #000000;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    transition: 0.1s;
}
#ver_98 .start_menu .menu_list .parts.parent:hover:before{
    border-color: transparent transparent transparent white;
}

#ver_98 .start_menu .menu_list .parts .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
}
#ver_98 .start_menu .menu_list .parts .img img{

}
#ver_98 .start_menu .menu_list .parts p{
    padding-left: 10px;
    line-height: 1;
}

.start_menu_outer{
    display: none;
    position: absolute;
    content: '';
    width: 100vw;
    height: 100vh;
    background-color: transparent;
    z-index: 1;
}
.start_menu_outer.active{
    display: block;
    position: fixed;
}


/*スタートボタン*/
#ver_98 .start_button{
    margin: 0px 2px;
    box-shadow: inset -1px -1px 0px #0c0c0c, inset 1px 1px 0px #ffffff, inset -2px -2px 0px #808088, inset 2px 2px 0px #bbc3c4;
}

/*時間*/
#ver_98 .time{
    color: #414141;
    background-color: #bbc3c4;
    display: flex;
    align-items: center;
    height: 22px;
    padding: 0px 4px 0px 4px;
    box-shadow: inset -1px -1px 0px #ffffff, inset 1px 1px 0px #808088;
}
#ver_98 .time span{
    line-height: 1;
}
/*区切り*/
#ver_98 .partition_parts{
    position: relative;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #bbc3c4;
    box-shadow: inset -1px -1px 0px #808088, inset 1px 1px 0px #ffffff;
}
#ver_98 .icon_area{
    display: flex;
    align-items: center;
    padding: 0 3px;
}
#ver_98 .icon_area a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3px;
    padding: 3px;
    height: calc(100% - 6px);
}
#ver_98 .icon_area a:hover{
    box-shadow: inset -1px -1px 0px #808088, inset 1px 1px 0px #ffffff;
}

#ver_98 .icon_area a:last-child{
    margin-right: unset;
}
#ver_98 .icon_area a:nth-child(1) img{
    width: 13px;
    height: auto;
}
#ver_98 .icon_area a:nth-child(2) img{
    width: 13px;
    height: auto;
}
#ver_98 .icon_area a:nth-child(3) img{
    width: 13px;
    height: auto;
}
#ver_98 .current_page{
    position: relative;
    display: flex;
    align-items: center;
    color: black;
    font-weight: bold;
    margin: 0px 1px;
    width: 140px;
    height: 22px;
    flex: 1;
    padding-top: 1px;
    padding-left: 24px;
    padding-right: 3px;
    text-align: left;
    box-shadow: inset -1px -1px 0px #ffffff, inset 1px 1px 0px #0c0c0c, inset -2px -2px 0px #bbc3c4, inset 2px 2px 0px #808088;
    background-size: 14px;
    background-repeat: no-repeat;
}
#ver_98 .current_page img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    width: 15px;
    height: auto;
}
#ver_98 .current_page p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.single #ver_98,
.archive #ver_98{
    display: none;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			header(simple)
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#simple_header{
    display: none;
}
.single #simple_header,
.archive #simple_header {
    position: absolute;
    display: block;
    width: 100%;
    height: 80px;
    z-index: 5;
    backdrop-filter: blur(2px);
    transition: 0.5s;
}
.scrolled.single #simple_header,
.scrolled.archive #simple_header {
    position: fixed;
    background-color: white;
    z-index: 5;
}
.single #simple_header.active,
.archive #simple_header.active{
    background-color: white;
}
#simple_header .wrapper{
    position: relative;
    width: calc(100% - 60px);
    height: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#simple_header .wrapper .logo{
    position: absolute;
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 57px;
    height: 70px;
    border-radius: 50%;
    background-color: black;
    transition: 0.5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#simple_header .wrapper .logo img{
    width: auto;
    height: 100%;
}
#simple_header .wrapper .logo:hover{
    background-color: transparent;
}
#simple_header .wrapper .menu{
    display: flex;
    align-items: center;
}
#simple_header .wrapper .menu a{
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
    transition: 0.5s;
    padding: 1px 5px;
    color: white;
}
.active #simple_header .wrapper .menu a,
.scrolled #simple_header .wrapper .menu a{
    color: #313131;
}
.active #simple_header .wrapper .menu a span,
.scrolled #simple_header .wrapper .menu a span{
    text-shadow: 1px 1px 3px rgb(0 0 0 / 15%);
}
#simple_header .wrapper .menu a span{
    font-size: 14px;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 100%);
}
#simple_header .wrapper .menu.left{

}
#simple_header .wrapper .menu.left a:hover,
#simple_header .wrapper .menu.right a:hover{
    color: white;
}
#simple_header .wrapper .menu.right a:hover path{
    fill: white;
}
#simple_header .wrapper .menu.left a:before,
#simple_header .wrapper .menu.right a:before{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.5s;
}
#simple_header .wrapper .menu.left a:hover:before,
#simple_header .wrapper .menu.right a:hover:before{
    width: 100%;
    background-color: #da2727;
    z-index: -1;
}
#simple_header .wrapper .menu.right a{
    /*padding: 1px 0;*/
}
#simple_header .wrapper .menu.right a:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
}
#simple_header .wrapper .menu.right a svg{
    width: 15px;
    height: auto;
    margin-left: 10px;
}
#simple_header .wrapper .menu.right a svg path{
    fill: white;
}
.scrolled #simple_header .wrapper .menu.right a svg path,
.active #simple_header .wrapper .menu.right a svg path{
    fill: #313131;
}
.scrolled #simple_header .wrapper .menu.right a:hover svg path,
.active #simple_header .wrapper .menu.right a:hover svg path{
    fill: white;
}
#simple_header .wrapper .menu .hamburger_btn{
    width: 45px;
    height: 45px;
    cursor: pointer;
    border-radius: 50%;
}
#simple_header .wrapper .menu .hamburger_btn .wrapper{
    position: relative;
    content: '';
    width: 100%;
    height: 100%;
    padding: unset;
}
#simple_header .wrapper .menu .hamburger_btn .wrapper .line{
    position: absolute;
    content: '';
    height: 2px;
    transition: 0.5s;
    right: 0;
    left: 0;
    margin: auto;
    background-color: white;
    box-shadow: 1px 1px 3px #00000040;
}
.scrolled #simple_header .wrapper .menu .hamburger_btn .wrapper .line,
.active #simple_header .wrapper .menu .hamburger_btn .wrapper .line{
    background-color: #313131;
}
#simple_header .wrapper .menu .hamburger_btn .wrapper .line:nth-child(1){
    width: 23px;
    top: 0;
    bottom: 12px;
}
#simple_header .wrapper .menu .hamburger_btn .wrapper .line:nth-child(2){
    top: 0;
    bottom: 0;
    width: 29px;
}
#simple_header .wrapper .menu .hamburger_btn .wrapper .line:nth-child(3){
    top: 12px;
    bottom: 0;
    width: 23px;
}

#simple_header .wrapper .menu .hamburger_btn.active .wrapper .line:nth-child(2){
    opacity: 0;
}
#simple_header .wrapper .menu .hamburger_btn.active .wrapper .line:nth-child(1){
    transform: rotate(-45deg);
    bottom: 0;
}
#simple_header .wrapper .menu .hamburger_btn.active .wrapper .line:nth-child(3){
    transform: rotate(45deg);
    top: 0;
}
.drawer_area{
    position: fixed;
    display: block;
    transition: 0.5s;
    right: -320px;
    opacity: 0;
}
.active .drawer_area{
    position: fixed;
    display: block;
    z-index: 10;
    right: 0;
    top: 80px;
    background-color: #ebebeb;
    width: 250px;
    height: calc(100% - 80px);
    opacity: 1;
}
.drawer_area .wrapper{
    padding: 30px;
}
.drawer_area .wrapper .link_area{

}
.drawer_area .wrapper .link_area a{
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: solid 1px #d5d5d56b;
}
.drawer_area .wrapper .link_area a span{
    width: 100%;
    text-align: right;
}
.drawer_area .wrapper .link_area.outer a span{
    padding-right: 10px;
}
.drawer_area .wrapper .link_area a svg{
    display: block;
}
.drawer_area .wrapper .link_area a svg path{
    fill: #414141;
}
.drawer_area-outer{
    content: '';
    /*width: calc(100% - 250px);*/
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    background-color: #0000009e;
}
.drawer_area-outer.active{
    display: block;
    position: fixed;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
         フッター
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
footer{
    position: absolute;
    bottom: 0;
    font-size: 10px;
    text-align: center;
    width: 100%;
}
.archive footer,
.single footer{
    position: unset;
}
footer #copy_right p{
    font-size: 10px;
    color: darkgray;
    line-height: 2;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
         TOP
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#home{

}
#home #fv{
    position: relative;
    content: '';
    width: 100%;
    height: 100vh;
    background-color: #008080;
}
#home #fv .shortcut_parts{
    position: absolute;
    width: 70px;
    z-index: 1;
}
#home #fv .shortcut_parts .icon{
    width: 32px;
    height: auto;
    margin: 0 auto 5px;
}
#home #fv .shortcut_parts .label{
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
    color: black;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
}
#home #fv .shortcut_parts.profile{
    top: 10px;
    left: 5px;
}

#home #fv .shortcut_parts.gallery{
    top: 75px;
    left: 5px;
}

#home #fv .shortcut_parts.blog{
    top: 140px;
    left: 5px;
}
#home #fv .shortcut_parts.movie{
    top: 205px;
    left: 5px;
}
#home #fv .shortcut_parts.mail{
    top: 270px;
    left: 5px;
}

#home #fv .shortcut_parts.youtube{
    top: 10px;
    left: 80px;
}

/*顔増殖に関して*/
#home #fv .face_area {
    display: none;
}
#home #fv .face_item {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
    width: 150px;
    height: 150px;
}
#home #fv .face_item img {
    width: 100%;
    height: 100%;
}
/*増殖する場所*/
#home #fv .proliferate_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*増殖するボタン*/
#home #fv .window{
    position: absolute;
    width: 130px;
    top: 10px;
    right: 10px;
}
#home #fv .window .window-body{
    text-align: center;
}
#home #fv #proliferate_window.none{
    display: none;
}


/*ショップ*/
#home #shop{
    width: calc(100% - 60px);
    height: calc(100% - 200px);
    background-color: black;
    padding: 100px 30px;
    overflow-x: hidden;
}
#home #shop .intro_txt{
    text-align: center;
    margin-bottom: 100px;
    color: white;
}
#home #shop .intro_txt h2{
    font-size: 52px;
}
#home #shop .intro_txt p{
    font-size: 20px;
}
/*ショップスライダー*/
#home #shop .shop-swiper-container{
    position: relative;
    width: 100%;
}
#home #shop .shop-swiper-container .swiper-wrapper{
    width: 100%;
}

#home #shop .shop-swiper-container .swiper-wrapper　.swiper-slide {
    height: 300px;
}

#home #shop .shop-swiper-container .swiper-wrapper　.swiper-slide img {
    width: 100%;
}

#home #shop .shop-swiper-container .swiper-wrapper　.slide-invisible {
    opacity: 0;
}
#home #shop .shop-swiper-container .swiper-slide.swiper-slide-active{

}
#home #shop .shop-swiper-container .swiper-slide.swiper-slide-active .embed_code{

}
#home #shop .shop-swiper-container .swiper-slide .suzuri-widget-product{

}
#home #shop .shop-swiper-container .swiper-slide .suzuri-widget-product .suzuri-widget-product-wrap{

}
#home #shop .shop-swiper-container .swiper-slide .suzuri-widget-product .suzuri-widget-product-wrap .suzuri-widget-product-image-hover{

}
#home #shop .shop-swiper-container .swiper-slide .suzuri-widget-product .suzuri-widget-product-wrap .suzuri-widget-product-info{

}
#home #shop .shop-swiper-container .swiper-slide .suzuri-widget-product .suzuri-widget-product-wrap .suzuri-widget-product-info .text-parent{
    display: none;
}
#home #shop .shop-swiper-container .swiper-slide .suzuri-widget-product .suzuri-widget-product-wrap .suzuri-widget-product-info .text-parent p:first-child{
    display: none;
}
#home #shop .shop-swiper-container .swiper-slide .suzuri-widget-product .suzuri-widget-product-wrap .suzuri-widget-product-info .text-parent p:first-child:last-child{

}
#home #shop .shop-swiper-container .swiper-slide .explan_txt{
    display: none;
}
/*アクティブ*/
#home #shop .shop-swiper-container .swiper-slide.swiper-slide-active .suzuri-widget-product{
    margin-right: unset;
}
#home #shop .shop-swiper-container .swiper-slide.swiper-slide-active .suzuri-widget-product .suzuri-widget-product-wrap{
    width: 100% !important;
}
#home #shop .shop-swiper-container .swiper-slide.swiper-slide-active .suzuri-widget-product .suzuri-widget-product-wrap .suzuri-widget-product-image-hover{

}
#home #shop .shop-swiper-container .swiper-slide.swiper-slide-active .suzuri-widget-product .suzuri-widget-product-wrap .suzuri-widget-product-info{
    padding: 5px 0;

}
#home #shop .shop-swiper-container .swiper-slide.swiper-slide-active .suzuri-widget-product .suzuri-widget-product-wrap .suzuri-widget-product-info .text-parent{
    display: block;
}
#home #shop .shop-swiper-container .swiper-slide.swiper-slide-active .suzuri-widget-product .suzuri-widget-product-wrap .suzuri-widget-product-info .text-parent p:first-child{
    display: none;
}
#home #shop .shop-swiper-container .swiper-slide.swiper-slide-active .suzuri-widget-product .suzuri-widget-product-wrap .suzuri-widget-product-info .text-parent p:last-child{
    color: white;
    font-weight: bold;
}
#home #shop .shop-swiper-container .swiper-slide.swiper-slide-active .explan_txt{
    color: white;
}

#home #shop .shop-swiper-container .swiper-wrapper　.swiper-slide-active img {
    transform: scale(1.5);
}


/*スクロールバー*/
#home #shop .shop-swiper-container .swiper-scrollbar{
    max-width: 300px;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    background-color: #ffffff40;
}
#home #shop .shop-swiper-container .swiper-scrollbar-drag{
    background-color: white;
}

/*リンクボタン*/
#home #shop .more_btn{
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 70px auto 0;
    background-color: #0071E3;
    color: white;
    padding: 8px 16px;
    border-radius: 30px;
    transition: 0.5s;
}
#home #shop .more_btn:hover{
    background-color: #0077ED;
}
#home #shop .more_btn span{
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-right: 5px;
}
#home #shop .more_btn svg{
    width: 18px;
    height: 18px;
}
#home #shop .more_btn svg path{
    fill: white !important;
}

/*映画*/
#home #top_movie{
    width: 100%;
    /*padding: 100px 0;*/
}
#home #top_movie .wrapper{
    display: flex;
    width: 100%;
    height: 70vh;
}
#home #top_movie .wrapper .title_area{
    position: relative;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#home #top_movie .wrapper .title_area .absolute_content{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 1;
}
#home #top_movie .wrapper .title_area .absolute_content .section_title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: fit-content;
}
#home #top_movie .wrapper .title_area .absolute_content .section_title p{
    font-size: 48px;
    font-weight: bold;
}
#home #top_movie .wrapper .title_area .absolute_content .section_title h2{
    font-size: 16px;
}
#home #top_movie .wrapper .title_area .more_btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30%;
    text-align: center;
    z-index: 1;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 15px;
    border: 1px solid;
    transition: 0.5s;
}
#home #top_movie .wrapper .title_area .more_btn span{
    font-size: 15px;
    letter-spacing: 0.08em;
    transition: 0.5s;
    font-weight: 500;
}
#home #top_movie .wrapper .title_area .more_btn:hover{
    background-color: black;
}
#home #top_movie .wrapper .title_area .more_btn:hover span{
    color: white;
    font-weight: bold;
}
#home #top_movie .wrapper .title_area .back_animation{
    width: 100%;
    height: 100%;
    z-index: 0;
}
#home #top_movie .wrapper .title_area .back_animation lottie-player{
    width: 100% !important;
    height: 100% !important;
 }
#home #top_movie .wrapper .movie-swiper-container{
    position: relative;
    width: 60%;
    overflow: hidden;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper{

}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide{
    position: relative;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide:hover:before{
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .thumnail{
    width: 100%;
    height: 100%;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .thumnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide:hover .thumnail img{
    transform: scale(1.1);
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt{
    position: absolute;
    width: calc(300px - 30px);
    aspect-ratio: 16/9;
    left: 0;
    right: 0;
    bottom: 50px;
    margin: auto;
    padding: 15px;
    background-color: white;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: white;
    text-shadow: 1px 1px 3px rgb(0 0 0);
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .new_mark{
    position: absolute;
    left: -15px;
    top: -15px;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .meta{
    display: flex;
    align-items: center;
    font-size: 14px;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .meta .date{
    margin-right: 5px;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .meta .cat{
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 5px 5px;
    border: solid 1px white;
    border-radius: 5px;
}
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .title{
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    width: fit-content;
    height: fit-content;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .readmore{
    width: fit-content;
    font-size: 14px;
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide:hover .txt{
    /*opacity: 1;*/
    /*background-image: url(../images/top/chaaaaaaaaan.jpg);*/
    /*background-size: cover;*/
    /*background-position: center;*/
    /*border-radius: 50px;*/
    opacity: 1;
    /* background-image: url(../images/top/chaaaaaaaaan.jpg); */
    background-size: cover;
    background-position: center;
    border-radius: 50px;
    border: solid 3px #016aa6;
    background-color: #3785b3;
}
}
#home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide:hover .txt:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
#home #top_movie .wrapper .movie-swiper-container .slide_control_area{
    position: absolute;
    width: 73px;
    height: 40px;
    bottom: 20px;
    right: 30px;
    z-index: 1;
}
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-prev,
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-next{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
     border: solid 2px #343134;
    font-size: 20px;
    line-height: 1;
    color: black;
    transition: 0.5s;
    cursor: pointer;
    top: 0;
    bottom: 0;
    margin: auto;
}
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-prev{
    left: 0;
}
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-next{
    right: 0;
}
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-prev:after,
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-next:after{
    display: none;
}
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-prev:hover{
    background-color: red;
    color: yellow;
}
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-next:hover{
    background-color: black;
    color: #AAA030;
}
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-prev img,
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-next img{
    width: 80%;
    height: auto;
}
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-next img{
    transform: scale(-1, 1);
}
#home #top_movie .wrapper .movie-swiper-container .slide_control_area .wrapper .swiper-button-disabled{
    opacity: 1;
}
#home #top_movie .movie-swiper-container2{
    background-color: #F5F3EE;
    overflow-x: hidden;
}
#home #top_movie .movie-swiper-container2 .swiper-wrapper{
    transition-timing-function: linear;
}
#home #top_movie .movie-swiper-container2 .swiper-wrapper .swiper-slide{
    display: flex;
    align-items: center;
    height: 30px;
    color: black;
    font-weight: bold;
    font-size: 17px;
}
#home #top_movie .movie-swiper-container2 .swiper-wrapper .swiper-slide span{
    font-size: 12px;
    margin-right: 10px;
}
#home #top_movie .movie-swiper-container2 .swiper-wrapper .swiper-slide p{
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#home #top_movie .more_btn.sp_only{
    display: none;
}


/*ギャラリー*/
#home #top-gallery{
    width: 100%;
    padding: 100px 0;
}
#home #top-gallery .wrapper{
    width: calc(100% - 60px);
    padding: 0 30px;
}

#home #top-gallery .wrapper .section_title{
    text-align: center;
}
#home #top-gallery .wrapper .section_title h2{
    font-size: 16px;
}
#home #top-gallery .wrapper .section_title p{
    font-size: 48px;
    font-weight: bold;
}
#home #top-gallery .wrapper .container-breakinside{
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 100px 0;
    column-count: 3;
    height: auto !important;
}
#home #top-gallery .wrapper .container-breakinside .parts {
    height: auto !important; /* 検証として高さは可変（auto）に設定しているだけです。実際は不要です。 */
    break-inside: avoid; /* こいつが肝 */
    /*break-inside: auto; !* こいつが肝 *!*/
    margin: 0 0 10px;
    background-color: #ebebeb;
    color: #FFF;
    /*padding: 0.5em 1em;*/
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
#home #top-gallery .wrapper .more_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 150px;
    font-size: 20px;
}
#home #top-gallery .wrapper .more_btn:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0px;
    height: 100%;
    background-color: #ff000040;
    transition: 0.5s;
    z-index: -1;
}
#home #top-gallery .wrapper .more_btn:hover:before{
    width: 100%;
    background-color: #fff2009c;
}
#home #top-gallery .wrapper .more_btn span{
    font-weight: bold;
    letter-spacing: 0.08em;
}
#home #top-gallery .wrapper .more_btn .icon{
    width: 30px;
    height: auto;
}
#home #top-gallery .wrapper .more_btn .icon .close{
    display: block;
}
#home #top-gallery .wrapper .more_btn .icon .open{
    display: none;
}
#home #top-gallery .wrapper .more_btn:hover .icon .close{
    display: none;
}
#home #top-gallery .wrapper .more_btn:hover .icon .open{
    display: block;
}


/*お知らせブログ*/
#home #top-news_blog{
    width: 100%;
    padding: 100px 0;
}
#home #top-news_blog .wrapper{
    width: calc(100% - 60px);
    padding: 0 30px;
}

#home #top-news_blog .wrapper .section_title{
    margin-bottom: 50px;}
#home #top-news_blog .wrapper .section_title h2{
    font-size: 16px;
}
#home #top-news_blog .wrapper .section_title p{
    font-size: 48px;
    font-weight: bold;
}

#home #top-news_blog .wrapper .list_area{
    margin-bottom: 100px;
}
/*1個目はレイアウトを変える*/
#home #top-news_blog .wrapper .list_area .parts:first-child{
    display: flex;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .thumnail{
    position: relative;
    display: block;
    width: calc(50% - 20px);
    margin-right: 20px;
    aspect-ratio: 16/9;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .thumnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .thumnail .new_mark{
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    text-shadow: 1px 1px 3px rgb(61 70 70);
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 5px 10px;
    background-image: repeating-radial-gradient(circle at 49% 50%, rgba(178, 254, 255, 1) 11%, rgba(137, 219, 248, 1) 22%, rgba(178, 254, 255, 1) 31%);
}
#home #top-news_blog .wrapper .list_area .parts:first-child .txt{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(50% - 20px);
    margin-left: 20px;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .txt .meta{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .txt .meta .date{
    margin-right: 10px;
    padding: 5px;
    background-color: #FE492E;
    color: white;
    font-weight: bold;
}
#home #top-news_blog .wrapper .list_area .parts .txt .meta .date{
    margin-right: 10px;
    padding: 5px;
    background-color: #FE492E;
    color: white;
    font-weight: bold;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .txt .meta .type{
    margin-right: 10px;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .txt .meta .cat{
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: 2px 5px;
    border: solid 1px #c3c3c3;
    border-radius: 2px;
}
#home #top-news_blog .wrapper .list_area .parts .txt .meta .cat{
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: 2px 5px;
    border: solid 1px #c3c3c3;
    border-radius: 2px;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .txt .title{
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    font-weight: 500;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore{
    position: absolute;
    top: unset;
    bottom: 30px;
    left: 0;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore p{
    position: relative;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.08em;
    width: fit-content;
    padding-right: 50px;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore p:before,
#home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore p:after{
    position: absolute;
    content: '';
    margin: auto;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore p:before{
    width: 10px;
    height: 2px;
    background-color: black;
    top: 0;
    bottom: 0;
    right: 0;
    transition: 0.5s;
}
#home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore p:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #555555;
    border-right: 0;
    top: 0;
    bottom: 0;
    right: -10px;
}
#home #top-news_blog .wrapper .list_area .parts:hover:first-child .txt .readmore p:before{
    width: 25px;
}

/*1個目以降*/
#home #top-news_blog .wrapper .list_area .parts{
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}
#home #top-news_blog .wrapper .list_area .parts .thumnail{
    position: relative;
    display: block;
    width: calc(30% - 20px);
    margin-right: 20px;
    aspect-ratio: 16/9;
    overflow: hidden;
}
#home #top-news_blog .wrapper .list_area .parts .thumnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
#home #top-news_blog .wrapper .list_area .parts:hover .thumnail img{
    transform: scale(1.1);
}
#home #top-news_blog .wrapper .list_area .parts .thumnail .new_mark{
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    text-shadow: 1px 1px 3px rgb(61 70 70);
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
    padding: 5px 10px;
    background-image: repeating-radial-gradient(circle at 49% 50%, rgba(178, 254, 255, 1) 11%, rgba(137, 219, 248, 1) 22%, rgba(178, 254, 255, 1) 31%);
    z-index: 1;
}
#home #top-news_blog .wrapper .list_area .parts .txt{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(70% - 20px);
    margin-left: 20px;
}
#home #top-news_blog .wrapper .list_area .parts .txt .meta{
    margin-bottom: 10px;
}
#home #top-news_blog .wrapper .list_area .parts .txt .meta .date{
}
#home #top-news_blog .wrapper .list_area .parts .txt .meta .cat{
}
#home #top-news_blog .wrapper .list_area .parts .txt .title{
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 500;
}
#home #top-news_blog .wrapper .list_area .parts .txt .readmore{
    position: absolute;
    bottom: 20px;
    left: 0;
    margin: auto;
    height: fit-content;
}
#home #top-news_blog .wrapper .list_area .parts:not(:first-child) .txt .readmore{
    display: none;
}

#home #top-news_blog .more_btn_area{
    display: flex;
    justify-content: center;
    max-width: 650px;
    margin: 0 auto;
}
#home #top-news_blog .more_btn{
    display: block;
    text-align: center;
    width: fit-content;
    border: 1px solid black;
    transition: 0.5s;
    font-size: 15px;
    padding: 5px 15px;
}
#home #top-news_blog .more_btn:hover{
    color: white;
    background-color: black;
}
#home #top-news_blog .more_btn.news{

}
#home #top-news_blog .more_btn.blog{
}

#home #top-mailform{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#home #top-mailform:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    z-index: 1;
}
#home #top-mailform .bg_animation{
    position: absolute;
    width: 103%;
}
#home #top-mailform .bg_animation lottie-player{
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
}
#home #top-mailform .wrapper{
    max-width: 900px;
    width: 100%;
    height: auto;
    z-index: 1;
    padding: 100px 0;
}
#home #top-mailform .wrapper .section_title{
    text-align: center;
}
#home #top-mailform .wrapper .section_title p{
    font-size: 16px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.08em;
}
#home #top-mailform .wrapper .section_title h2{
    font-size: 48px;
    line-height: 1;
    color: white;
}
#home #top-mailform .wrapper a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 50px auto;
    padding: 10px 20px 12px;
}
#home #top-mailform .wrapper a:before{
    position: absolute;
    content: '';
    background-color: #da2727;
    width: 0;
    height: 100%;
    transition: 0.5s;
    z-index: 0;
    left: 0;
}
#home #top-mailform .wrapper a:hover:before{
    width: 100%;
    background-color: #da2727;
}
#home #top-mailform .wrapper a p{
    font-size: 30px;
    width: fit-content;
    letter-spacing: 0.08em;
    margin: 0 auto;
    color: white;
    line-height: 1;
    z-index: 1;
}
#home #top-mailform .wrapper .explan_txt{

}
#home #top-mailform .wrapper .explan_txt p{
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			PROFILE
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#profile{
    color: #cf568e;
    background-color: #FFB7C2;
}

#profile .hdr_title{

}
#profile .hdr_title h2{
}

#profile .hdr_title svg {
    display: inline-block;
    width: 250px;
    height: auto;
    overflow: visible;
}
#profile .hdr_title svg .foreground {
    fill: #5C3A39;
}
#profile .hdr_title svg .background {
    stroke: #8CFB88;
    stroke-width: 8;
    stroke-linejoin: round;
}


#profile .contents{
    padding: 100px 0;
}
#profile .contents .wrapper{
    max-width: 900px;
    padding: 0 30px;
    margin: 0 auto;
}

#profile .contents .wrapper .title_area{
}
#profile .contents .wrapper .title_area .update_date{
    text-align: right;
}
#profile .contents .wrapper .title_area .title{
    font-size: 20px;
    background-color: #E17096;
    color: #9E2A6B;
    padding: 0 10px;
}
#profile .contents .wrapper .thumnail{
    max-width: 500px;
    width: 100%;
    aspect-ratio: 1/1;
    margin: 50px auto;
}
#profile .contents .wrapper .thumnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#profile .contents .wrapper .parts{
    max-width: 90%;
    margin: 0 auto 20px;
}
#profile .contents .wrapper .parts .question{
    background-color: #E17096;
    margin-bottom: 10px;
    padding: 0 10px;
}
#profile .contents .wrapper .parts .question p{
    color: #9E2A6B;
    font-size: 20px;
}
#profile .contents .wrapper .parts .answer{
    margin-bottom: 10px;
}
#profile .contents .wrapper .parts .answer p{
    font-size: 16px;
}
#profile .contents .wrapper .parts .answer.real a{
    color: yellow;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			Archive関連の共通パーツ
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.archive .archive_title_area{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
}
.archive .archive_title_area:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #ffffff30;
}
.archive .archive_title_area .archive_type_title{
    display: flex;
    align-items: center;
    flex-direction: column;
    letter-spacing: 0.08em;
    line-height: 1.6;
    z-index: 0;
    color: white;
    font-weight: bold;
    backdrop-filter: blur(2px);
    padding: 10px 30px;
    border-radius: 15px;
    text-shadow: 1px 1px 3px rgb(0 0 0);

    /*border-radius: 25px;*/
    /*background-color: rgba(255,255,255, 0.1);*/
    /*box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;*/
    /*border: 2px rgba(255,255,255,0.4) solid;*/
    /*border-bottom: 2px rgba(40,40,40,0.35) solid;*/
    /*border-right: 2px rgba(40,40,40,0.35) solid;*/
}
.archive .archive_title_area .archive_type_title h2{
    font-size: 40px;
    line-height: 1;
}
.archive .archive_title_area .archive_type_title p{
    font-size: 16px;
}

.archive .page_container{

}
.archive .page_container .category_summary{

}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
            Blog
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#blog.archive{

}
#blog.archive .archive_title_area{
    background-color: transparent;
    background-image: url(../images/blog/title_bg.jpg);
    background-size: cover;
    background-position: center;
}
#blog.archive .page_container{

}
#blog.archive .page_container .category{
    display: flex;
    max-width: calc(1000px - 60px);
    padding: 0 30px;
    margin: 50px auto;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
#blog.archive .page_container .category a{
    display: block;
    width: fit-content;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1;
    background-color: #efecec;
    padding: 7px 15px;
    border-radius: 20px;
    /*margin-right: 15px;*/
}
#blog.archive .page_container .content{
    padding: 0 20px;
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 0 auto 100px;
}
#blog.archive .page_container .content #post_list{
    width: 100%;
}
#blog.archive .page_container .content #post_list .parts{
    display: flex;
}
#blog.archive .page_container .content #post_list .parts .thumnail{
    position: relative;
    overflow: hidden;
    width: calc(50% - 20px);
    aspect-ratio: 16/9;
    margin-right: 20px;
}
#blog.archive .page_container .content #post_list .parts .thumnail .new_mark{
    position: absolute;
    left: 0;
    font-size: 12px;
    background-color: yellow;
    padding: 5px 10px;
    background-image: repeating-radial-gradient(circle at 49% 50%, rgba(178, 254, 255, 1) 11%, rgba(137, 219, 248, 1) 22%, rgba(178, 254, 255, 1) 31%);
    color: white;
    text-shadow: 1px 1px 3px rgb(61 70 70);
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
    z-index: 2;
}
#blog.archive .page_container .content #post_list .parts .thumnail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#blog.archive .page_container .content #post_list .parts .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 20px);
    margin-left: 20px;
}
#blog.archive .page_container .content #post_list .parts .txt .meta{
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}
#blog.archive .page_container .content #post_list .parts .txt .meta .cat{
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: 2px 5px;
    border: solid 1px #c3c3c3;
    border-radius: 2px;
}
#blog.archive .page_container .content #post_list .parts .txt .meta .date{
    display: flex;
    margin-right: 5px;
    width: fit-content;
    padding: 5px;
    background-color: #FE492E;
    color: white;
    font-weight: bold;
}
#blog.archive .page_container .content #post_list .parts .txt .title{
    font-size: 20px;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
            Movie
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#movie.archive{

}
#movie.archive .archive_title_area{
    background-color: transparent;
    background-image: url(../images/movie/movie_test.jpg);
    background-size: cover;
    background-position: center;
}
#movie.archive .page_container{

}
#movie.archive .page_container .category{
    display: flex;
    flex-wrap: wrap;
    max-width: calc(1000px - 60px);
    padding: 0 30px;
    margin: 50px auto;
}
#movie.archive .page_container .category a{
    display: block;
    width: fit-content;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1;
    background-color: #efecec;
    padding: 7px 15px;
    border-radius: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
}
#movie.archive .page_container .content{
    padding: 0 20px;
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: 0 auto 100px;
}
#movie.archive .page_container .content #post_list{
    width: 100%;
}
#movie.archive .page_container .content #post_list .parts{
    display: flex;
    margin-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
}
#movie.archive .page_container .content #post_list .parts .thumnail{
    position: relative;
    overflow: hidden;
    width: calc(50% - 20px);
    aspect-ratio: 16/9;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
#movie.archive .page_container .content #post_list .parts .thumnail:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
}
#movie.archive .page_container .content #post_list .parts .thumnail .new_mark{
    position: absolute;
    left: 0;
    font-size: 12px;
    background-color: yellow;
    padding: 5px 10px;
    background-image: repeating-radial-gradient(circle at 49% 50%, rgba(178, 254, 255, 1) 11%, rgba(137, 219, 248, 1) 22%, rgba(178, 254, 255, 1) 31%);
    color: white;
    text-shadow: 1px 1px 3px rgb(61 70 70);
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1;
    z-index: 2;
}
#movie.archive .page_container .content #post_list .parts .thumnail img{
    width: auto;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: 0.5s;
}
#movie.archive .page_container .content #post_list .parts:hover .thumnail img{
    transform: scale(1.2);
}
#movie.archive .page_container .content #post_list .parts .txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 20px);
    margin-left: 20px;
}
#movie.archive .page_container .content #post_list .parts .txt .meta{
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}
#movie.archive .page_container .content #post_list .parts .txt .meta .cat{
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: 2px 5px;
    border: solid 1px #c3c3c3;
    border-radius: 2px;
}
#movie.archive .page_container .content #post_list .parts .txt .meta .date{
    display: flex;
    margin-right: 5px;
    width: fit-content;
    padding: 5px;
    background-color: #FE492E;
    color: white;
    font-weight: bold;
}
#movie.archive .page_container .content #post_list .parts .txt .title{
    font-size: 20px;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
            Gallery
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#gallery{
    /*background-color: rebeccapurple;*/
}
#gallery.archive{

}
#gallery.archive .page_container{
    position: relative;
    padding: 50px 0;
}
#gallery.archive .page_container .bg_image{
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh;
    top: 0;
}
#gallery.archive .page_container .bg_image video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#gallery.archive .content{
    position: relative;
    z-index: 1;
}
#gallery.archive .gallery-bgswiper-container{

}
#gallery.archive .gallery-bgswiper-container .swiper-wrapper{

}
#gallery.archive .gallery-bgswiper-container .swiper-wrapper .swiper-slide{

}
#gallery.archive{

}
#gallery.archive .container-breakinside{
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 100px 0;
    column-count: 3;
    height: auto !important;
}
#gallery.archive .container-breakinside .parts {
    height: auto !important; /* 検証として高さは可変（auto）に設定しているだけです。実際は不要です。 */
    break-inside: avoid; /* こいつが肝 */
    /*break-inside: auto; !* こいつが肝 *!*/
    margin: 0 0 10px;
    /*background-color: #da2727;*/
    color: #FFF;
    /*padding: 0.5em 1em;*/
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    outline: 1px solid rgba(0,0,0,.12);
    outline-offset: -1px;
    cursor: pointer;
}

#gallery.archive .pagination{
    margin: 0 auto;
}
#gallery footer{
    color: white;
}

#gallery #modal_area{
    opacity: 0;
    display: none;
    transition: 0.5s;
}
#gallery #modal_area.active{
    position: fixed;
    display: block;
    width: 100vw;
    height: 100%;
    opacity: 1;
    z-index: 50;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
#gallery #modal_area .wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#gallery #modal_area .wrapper .modal_close{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    border: solid 1px white;
    border-radius: 50%;
    top: 30px;
    right: 30px;
    cursor: pointer;
    transition: 0.5s;
}
#gallery #modal_area .wrapper .modal_close:hover{
    background-color: white;
}
#gallery #modal_area .wrapper .modal_close .line{
    position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    background-color: white;
    transition: 0.5s;
}
#gallery #modal_area .wrapper .modal_close:hover .line{
    background-color: black;
}
#gallery #modal_area .wrapper .modal_close .line:first-child{
    transform: rotate(45deg);
}
#gallery #modal_area .wrapper .modal_close .line:last-child{
    transform: rotate(-45deg);
}
#gallery #modal_area .wrapper .img{
    display: none;
}
#gallery #modal_area .wrapper .img.active{
    display: block;
}
#gallery #modal_area .wrapper .img img{

}
#gallery #modal_area .wrapper .img.v_img{
    max-height: calc(100% - 100px);
    height: 100%;
    width: auto;
}
#gallery #modal_area .wrapper .img.v_img img{
    width: auto;
    height: 100%;
}
#gallery #modal_area .wrapper .img.h_img{
    max-width: calc(1100px - 100px);
    width: 100%;
    height: auto;
}
#gallery #modal_area .wrapper .img.h_img img{
    width: 100%;
    height: auto;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
            Mail_form
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#mail_form{

}
#mail_form .contents{
    position: relative;
    background-color: #cfe616;
}

#mail_form .mw_wp_form .caption_area{
    margin-bottom: 20px;
}
#mail_form .mw_wp_form .caption_area ul{

}
#mail_form .mw_wp_form .caption_area ul li{

}
#mail_form .mw_wp_form .caption_area ul li p{
    font-size: 14px;
    letter-spacing: 0.08em;
}
#mail_form .mw_wp_form .caption_area ul li p span{
    color: #da2727;
}

#mail_form .contents .bg_animation{
    /*position: absolute;*/
    width: 100vw;
    height: 100vh;
    background-color: #cfe616;
}
#mail_form .contents .bg_animation lottie-player{
    width: 100%;
    height: 100%;
}
#mail_form .contents .window{
    position: absolute;
    max-width: 700px;
    width: calc(100% - 30px);
    height: fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#mail_form .mw_wp_form{
    padding: 30px 15px;
}
#mail_form .mw_wp_form .form_item{
    font-size: 14px;
    margin-bottom: 15px;
}
#mail_form .mw_wp_form .form_item .name{
    position: relative;
}
#mail_form .mw_wp_form .form_item .name p{
    position: relative;
    width: fit-content;
}
#mail_form .mw_wp_form .form_item.require_item .name p:before{
    position: absolute;
    content: '＊';
    color: #da2727;
    font-size: 13px;
    display: block;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
#mail_form .mw_wp_form .form_item .detail{

}

#mail_form .mw_wp_form .form_item .contents{

}
#mail_form .mw_wp_form .form_item textarea,
#mail_form .mw_wp_form .form_item input[type="text"],
#mail_form .mw_wp_form .form_item select{
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.08em;
}
#mail_form .mw_wp_form .form_item textarea{
    /*font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;*/
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 5px;
}
#mail_form .mw_wp_form .btnarea{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#mail_form .mw_wp_form .btnarea input[type="submit"]{
    margin: 0 5px;
}

#mail_form .mw_wp_form.mw_wp_form_confirm  .caption_area{
    display: none;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
            singleページ
            (ブログと映画共通で良いか)
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			Archive関連の共通パーツ
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
.single .title_area{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 400px;
}
.single .title_area:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 0;
    backdrop-filter: blur(2px);
    z-index: 0;
}
.single .title_area .type_title{
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    letter-spacing: 0.08em;
    line-height: 1.6;
    z-index: 0;
    color: white;
    font-weight: bold;
    backdrop-filter: blur(2px);
    padding: 10px 30px;
    border-radius: 15px;
    text-shadow: 1px 1px 3px rgb(0 0 0);
}
.single .title_area .type_title p{
    font-size: 40px;
    line-height: 1.6;
}
.single .title_area .type_title span{
    font-size: 16px;
}
.single .title_area .thum{
    width: auto;
    height: 100%;
}
.single .title_area .thum img{
    width: auto;
    height: 100%;
    object-fit: cover;
}


.single {

}
.single  .title_area{
    background-color: transparent;
    background-size: cover;
    background-position: center;
}
.single  .page_container{

}
.single  .page_container .category{
    display: flex;
    max-width: calc(1000px - 60px);
    padding: 0 30px;
    margin: 50px auto;
}

.single .page_container .content{
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 30px;
}

.single .page_container .content .head{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
}
.single .page_container .content .head .date{
    display: flex;
    margin-bottom: 5px;
    width: fit-content;
    padding: 5px;
    background-color: #FE492E;
    color: white;
    font-weight: bold;
}
.single .page_container .content .head .date span{
    font-size: 14px;
    letter-spacing: 0.08em;
}
.single .page_container .content .head .title{
    margin-bottom: 15px;
}
.single .page_container .content .head .title h1{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.08em;
}
.single .page_container .content .head .cat_area{
    display: flex;
    flex-wrap: wrap;
}
.single .page_container .content .head .cat_area .cat{
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: 2px 5px;
    border: solid 1px #c3c3c3;
    border-radius: 2px;
}

.single .review_area{
    margin: 30px auto;
}
.single .review_area .parts{
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}
.single .review_area .parts .label{
    font-size: 14px;
    width: 100px;
    margin-right: 10px;
}
.single .review_area p{
    margin-bottom: unset !important;
}
.single .review_area .memo{

}
.single .review_area .memo .label{
    font-size: 14px;
    margin-bottom: 10px;
}

.single h2,
.single h3,
.single h4,
.single h5,
.single h6,
.single p{
    position: relative;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.single h2{
    font-size: 22px;
    margin: 0 0 15px;
    background-color: #f9f6f6;
    padding-left: 10px;
    font-weight: bold;
}
.single h2:before{
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background-color: black;
}
.single h3{
    font-size: 20px;
    margin: 40px 0 20px;
    border-bottom: 2px black solid;
    width: fit-content;
    padding: 0 10px;
    font-weight: bold;
}
.single h4{
    font-size: 18px;
    /*margin-bottom: 5px;*/
    margin: 5px 0;
}
.single h5{
}
.single p{
    font-size: 16px;
    margin-bottom: 1em;
}
.single figure{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.single iframe{
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
}
.single ul{
    margin-bottom: 10px;
}
.single ul li{
    list-style: disc;
    margin-left: 1em;
}

.single .wp-block-quote{
    background-color: #f3f3f3;
    padding: 10px;
    margin-bottom: 10px;
}
.single .wp-block-quote p{
    font-size: 14px;
    margin-bottom: unset;
}
.single .wp-block-quote cite{
    font-size: 12px;
}

.single a{
    display: inline-block;
    color: darkcyan;
    text-decoration: underline;
}
.single .review_area .memo blockquote{
    background-color: #f7fdff;
    padding: 1em;
    margin: 1em 0;
    width: fit-content;
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
            404ページ
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#error404{

}
#error404 .fv{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #008080;
    width: 100%;
    height: 100vh;
}
#error404 .fv .window{
}
#error404 .fv .window .window-body{
    background-color: #ffffff;
    margin: unset;
    padding: 8px;
}
#error404 .fv .window .img{
    max-width: 600px;
    margin-bottom: 50px;
}
#error404 .fv .window .img img{
    width: 100%;
    height: auto;
}
#error404 .fv .window a{
    display: block;
    width: fit-content;
    margin: 50px auto;
    text-decoration: underline;
}
#error404 .fv .window a p{
    font-size: 16px;
    letter-spacing: 0.08em;
}

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			SP

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/* =========================================================================
 740PX
========================================================================= */
@media screen and (max-width: 740px) {
    html {
        scroll-padding-top: 110px; /* 固定ヘッダの高さ分 */
    }
    .pc_none {
        display: block;
    }

    .sp_none {
        display: none;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------
			Lazy Blocks
----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    .work-introduction{
    }
    .work-introduction .visual{
    }
    .work-introduction .visual .image{
    }
    .work-introduction .visual img{
    }
    .work-introduction .title{
        flex-direction: column;
        align-items: unset;
    }
    .work-introduction .title h3{
    }
    .work-introduction .meta{
    }
    .work-introduction .meta .directed{
        flex-direction: column;
        align-items: unset;
    }
    .work-introduction .meta .directed p{
    }
    .work-introduction .meta .release{
        flex-direction: column;
        align-items: unset;
    }
    .work-introduction .meta .release p{
    }
    .work-introduction .label{
    }
    .work-introduction .synopsis_area{
    }
    .work-introduction .synopsis_area .synopsis{
    }
    .work-introduction .synopsis_area .source{

    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    ----------------------------------------------------
                自作ページネーション
    ----------------------------------------------------
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    .pagination{
        margin: 50px auto;
    }

    .pagination .page-numbers{
    }
    .pagination .page-numbers .page-numbers{
        /*width: 8vw;*/
    }
    .pagination .page-numbers li{
        margin-right: 10px;
    }
    .pagination .page-numbers li:last-child{
    }
    .pagination .page-numbers.dots{
        width: 10px;
    }
    .pagination .page-numbers.next,
    .pagination .page-numbers.prev{
    }
    .pagination .page-numbers.current{
    }

    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    ----------------------------------------------------
                header(simple)
    ----------------------------------------------------
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #simple_header{
        display: none;
    }
    #simple_header .wrapper{
        width: calc(100% - 30px);
        padding: 0 15px;
        justify-content: flex-end;
    }
    #simple_header .wrapper .logo{
        right: unset;
        left: 10px;
    }
    #simple_header .wrapper .menu.left{
        display: none;
    }
    #simple_header .wrapper .menu a{
        margin-right: 15px;
    }
    #simple_header .wrapper .menu a span{
        /*font-size: 12px;*/
        text-shadow: 1px 1px 3px rgb(0 0 0);
    }
    #simple_header .wrapper .menu.right .external_link:nth-child(3){
        margin-right: unset;
    }
    #simple_header .wrapper .menu.right a svg{
        margin-left: 5px;
    }
    /*ショップ*/
    #home #shop{
        height: auto;
        padding: 50px 30px;
    }
    #home #shop .intro_txt{
        margin-bottom: 50px;
    }
    #home #shop .intro_txt h2{
        font-size: 35px;
    }
    #home #shop .intro_txt p{
        font-size: 16px;
    }
    /*ショップスライダー*/
    #home #shop .shop-swiper-container{
    }
    #home #shop .shop-swiper-container .swiper-wrapper{
    }
    #home #shop .shop-swiper-container .swiper-wrapper .swiper-slide{
    }
    #home #shop .shop-swiper-container .swiper-wrapper .swiper-slide{
    }
    #home shop .shop-swiper-container .swiper-wrapper .slide-invisible {
    }
    #home shop .shop-swiper-container .swiper-wrapper .slide-invisible .suzuri-widget-product-info{
    }
    #home #shop .shop-swiper-container .swiper-wrapper .swiper-slide .suzuri-widget-product-user,
    #home #shop .shop-swiper-container .swiper-wrapper .swiper-slide .explan_txt{
    }
    #home #shop .shop-swiper-container .swiper-wrapper .swiper-slide .suzuri-widget-product-wrap .suzuri-widget-product-info p{
    }
    /*正面にきたアイテム*/
    #home #shop .shop-swiper-container .swiper-wrapper .swiper-slide-active{
    }
    #home #shop .shop-swiper-container .swiper-wrapper .swiper-slide-active .explan_txt{
    }
    #home #shop .shop-swiper-container .swiper-wrapper .swiper-slide-active .suzuri-widget-product-wrap .suzuri-widget-product-info p:last-child{
    }
    /*スクロールバー*/
    #home #shop .shop-swiper-container .swiper-scrollbar{
    }
    #home #shop .shop-swiper-container .swiper-scrollbar-drag{
    }
    /*リンクボタン*/
    #home #shop .more_btn{
    }
    #home #shop .more_btn:hover{
    }
    #home #shop .more_btn span{
    }
    #home #shop .more_btn svg{
    }
    #home #shop .more_btn svg path{
    }
    /*映画*/
    #home #top_movie{
        width: 100%;
        padding: 0 0 100px;
    }
    #home #top_movie .wrapper{
        flex-direction: column-reverse;
        justify-content: flex-end;
        height: auto;
    }
    #home #top_movie .wrapper .title_area{
        width: 100%;
        overflow: hidden;
    }
    #home #top_movie .wrapper .title_area .absolute_content .section_title p{
        font-size: 35px;
    }
    #home #top_movie .wrapper .title_area .more_btn{
        display: none;
    }
    #home #top_movie .wrapper .title_area .back_animation{
        display: flex;
        justify-content: center;
        height: 150px;
    }
    #home #top_movie .wrapper .title_area .back_animation lottie-player{
        width: 200% !important;
        height: 200% !important;
    }
    #home #top_movie .wrapper .movie-swiper-container{
        width: 100%;
        /*overflow: unset;*/
    }
    #home #top_movie .wrapper .movie-swiper-container .swiper-wrapper{
        width: 100%;
    }
    #home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .wrapper{
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
        color: black;
        text-shadow: unset;
    }
    #home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide:hover .txt{
        background-image: unset;
        border-radius: unset;
    }
    #home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .meta{
        flex-direction: unset;
        margin-bottom: 10px;
    }
    #home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .meta .date{
        width: fit-content;
        padding: 5px;
        background-color: #FE492E;
        color: white;
        font-weight: bold;
        margin-right: 10px;
    }
    #home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .title{
        position: unset;
        margin: unset;
        margin-bottom: 10px;
        font-size: 16px;
    }
    #home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt .readmore{
        left: 0;
        right: unset;
        width: 100%;
        text-align: center;
    }
    #home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide:before{
        height: unset;
        aspect-ratio: 16/9;
    }
    #home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .thumnail{
        overflow: hidden;
        aspect-ratio: 16/9;
        height: unset;
    }
    #home #top_movie .wrapper .movie-swiper-container .swiper-wrapper .swiper-slide .txt{
        position: relative;
        opacity: 1;
        color: black;
        aspect-ratio: unset;
        height: 150px;
        width: calc(100% - 30px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        bottom: unset;
    }
    #home #top_movie .wrapper .movie-swiper-container .slide_control_area{
        bottom: 0;
        right: 10px;
    }
    #home #top_movie .more_btn.sp_only{
        display: block;
        text-align: center;
        width: fit-content;
        border: 1px solid black;
        transition: 0.5s;
        font-size: 15px;
        padding: 5px 15px;
        margin: 50px auto 0;
    }
    #home #top_movie .more_btn.sp_only span{

    }
    #home #top_movie .more_btn.sp_only:hover{
        background-color: black;
    }
    #home #top_movie .more_btn.sp_only:hover span{
        color: white;
    }

    /*ギャラリー*/
    #home #top-gallery{
        padding: 50px 0;
    }
    #home #top-gallery .wrapper{
        width: calc(100% - 30px);
        padding: 0 15px;
    }
    #home #top-gallery .wrapper .section_title{
    }
    #home #top-gallery .wrapper .section_title h2{
    }
    #home #top-gallery .wrapper .section_title p{
    }
    #home #top-gallery .wrapper .container-breakinside{
        width: 100%;
        column-count: 2;
        padding: 50px 0;
    }
    #home #top-news_blog{
        padding: 50px 0;
    }
    #home #top-news_blog .wrapper{
        width: calc(100% - 30px);
        padding: 0 15px;
    }
    #home #top-news_blog .wrapper .section_title{
    }
    #home #top-news_blog .wrapper .section_title h2{
    }
    #home #top-news_blog .wrapper .section_title p{
    }
    #home #top-news_blog .wrapper .list_area{
    }
    /*1個目はレイアウトを変える*/
    #home #top-news_blog .wrapper .list_area .parts:first-child{
        flex-direction: column;
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .thumnail{
        margin-right: unset;
        width: 100%;
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .thumnail img{
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .thumnail .new_mark{
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt{
        width: calc(100% - 20px);
        margin-left: unset;
        padding: 10px 10px 30px;
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt .meta{
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt .meta .date{
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt .meta .type{
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt .meta .cat{
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt .title{
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore{
        position: absolute;
        margin: unset;
        bottom: 0;
        right: 10px;
        left: unset;
        width: fit-content;
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore p{
        padding-right: 30px;
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore p:before,
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore p:after{
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore p:before{
    }
    #home #top-news_blog .wrapper .list_area .parts:first-child .txt .readmore p:after{
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #555555;
        right: -10px;
    }
    #home #top-news_blog .wrapper .list_area .parts:hover:first-child .txt .readmore p:before{
    }
    /*1個目以降*/
    #home #top-news_blog .wrapper .list_area .parts{
    }
    #home #top-news_blog .wrapper .list_area .parts .thumnail{
        width: calc(30% - 5px);
        margin-right: 5px;
    }
    #home #top-news_blog .wrapper .list_area .parts .thumnail img{
    }
    #home #top-news_blog .wrapper .list_area .parts:hover .thumnail img{
    }
    #home #top-news_blog .wrapper .list_area .parts .thumnail .new_mark{
    }
    #home #top-news_blog .wrapper .list_area .parts .txt{
        width: calc(70% - 5px);
        margin-left: 5px;
    }
    #home #top-news_blog .wrapper .list_area .parts .txt .meta{
    }
    #home #top-news_blog .wrapper .list_area .parts .txt .meta .date{
    }
    #home #top-news_blog .wrapper .list_area .parts .txt .meta .cat{
    }
    #home #top-news_blog .wrapper .list_area .parts .txt .title{
    }
    #home #top-news_blog .wrapper .list_area .parts .txt .readmore{
    }
    #home #top-news_blog .more_btn_area{
    }
    #home #top-news_blog .more_btn{
    }
    #home #top-news_blog .more_btn:hover{
    }
    #home #top-news_blog .more_btn.news{
    }
    #home #top-news_blog .more_btn.blog{
    }

    #home #top-mailform{
    }
    #home #top-mailform:before{
    }
    #home #top-mailform .bg_animation{
    }
    #home #top-mailform .bg_animation lottie-player{
    }
    #home #top-mailform .wrapper{
        padding: unset;
    }
    #home #top-mailform .wrapper .section_title{
    }
    #home #top-mailform .wrapper .section_title p{
        padding-top: 50px;
    }
    #home #top-mailform .wrapper .section_title h2{
    }
    #home #top-mailform .wrapper a{
    }
    #home #top-mailform .wrapper a:before{
    }
    #home #top-mailform .wrapper a:hover:before{
    }
    #home #top-mailform .wrapper a p{
    }
    #home #top-mailform .wrapper .explan_txt{
    }
    #home #top-mailform .wrapper .explan_txt p{
    }


    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    ----------------------------------------------------
                PROFILE
    ----------------------------------------------------
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #profile{
    }
    #profile .contents{
        padding: 50px 0;
    }
    #profile .contents .wrapper{
        padding: 0 15px;
    }
    #profile .contents .wrapper .parts{
        max-width: calc(100% - 20px);
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    ----------------------------------------------------
                Gallery
    ----------------------------------------------------
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #gallery.archive{
    }
    #gallery.archive .page_container{
        /*background-color: rebeccapurple;*/
    }
    #gallery.archive{

    }
    #gallery.archive .container-breakinside{
        column-count: 2;
    }
    #gallery.archive .container-breakinside .parts {
        /*background-color: #999999;*/
    }
    #gallery #modal_area{
    }
    #gallery #modal_area.active{
    }
    #gallery #modal_area .wrapper{
    }
    #gallery #modal_area .wrapper .modal_close{
        width: 35px;
        height: 35px;
    }
    #gallery #modal_area .wrapper .modal_close .line{
        width: 25px;
    }
    #gallery #modal_area .wrapper .modal_close .line:first-child{
    }
    #gallery #modal_area .wrapper .modal_close .line:last-child{
    }
    #gallery #modal_area .wrapper .img{
    }
    #gallery #modal_area .wrapper .img.active{
    }
    #gallery #modal_area .wrapper .img img{
    }

    #gallery #modal_area .wrapper .img.v_img,
    #gallery #modal_area .wrapper .img.h_img{
        max-height: unset;
        width: calc(100% - 30px);
        height: auto;
    }
    #gallery #modal_area .wrapper .img.v_img img,
    #gallery #modal_area .wrapper .img.h_img img{
        width: 100%;
        height: auto;
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    ----------------------------------------------------
                Archive関連の共通パーツ
    ----------------------------------------------------
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    .archive .archive_title_area{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 250px;
    }
    .archive .archive_title_area:before{
    }
    .archive .archive_title_area .archive_type_title{
    }
    .archive .archive_title_area .archive_type_title h2{
    }
    .archive .archive_title_area .archive_type_title p{
    }
    .archive .page_container{
    }
    .archive .page_container .category_summary{
    }
    #blog.archive{

    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    ----------------------------------------------------
                Blog
    ----------------------------------------------------
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #blog.archive .archive_title_area{
    }
    #blog.archive .page_container{
    }
    #blog.archive .page_container .category{
    }
    #blog.archive .page_container .category a{
    }
    #blog.archive .page_container .content{
    }
    #blog.archive .page_container .content #post_list{
    }
    #blog.archive .page_container .content #post_list .parts{
        flex-direction: column;
        row-gap: 15px;
        margin-bottom: 25px;
    }
    #blog.archive .page_container .content #post_list .parts .thumnail{
        width: 100%;
    }
    #blog.archive .page_container .content #post_list .parts .thumnail .new_mark{
    }
    #blog.archive .page_container .content #post_list .parts .thumnail img{
    }
    #blog.archive .page_container .content #post_list .parts .txt{
        width: 100%;
        margin-left: unset;
    }
    #blog.archive .page_container .content #post_list .parts .txt .meta{
    }
    #blog.archive .page_container .content #post_list .parts .txt .meta .cat{
    }
    #blog.archive .page_container .content #post_list .parts .txt .meta .date{
    }
    #blog.archive .page_container .content #post_list .parts .txt .title{
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    ----------------------------------------------------
                Movie
    ----------------------------------------------------
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    #movie.archive{
    }
    #movie.archive .archive_title_area{
    }
    #movie.archive .page_container{
    }
    #movie.archive .page_container .category{
    }
    #movie.archive .page_container .category a{
    }
    #movie.archive .page_container .content{
        width: calc(100% - 30px);
        padding: 0 15px;
    }
    #movie.archive .page_container .content #post_list{
    }
    #movie.archive .page_container .content #post_list .parts{
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    #movie.archive .page_container .content #post_list .parts .thumnail{
        width: 100%;
        margin: 0 auto 10px;
    }
    #movie.archive .page_container .content #post_list .parts .thumnail .new_mark{
    }
    #movie.archive .page_container .content #post_list .parts .thumnail img{
    }
    #movie.archive .page_container .content #post_list .parts .txt{
        width: 100%;
        margin-left: unset;
    }
    #movie.archive .page_container .content #post_list .parts .txt .meta{
    }
    #movie.archive .page_container .content #post_list .parts .txt .meta .cat{
    }
    #movie.archive .page_container .content #post_list .parts .txt .meta .date{
    }
    #movie.archive .page_container .content #post_list .parts .txt .title{
    }
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    ----------------------------------------------------
                singleページ
                (ブログと映画共通で良いか)
    ----------------------------------------------------
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    /*||||||||||||||||||||||||||||||||||||||||||||||||||
    ----------------------------------------------------
                Archive関連の共通パーツ
    ----------------------------------------------------
    ||||||||||||||||||||||||||||||||||||||||||||||||||||*/
    .single .title_area{
    }
    .single .title_area:before{
    }
    .single .title_area .type_title{
    }
    .single .title_area .type_title p{
        font-size: 20px;
    }
    .single .title_area .type_title span{
    }
    .single .title_area .thum{
    }
    .single .title_area .thum img{
        width: 100%;
    }


    .single {
    }
    .single  .title_area{
    }
    .single  .page_container{
    }
    .single  .page_container .category{
    }
    .single .page_container .content{
    }
    .single .page_container .content .head{
    }
    .single .page_container .content .head .date{
    }
    .single .page_container .content .head .date span{
    }
    .single .page_container .content .head .title{
    }
    .single .page_container .content .head .title h2{
    }
    .single .page_container .content .head .cat_area{
    }
    .single .page_container .content .head .cat_area .cat{
    }
    .single .review_area{
    }
    .single .review_area .parts{
        flex-direction: column;
        align-items: unset;
    }
    .single .review_area .parts .label{
    }

}

/* =========================================================================
 420PX
========================================================================= */
@media screen and (max-width: 420px) {
    #home #top-mailform .bg_animation {
        height: unset;
        width: 140%;
        aspect-ratio: 4/3;
        object-fit: cover;
    }
}

/* =========================================================================
 400PX
========================================================================= */
@media screen and (max-width: 400px) {
    #home #top-mailform .wrapper .section_title h2{
        font-size: 38px;
    }
}

/* =========================================================================
 374PX
========================================================================= */
@media screen and (max-width: 374px) {

}
