/*!
Template:rishun
Theme Name: rishun_child
Theme URI: https://rishuntrading.co.jp
Description: Rishun is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: RishunTrading Limited.
Author URI: https://rishuntrading.co.jp
Version: 1.0.0
Requires at least: 1.0
Tested up to: 1.0.0
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Rishun WordPress theme, Copyright (C) 2022 RishunTrading Limited.
Rishun WordPress theme is licensed under the GPL.
Update Author:RishunTrading Limited
Update Author URI:https://rishuntrading.co.jp/
Version:1.0.0
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/************************************************************/
:root{
    --noto-sans:"Noto Sans JP", sans-serif;
    --noto-serif:"Noto Serif JP", serif;
    --Bodoni:"Bodoni Moda", serif;
    --Bodoni-weight:400;
    --font-thin-color:#493b25;
    --rishun-mem-border:#424D6B;
    --thin-black:#666;
    --thin-black2:#999;
    --thin-black3:#ccc;
    --thin-black4:#fef5e5;
    --thin-black5:#FAF8F5;
    --thin-black6:#F2F2F2;
    --focus-color:#ffd900;
    --emphasis-color:#dc3545;
    --sp-org-header-height:60px;
    --ptnB-pc-header-height:60px;
}
/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
body, p{
    font-family:var(--noto-sans);
    color:var(--font-thin-color);
    font-size:14px;
    line-height:1.8;
    letter-spacing:0.1em;
    font-weight:400;
}
body a{
    font-family:var(--noto-sans);
}
body a:hover{
    color:#333;
}
.nodata{
    color:#ff0000;
}
img{
    width:100%;
    height:auto;
}
.entry-body img{
    display:unset;
    width:auto;
    height: auto;
    max-width: 100%;
}
@media print {
    #mobile-menu {
        display: none !important;
    }
}
.font-noto-serif{
    font-family:var(--noto-serif);
}
/*==========================================================*/
/* header       											*/
/*==========================================================*/
.home .site-header.ptnB{
    height:0;
}
.site-header-wrap{
    width:100%;
    height: var(--ptnB-sp-header-height);
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:1800;
    background:transparent;
    box-shadow:none;
}
.home .site-header-wrap{
    opacity:0;
}
.home .site-header-logo a{
    display:none;
}
.home.scrolled .site-header-logo a{
    display:block;
}
@media(min-width:992px){
    .site-header-wrap{
        width:100%;
        height: var(--ptnB-pc-header-height);
    }
}
/*==========================================================*/
/* headermenu      											*/
/*==========================================================*/
@media(min-width:992px){
    .top-menu{
        display:flex;
        align-items:center;
        font-family:var(--noto-sans);
        transition:all 0.5s;
        position:relative;
        overflow:hidden;
        padding:0 20px;
        pointer-events:auto;
        cursor:pointer;
        height:var(--ptnB-pc-header-height);
    }
    .top-menu:hover{
        background:#000;
        color:#fff;
    }
    .products-menu-sec{
        display:none;
        width:100%;
        position:fixed;
        top:var(--ptnB-pc-header-height);
        left:0;
        background:#000;
        z-index:100;
        transition:all 0.5s;
    }
    .products-menu-sec.active{
        display:block;
    }
    .products-menu-wrap{
        padding:40px 0 30px 0;
    }
    .ul-products-menu{
        margin:0;
        padding:0;
        list-style:none;
        width:100%;
        display:flex;
        flex-flow:row wrap;
    }
    .ul-products-menu li{
        width:25%;
        margin-bottom:10px;
    }
    .ul-products-menu li:empty{
        display:none;
    }
    .ul-products-menu li a{
        display:table;
        width:fit-content;
        white-space:nowrap;
        color:#fff;
        font-family:var(--noto);
        margin-left:auto;
        margin-right:auto;
        position:relative;
        transition:all 0.5s;
        padding-bottom:2px;
    }
    .ul-products-menu li a:before{
        content:'';
        width:100%;
        height:1px;
        background:#fff;
        transform:scale(0, 1);
        transform-origin:right center;
        transition:transform 0.5s;
        position:absolute;
        bottom:0;
        left:0;
    }
    .ul-products-menu li a:hover:before{
        transform:scale(1, 1);
        transform-origin:left center;
    }
    .ul-products-menu li a:hover{
        opacity:0.8;
    }
}
/*==========================================================*/
/* mobilemenu      											*/
/*==========================================================*/
.mobile-menu-slide{
    padding-top:var(--sp-org-header-height);
}
.site-mobile-nav{
    padding-top:0;
    height:calc(100vh - 60px);
}
.site-mobile-nav>div{
    background:transparent;
    height:100%;
    overflow-y: auto;
}
.mobile-navi-btn>span{
    position: absolute;
    background: #fff;
    height: 2px;
    width: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.mobile-navi-btn span:first-of-type{
    top:30%;
}
.mobile-navi-btn span:nth-of-type(2){
    top:50%;
}
.mobile-navi-btn span:last-of-type{
    top:70%;
}
.mobile-navi-btn.left{
    position: fixed;
    width:45px;
    height:45px;
    top:8px;
    left:10px;
    background:var(--burger-bkcolor);
    user-select:none;
    border-radius:50%;
    transition:all 0.5s;
}
.home .mobile-navi-btn.left{
    opacity:0;
}
.mobile-navi-btn.left:hover{
    filter:brightness(1.2);
}
.mobile-navi-btn.mobile-navi-open span:nth-child(1){
    top: 14px;
    left: calc(50% - 3px);
    transform: rotate(-45deg) translate(-50%,-50%);
}
.mobile-navi-btn.mobile-navi-open span:nth-of-type(2){
    opacity:0;
}
.mobile-navi-btn.mobile-navi-open span:last-of-type{
    top: 28px;
    left: calc(50% - 4px);
    transform: rotate(45deg) translate(-50%,-50%);
}
.site-header-menu>li>a{
    font-weight:400;
    font-family:var(--noto);
}
.site-header-menu>li>a:before{
    content:none;
}
.site-header-menu>li>a.instalink{
    padding:0;
    font-size:22px;
    letter-spacing:0;
    margin-left:10px;
}
.ptnB .container.site-header-container{
    grid-template-columns: 100%;
}
.ptnB .site-header-nav{
    justify-content:center;
    grid-column:1/2;
}
.site-header-logo{
    font-size:20px;
    letter-spacing:2px;
    height:var(--ptnB-sp-header-height);
    position:absolute;
    top:0;
    left:0;
    width:fit-content;
    display:flex;
    justify-content:flex-start;
    align-items: center;
    width:100%;
    padding-left:60px;
}
.site-header-logo a{
    display:inline-block;
    font-weight:600;
}
.site-header-logo a .logo-ttl{
    display:block;
    text-align:center;
}
.site-header-logo a small{
    display:block;
    font-size:8px;
    letter-spacing:0;
    text-align:center;
}
.login_btn_wrap{
    position:fixed;
    top:0;
    right:0;
    z-index:2000;
}
.home .login_btn_wrap{
    opacity:0;
}
.login_btn_wrap a, .rishun-mem_login-menu{
    width:120px;
    height:var(--ptnB-sp-header-height);
    display:flex;
    justify-content:center;
    align-items:center;
    background:#000;
    color:#fff;
    font-size:14px;
    transition:all 0.5s;
    font-family:var(--noto);
}
.login_btn_wrap a i{
    margin-right:4px;
}
.login_btn_wrap a:hover{
    color:#fff;
}
/* mobile menu */
.site-mobile-menu>li{
    padding: 0;
    margin: 0;
}
.site-mobile-menu>li>a{
    font-family:var(--noto);
    display: block;
    padding: 15px 5px;
    font-weight:500;
    transition:all 0.5s;
}
.site-mobile-menu ul.sub-menu>li>a{
    font-family:var(--noto);
}
.site-mobile-menu>li>a:hover{
    opacity:0.8;
    color:#fff;
}
.site-mobile-menu>li.menu-item-has-children>a {
    position:relative;
    color:#fff;
}
.site-mobile-menu>li>a:not([href]):not([class]){
    cursor:pointer;
}
.site-mobile-menu>li.menu-item-has-children>a::before,.site-mobile-menu>li.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    background:#eef9ce;
    transition: all .3s;
}
.site-mobile-menu>li.menu-item-has-children>a::before{
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.site-mobile-menu>li.menu-item-has-children>a::after{
    right: 11px;
    top: calc(50% - 1px);
    -webkit-transform:rotate(90deg) translateY(-50%);
    -moz-transform:rotate(90deg) translateY(-50%);
    -ms-transform:rotate(90deg) translateY(-50%);
    transform:rotate(90deg) translateY(-50%);
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::before {
    opacity: 0;
}
.site-mobile-menu>li.menu-item-has-children.clicked>a::after{
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.site-mobile-menu ul.sub-menu{
    padding-left: 15px;
    display: none;
}
.site-mobile-menu ul.sub-menu>li>a{
    display: block;
    padding:7px 5px;
    font-weight:500;
}
.site-mobile-menu>li>a:not([href]):not([class]){
    color:var(--sp-menu-font-color);
}
@media(min-width:992px){
    .site-header-logo{
        padding-left:20px;
    }
}
/*==========================================================*/
/* rishun members  											*/
/*==========================================================*/
.login-close-btn>a{
    font-family:var(--noto-serif);
}
.modal-login-wrap>h2{
    font-family:var(--noto-serif);
}
.form-item>label{
    font-family:var(--noto-serif);
}
.modal-login-wrap form input[type='submit']{
    font-family:var(--noto-serif);
}
/*==========================================================*/
/* footer menu     											*/
/*==========================================================*/
.site-footer{
    padding:0;
}
.footerwidget{
    display:block;
}
.ft-sec{
    position:relative;
    color:#fff;
    background:#000000;
    padding:0;
}
.ft-flex{
    display:flex;
    width:100%;
    flex-flow:row wrap;
}
.ft-flex .left{
    width:100%;
}
.ft-flex .right{
    width:100%;
}
.ft-contact-btn{
    width:100%;
    height:200px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.ft-contact-btn a{
    display:block;
}
.ft-contact-btn a h2{
    color:#fff;
    font-family:var(--noto-serif);
    text-align:center;
    font-size:24px;
    letter-spacing: 2px;
}
.ft-contact-btn a p{
    color:#fff;
    font-family:var(--noto-serif);
    text-align:center;
    letter-spacing: 2px;
}
.ft-ttl-wrap{
    padding:40px 0 30px 0;
}
.ft-ttl-wrap h2{
    display:flex;
    justify-content:center;
    max-width:300px;
    margin:0 auto;
}
.ft-ttl-wrap h2 .ft-ttl{
    color:#fff;
    display:block;
    letter-spacing:2px;
    font-size:22px;
    text-align:center;
}
.ft-ttl-wrap h2 small{
    color:#fff;
    display:block;
    font-size:8px;
    letter-spacing:2px;
    text-align:center;
}
.ft-ttl-wrap .instalink{
    color:#fff;
    text-align:center;
    font-family:var(--noto);
}
.ft-ttl-wrap .instalink{
    display:table;
    font-size:14px;
    margin:10px auto 0 auto;
}
.ft-ttl-wrap .instalink i{
    margin-right:5px;
}
.ft-menu{
    display:block;
    padding:0 20px;
    margin-bottom:40px;
}
.footerwidget .ul-footer-menu{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    justify-content:space-between;
}
.footerwidget .ul-footer-menu li a{
    display:table;
    font-size:13px;
    margin:0 auto;
    font-family:var(--noto-sans)
}
.footerwidget .ul-footer-menu li{
    width:100%;
    margin-bottom:5px;
}
.ft-flex .right .pict{
    width:100%;
    position:relative;
}
.ft-flex .right .pict>img{
    width:100%;
    aspect-ratio:3/4;
    object-fit:cover;
}
.copyright{
    position:absolute;
    bottom:5px;
    left:50%;
    transform:translateX(-50%);
    font-weight:400;
    white-space: nowrap;
}
@media(min-width:768px){
    .ft-flex .left{
        width:60%;
    }
    .ft-flex .right{
        width:40%;
    }
    .footerwidget .ul-footer-menu li{
        width:49%;
    }
}
@media(min-width:992px){
    .ft-contact-btn{
        height:300px;
    }
    .ft-contact-btn a h2{
        font-size:32px;
        letter-spacing: 4px;
    }
    .ft-contact-btn a p{
        font-size:14px;
    }

    .ft-flex .right .pict>img{
        width:100%;
        height:560px;
        aspect-ratio:unset;
    }
    .ft-flex .left{
        width:63%;
    }
    .ft-flex .right{
        width:37%;
    }
    .footerwidget .ul-footer-menu li{
        width:33%;
    }
}
@media(min-width:1200px){
    .ft-flex .left{
        width:60%;
    }
    .ft-flex .right{
        width:40%;
    }
}
/*==========================================================*/
/* fade-in       											*/
/*==========================================================*/
.fade-in{
    opacity:0;
    transition:all 1s;
    transform:translateY(20px);
}
.fade-in.scroll-in{
    animation: fade-in ease 1s forwards;
}
.hd-style.scroll-in h2>span:before{
    animation: passing-bar 1s ease 0s 1 normal forwards;
    animation-delay: 1s;
}
.hd-style.scroll-in h2>span{
    animation:passing-txt 0s ease .5s 1 normal forwards;
    animation-delay: 1s;
}
.fade-right{
    transform:translateX(-100%);
    opacity:0;
    transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.fade-left{
    transform:translateX(100%);
    opacity:0;
    transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.fade-right.scroll-in{
    transform:translateX(0);
    opacity:1;
}
.fade-left.scroll-in{
    transform:translateX(0);
    opacity:1;
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@keyframes passing-txt{
	0% { opacity:0; }
	70% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fade-in{
	0% {
         opacity:0;
         transform:translateY(20px);
    }
	100% {
        opacity:1;
        transform:translateY(0);
    }
}
/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
/*==========================================================*/
/* loading screen											*/
/*==========================================================*/
body.loading {
  overflow: hidden;      /* スクロールを止める */
  height: 100vh;         /* 固定するために高さを明示 */
}
/* 全体コンテナ */
#intro-layers {
    display:block;
    position: fixed;
    width:100vw;
    height: 100vh;
    overflow: hidden;
    z-index:10;
    top:0;
    left:0;
}
.layer-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    will-change: clip-path;
    z-index: 5;
}
.layer-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('./img/slide01.jpg') center center / cover no-repeat;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); /* 全画面 */
    will-change: clip-path;
    z-index: 3;
    opacity: 1;
}
.layer-title-wrap{
    width:100vw;
    height:100vh;
    position:fixed;
    top:0;
    left:0;
    z-index: 20;
}
.layer-title-wrap .inner{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
}
.layer-title {
    width:180px;
    opacity: 0;
    margin:0;
    scale: 1;
}
.layer-title .site_ttl{
    display:block;
    text-align:center;
}
.layer-title small{
    display:block;
    text-align:center;
    font-size:12px;
}
.topslide-sec{
    position:relative;
    padding:0;
    background:#f0f0f0;
}
.hero-slider {
    max-width:200px;
    width: 100%;
    height:100vh;
    z-index: 1;
    opacity: 1;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}
.slider-wrapper{
    width:100%;
    height:100%;
    position:relative;
}
.hero-slider .slide{
    width:100%;
    height:auto;
    position:absolute;
    top:calc(50% - 2%);
    translate:0 -50%;

}
.hero-slider .slide img{
    width:100%;
    height:auto;
}
@media(min-width:576px){
    .layer-title {
        width:280px;
    }
}
@media(min-width:768px){
    .layer-title {
        width:370px;
    }
    .hero-slider{
        max-width:500px;
        margin-left:auto;
        margin-right:auto;
        position:relative;
    }
    .hero-slider .slide img{
        width:100%;
    }
}
@media(min-width:992px){
    .layer-title {
        width:490px;
    }
    .hero-slider{
        max-width:500px;
    }
}
@media(min-width:1200px){
    .layer-title {
        width:620px;
    }
    .hero-slider{
        max-width:650px;
    }
}
@media(min-width:1300px){
    .layer-title {
        width:750px;
    }
    .hero-slider{
        max-width:780px;
    }
}
/*==========================================================*/
/* scrolled     											*/
/*==========================================================*/
.scrolled .site-header-wrap{
    background:rgba(255,255,255,0.5);
    backdrop-filter:blur(2px);
}
/*==========================================================*/
/* tpaboutus-sec    										*/
/*==========================================================*/
.tpaboutuse-sec{
    position:relative;
    padding:80px 0;
}
.dl-tpaboutus{
    width:100%;
    margin:0;
}
.dl-tpaboutus dt{
    width:100%;
    margin:0 0 80px 0;
}
.dl-tpaboutus dd{
    width:100%;
    margin:0;
}
.dl-tpaboutus dt .pict{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    justify-content:space-between;
}
.dl-tpaboutus dt .pict img{
    width:100%;
    aspect-ratio:3/5;
    object-fit:cover;
}
.dl-tpaboutus dt .pict>.wrap{
    width:48%;
    position:relative;
}
.dl-tpaboutus dt .pict>.wrap:last-of-type{
    padding-top:10%;
}
.dl-tpaboutus dt .pict>.wrap.fade-in.scroll-in:first-of-type{
    animation: fade-in ease 1s forwards;
}
.dl-tpaboutus dt .pict>.wrap.fade-in.scroll-in:last-of-type{
    animation: fade-in ease 1s forwards;
    animation-delay: 0.5s;
}
.h2org{
    display:table;
    width:fit-content;
    position:relative;
    font-weight:400;
    font-family:var(--noto-serif);
    font-size:22px;
    padding-bottom:10px;
    margin-bottom:30px;
}
.h2org:before{
    content:'';
    width:100%;
    height:0.5px;
    background:var(--font-thin-color);
    position:absolute;
    bottom:0;
    left:0;
}
.h3org{
    font-family:var(--noto-serif);
    font-size: 26px;
    line-height: 1.8;
    margin-bottom:30px;
    font-weight:400;
}
.dl-tpaboutus dd .desc p{
    line-height:2;
    margin-bottom:20px;
}
@media(min-width:768px){
    .dl-tpaboutus{
        display:flex;
        flex-flow:row nowrap;
    }
    .dl-tpaboutus dt{
        width:50%;
        margin:0;
        position:relative;
    }
    .dl-tpaboutus dd{
        width:50%;
        margin:0;
    }
    .dl-tpaboutus dt .pict{
        position:absolute;
        top:50%;
        left:calc(((720px - 100vw) / 2) - 20px);
        transform:translateY(-50%);
    }
}
@media(min-width:992px){
    .dl-tpaboutus dt .pict{
        position:absolute;
        left:calc(((960px - 100vw) / 2) - 20px);
    }
    .dl-tpaboutus dt .pict>.wrap{
        width:45%;
    }
    .h2org{
        font-size:34px;
        margin-bottom:50px;
    }
    .h3org{
        font-size: 40px;
        margin-bottom:40px;
    }
}
@media(min-width:1200px){
    .dl-tpaboutus dt .pict{
        position:absolute;
        left:calc(((1140px - 100vw) / 2) - 20px);
    }
    .dl-tpaboutus dt .pict>.wrap{
        width:40%;
    }
    .dl-tpaboutus dt .pict>.wrap:last-of-type{
        margin-right:5%;
    }
}
@media(min-width:1400px){
    .dl-tpaboutus dt .pict{
        position:absolute;
        left:calc(((1320px - 100vw) / 2) - 20px);
    }
}
/*==========================================================*/
/* tpphotoslider-sec										*/
/*==========================================================*/
.tpphotoslide-sec{
    position:relative;
    padding:80px 0;
    background:#f0f0f0;
}
/* 横スクロール */
.bizslide-pict {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: auto;
    height:220px;
}
.bizslide-pict .wrap {
    display: flex;
    position:absolute;
    top: 0;
    left: 0;
    z-index:1;
/*
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
*/
}
.bizslide-pict .wrap img {
    display:block;
    width: 70%;
    height:220px;
    object-fit:cover;
    max-width:none;
    flex-shrink: 0;
    margin:0 4px;
}
@media(min-width:768px){
    .bizslide-pict {
        height:300px;
    }
    .bizslide-pict .wrap img {
        width:50%;
        height:300px;
    }
}
@media(min-width:992px){
    .bizslide-pict .wrap img {
        width:40%;
    }
}
@media(min-width:1200px){
    .bizslide-pict .wrap img {
        width:30%;
    }
}
/*==========================================================*/
/* tpsrvmenu-sec    										*/
/*==========================================================*/
.tpsrvmenu-sec{
    padding:80px 0;
    position:relative;
}
.hdunder{
    margin-bottom:40px;
}
.hdunder p{
    line-height:2;
}
.ul-productslist{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}
.ul-productslist li{
    width:100%;
    margin-bottom:60px;
}
.ul-productslist li a{
    display:block;
    width:100%;
}
.ul-productslist li a .pict{
    width:100%;
    margin-bottom:10px;
    overflow:hidden;
}
.ul-productslist li a .pict>img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    transition:all 0.5s;
}
.ul-productslist li a .desc h3{
    font-family:var(--Bodoni);
    font-size:32px;
    font-weight:var(--Bodoni-weight);
    letter-spacing:1px;
}
.ul-productslist li a .desc .ttl p{
    font-weight:700;
    margin-bottom:10px;
    font-family:var(--noto-serif);
}
.ul-productslist li a:hover .pict>img{
    transform:scale(1.2);
}
@media(min-width:768px){
    .tpsrvmenu-sec .h2org{
        margin-left:auto;
        margin-right:auto;
    }
    .hdunder{
        display:flex;
        justify-content:center;
    }
    .ul-productslist{
        justify-content:space-between;
    }
    .ul-productslist li{
        width:46%;
    }
    .ul-productslist li a .desc h3{
        font-size:40px;
        white-space:nowrap;
    }
    .ul-productslist li a .desc .ttl p{
        font-size:15px;
    }
}
@media(min-width:992px){
    .ul-productslist{
        justify-content:space-evenly;
    }
    .ul-productslist li{
        width:33.333%;
    }
    .ul-productslist li:nth-of-type(3n+1){
        padding:0 2% 0 0;
    }
    .ul-productslist li:nth-of-type(3n+2){
        padding:0 1%;
    }
    .ul-productslist li:nth-of-type(3n){
        padding:0 0 0 2%;
    }
    .ul-productslist li:nth-last-of-type(1), .ul-productslist li:nth-last-of-type(2){
        width:40%;
        padding:0;
    }
}
@media(min-width:1200px){
    .ul-productslist li a .desc h3{
        font-size:42px;
        white-space:nowrap;
    }
}
/*==========================================================*/
/* archive photographer										*/
/*==========================================================*/
.page-header-ttl .en{
    font-size:24px;
    font-family:var(--Bodoni);
    font-weight:var(--Bodoni-weight);
    letter-spacing:1px;
    margin-bottom:8px;
}
.page-header-ttl .jp{
    font-size:14px;
    font-weight:var(--Bodoni-weight);
    font-family:var(--noto-serif);
}
.page-header-ttl{
    transform:none;
    translate: 0 -50%;
}
.photographer-sec{
    position:relative;
}
.photographer-wrap{
    width:100%;
}
.font-emphasis{
    display:table;
    font-size:20px;
    font-weight:700;
    white-space:nowrap;
    margin-left:auto;
    margin-right:auto;
}
p.attention{
    padding-left:20px;
    position:relative;
    margin-bottom:8px;
}
p.attention:before{
    content:'※';
    position:absolute;
    top:0;
    left:0;
}
.ul-photographer_list{
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    display:block;
}
.ul-photographer_list>li{
    margin-top:80px;
}
.ul-photographer_list>li .box{
    width:100%;
}
.flex-photographer{
    width:100%;
    display:flex;
    flex-flow:row wrap;
}
.flex-photographer>div{
    width:100%;
    display:block;
}
.flex-photographer>div:first-of-type{
    margin-bottom:20px;    
}
.flex-photographer>div:last-of-type{
    padding:0 20px;
}
.flex-photographer>div .pict{
    width:100%;
}
.flex-photographer>div .pict>img{
    width:100%;
    aspect-ratio:5/4;
    object-fit:cover;
}
.flex-photographer>div .desc{
    width:100%;
}
.flex-photographer>div .name{
    display:flex;
    justify-content:center;
    align-items:flex-end;   
    margin-bottom:20px;
}
.flex-photographer>div .name h3{
    font-family:var(--noto-serif);
    font-weight:700;
    margin-right:10px;
    margin-bottom:0;
    font-size:24px;
}
.flex-photographer>div .name p{
    font-size:12px;
}
.flex-photographer>div .fee{
    width:100%;
    margin-bottom:20px;
}
.dl-fee{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    margin-bottom:10px;
}
.dl-fee>dt, .dl-fee>dd{
    padding:0.5em;
    width:100%;
    margin:0;
    font-size:14px;
}
.dl-fee>dt{
    background:var(--thin-black4);
    color:var(--font-thin-color);
    text-align:center;
    border:solid 1px #ccc;
    font-size:14px;
}
.dl-fee>dd{
    font-size:15px;
    text-align:center;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    background:#fff;
}
.dl-fee>dd .wrap span:first-of-type{
    margin-right:10px;
}
.flex-photographer>div .profile{
    margin-bottom:20px;
    font-size:14px;
}
.gallery-btn>a{
    width:250px;
    height:50px;
    border-radius:25px;
    background:var(--thin-black);
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    transition:all 0.5s;
}
.gallery-btn>a i{
    position:absolute;
    top:50%;
    translate:0 -50%;
    right:20px;
    transition:right 0.5s;
}
.gallery-btn>a:hover{
    opacity:0.8;
    color:#fff;
}
.gallery-btn>a:hover i{
    right:10px;
}
/* popup */
.photographer_popup{
    width:100vw;
    height:100vh;
    position:fixed;
    z-index:3000;
    top:0;
    left:0;
    display:none;
    background:rgba(0,0,0,0.6);
}
.photographer_popup>.wrap{
    display:block;
    position:absolute;
    width:90%;
    height:80%;
    top:50%;
    left:50%;
    translate:-50% -50%;
    border-radius:5px;
    overflow:hidden;
}
.photographer_popup>.wrap .inner{
    background:#fff;
    position:relative;
    width:100%;
    height:100%;
    padding:10px;
    overflow:hidden;
}
.close_btn{
    color:#000;
    font-size:24px;
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:auto;
    margin-right:0;
    cursor:pointer;
    pointer-events:auto;
}
.popup-hd{
    width:100%;
    margin-bottom:40px;
}
.popup_wrap{
    width:100%;
    height:calc(100% - 80px);
    overflow-y:auto;
    padding:10px;
}
.popup_wrap h2{
    text-align:center;
    font-size:24px;
    margin-bottom:20px;
    font-family:var(--Bodoni);
    font-weight:var(--Bodoni-weight);
    letter-spacing:0.1em;
    line-height:1.8;
}
.popup_wrap h3.photo_name{
    text-align:center;
    font-size:20px;
    font-family:var(--noto-serif);
    font-weight:700;
}
.popup_wrap p{
    text-align:center;
    font-family:var(--Bodoni);
    font-weight:var(--Bodoni-weight);
}
.popup-bd{
    width:100%;
}
.video_gallery_wrap{
    width:calc(100% - 60px);
    margin-top:60px;
    margin-left:auto;
    margin-right:auto;
}
.ul-video-gallery{
    margin:0;
    padding:0;
    width:100%;
    display:flex;
    list-style:none;
    justify-content:center;
}
.movie-inner{
    width:100%;
}
.movie-inner video{
    width:100%;
    height:auto;
    margin:0 auto;
}
.photo_gallery_wrap{
    width:100%;
    width:calc(100% - 60px);
    margin-left:auto;
    margin-right:auto;
}
.ul-photo-gallery{
    display:flex;
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
    flex-flow:row wrap;
}
.ul-photo-gallery li h3{
    font-size:14px;
    text-align:center;
}
.ul-photo-gallery li a img{
    margin-bottom:8px;
}
.slick-prev, .slick-next{
    z-index:3100;
    width:30px;
    height:30px;
}
.slick-prev{
    left:-30px;
}
.slick-next{
    right:-30px;
}
.slick-prev:before, .slick-next:before{
    color:var(--thin-black);
    font-size:24px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.slick-prev:before{
    content:"\f104";
}
.slick-next:before{
    content:"\f105";
}
/* photographer-frm-sec */
.photographer-frm-sec{
    padding:40px 0;
    width:100%;
}
.photographer-frm-sec .h2org{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.dl-contactfm{
    padding: 1em 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.dl-contactfm>dt{
    width: 100%;
    min-height: 60px;
    background: var(--thin-black2);
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding:0.5em 4em 0.5em 1em;
    position: relative;
    border: solid 1px var(--thin-black);
}
.dl-contactfm>dt>label{
    font-size:14px;
    letter-spacing: 0.1em;
}
.dl-contactfm>dt p{
    color: #fff;
    line-height:1.4;
}
.dl-contactfm>dd{
    width: 100%;
    height: auto;
    border: solid 1px var(--thin-black);
    padding: 10px;
}
.dl-contactfm>dt .is-required {
    font-size: 12px;
    line-height: 1;
    padding: 4px 10px 6px 10px;
    background: #dc3545;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 10px;
}
.sel_photo>label{
    display:block;
    position:relative;
    font-size:14px;
    letter-spacing:0.1em;
}
.sel_photo>label .is-required{
    font-size: 12px;
    line-height: 1;
    padding: 4px 10px 6px 10px;
    background: #dc3545;
    color: #fff;
    border-radius: 5px;
    position:absolute;
    top:50%;
    right:10px;
    translate:0 -50%;
}
.sel_photo>label .is-option{
    font-size: 12px;
    line-height: 1;
    padding: 4px 10px 6px 10px;
    background: var(--thin-black);
    color: #fff;
    border-radius: 5px;
    position:absolute;
    top:50%;
    right:10px;
    translate:0 -50%;
}
.dl-contactfm .wpcf7-list-item-label{
    font-size:14px;
    letter-spacing:0.1em;
}
.sel_photo{
    margin-bottom:1em;
}
.sel_photo>p{
    margin-bottom:8px;
    font-weight:500;
}
.dl-contactfm select {
    width: 100%;
    min-height: 45px;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing:0.1em;
}
.choice_info{
    margin-top:20px;
}
.choice_attention{
    margin-top:20px;
}
.cl_radio>.wpcf7-list-item label, .contactfm-privacy .wpcf7-list-item label{
    display: flex;
    flex-flow: row nowrap;
    text-align: center;
    width: 100%;
}
.dl-contactfm input[type='text'], .dl-contactfm input[type='email'], .dl-contactfm input[type='tel'], .dl-contactfm input[type='date']{
    width:100%;
    height:45px;
    padding-left:10px;
    font-size:14px;
    letter-spacing: 0.1em;
}
.dl-contactfm input[type='radio'], .dl-contactfm input[type='checkbox'] {
    margin-top: 3px;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
textarea {
    width: 100%;
    height: 300px;
    padding: 10px;
}
textarea::placeholder{
    font-size:14px;
    letter-spacing: 0.1em;
}
.wpcf7 input[type="file"]{
    font-size:14px;
    letter-spacing: 0.1em;
}
.form_count{
    display:block;
    font-size:14px;
    letter-spacing: 0.1em;
}
.contactfm-last-bt{
    margin-top:40px;
    width:100%;
}
.contactfm-last-bt input[type='submit']{
    width:100%;
    margin:0 auto;
    width:100%;
    max-width:350px;
    height:55px;
    font-size:16px;
    display:flex;
    align-items:center;
    justify-content: center;
    background: #333;
    color:#fff;
    font-weight:500;
    transition:all 0.3s;
    position:relative;
    border:none;
}
.contactfm-last-bt input[type='submit']:hover{
    filter:brightness(1.1);
}
.contactfm-last-bt input[type='submit']:disabled {
    filter:brightness(0.8);
}
.contactfm-last-bt input[type='submit']:active{
    box-shadow:none;
}
.memo-wrap{
    margin-top:40px;
}
/* portrait form */
.po-reserve-form{
    margin-top:40px;
}
.flex-dbl-in{
    width:100%;
    display:flex;
    flex-flow:row wrap;
}
.flex-dbl-in>div{
    width:100%;
}
.flex-dbl-in>div:first-of-type{
    margin-bottom:10px;
}
/* date form customize for Flatpickr*/
.flatpickr-calendar {
    border: 1px solid #ccc !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 6px;
}
.flatpickr-day {
    border-radius: 4px;
}
.flatpickr-day:hover {
    background: #e9f5ff;
    border-color: #b3e0ff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: #0073aa !important;
    color: #fff !important;
    border: none;
}
input.flatpickr-input {
    background-color: #fff;
    border: 1px solid #767676;
    border-radius: 2px;
    padding: 6px 10px;
    font-size: 1em;
    width: 100%;
    color: #333;
}
input.flatpickr-input::placeholder {
    color: #999;
}
/* welcome item */
.cl_chkbox label{
    width:100%;
    display:flex;
    align-items:center;
}
.cl_chkbox label input[type='checkbox']{
    margin-top:0;
}
.select_text_hidden{
    visibility:hidden;
}
.welitem_inner{
    width:100%;
}
.welitem-flx{
    width:100%;
    margin-bottom:20px;
}
.welitem-ttl{
    width:100%;
    margin-bottom:8px;
}
.welitem-ttl label{
    font-size:14px;
    letter-spacing: 0.1em;
}
.welitem-box{
    width:100%;
}
.ul-design{
    width:100%;
    list-style:none;
    margin:0;
    padding:0;
}
.ul-design>li{
    padding:10px 0;
}
.ul-design>li button{
    background:transparent;
    border:none;
    padding:5px 5px 5px 30px;
    position:relative;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.ul-design>li button.noimg-btn{
    justify-content:flex-start;
}
.ul-design>li button>div{
    border:solid 1px var(--thin-black3);
}
.ul-design>li button.noimg-btn>div{
    border:none;
}
.ul-design>li button>div>span{
    position:absolute;
    top:50%;
    left:5px;
    translate:0 -50%;
}
.ul-design>li button:hover{
    opacity:0.8;
}
.welitem_wrap{
    display:none;
}
.ul-design>li button.active{
    border:solid 2px var(--focus-color);
}
.welitem_name{
    font-size:14px;
    letter-spacing:0.1em;
}
.dl-contactfm>dt>div, .dl-contactfm>dd>label{
    font-size:14px;
    letter-spacing: 0.1em;
}
@media(min-width:768px){
    .page-header-wrap>img{
        display:table;
        width:auto;
        height:100%;
        object-fit:unset;
        margin-left:auto;
        margin-right:0;
    }
    .page-header-ttl{
        width:calc(100% - 300.47px);
    }
    .page-header-ttl .en{
        font-size:32px;
        color:var(--font-thin-color);
    }
    .page-header-ttl .jp{
        color:var(--font-thin-color);
    }
    .ul-photographer_list>li{
        margin:0;
        padding:40px 0;
    }
    .ul-photographer_list>li:first-of-type{
        margin-top:40px;
    }
    .ul-photographer_list>li:nth-of-type(2n+1){
        background:var(--thin-black5);
    }
    .flex-photographer{
        justify-content:space-between;
    }
    .flex-photographer>div:first-of-type{
        width:39%;
    }
    .flex-photographer>div:last-of-type{
        width:59%;
    }
    .flex-photographer>div .pict>img{
        aspect-ratio:3/4;
    }
    .ul-photographer_list>li .box{
        padding:0 20px;
        max-width:720px;
        margin-left:auto;
        margin-right:auto;
    }
    .flex-photographer>div:last-of-type{
        padding:0;
    }
    .ul-photographer_list>li:nth-of-type(2n) .flex-photographer>div:first-of-type{
        order:2;
    }
    .ul-photographer_list>li:nth-of-type(2n) .flex-photographer>div:last-of-type{
        order:1;
    }
    /* popup  */
    .close_btn{
        font-size:32px;
        width:60px;
        height:60px;
        display:flex;
        justify-content:center;
        align-items:center;
        margin-left:auto;
        margin-right:0;
        cursor:pointer;
        pointer-events:auto;
    }
    .popup_wrap{
        padding:10px 40px;
    }
    .slick-prev{
        left:-45px;
    }
    .slick-next{
        right:-45px;
    }
    .ul-photo-gallery{
        max-width:400px;
        margin-left:auto;
        margin-right:auto;
    }
    .ul-photo-gallery li{
        width:fit-content;
    }
    .photographer_popup>.wrap .inner{
        padding-left:30px;
        padding-right:30px;
    }
    .photobr{
        display:none;
    }
}
@media(min-width:992px){
    .page-header-ttl{
        width:calc(100% - 375.58px);
    }
    .page-header-ttl .en{
        font-size:40px;
    }
    .page-header-ttl .jp{
        font-size:16px;
    }
    .ul-photographer_list>li .box{
        max-width:960px;
    }
    .photographer-wrap .desc p{
        text-align:center;
    }
    .photographer-wrap .desc p.attention{
        display:table;
        margin-left:auto;
        margin-right:auto;
    }
    .flex-photographer>div:first-of-type{
        width:38%;
    }
    .flex-photographer>div:last-of-type{
        width:58%;
    }
    .dl-fee{
        margin:0;
    }
    .dl-fee>dt{
        width:320px;
        border-bottom:none;
    }
    .dl-fee>dd{
        width:calc(100% - 320px);
        border-left:none;
        border-top:solid 1px #ccc;
        border-bottom:none;
    }
    .flex-photographer>div .fee{
        border-bottom:solid 1px #ccc;;
    }
    /* popup */
    .insert_data>.wrap{
        padding:40px;
    }
    .ul-photo-gallery{
        max-width:500px;
        margin-left:auto;
        margin-right:auto;
    }
    .ul-photo-gallery li a{
        max-width:500px;
        height:300px;
        object-fit:contain;
        
    }
    /* contact form */
    .dl-contactfm{
        padding:0;
/*        border-bottom-color: var(--thin-black2);*/
    }
    .dl-contactfm>dt {
        display: inline-block;
        width: 300px;
        height: auto;
        border-bottom-color: var(--thin-black2);
        padding-top: 1em;
        border-right:none;
    }
    .dl-contactfm>dd {
        display: inline-block;
        width: calc(100% - 300px);
        margin: 0;
        border-bottom: none;
        padding: 1em;
    }
    .photographer-frm-sec form .dl-contactfm:last-of-type{
        border-bottom:solid 1px var(--thin-black2);
    }
    .memo-wrap p{
        text-align:center;
    }
    /* portrait form */
    .po-reserve-sec form .dl-contactfm:last-of-type{
        border-bottom:solid 1px var(--thin-black2);
    }
    .po-reserve-sec form>p{
        text-align:center;
        margin-bottom:10px;
    }
    .flex-dbl-in{
        justify-content: space-between;
    }
    .flex-dbl-in>div{
        width:49%;
    }
    .flex-dbl-in>div:first-of-type{
        margin-bottom:0;
    }
    .dl-last_contactfm{
        border-bottom:solid 1px var(--thin-black2);
    }
}
@media(min-width:1200px){
    .ul-photographer_list li .box{
        max-width:1140px;
    }
    .flex-photographer>div .pict>img{
        aspect-ratio:10/11;
    }
    .flex-photographer>div:first-of-type{
        width:37%;
    }
    .flex-photographer>div:last-of-type{
        width:57%;
    }
    /* welcome items */
    .ul-design{
        display:flex;
        flex-flow:row wrap;
        width:100%;
        justify-content:space-between;
        align-items:center;
    }
    .ul-design>li{
        width:49%;
    }
}
@media(min-width:1400px){
    .ul-photographer_list li .box{
        max-width:1320px;
    }
    .flex-photographer>div .pict>img{
        aspect-ratio:10/9;
    }
}
/*==========================================================*/
/* single products  										*/
/*==========================================================*/
.pre_shoot-sec{
    position:relative;
}
.hd-style_h2{
    margin-bottom:40px;
}
.hd-style_h2 h2{
    font-size:14px;
    text-align:center;
    font-weight:500;
    margin-bottom:0;
    color:var(--font-thin-color);
}
.hd-style_h2 p{
    font-size:26px;
    text-align:center;
    font-family:var(--Bodoni);
    font-weight:var(--Bodoni-weight);
}
.afterheader{
    display:flex;
    justify-content:center;
    padding-bottom:50px;
    width:100%;
    border-bottom:solid 1px var(--thin-black2);
}
.afterheader p{
    text-align:center;
}
.pre_shoot-wrap{
    width:100%;
    margin-top:40px;
}
.hd-style_h3{
    margin-bottom:40px;
}
.hd-style_h3 h3{
    text-align:center;
    font-size:26px;
    font-weight:700;
    letter-spacing:0.2em;
}
.hd-style_h3 p{
    text-align:center;
}
.pre_shoot-wrap .wrap{
    margin-top:40px;
}
.hd-style_h4{
    margin-bottom:10px;
}
.hd-style_h4 h4{
    font-size:24px;
    font-weight:700;
    letter-spacing:0.1em;
    text-align:center;
    margin-bottom:8px;
}
.hd-style_h4 h4.en{
    font-family:var(--Bodoni);
    font-weight:var(--Bodoni-weight);
}
.hd-style_h4 h4.en span{
    font-family:var(--noto-serif);
}
.hd-style_h4 p{
    text-align:center;
    color:var(--font-thin-color);
}
.dl-photo{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    margin:20px 0 0 0;
}
.dl-photo>dt{
    width:100%;
    margin:0 0 10px 0;
}
.dl-photo>dd{
    width:100%;
    margin:0;
}
.dl-photo>dt .pict{
    width:100%;
}
.dl-photo>dt .pict>img{
    width:100%;
    height:auto;
}
.tbl-photo{
    width:100%;
    margin-bottom:10px;
}
.tbl-photo th, .tbl-photo td{
    font-size:14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    display:block;
}
.tbl-photo tr{
    display:block;
    margin-bottom:10px;
}
.ul-photo{
    padding-left:20px;
}
.ul-photo>li{
    font-size:14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}
.bar-btn{
    margin-top:20px;
}
.bar-btn a{
    width:280px;
    height:50px;
    background:var(--thin-black4);
    color:var(--font-thin-color);
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:auto;
    margin-right:0;
    position:relative;
}
.bar-btn a i{
    position:absolute;
    top:50%;
    right:20px;
    translate:0 -50%;
    transition:right 0.5s;
}
.bar-btn a:hover i{
    right:15px;
}
.bar-btn a:hover{
    color:var(--font-thin-color);
    filter:none;
}
.bar-btn a:before{
    background:var(--font-thin-color);
}
.bar-btn a:after{
    background:var(--font-thin-color);
}
@media(min-width:768px){
    .pre-brtb{
        display:none;
    }
    .pre_shoot-wrap .wrap{
        padding-bottom:40px;
    }
    .hd-style_h2 h2{
        font-size:17px;
    }
    .hd-style_h2 p{
        font-size:40px;
    }
    .hd-style_h3 h3{
        font-size:40px;
    }
    .hd-style_h3 p{
        font-size:17px;
    }
    .hd-style_h4 h4{
        font-size:32px;
    }
    .hd-style_h4 h4.jp{
        font-size:26px;
    }
    .hd-style_h4 p{
        font-size:17px;
    }
    .dl-photo{
        justify-content:space-between;
    }
    .dl-vertical>dt{
        width:29%;
    }
    .dl-vertical>dd{
        width:69%;
        display:flex;
        align-items:center;
    }
    .tbl-photo tr{
        display:table-row;
        margin:0;
    }
    .tbl-photo th{
        display: table-cell;
    }
    .tbl-photo td{
        display: table-cell;
    }
    .dl-horizontal>dt{
        width:49%;
        order:2;
    }
    .dl-horizontal>dd{
        width:49%;
        display:flex;
        align-items:center;
        order:1;
    }
    .bar-btn a{
        margin-right:auto;
    }
}
@media(min-width:992px){
    .dl-vertical>dt{
        width:38%;
    }
    .dl-vertical>dd{
        width:58%;
    }
    .dl-horizontal>dt{
        width:48%;
    }
    .dl-horizontal>dd{
        width:48%;
    }
}
/*==========================================================*/
/* The portrait       										*/
/*==========================================================*/
.portrait-sec{
    position:relative;
}
.portrait-wrap{
    width:100%;
}
.tbl-products{
    width:100%;
}
.tbl-products thead{
    display:none;
}
.tbl-products tr{
    width:100%;
    display:block;
    margin-top:20px;
}
.tbl-products th{
    font-size:14px;
    letter-spacing:0.1em;
    line-height:1.8;
    width:100%;
    display:block;
    padding:0.5em;
    border:solid 1px var(--thin-black3);
    text-align:center;
    background:var(--thin-black5);
}
.tbl-products thead th{
    background:var(--thin-black4);
}
.tbl-products td{
    font-size:14px;
    letter-spacing:0.1em;
    line-height:1.8;
    width:100%;
    display:block;
    padding:0.5em;
    border-left:solid 1px var(--thin-black3);
    border-right:solid 1px var(--thin-black3);
    border-bottom:solid 1px var(--thin-black3);
    text-align:center;
}
.tbl-products td .fee{
    font-weight:700;
    font-size:16px;
}
.tbl-products td .fee small{
    margin-left:5px;
}
/* concept */
.hd-style_po_concept{
    width:100%;
    margin-bottom:40px;
}
.hd-style_po_concept h2{
    font-size: 26px;
    text-align: center;
    font-family: var(--Bodoni);
    font-weight:var(--Bodoni-weight);
}
.hd-style_po_concept p{
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--font-thin-color);
}
.po-concept-wrap .desc>p{
    margin-bottom:10px;
}
.ul-portrait{
    margin:40px 0 0 0;
    padding:0;
    display:flex;
    flex-flow:row wrap;
    width:100%;
    list-style:none;
}
.ul-portrait>li{
    margin-bottom:40px;
}
.ul-portrait>li .box{
    width:100%;
}
.ul-portrait>li .box .pict{
    width:100%;
    margin-bottom:10px;
    overflow:hidden;
}
.ul-portrait>li .box .pict img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
}
.ul-portrait>li .box p>strong{
    text-align:center;
}
.ul-portrait>li .box .desc h3{
    margin:10px 0;
    font-size:14px;
    font-weight:700;
    letter-spacing: 0.1em;
    line-height:1.8;
}
/* gallery */
.po-gallery-wrap{
    width:100%;
}
.ul-portrait-gallerylist{
    margin:0;
    padding:0;
    display:flex;
    list-style:none;
    flex-flow:row wrap;
    justify-content:space-between
}
.ul-portrait-gallerylist>li{
    margin-bottom:40px;
    width:46%;
}
/* flow */
.po-flow-sec{
    background:var(--thin-black5);
}
.po-flow-sec .h2org{
    margin-left:auto;
    margin-right:auto;
}
.po-flow-wrap{
    width:100%;
}
.ul-po-flow{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-flow:row wrap;
}
.ul-po-flow>li{
    width:100%;
    margin-bottom:60px;
    position:relative;
    display:flex;
    justify-content: center;
}
.ul-po-flow>li:last-of-type{
    margin-bottom:0;
}
.ul-po-flow>li>img{
    width:200px;
    height:200px;
    object-fit:contain;
}
.ul-po-flow>li:before{
    content:'';
    width:40px;
    height:40px;
    background:url('./img/arrow_down.png') center center / cover no-repeat;
    position:absolute;
    bottom:-50px;
    left:50%;
    transform:translateX(-50%);
}
.ul-po-flow.ul-pg-flow>li:before{
    content:'';
    background:url('./img/arrow_down2.png') center center / contain no-repeat;
}
.ul-po-flow>li:last-of-type:before{
    content:none;
}
.ul-po-flow.ul-pg-flow>li:last-of-type:before{
    content:none;
}
.sp_img{
    display:block;
}
.pc_img{
    display:none;
}
/* reserve */
.po-reserve-sec .h2org{
    margin-left:auto;
    margin-right:auto;
}
@media(min-width:768px){
    .tbl-products thead{
        display: table-header-group;
    }
    .tbl-products tr{
        width:100%;
        display: table-row;
        margin-top:0;
    }
    .tbl-products th{
        width:auto;
        display: table-cell;
        padding:1em 0.5em;
    }
    .tbl-products td{
        width:auto;
        display: table-cell;
        padding:1em 0.5em;
    }
    .tbl-products thead th{
        border-right:none;
    }
    .tbl-products thead tr th:last-of-type{
        border-right:solid 1px var(--thin-black3);
    }
    .tbl-products tbody th{
        border-top:none;
    }
    .tbl-products tbody td{
        border-left:none;
    }
    .tbl-products td .fee small{
        margin-left:0;
        display:block;
    }
    .tbl-products thead tr>th:first-of-type{
        width:200px;
    }
    .tbl-products thead tr>th:nth-of-type(2){
        width:200px;
    }
    .tbl-products thead tr>th:nth-of-type(3){
        width:calc(100% - 200px - 200px);
    }
    .tbl-products tbody tr>td:last-of-type{
        text-align:left;
    }
    /* concept */
    .hd-style_po_concept h2{
        font-size: 40px;
    }
    .hd-style_po_concept p{
        font-size: 17px;
    }
    .flex-center{
        width:100%;
        display:flex;
        justify-content: center;
    }
    .ul-portrait{
        justify-content:space-around;
    }
    .ul-portrait>li{
        width:47%;
    }
    /* gallery */
    .ul-portrait-gallerylist>li{
        width:30%;
    }
}
@media(min-width:992px){
    .tbl-products thead tr>th:first-of-type{
        width:33.333%;
    }
    .tbl-products thead tr>th:nth-of-type(2){
        width:33.333%;
    }
    .tbl-products thead tr>th:nth-of-type(3){
        width:33.333%;
    }
    .pcnonbr{
        display:none;
    }
    /* concept */
    .ul-portrait{
        justify-content:space-between;
    }
    .ul-portrait>li{
        width:30%;
    }
    /* gallery */
    .ul-portrait-gallerylist{
        justify-content: space-evenly;
    }
    .ul-portrait-gallerylist>li{
        width:26%;
    }
    /* flow */
    .po-flow-sec{
        padding:80px 0;
    }
    .ul-po-flow{
        justify-content:space-between;
    }
    .ul-po-flow>li{
        width:calc(25% - 40px);
        margin:0;
    }
    .ul-po-flow>li>img{
        width:100%;
        height:auto;
    }
    .ul-po-flow>li:before{
        content:none;
    }
    .ul-po-flow.ul-pg-flow>li:before{
        content:none;
    }
    .ul-po-flow>li:after{
        content:'';
        width:40px;
        height:40px;
        background:url('./img/arrow_right.png') center center / cover no-repeat;
        position:absolute;
        right:-50px;
        top:50%;
        transform:translateY(-50%);
    }
    .ul-po-flow.ul-pg-flow>li:after{
        background:url('./img/arrow_right2.png') center center / contain no-repeat;
    }
    .ul-po-flow>li:last-of-type:after{
        content:none;
    }
    .ul-po-flow.ul-pg-flow>li:last-of-type:after{
        content:none;
    }
    .sp_img{
        display:none;
    }
    .pc_img{
        display:block;
    }
}
@media(min-width:1200px){
    .tbl-products td .fee small{
        margin-left:5px;
        display:inline;
    }
    .ul-portrait-gallerylist>li{
        width:15%;
    }
    /* flow */
    .ul-po-flow{
        max-width:1100px;
        margin-left:auto;
        margin-right:auto;
    }
    .ul-po-flow>li{
        width:calc(25% - 80px);
        margin:0;
    }
    .ul-po-flow>li:after{
        right:-80px;
    }
}
/*==========================================================*/
/* Album               										*/
/*==========================================================*/
.album-sec{
    position:relative;
}
.album-wrap{
    width:100%;
}
.dl-album{
    width:100%;
    margin-bottom:40px;
    display:flex;
    justify-content:center;
    flex-flow:row wrap;
}
.dl-album>dt{
    width:100%;
    margin-bottom:20px;
}
.dl-album>dd{
    width:100%;
    margin:0;
}
.slick_album{
    margin:0 auto;
    padding:0;
    width:calc(100% - 80px);
}
.dl-album>dd .box{
    width:100%;
}
.hd-style-al-concept{
    width:100%;
    margin-bottom:40px;
}
.hd-style-al-concept h2{
    font-size: 26px;
    text-align: center;
    font-weight:400;
}
.hd-style-al-concept p{
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--font-thin-color);
}
.ol-album{
    padding-left:20px;
}
.ol-album>li{
    font-size: 14px;
    letter-spacing:0.1em;
    line-height:1.8;
    margin-top:10px;
}
.pamphlet-sp{
    width:100%;
    display:block;
    border-top:solid 1px #000;
}
.pamphlet-sp .pamphlet-wrap{
    width:100%;
    padding-top:150%;
    position:relative;
}
.pamphlet-sp .pamphlet-wrap iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.pamphlet-pc{
    width:100%;
    display:none;
}
.pamphlet-pc .pamphlet-wrap{
    width:100%;
    padding-top:120%;
    position:relative;
}
.pamphlet-pc .pamphlet-wrap iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.pamphlet-wrap .h2org{
    margin-left:auto;
    margin-right:auto;
}
.download-btn{
    margin-bottom:20px;
}
.download-btn a{
    width:100%;
    height:50px;
    border-radius:25px;
    max-width:250px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    background:var(--font-thin-color);
    color:#fff;
    transition:all 0.5s;
    margin:0 auto;
}
.download-btn a i{
    position:absolute;
    top:50%;
    translate:0 -50%;
    right:20px;
    font-size:24px;
}
.download-btn a:hover{
    color:#fff;
    filter:brightness(1.1);
}
@media(min-width:768px){
    .hd-style-al-concept h2{
        font-size: 40px;
        text-align: center;
    }
    .hd-style-al-concept p{
        font-size: 17px;
    }
}
@media(min-width:992px){
    .pamphlet-sp{
        width:100%;
        display:none;
    }
    .pamphlet-pc{
        width:100%;
        display:block;
    }
    .album-sec{
        padding:80px 0;
    }
    .hd-style-al-concept h2 br{
        display:none;
    }
    .hd-style-al-concept h2 br.br_enable{
        display:block;
    }
    .hd-style-al-concept p br{
        display:none;
    }
    .dl-album{
        margin-bottom:80px;
        justify-content:space-between;
    }
    .dl-album>dt{
        width:48%;
        margin-bottom:0;
        order:2;
        display:flex;
        align-items:center;
    }
    .dl-album>dd{
        width:48%;
        margin:0;
        order:1;
    }
    .pamphlet-pc .pamphlet-wrap{
        padding-top:100%;
    }
}
/*==========================================================*/
/* Ai retouch          										*/
/*==========================================================*/
.ai-retouch-sec{
    position:relative;
}
.font-emphasis{
    text-align:center;
}
.ai-retouch-sec .tbl-products{
    margin-bottom:10px;
}
.ai-retouch-concept-sec{
    background:var(--thin-black5);
}
.ai-retouch-wrap{
    width:100%;
}
.ai-retouch-concept-sec .hd-style_po_concept h2{
    font-family:var(--noto-sans);
}
.ai-retouch-concept-sec .ul-portrait>li .box .pict a{
    transition:all 0.5s;
}
.ai-retouch-concept-sec .ul-portrait>li .box .pict a img{
    transition:all 0.5s;
}
.ai-retouch-concept-sec .ul-portrait>li .box .pict a:hover img{
    filter:brightness(1.1);
    transform:scale(1.1);
}
.dl-ai-retouch{
    display:flex;
    flex-flow:row wrap;
    width:100%;
    margin-bottom:80px;
}
.dl-ai-retouch>dt{
    width:100%;
    margin-bottom:20px;
}
.dl-ai-retouch>dd{
    width:100%;
    margin:0;
}
.dl-ai-retouch>dd .box{
    width:100%;
}
.ul-ai-retouch{
    display:block;
    padding:0;
    margin:20px 0 0 0;
    list-style:none;
}
.ul-ai-retouch>li{
    padding-left:20px;
    position:relative;
    font-size:14px;
    letter-spacing: 0.1em;
    line-height:1.8;
}
.ul-ai-retouch>li:before{
    content:'■';
    position:absolute;
    top:0;
    left:0;
}
.ai-retouch-concept-sec .ul-portrait>li .box .desc p>span{
    display:inline-block;
}
.ai-retouch-flow-sec .h2org{
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.ai-retouch-info-sec .h2org{
    margin-left:auto;
    margin-right:auto;
}
.ul-ai-retouch-info{
    display:flex;
    flex-flow:column wrap;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
}
.ul-ai-retouch-info>li{
    padding-left:20px;
    position:relative;
    margin-bottom:20px;
}
.ul-ai-retouch-info>li:before{
    content:'■';
    position:absolute;
    top:0;
    left:0;
}
.ul-ai-retouch-info>li h3{
    font-size:14px;
    letter-spacing: 0.1em;
    font-weight:700;
    line-height:1.8;
    margin-top:2px;
    margin-bottom:8px;
}
@media(min-width:768px){
    .ai-retouch-sec .font-emphasis br{
        display:none;        
    }
    .ai-retouch-sec .portrait-wrap .desc p.text-center br{
        display:none;        
    }
    .dl-ai-retouch{
        justify-content: space-between;
    }
    .dl-ai-retouch>dt{
        order:2;
        width:31%;
        margin:0;
    }
    .dl-ai-retouch>dd{
        width:67%;
        margin:0;
        order:1;
        display:flex;
        align-items:center;
    }
    .ai-retouch-flow-sec .h2org br{
        display:none;
    }
    .ul-ai-retouch-info{
        height:950px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .ul-ai-retouch-info>li{
        width:48%;
    }
}
@media(min-width:992px){
    .ai-retouch-sec, .ai-retouch-concept-sec, .ai-retouch-flow-sec, .ai-retouch-info-sec{
        padding:80px 0;
    }
    .dl-ai-retouch>dt{
        width:27%;
    }
    .dl-ai-retouch>dd{
        width:67%;
    }
    .ul-ai-retouch-info{
        height:660px;
    }
}
@media(min-width:1200px){
    .ul-ai-retouch-info{
        height:700px;
    }
}
@media(min-width:1400px){
    .ul-ai-retouch-info{
        height:640px;
    }
}
/*==========================================================*/
/* snap               										*/
/*==========================================================*/
.snap-sec{
    position:relative;
}
.snap-wrap{
    width:100%;
}
.snap-wrap.snap1, .snap-wrap.snap2{
    background:var(--thin-black4);
    padding:20px;
    border-radius: 5px;
    overflow:hidden;
    margin-bottom:40px;
}
.snap-wrap.snap2{
    margin-bottom:0;
}
.snap-wrap.snap1 .hd-style_h3, .snap-wrap.snap2 .hd-style_h3{
    margin-bottom:0;
}
.ul-snap{
    margin:0;
    padding:0;
    display:flex;
    flex-flow:row wrap;
    width:100%;
    justify-content: space-between;
    align-items:flex-start;
}
.ul-snap>li{
    width:100%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items: center;
    margin-top:40px;
    border-radius:5px;
    overflow:hidden;
    padding:20px 10px;
}
.ul-snap>li .box{
    width:100%;
}
.ul-snap>li .box .pict{
    max-width:250px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.ul-snap>li .box .pict>img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
}
.ul-snap>li .box .desc{
    width:100%;
}
.ul-snap>li .box .desc h4{
    font-size:16px;
    font-weight:700;
    text-align:center;
    margin-bottom:10px;
}
.sn_fee{
    display:flex;
    align-items:flex-end;
    justify-content: center;
    letter-spacing: 0.1em;
    line-height:1.8;
}
.sn_fee span{
    font-size:16px;
}
.sn_fee small{
    font-size:14px;
    margin-left:10px;
}
.ul-snap>li .box .desc>p.mt-2{
    text-align:center;
}
/* highlight-sec */
.highlight-sec{
    position:relative;
    background:#f5f5f5;
}
.hightlight-wrap{
    width:100%;
}
.hightlight-wrap>.pict{
    width:100%;
    overflow-y:auto;
    border:solid 1px #ccc;
}
.hightlight-wrap>.pict img{
    width:100%;
    min-width:680px;
}
/* snap-op-sec */
.snap-op-sec{
    position:relative;
}
.snap-op-sec .hd-style_h3{
    margin-bottom:0;
}
.ul-snap-op{
    margin:0 0 40px 0;
    padding:0;
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
    align-items:flex-start;
    width:100%;
    list-style:none;
}
.ul-snap-op>li{
    width:100%;
    margin-top:40px;
    padding:20px;
    background:var(--thin-black5);
    border-radius:5px;
}
.ul-snap-op>li .box{
    width:100%;
}
.ul-snap-op>li .box .desc{
    width:100%;
}
.ul-snap-op>li .box .desc>h4{
    text-align:center;
    font-size:16px;
    font-weight:700;
}
.snap-btn{
    width:100%;
}
.snap-btn a{
    display:flex;
    width:100%;
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
    height:80px;
    align-items:center;
    justify-content:center;
    border-bottom:solid 1px var(--font-thin-color);
    position:relative;
}
.snap-btn a:first-of-type{
    margin-bottom:10px;
}
.snap-btn a>div{
    display:flex;
    flex-flow:row nowrap;
    width:100%;
}
.snap-btn a>div img{
    width:80px;
    height:auto;
}
.snap-btn a>div span{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    width:calc(100% - 80px);
    height:auto;
    text-align:center;
}
.snap-btn a>div i{
    position:absolute;
    top:50%;
    right:10px;
    translate: 0 -50%;
    transition:all 0.5s;
}
.snap-btn a:before{
    content:'';
    width:100%;
    height:1.5px;
    background:var(--font-thin-color);
    position:absolute;
    bottom:0;
    left:0;
    transform:scale(0,1);
    transform-origin:right center;
    transition:transform 0.5s;
}
.snap-btn a:hover i{
    right:5px;
}
.snap-btn a:hover:before{
    transform:scale(1,1);
    transform-origin:left center;
}
.viewmore-btn{
    margin-top:40px;
}
.viewmore-btn a{
    width:100%;
    height:50px;
    border-radius:25px;
    max-width:300px;
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    background:var(--font-thin-color);
    color:#fff;
    transition:all 0.5s;
    margin:0 auto;
}
.viewmore-btn a i{
    position:absolute;
    top:50%;
    translate:0 -50%;
    right:20px;
    transition:all 0.5s;
}
.viewmore-btn a:hover{
    color:#fff;
    filter:brightness(1.1);
}
.viewmore-btn a:hover i{
    right:10px;
}
@media(min-width:768px){
    .ul-snap>li{
        width:49%;
        min-height:500px;
    }
    .snap-wrap.snap2 .hd-style_h3 p br{
        display:none;
    }
    .hightlight-wrap>.pict{
        border:none;
        overflow-y:none;
    }
    .hightlight-wrap>.pict img{
        width:100%;
        min-width:unset;
    }
    .snap-op-sec .hd-style_h3 h3 br{
        display:none;
    }
    .snap-op-sec .hd-style_h3 p br{
        display:none;
    }
    .snap-btn{
        display:flex;
        flex-flow:row wrap;
        width:100%;
        justify-content:space-between;
    }
    .snap-btn>a{
        width:48%;
    }
    .snap-btn>a:first-of-type{
        margin-bottom:0;
    }
}
@media(min-width:992px){
    .snap-sec{
        padding-bottom:80px;
    }
    .snap-sec .hd-style-al-concept{
        margin-bottom:80px;
    }
    .snap-wrap.snap1{
        margin-bottom:80px;
    }
    .snap-wrap.snap1, .snap-wrap.snap2{
        padding:80px 40px;
    }
    .ul-snap>li{
        width:48%;
        min-height:unset;
        padding:40px 10px;
    }
    .ul-snap>li .box .desc>p.mt-2{
        min-height:52px;
    }
    .snap-brpc{
        display:none;
    }
    .highlight-sec{
        padding:80px 0;
    }
    .highlight-sec .snap3 p.mb-2{
        display:table;
        width:100%;
        max-width:900px;
        margin-left:auto;
        margin-right:auto;
    }
    .hightlight-wrap>.pict img{
        display:table;
        max-width:920px;
        margin-left:auto;
        margin-right:auto;
    }
    .snap-op-sec{
        padding:80px 0;
    }
    .ul-snap-op{
        margin-bottom:80px;
    }
    .ul-snap-op>li{
        width:32%;
    }
    .gloriare-sec{
        padding-bottom:80px;
    }
}
@media(min-width:1200px){
    .snap-wrap.snap1{
        padding:80px;
    }
    .ul-snap>li{
        width:40%;
        min-height:unset;
        padding:40px 20px;
        margin-top:50px;
    }
    .snap-btn{
        justify-content:space-evenly;
    }
}
/*==========================================================*/
/* wellcome borard     										*/
/*==========================================================*/
.welcome_item-sec{
    position:relative;
}
.welcome_item-sec .hd-style_h2 h2{
    margin-bottom:10px;
}
.welcome_item-sec .hd-style_h2 p{
    line-height:1.2;    
}
.depth-slider-sec {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.depth-slider {
    position: relative;
    width: 100%;
    padding-top:220px;
    transform-style: preserve-3d;
    perspective: 800px;
}
.depth-slider .slide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
    width:200px;
}
.depth-slider .slide img {
    width: 100%;
    aspect-ratio:4/3;
    object-fit:contain;
    height: auto;
    max-width: 700px;
}
/* 前 */
.depth-slider .slide.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) translateZ(0);
    z-index: 5;
}
/* 手前 */
.depth-slider .slide.prev,
.depth-slider .slide.next {
    opacity: 0.8;
    transform: translate(-50%, -70%) scale(0.8) translateX(-120px) translateZ(-50px);
    z-index: 3;
}
.depth-slider .slide.next {
    transform: translate(-50%, -70%) scale(0.8) translateX(120px) translateZ(-50px);
}
/* 奥 */
.depth-slider .slide.prev2,
.depth-slider .slide.next2 {
    opacity: 0.5;
    transform: translate(-50%, -90%) scale(0.7) translateX(-150px) translateZ(-120px);
    z-index: 1;
}
.depth-slider .slide.next2 {
    transform: translate(-50%, -90%) scale(0.7) translateX(150px) translateZ(-120px);
}
/* 左右3段目（最奥） */
.depth-slider .slide.prev3,
.depth-slider .slide.next3 {
  opacity: 0.3;
  transform: translate(-50%, -110%) scale(0.6) translateX(-110px) translateZ(-150px);
  z-index: 2;
}
.depth-slider .slide.next3 {
  transform: translate(-50%, -110%) scale(0.6) translateX(110px) translateZ(-150px);
}
@media(min-width:576px){
    .depth-slider {
        padding-top:70%;
    }
    .depth-slider .slide {
        width:250px;
    }
    /* 中央（最前） */
    .depth-slider .slide.active {
        transform: translate(-50%, -45%) scale(1) translateZ(200px);
    }
    /* 左右1段目（やや奥） */
    .depth-slider .slide.prev,
    .depth-slider .slide.next {
        transform: translate(-50%, -75%) scale(0.8) translateX(-150px) translateZ(0);
    }
    .depth-slider .slide.next {
        transform: translate(-50%, -75%) scale(0.8) translateX(150px) translateZ(0);
    }
    /* 左右2段目（さらに奥） */
    .depth-slider .slide.prev2,
    .depth-slider .slide.next2 {
        transform: translate(-50%, -95%) scale(0.7) translateX(-200px) translateZ(-100px);
    }
    .depth-slider .slide.next2 {
        transform: translate(-50%, -95%) scale(0.7) translateX(200px) translateZ(-100px);
    }
    .depth-slider .slide.prev3,
    .depth-slider .slide.next3 {
        transform: translate(-50%, -115%) scale(0.6) translateX(-130px) translateZ(-150px);
    }
    .depth-slider .slide.next3 {
    transform: translate(-50%, -115%) scale(0.6) translateX(130px) translateZ(-150px);
    }
}
@media(min-width:768px){
    .depth-slider {
        padding-top:400px;
    }
    /* 中央（最前） */
    .depth-slider .slide.active {
        transform: translate(-50%, -45%) scale(1) translateZ(150px);
    }
    /* 左右1段目（やや奥） */
    .depth-slider .slide.prev,
    .depth-slider .slide.next {
        transform: translate(-50%, -75%) scale(0.8) translateX(-250px) translateZ(0);
    }
    .depth-slider .slide.next {
        transform: translate(-50%, -75%) scale(0.8) translateX(250px) translateZ(0);
    }
    /* 左右2段目（さらに奥） */
    .depth-slider .slide.prev2,
    .depth-slider .slide.next2 {
        transform: translate(-50%, -95%) scale(0.7) translateX(-300px) translateZ(-100px);
    }
    .depth-slider .slide.next2 {
        transform: translate(-50%, -95%) scale(0.7) translateX(300px) translateZ(-100px);
    }
    .depth-slider .slide.prev3,
    .depth-slider .slide.next3 {
        transform: translate(-50%, -115%) scale(0.6) translateX(-130px) translateZ(-150px);
    }
    .depth-slider .slide.next3 {
    transform: translate(-50%, -115%) scale(0.6) translateX(130px) translateZ(-150px);
    }
}
@media(min-width:992px){
    .depth-slider {
        padding-top:450px;
    }
    .depth-slider .slide {
        width:350px;
    }
    /* 中央（最前） */
    .depth-slider .slide.active {
        transform: translate(-50%, -45%) scale(1) translateZ(100px);
    }
    /* 左右1段目（やや奥） */
    .depth-slider .slide.prev,
    .depth-slider .slide.next {
        transform: translate(-50%, -70%) scale(0.8) translateX(-400px) translateZ(0);
    }
    .depth-slider .slide.next {
        transform: translate(-50%, -70%) scale(0.8) translateX(400px) translateZ(0);
    }
    /* 左右2段目（さらに奥） */
    .depth-slider .slide.prev2,
    .depth-slider .slide.next2 {
        transform: translate(-50%, -90%) scale(0.7) translateX(-350px) translateZ(-100px);
    }
    .depth-slider .slide.next2 {
        transform: translate(-50%, -90%) scale(0.7) translateX(350px) translateZ(-100px);
    }
    .depth-slider .slide.prev3,
    .depth-slider .slide.next3 {
        transform: translate(-50%, -110%) scale(0.6) translateX(-190px) translateZ(-150px);
    }
    .depth-slider .slide.next3 {
    transform: translate(-50%, -110%) scale(0.6) translateX(190px) translateZ(-150px);
    }
}
/* welcome_item_concept-sec */
.welcome_item_concept-sec{
    position:relative;
}
.wellcome-img{
    width:100%;
    max-width:680px;
    margin-left:auto;
    margin-right:auto;
}
.photopanel-wrap{
    margin-bottom:80px;
}
.tbl-p_panel{
    width:100%;
    margin-bottom:10px;
}
.tbl-p_panel thead{
    display:none;
}
.tbl-p_panel tr{
    width:100%;
    display:block;
    margin-top:20px;
}
.tbl-p_panel th{
    font-size:14px;
    letter-spacing:0.1em;
    line-height:1.8;
    width:100%;
    display:block;
    padding:0.5em;
    border:solid 1px var(--thin-black3);
    text-align:center;
    background:var(--thin-black5);
}
.tbl-p_panel thead th{
    background:var(--thin-black4);
}
.tbl-p_panel td{
    font-size:14px;
    letter-spacing:0.1em;
    line-height:1.8;
    width:100%;
    display:block;
    padding:0.5em;
    border-left:solid 1px var(--thin-black3);
    border-right:solid 1px var(--thin-black3);
    border-bottom:solid 1px var(--thin-black3);
    text-align:center;
}
.tbl-p_panel td .fee{
    font-weight:700;
    font-size:16px;
}
.tbl-p_panel td .fee small{
    margin-left:5px;
}
.ul-wellcome_item{
    padding-left:20px;
    margin-top:10px;
}
.ul-wellcome_item>li{
    font-size:14px;
    letter-spacing:0.1em;
    line-height:1.8;
}
/* welcom_item_note-sec */
.welcome_item_note-sec{
    position:relative;
}
.welcome_item_note-sec .h2org{
    margin-left:auto;
    margin-right:auto;
}
.welcome_item_note-wrap{
    width:100%;
}
.welcome_item_note-wrap .pict{
    max-width:680px;
    margin-left:auto;
    margin-right:auto;
}
.tbl-p_panel td>span{
    display:inline-block;
}
.tbl-p_panel .only_sp{
    display:inline-block;
}
.panel_br{
    display:none;
}
@media(min-width:992px){
    .welcome_item_concept-sec .hd-style-al-concept p br.strongbr{
        display:block;
    }
    .wellcome-img{
        margin-bottom:40px;
    }
    .tbl-p_panel thead{
        display: table-header-group;
    }
    .tbl-p_panel tr{
        width:100%;
        display: table-row;
        margin-top:0;
    }
    .tbl-p_panel th{
        width:auto;
        display: table-cell;
        padding:1em 0.5em;
    }
    .tbl-p_panel td{
        width:auto;
        display: table-cell;
        padding:1em 0.5em;
    }
    .tbl-p_panel thead th{
        border-right:none;
    }
    .tbl-p_panel thead tr th:last-of-type{
        border-right:solid 1px var(--thin-black3);
    }
    .tbl-p_panel tbody th{
        border-top:none;
    }
    .tbl-p_panel tbody td{
        border-left:none;
    }
    .tbl-p_panel td .fee small{
        margin-left:0;
        display:block;
    }
    .tbl-p_panel thead tr>th:first-of-type{
        width:140px;
    }
    .tbl-p_panel thead tr>th:nth-of-type(2){
        width:140px;
    }
    .tbl-p_panel thead tr>th:nth-of-type(3){
        width:270px;
    }
    .tbl-p_panel thead tr>th:nth-of-type(4){
        width:calc(100% - 140px - 150px - 140px);
    }
    .tbl-p_panel tbody tr>td:last-of-type{
        text-align:center;
    }
    .tbl-p_panel .only_sp{
        display:none;
    }
    .panel_br{
        display:block;
    }
}
@media(min-width:1200px){
    .tbl-p_panel tbody th br{
        display:none;
    }
    .panel_br{
        display:none;
    }
    .tbl-p_panel thead tr>th:first-of-type{
        width:220px;
    }
    .tbl-p_panel thead tr>th:nth-of-type(2){
        width:140px;
    }
    .tbl-p_panel thead tr>th:nth-of-type(3){
        width:270px;
    }
    .tbl-p_panel thead tr>th:nth-of-type(4){
        width:calc(100% - 220px - 150px - 140px);
    }
    .tbl-p_panel tbody tr>td:last-of-type{
        text-align:center;
    }
}
/*==========================================================*/
/* Digital Signage     										*/
/*==========================================================*/
.digital-signage-sec{
    position:relative;
}
.digital-signage-wrap{
    width:100%;
}
.ul_ds-slick{
    margin:0 auto;
    padding:0;
    display:flex;
    flex-flow:row wrap;
    list-style:none;
    max-width:680px;
}
.ul_ds-slick li{
    width:100%;
}
.ul_ds-slick li .pict{
    width:100%;
}
.ul_ds-slick li .pict>img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
}
/* ds_concept-sec */
.ds_concept-sec{
    position:relative;
    background:var(--thin-black5);
}
.ds-concept-wrap{
    width:100%;
}
.dl-ds-concept{
    display:flex;
    width:100%;
    flex-flow:row wrap;
    margin:0;
}
.dl-ds-concept dt{
    display:block;
    width:100%;
    margin-bottom:0;
}
.dl-ds-concept dd{
    display:block;
    width:100%;
    margin:0;
    background:#fff;
    padding:20px;
}
.dl-ds-concept dt .pict{
    width:100%;
}
.dl-ds-concept dt .pict>img{
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
}
.ds_fee_wrap{
    width:100%;
    font-size:14px;
    letter-spacing: 0.1em;
    line-height:1.8;
}
.ds_fee{
    display:inline-flex;
    align-items:center;
}
/* form */
.welitem_wrap.digital_sign_wrap{
    display:block;
}
@media(min-width:768px){
    .digital-signage-sec .hd-style_h2 h2 br{
        display:none;
    }
    .dl-ds-concept dt{
        display:inline-block;
        width:50%;
        order:2;
    }
    .dl-ds-concept dd{
        display:inline-block;
        width:50%;
        order:1;
    }
    .dl-ds-concept dt .pict>img{
        width:100%;
        height:291px;
        aspect-ratio:unset;
        object-fit:cover;
    }
    .dsbr{
        display:none;
    }
}
@media(min-width:992px){
    .digital-signage-sec{
        padding-bottom:80px;
    }
    .ds_concept-sec{
        padding:80px 0;
    }
    .dl-ds-concept dt{
        width:40%;
    }
    .dl-ds-concept dd{
        width:60%;
        display:flex;
        align-items:center;
        justify-content:center;
        padding:40px;
    }
    .dl-ds-concept dt .pict>img{
        height:300px;
    }
    .ds-note-sec{
        padding:80px 0;
    }
}
@media(min-width:1200px){
    .dl-ds-concept dt .pict>img{
        height:400px;
    }
}
/*==========================================================*/
/* formal            										*/
/*==========================================================*/
.tpaboutuse-sec.formal-sec{
    padding:40px 0;
}
.formal-fee-sec{
    position:relative;
}
.tbl-formal .empty {
    display:none;
}
.tbl-products.tbl-formal tbody tr td:nth-of-type(2){
    text-align:center;
}
.tbl-products.tbl-formal tbody tr td:nth-of-type(3){
    text-align:center;
}
.tbl-products.tbl-formal tbody tr td:nth-of-type(4){
    text-align:left;
}
.formal-sec .dl-tpaboutus dt .pict img{
    aspect-ratio:43/54;
}
.formal-fee-sec .tbl-products th .formalbr{
    display:none;
}
.tbl-products .only_sp{
    display:inline-block;
}
.tbl-products.tbl-formal .only_sp.sp_block{
    display:block;
    text-align:center;
}
@media(min-width:768px){
    .tpaboutuse-sec.formal-sec{
        padding:80px 0;
    }
    .tbl-formal .empty {
        display:table-cell;
    }
    .tbl-products.tbl-formal thead tr>th:first-of-type{
        width:180px;
    }
    .tbl-products.tbl-formal thead tr>th:nth-of-type(2){
        width:180px;
    }
    .tbl-products.tbl-formal thead tr>th:nth-of-type(3){
        width:300px;
    }
    .tbl-products.tbl-formal thead tr>th:nth-of-type(4){
        width:calc(100% - 180px - 180px - 300px);
    }
    .formal-fee-sec .tbl-products th .formalbr{
        display:block;
    }
    .tbl-products .only_sp{
        display:none;
    }
    .tbl-products.tbl-formal .only_sp.sp_block{
        display:none;
    }
}
@media(min-width:992px){
    .tpaboutuse-sec.formal-sec{
        padding:100px 0;
    }
    .formal-fee-sec{
        padding-bottom:80px;
    }
    .formal-fee-sec .tbl-products th .formalbr{
        display:none;
    }
}
@media(min-width:1200px){
    .tpaboutuse-sec.formal-sec{
        padding:120px 0;
    }
    .formal-sec .dl-tpaboutus dt{
        width:45%;
    }
    .formal-sec .dl-tpaboutus dd{
        width:55%;
    }
    .tbl-products.tbl-formal thead tr>th:first-of-type{
        width:20%;
    }
    .tbl-products.tbl-formal thead tr>th:nth-of-type(2){
        width:25%;
    }
    .tbl-products.tbl-formal thead tr>th:nth-of-type(3){
        width:30%;
    }
    .tbl-products.tbl-formal thead tr>th:nth-of-type(4){
        width:25%;
    }
}
/*==========================================================*/
/* snap request        										*/
/*==========================================================*/
.snap-req-sec{
    position:relative;
}
.snap-req-bk-color{
    background:var(--thin-black5);
}
.h2snap-req{
    font-size:24px;
    text-align:center;
    font-weight:700;
    color:var(--font-thin-color);
    margin-bottom:40px;
}
.snap-req-sec .headingafter{
    margin-bottom:60px;
}
.snap-req-sec .headingafter p strong{
    display:block;
    text-align:center;
}
.snap-req-sec .headingafter p .emphasis{
    color:var(--emphasis-color);
}
.h3snap-req{
    font-size:20px;
    text-align:center;
    font-weight:700;
    color:var(--font-thin-color);
    margin-bottom:40px;
}
.ol-snap-req{
    padding-left:20px;
    margin-bottom:0;
}
.ol-snap-req li{
    font-size:14px;
    color:var(--font-thin-color);
    letter-spacing: 0.1em;
    line-height:1.8;
}
.ul-snap-req{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-flow:row wrap;
    justify-content: center;
}
.ul-snap-req li{
    width:100%;
    padding:0 5px;
    margin-bottom:30px;
}
.ul-snap-req li .box{
    width:100%;
}
.ul-snap-req li .box .pict{
    width:100%;
    max-width:120px;
    margin-left:auto;
    margin-right:auto;
}
.snap-req-frm-sec .headingafter{
    margin-bottom:60px;
}
.snap-req-frm-sec .h2org{
    margin-left:auto;
    margin-right:auto;
    font-family:var(--noto-sans);
}
@media(min-width:768px){
    .h2snap-req{
        font-size:32px;
    }
    .h2snap-req br{
        display:none;
    }
    .h3snap-req{
        font-size:24px;
    }
    .center-wrap{
        width:100%;
        display:flex;
        justify-content: center;
    }
    .ul-snap-req li{
        width:50%;
    }
}
@media(min-width:992px){
    .snap-req-sec.snap-req-bk-color{
        padding:80px 0;
    }
    .snap-req-frm-sec{
        padding:80px 0;
    }
    .ul-snap-req li{
        padding:0 20px;
    }
}
@media(min-width:1200px){
    .ul-snap-req li{
        padding:0 40px;
    }
}
@media(min-width:1400px){
    .ul-snap-req li{
        padding:0 60px;
    }
}
/* snap request form */
.photo-grp-wrap{
    width:100%;
    margin-bottom:40px;
}
.hd-snap-req-style{
    width:100%;
    margin-bottom:20px;
}
.hd-snap-req-style h3{
    font-size:20px;
    font-weight:700;
    margin-bottom:10px;
}
.snap-slider-wrap{
    max-height:2300px;
    overflow:auto;
    border:solid 1px var(--thin-black3);
    border-radius:5px;
    padding:5px;
}
.slider-count{
    margin-bottom:20px;
    font-size:14px;
    letter-spacing:0.1em;
}
.snap-slider{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-flow:row wrap;
}
.snap-slider .slick-list{
    width:100%;
}
.snap-item{
    width:50%;
    margin-bottom:40px;
    padding:0 5px;
}
.snap-item .pict{
    width:100%;
    margin-bottom:10px;
}
.snap-item .pict>a{
    display:block;
    transition:all 0.5s;
}
.snap-item .pict>a img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:contain;
}
.snap-item .pict>a:hover{
    opacity:0.8;
}
.snap-item .desc{
    width:100%;
    min-height:110px;
}
.snap-item .desc h3{
    font-size:14px;
    font-weight:700;
    text-align:center;
    margin-bottom:10px;
}
.snap-item .desc p{
    font-size:12px;
    margin-bottom:10px;
}
.snap-item button{
    width:100%;
    max-width:200px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:solid 1px var(--font-thin-color);
    color:var(--font-thin-color);
    background:#fff;
    outline:none;
    margin-left:auto;
    margin-right:auto;
    transition:all 0.5s;
    font-size:14px;
}
.snap-item button:hover{
    background:var(--font-thin-color);
    color:#fff;
}
.snap-item.selected button{
    background:var(--font-thin-color);
    color:#fff;
}
.snap-item.selected button:hover{
    opacity:0.8;
}
.slider-count .current{
    background:var(--thin-black4);
    color:var(--font-thin-color);
}
.snap_req_gallery_wrap{
    width:100%;
    margin-bottom:60px;
}
.ul-upload-snap-req{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-flow:row wrap;
    width:100%;
}
.ul-upload-snap-req li{
    margin-top:10px;
    width:100%;
}
.cl_chk-quest03{
    display:flex;
    flex-flow:row wrap;
    align-items:center;
    margin-bottom:10px;
}
.cl_chk-quest03 .wpcf7-list-item{
    margin-left:0;
    width:100%;
    display:block;
    padding:5px 0;
}
.cl_chk-quest03 .wpcf7-list-item label{
    display:flex;
    width:100%;
    align-items:center;
}
.cl_chk-quest03 .wpcf7-list-item label>span{
    line-height:1.4;
}
.cl_select-best{
    margin-bottom:4px;
}
.dl-contactfm>dd .box{
    margin-bottom:10px;
}
@media(min-width:768px){
    .snap-item{
        width:33.333%;
    }
    .hd-snap-req-style h3{
        font-size:24px;
    }
    .ul-upload-snap-req li{
        width:50%;
        display:flex;
    }
    .snap-slider-wrap{
        max-height:1500px;
    }
}
@media(min-width:992px){
    .snap-item{
        width:20%;
    }
    .photo-grp-wrap{
        margin-bottom:80px;
    }
    .snap-req-frm-wrap .dl-contactfm>dt{
        width:420px;   
    }
    .snap-req-frm-wrap .dl-contactfm>dd{
        width:calc(100% - 420px);
    }
    .ul-upload-snap-req li{
        width:33.333%;
    }
    .cl_chk-quest03 .wpcf7-list-item{
        width:50%;
    }
    .snap-slider-wrap{
        max-height:800px;
    }
}
@media(min-width:1200px){
    .snap-item{
        width:16.6667%;
    }
}
@media(min-width:1400px){
    .cl_chk-quest03 .wpcf7-list-item{
        width:33.333%;
    }
}
/*==========================================================*/
/* photo gift        										*/
/*==========================================================*/
.photogift-sec{
    position:relative;
}
.photogift-sec .hd-style-al-concept p{
    text-align:left;
}
.ul-photogift{
    display:flex;
    margin:0;
    padding:0;
    list-style:none;
    width:100%;
    flex-flow:row wrap;
    justify-content:space-between;
}
.ul-photogift li{
    width:48%;
    margin-bottom:40px;
}
.dl-photogift{
    width:100%;
    margin:0;
}
.dl-photogift dt{
    margin-bottom:10px;
    width:100%;
}
.dl-photogift dd{
    margin:0;
    width:100%;
}
.tpl-wrap{
    width:100%;
    margin-bottom:80px;
}
.pg-flow-sec{
    background:var(--thin-black5);
}
.pg-flow-sec .h2org{
    margin-left:auto;
    margin-right:auto;
}
.pg-frm-sec .h2org{
    margin-left:auto;
    margin-right:auto;
}
.pg-note-wrap{
    width:100%;
    display:block;
}
/* form */
.cl_rdo-pg{
    display:block;
    width:100%;
}
.cl_rdo-pg>.wpcf7-list-item{
    margin-left:0;
    width:100%;
    display:block;
    padding:5px 0;
}
.cl_rdo-pg>.wpcf7-list-item label{
    display:flex;
    width:100%;
    align-items:center;
}
.cl_rdo-pg>.wpcf7-list-item label>span{
    line-height:1.4;
}
.cl_rdo-books{
    display:block;
    width:100%;
    margin-bottom:20px;
}
.cl_rdo-books>.wpcf7-list-item{
    margin-left:0;
    width:100%;
    display:block;
    padding:5px 0;
}
.cl_rdo-books>.wpcf7-list-item label{
    display:flex;
    width:100%;
    align-items:center;
}
.cl_rdo-books>.wpcf7-list-item label>span{
    line-height:1.4;
}
.ul-pg-upfile{
    list-style:none;
    width:100%;
    margin:0;
    padding:0;
}
.ul-pg-upfile>li{
    padding:10px 0;
}
.clear-btn{
    border:none;
    background:transparent;
    font-size:12px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-decoration: underline;
    transition:all 0.5s;
}
.clear-btn:hover{
    text-decoration:none;
}
@media(min-width:768px){
    .tbl-p_panel.tbl-th_letter td span br{
        display:none;
    }
    .ul-pg-upfile{
        display:flex;
        flex-flow:row wrap;
    }
    .ul-pg-upfile>li{
        padding:10px 0;
        width:50%;
    }
}
@media(min-width:992px){
    .photogift-sec{
        padding-bottom:80px;
    }
    .photogift-sec .hd-style-al-concept p{
        display:flex;
        justify-content:center;
    }
    .photogift-sec .hd-style-al-concept p .strongbr{
        display:block;
    }
    .ul-photogift li{
        width:24%;
    }
    .tbl-p_panel.tbl-th_letter td span br{
        display:block;
    }
    .pg-flow-sec{
        padding:80px 0;
    }
    .pg-frm-sec{
        padding-top:80px;
    }
    /* letter */
    .tbl-p_panel.tbl-th_letter thead tr>th:first-of-type{
        width:200px;
    }
    .tbl-p_panel.tbl-th_letter thead tr>th:nth-of-type(2){
        width:200px;
    }
    .tbl-p_panel.tbl-th_letter thead tr>th:nth-of-type(3){
        width:200px;
    }
    .tbl-p_panel.tbl-th_letter thead tr>th:last-of-type{
        width:calc(100% - 600px);
    }
    /* photo */
    .tbl-p_panel.tbl-th_photo thead tr>th:first-of-type{
        width:180px;
    }
    .tbl-p_panel.tbl-th_photo thead tr>th:nth-of-type(2){
        width:180px;
    }
    .tbl-p_panel.tbl-th_photo thead tr>th:nth-of-type(3){
        width:240px;
    }
    .tbl-p_panel.tbl-th_photo thead tr>th:last-of-type{
        width:calc(100% - 600px);
    }
    .first_br{
        display:none;
    }
}
@media(min-width:1200px){
    .tbl-p_panel.tbl-th_letter thead tr>th:first-of-type{
        width:250px;
    }
    .tbl-p_panel.tbl-th_letter thead tr>th:nth-of-type(2){
        width:250px;
    }
    .tbl-p_panel.tbl-th_letter thead tr>th:nth-of-type(3){
        width:250px;
    }
    .tbl-p_panel.tbl-th_letter thead tr>th:last-of-type{
        width:calc(100% - 750px);
    }
    .tbl-p_panel.tbl-th_letter tbody th br{
        display:block;
    }
    /* photo */
    .tbl-p_panel.tbl-th_photo thead tr>th:first-of-type{
        width:250px;
    }
    .tbl-p_panel.tbl-th_photo thead tr>th:nth-of-type(2){
        width:250px;
    }
    .tbl-p_panel.tbl-th_photo thead tr>th:nth-of-type(3){
        width:250px;
    }
    .tbl-p_panel.tbl-th_photo thead tr>th:last-of-type{
        width:calc(100% - 750px);
    }
    /* form */
    .cl_rdo-pg{
        display:flex;
        flex-flow:row wrap;
    }
    .cl_rdo-pg>.wpcf7-list-item{
        width:50%;
    }
    .cl_rdo-books{
        display:flex;
        flex-flow:row wrap;
    }
    .cl_rdo-books>.wpcf7-list-item{
        width:33.333%;
    }
}
@media(min-width:1400px){
    .tbl-p_panel.tbl-th_letter thead tr>th:first-of-type{
        width:350px;
    }
    .tbl-p_panel.tbl-th_letter thead tr>th:nth-of-type(2){
        width:250px;
    }
    .tbl-p_panel.tbl-th_letter thead tr>th:nth-of-type(3){
        width:250px;
    }
    .tbl-p_panel.tbl-th_letter thead tr>th:last-of-type{
        width:calc(100% - 850px);
    }
    .tbl-p_panel.tbl-th_letter tbody th br{
        display:none;
    }
    /* photo */
    .tbl-p_panel.tbl-th_photo thead tr>th:first-of-type{
        width:250px;
    }
    .tbl-p_panel.tbl-th_photo thead tr>th:nth-of-type(2){
        width:250px;
    }
    .tbl-p_panel.tbl-th_photo thead tr>th:nth-of-type(3){
        width:250px;
    }
    .tbl-p_panel.tbl-th_photo thead tr>th:last-of-type{
        width:calc(100% - 750px);
    }
    .ul-pg-upfile>li{
        padding:10px 0;
        width:33.333%;
    }
}
/*==========================================================*/
/* kiyaku           										*/
/*==========================================================*/
.terms-of-srv-sec{
    position:relative;
}
.kiyaku-wrap, .timeline-wrap{
    margin-top:60px;
}
.kiyaku-frm{
    margin-top:60px;
}
.agree-wrap .wpcf7-list-item{
    width:100%;
    display:flex;
    justify-content:center;
    margin-left:auto;
}
.agree-wrap .wpcf7-list-item label{
    display:flex;
    align-items: center;
}
.agree-wrap .wpcf7-list-item label .wpcf7-list-item-label{
    margin-left:10px;
}
.cl-agree{
    width:24px;
    height:24px;
}
.timeline-sec{
    background:var(--thin-black5);
}
@media(min-width:992px){
    .agree-wrap{
        margin-top:40px;
    }
    .timeline-sec{
        padding:80px 0;
    }
}
/*==========================================================*/
/* company           										*/
/*==========================================================*/
.company-sec{
    position:relative;
}
.tbl-company{
    width:100%;
}
.tbl-company tr{
    width:100%;
    display:block;
    margin-bottom:20px;
}
.tbl-company th{
    width:100%;
    display:block;
    font-size:14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    border:solid 1px var(--thin-black3);
    background:var(--thin-black5);
    padding:1em 0.5em;
    text-align:center;
}
.tbl-company td{
    width:100%;
    display:block;
    font-size:14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
    padding:1em 0.5em;
    border-left:solid 1px var(--thin-black3);
    border-right:solid 1px var(--thin-black3);
    border-bottom:solid 1px var(--thin-black3);
    text-align:center;
}
@media(min-width:768px){
    .tbl-company{
        border-bottom:solid 1px var(--thin-black3);
    }
    .tbl-company tr{
        display: table-row;
        margin-bottom:0;
    }
    .tbl-company th{
        display:table-cell;
        width:40%;
        border-bottom:0;
    }
    .tbl-company td{
        display:table-cell;
        width:60%;
        border-top:solid 1px var(--thin-black3);
        border-left:0;
        border-bottom:0;
        text-align:left;
        padding-left:1em;
    }
    .br_add{
        display:none;
    }
}
@media(min-width:992px){
    .company-sec{
        padding:80px 0;
    }
}
/*==========================================================*/
/* Contact          										*/
/*==========================================================*/
.contact-sec{
    position:relative;
}
.contact-sec .h2org{
    margin-left:auto;
    margin-right:auto;
}
.cl_kiyaku_url{
    display:table;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    position:relative;
    transition:all 0.5s;
    color:var(--font-thin-color);
}
.cl_kiyaku_url:before{
    content:'';
    width:100%;
    height:1px;
    background:var(--font-thin-color);
    transform:scale(0, 1);
    transform-origin:right center;
    transition:transform 0.5s;
    position:absolute;
    bottom:0;
    left:0;
}
.cl_kiyaku_url:hover:before{
    transform:scale(1,1);
    transform-origin:left center;
}
@media(min-width:992px){
    .contact-sec{
        padding:80px 0;
    }
}
/*==========================================================*/
/* lightbox for iOs    										*/
/*==========================================================*/
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    z-index: 999999 !important;
    pointer-events: auto !important;
    position: relative !important;
}
/* 画像の拡大スワイプ操作を防ぐ（最重要） */
.lb-image {
    touch-action: manipulation !important;
}
/* ナビが触れやすいように幅を拡張 */
.lb-nav a {
    width: 25% !important;
}
