/*
  Theme Name: &Aのテーマ2026
  Theme URI: http://
  Description: 
  Version: 1.0.0

*/
@charset "utf-8";

/* CSS Document */
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    color: #212121;
    /* background: #FAF9F5; */
    font-size: 13px;
    font-weight: 400;
    overflow-x: clip;
}

* {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    box-sizing: border-box;
    letter-spacing: 0.10em;
}

.en {
    font-family: "Albert Sans", sans-serif;
    font-weight: 550;
    /* letter-spacing: 0.15em; */
}

section {
    margin: 0;
    padding: 0;
    width: 100%;
    /* line-height: 0; */
    position: relative;
}

.wrapper {
    width: 100%;
    margin: auto;
    padding: 4rem 0;
    position: relative;
}

.cont {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    /* filter: opacity(0.7); */
    transition: all 0.3s;
}

img {
    /* width: 100%; */
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    line-height: 1.0;
}

iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-size: clamp(26px, 2.5vw, 30px);
    margin-bottom: 1rem;
    line-height: 1.4;
}

h2 span {
    display: block;
}

h2 .ja {
    font-size: clamp(12px, 1.2vw, 15px);
    line-height: 1.0;
    letter-spacing: 1px;
}

h3 {
    font-size: clamp(18px, 2.5vw, 28px);
    margin-bottom: 1rem;
    line-height: 1.4;
}

h3 .ja {
    font-size: clamp(12px, 1.2vw, 15px);
    display: block;
    line-height: 1.2;
    font-weight: 350;
    letter-spacing: 1px;
}

h3 .en {
    line-height: 1.2;
}

.HL3 {
    font-size: clamp(18px, 2.5vw, 28px);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.HL3 .ja {
    font-size: clamp(12px, 1.2vw, 15px);
    display: block;
    line-height: 1.2;
    font-weight: 350;
    white-space: nowrap;
    letter-spacing: 1px;
}

.HL3 .en {
    line-height: 1.2;
}

h4 {
    font-size: 110%;
    font-weight: 500;
}

p {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

dl {
    margin: 0;
}

dd {
    margin: 0;
}

.btn {
    position: relative;
    width: 90%;
    height: fit-content;
    background: none;
    font-size: 12px;
    padding: 12px;
    border-radius: 30px;
    border: 1px solid #1A1A1A;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    justify-content: center;
    max-width: 420px;
    min-width: 160px;
    overflow: hidden;  

}

.btn_more {
    max-width: 160px;
    justify-content: start;
}

.btn::after {
    content: "";
    background: url(img/arrow.svg) no-repeat;
    position: absolute;
    right: 4%;
    width: 8%;
    height: 18%;
    background-size: contain;
    top: 42%;
    background-position: right;
}
.btn::before{
    content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 0;
	height:100%;
	background:#1A1A1A;
	transition:all .3s;
	opacity: 0;
}

 .btn:hover{
    color:#fff;
}
 .btn:hover::before{
    width: 100%;
	opacity: 1;
 }
.btn:hover::after{
    filter:invert(100)
}


/* .btn2 {
    background: none;
    color: #6D7183;
    border: 1px solid #6D7183;
    margin: 2rem auto;
    text-align: center;
} */
.flex {
    display: flex;
    justify-content: space-between;
}

main .wp-block-table td,
main .wp-block-table th {
    border: none;
    padding: 1.5rem 0;
}

main .wp-block-table tr td:first-child {
    width: 15%;
    ;
}

main .wp-block-table tr {
    border-bottom: 1px solid #C9C9C9;
}

input,
textarea {
    border: none;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 10px;
}

input[type='checkbox'] {
    width: auto;
}

input[type="submit"] {
    background: none;
    padding: 0;
    text-align: left;
    color: #fff;
}

form .p-postal-code {
    width: 120px;
    margin-left: 1rem;
}

form table {
    width: 100%;
    /* margin: auto; */
    max-width: 650px;
}

form table th {
    text-align: left;
    white-space: nowrap;
    font-weight: 400;
    padding-right: 1rem;
}

form table td {
    padding: 0.5rem 0;
}

form table td .flex {
    white-space: nowrap;
    align-items: center;
    gap: 10px;
    margin: 1rem 0;
    flex-direction: row !important;
}

form table td .flex span {
    width: 100%;
}

form table td input[name="zip1"],
form table td input[name="zip2"] {
    width: 90px;
    text-align: center;
}

form .wpcf7-list-item {
    margin: 0;
}

form .btn2 {
    background: #BAB6B0;
    color: #fff;
    padding: 5px 10px;
    font-size: 80%;
    margin: 1rem;
    border: none;
}

form .btn {
    margin: 2rem 0;
}

form .btn .wpcf7-spinner {
    position: absolute;
}

.fadeDelay {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.fadeUpTrigger {
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.swiper-slide-active .mv_info,
.blur {
    animation-name: blurAnime;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-delay: 1.0s;
}

@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: translateY(5rem) scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: translateY(0rem) scale(1);
        opacity: 1;
    }
}

.swiper-slide-active .mv_info,
.blurTrigger {
    opacity: 0;
}

/*背景色*/
/* .swiper-slide-active, */
.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* .swiper-slide-active .mv_img, */
.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*右から左*/
/* .swiper-slide-active::before, */
.bgRLextend::before,
.mvextend::before {
    animation-name: bgRLextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F2F1F0;
}

.sec02 .bgRLextend::before {
    animation-name: bgRLextendAnime_fixed;
}

@keyframes bgRLextendAnime {
    0% {
        transform-origin: right;
        transform: scaleX(0);
    }

    50% {
        transform-origin: right;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: left;
    }

    100% {
        transform-origin: left;
        transform: scaleX(0);
    }
}

@keyframes bgRLextendAnime_fixed {
    0% {
        transform-origin: right;
        transform: scaleX(0);
    }

    50% {
        transform-origin: right;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: left;
    }

    100% {
        transform-origin: left;
        transform: scaleX(0.1);
    }
}

/*左から右*/
.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F2F1F0;
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(1);
    }
}

/*下から上*/
.bgDUextend::before {
    animation-name: bgDUextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 90%;
    height: 100%;
    left: 5%;
    background-color: #F2F1F0;
}

@keyframes bgDUextendAnime {
    0% {
        transform-origin: bottom;
        transform: scaleY(0);
    }

    50% {
        transform-origin: bottom;
        transform: scaleY(1);
    }

    50.001% {
        transform-origin: top;
    }

    100% {
        transform-origin: top;
        transform: scaleY(1);
    }
}

.bgappearTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger,
.bgDUextendTrigger {
    opacity: 0;
}
.mv .bgappearTrigger{
 opacity: 1;
}

/*マウスオーバーで拡大*/
.zoom .mask{
    display: block;
    overflow: hidden;
    margin-bottom:0.5rem;
}
.zoom .mask img{
    width:100%;
    height:100%;
    display: block;
}
.zoom:hover svg,
.zoom:hover .mask img{
    transform: scale(1.1);
    transition: all 0.3s;
}
/*マウスオーバーで下線*/
.border{
    position:relative;
}
.border::after {
    content: '';
    position: absolute;
    bottom: -3%;
    left: 0%;
    width: 100%;
    height: 1px;
    background:#1a1a1a;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
} 
.border:hover::after {
    transform: scale(1, 1);
}
/* .border:hover{
    text-decoration: underline;
    transition: all 1s;
} */

.sp {
    display: none;
}

.pc {
    display: block;
}



/*HEADER---------------------------------------------------------------*/
header {
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 500;
    top: 0;
}

/* #g-nav {
    display: none;
} */
header h1 {
    position: fixed;
    top: 3%;
    left: 5%;
    z-index: 10;
}

header h1 svg {
    max-width: 80px;
    height: auto;
}

.header_cat {
    position: fixed;
    top: 6.5rem;
    left: 5%;
    font-size: 10px;
    opacity: 1;
}
.header_cat.hide{
    opacity: 0;
    transition: all 0.5s;
}

.header_inner {
    width: fit-content;
    margin-left: auto;
    padding: 1.0rem 1.5rem;
    position: fixed;
    top: 2%;
    right: 0%;
}

#g-nav {
    position: fixed;
    right: 5%;
    display: flex;
    background: #fff;
    gap: 2rem;
    align-items: center;
}

.header_inner ul {
    display: flex;
    gap: 2rem;
    position: relative;
    z-index: 10;
    align-items: center;
    padding-left: 1.5rem;
    font-size: 11px;
    font-weight: 400;
}

.header_inner ul li,
.header_inner ul li a {
    line-height: 1.0;
}

.header_inner ul li.has-child {
    position: relative;
}

.header_inner li.has-child ul {
    position: absolute;
    transition: all .3s;
    flex-direction: column;
    top: 100%;
    left: 0;
    padding: 1rem;
    margin-top: 1.0rem;
    gap: 1.0rem;
    align-items: flex-start;
    width: max-content;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.header_inner li.has-child:hover>ul,
.header_inner li.has-child:active>ul,
.header_inner li.has-child ul li:hover>ul,
.header_inner li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
}

.menu-sns {
    gap: 10px;
    border-left: 1px solid #B1B1B1;
    padding-left: 1.5rem;
    padding-top:6px;
    align-items: center;
}
.menu-sns svg{
    height:auto;
}

.menu-contact {
    background: #1A1A1A;
    color: #fff;
    display: flex;
}

.menu-contact a {
    margin: 8px 0;
    padding: 5px 15px;
    font-size: 11px;
    white-space: nowrap;
    border-right: 1px solid #3E3E3E;
    display: flex;
    align-items: center;
    gap:8px;
}
.menu-contact a svg{
    min-width: 16px;
    height: auto;
}

.menu-contact a:last-child {
    border: none;
}

@media(max-width:768px) {}

.gtranslate_wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    position: relative;
}

.gtranslate_wrapper a {
    letter-spacing: 3px;
}

.gtranslate_wrapper::after {
    position: absolute;
    display: block;
    content: '/';
    right: 46%;
    font-size: 13px;
    top: 0;
    line-height: 1.0;
}

/*MV---------------------------------------------------------------*/
.mv_slider {
    position: relative;
    width: 100%;
    height: 100vh;
    top: 0;
    overflow: hidden;
}

.mv_img {
    width: 100%;
    height: 100vh;
}

.mv_slider .swiper-slide-active .mv_img,
.mv_slider .swiper-slide-duplicate-active .mv_img,
.mv_slider .swiper-slide-prev .mv_img {
  animation: zoomUp 6s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.mv .swiper-pagination {
    position: absolute;
    bottom: 3%;
    left: 5%;
    width: fit-content;
    z-index: 10;
}

.swiper-pagination-bullet-active {
    background: #1A1A1A;
    margin: 0 0.5rem !important;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #707070;
    opacity: 1;
    margin: 0 0.5rem !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #eee !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 2rem !important;
}

.mv_cont {
    position: absolute;
    top: 0;
    right: auto;
    left: 5%;
    width: auto;
    z-index: 10;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.mv_catch {
    position: absolute;
    top: 35%;
    font-size: clamp(22px, 3vw, 40px);
    line-height: 1.2;
    z-index: 300;
    left: 5%;
}

.mv_catch .en {
    line-height: 1.0;
}

.mv_catch .ja {
    display: block;
    margin: 1rem 0;
    font-size: clamp(12px, 1.2vw, 18px);
}

.mv_info {
    font-size: 10px;
    bottom: 10%;
    max-width: 360px;
    position: relative;
}

.mv_info .flex {
    align-items: center;
    gap: 1rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.mv_info .btn {
    padding: 8px 12px;
}
.mv_info .btn::after{
    right:7%;
}

.mv_info img {
    height: 40px;
    width: auto;
    object-fit: contain;
    display: block;
    max-width: 80%;
}

.copy {
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
    left: 1%;
}

/*TOP---------------------------------------------------------------*/
.sec01 {}

.sec01 .top_catch {
    font-size: clamp(18px, 2.5vw, 30px);
    font-weight: 450;
    line-height: 1.6;
    margin-top: 3%;
}

.sec01 p {
    margin: 1rem 0 3rem;
}

.sec02{
    margin-bottom: 5%;
}
.sec02 p {
    max-width: 800px;
}

.sec02 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
    margin: 3rem 0 6rem;
}

.sec02 .grid dt span {
    font-size: 2rem;
    display: block;
}

.sec02 .grid dt {
    font-size: clamp(16px, 1.3vw, 22px);
    font-weight: 450;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    ;
}

.sec03{
    margin-bottom: 5%;
}
.sec03 .flex {
    position: relative;
    margin-left: auto;
    align-items: flex-start;
}

.sec03 .flex .left {
    width: 40%;
    position:sticky;
    top:15%;
}

/* .sec03.viewd .flex .left.fixed{
    display: block!important;
    position:fixed;
    top:20%;
    left:auto;
}
.sec03.viewd .flex .left:not(.fixed){
    visibility: hidden;
} */
.sec03 .flex .right {
    width: 70%;
    position: relative;
}

.sec03 .flex .right .thumb {
    margin-bottom: 0.5rem;
    position: relative;
    right: -10%;
}
.sec03 .flex .right .thumb .mask,
.sec03 .flex .right .thumb .simpleParallax {
    aspect-ratio: 878 / 600;
    overflow: hidden;
}
.sec03 .flex .right .thumb:hover svg{
    transform: translateX(10px);
    transition: all 0.3s;
}


.sec03 .flex .right .thumb span {
    display: block;
}


.sec03 .flex .right .meta {
    width: 88%;
}

.sec03 ul li {
    margin-bottom: 2rem;
    position: relative;
}

.sec03 ul li h4 {
    font-size: clamp(15px, 1.3vw, 22px);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: 0.12em;
}

.sec03 ul li h4 small {
    font-size: 65%;
    font-weight: 400;
    line-height: 1.2;
}

.sec03 ul li svg {
    position: absolute;
    right: 4%;
    bottom: 3%;
}

.sec04{
    margin-bottom: 5%;
}
.sec04 h2 {
    margin-top: 4rem;
}

.sec04 .works_cats {
    margin: 2rem 0 4rem;
    font-size: 11px;
    font-weight: 500;
}

.sec04 .works_slider {
    margin-left: calc(52% - 50vw);
    margin-right: calc(52% - 50vw);
}

.sec04 .works_slider li img.thumb {
    aspect-ratio: 1/1;
}

.sec04 li .flex div {
    width: 65%;
}

.works_list li .flex div span {
    font-size: 10px;
    margin-right: 10px;
}

.sec04 li .flex img {
    width: 35%;
    object-fit: contain
}

.sec04 .btn {
    margin: 4rem auto 2rem;
}

.sec05 .cont {
    padding: 2rem 0;
}

.sec05 .flex div {
    width: 67%;
}

.sec05 h2 {
    margin-top: 4rem;
}

.sec05 strong {
    font-size: clamp(16px, 1.8vw, 22px);
    font-weight: 450;
    display: block;
    margin-bottom: 1rem;
}

.sec05 .btn {
    margin: 2rem auto 4rem;
}

.bloglist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 5% auto;
}
.bloglist img {
    aspect-ratio: 320 / 234;
    /* border: 1px solid #c9c9c9; */
    width: 100%;
}

.bloglist .meta span {
    font-size: 11px;
}

.bloglist h5 {
    margin: 0.5rem 0 2rem;
    font-size: clamp(12px, 1.2vw, 15px);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 45px;
}

.bloglist .more_read {
    font-size: 10px;
    color: #909090;
    display: block;
    margin-bottom: 1rem;
    padding-bottom:1rem;
    border-bottom:1px solid #707070;
}

.blog_cats span {
    background: #EFEEED;
    display: inline-block;
    margin-right: 6px;
    margin-top: 5px;
    padding: 1px 8px;
    text-align: center;
    border-radius: 5px;
    font-size: 11px;
}

.sec06 .btn {
    margin: 4rem auto;
}

/*Page---------------------------------------------------------------*/
main {
    position: relative;
    min-height: 60vh;
}

.home main {
    margin-top: 0;
}

main .mv {
    /* position: absolute; */
}

.sv .wrapper {
    min-height: 30vh;
    background-color: #F2F1F0;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sv .wrapper .cont{
    position:relative;
    max-width:1600px;
}
.sv .wrapper .vertical{
    writing-mode: vertical-lr;
    position:fixed;
    right: 3%;
    width: fit-content;
    z-index: 300;
    top: 15%;
    opacity: 0;
}
.sv .wrapper .vertical.show{
    opacity: 1;
    transition: all 1s;
}

.sv h2 {
    width: 90%;
    margin:1rem auto;
    max-width:1200px;
}

.inner {
    margin-bottom: 4rem;
}

.page_content h2 {
    font-size: clamp(20px, 2.0vw, 28px);
}

.fixed {
    background-attachment: fixed;
    background-position: center;
}

.gallery.swiper {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}

.gallery img {
    border: none !important;
}

.gallery.swiper img {
    width: 100%;
}

.inline.fancybox-content {
    width: 85%;
    max-width: 1000px;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0px 5px 12px #00000040;
}

.inline-gallery {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.inline-gallery img {
    width: 100%;
    max-height: 60vh;
    object-fit: cover;
    display: block;
    margin: auto;
}

.pager {
    text-align: center;
    margin: 4rem auto;
}

.pager span,
.pager a {
    padding: 0.5rem;
    font-size: 1rem;
}

.wp-singular .page_content a:not(.btn) {
    color: #37CED5;
}

/*SERVICE---------------------------------------------------------------*/
.page-service .cont:not(.page_content) {
    padding: 5% 0;
}

.service-cats ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 5% 0;
}

.service-cats ul li a {
    display: block;
    border: 1px solid #707070;
    position: relative;
    padding: 1rem 1rem 3.5rem 1rem;
    height: 100%;
}
.service-cats ul li a:hover{
    background:#F2F1F0;
}
.service-cats ul li a:hover svg{
    transform: translateX(10px);
    transition: all 0.3s;
    mix-blend-mode: multiply;
}
.service-cats ul li h4 {
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.4;
    margin-bottom: 2rem;
}

.service-cats ul li h4 span {
    font-size: clamp(12px, 1.1vw, 15px);
    display: block;
    color:#909090;
}

.service-cats ul li hr {
    margin-top: 2rem;
    color: #ffffff;
}

.service-cats ul li h5 {
    margin: 0.5rem 0;
    font-size: 15px;
}

.service-cats ul li svg {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

#one_stop {
    text-align: center;
}

#one_stop h3 {
    font-size: clamp(13px, 1.5vw, 20px);
    font-weight: 500;
    line-height: 1.8;
    white-space: nowrap;
}

#one_stop p {
    padding: 2% 0 4%;
}

.loop_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 451px
}

.loop_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2552px;
    margin: 0;
    padding: 0;
    will-change: transform
}

.loop_wrap ul:first-child {
    -webkit-animation: slide1 150s -75s linear infinite;
    animation: slide1 150s -75s linear infinite
}

@media screen and (max-width: 768px) {
    .loop_wrap ul:first-child {
        -webkit-animation: slide1 100s -50s linear infinite;
        animation: slide1 100s -50s linear infinite
    }
}

.loop_wrap ul:last-child {
    -webkit-animation: slide2 150s linear infinite;
    animation: slide2 150s linear infinite
}

@media screen and (max-width: 768px) {
    .loop_wrap ul:last-child {
        -webkit-animation: slide2 100s linear infinite;
        animation: slide2 100s linear infinite
    }
}

.loop_wrap ul li {
    width: 319px;
    height: 100%;
    background-size: cover;
    background-position: center
}

@media screen and (max-width: 768px) {
    .loop_wrap ul li {
        width: 212px
    }
}

@media screen and (max-width: 768px) {
    .loop_wrap ul {
        width: 1696px
    }
}

@media screen and (max-width: 768px) {
    .loop_wrap {
        height: 300px
    }
}

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

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

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

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes slide2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

@keyframes slide2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%)
    }
}

#design_point_page {
    padding: 10% 0 0;
}

#design_point_page .each_box .flex {
    justify-content: center;
    gap: 4rem;
    align-items: center;
}

#design_point_page .each_box:nth-child(even) .flex {
    flex-direction: row-reverse;
}

#design_point_page .each_box .left {
    float: left
}

#design_point_page .each_box .right {
    float: right
}

#design_point_page .each_box .desc {
    max-width: 450px
}

#design_point_page .each_box .desc h3 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .1em
}

#design_point_page .each_box .desc h3 span {
    display: inline-block;
    margin-left: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

#design_point_page .each_box .desc p {
    letter-spacing: .1em;
    text-align: justify
}

#reason,
#wakayama {
    padding-top: 60px;
    background: #fff;
    text-align: center
}

#reason h3,
#wakayama h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 34px
}

#reason p,
#wakayama p {
    padding: 30px 0
}

#reason {
    padding-bottom: 60px
}

/*SERVICE CHILD---------------------------------------------------------------*/
.page-service_child {}

.page-service_child .flex {
    gap: 1rem;
}

.page-service_child .eyecatch{
    padding:4% 0;
}
.page-service_child .eyecatch .text {
    min-width: 55%;
}

.page-service_child .eyecatch .text p {
    font-size: clamp(13px, 1vw, 15px);
}

.page-service_child .eyecatch img {
    max-width: 600px;
    min-width: 40%;
    margin-bottom: 1rem;
}

.page-service_child .solution {
    max-width: 1350px;
    background: #F2F1F0;
    padding: 4rem 2rem 2rem;
}

.page-service_child .solution div {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

.page-service_child .solution ul {
    margin: 3rem auto;
    max-width: 1000px;
}

.page-service_child .solution ul li {
    font-size: clamp(13px, 1.6vw, 20px);
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 450;
}

.page-service_child .solution ul li::before {
    content: "■";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    color: #909090;
}
.page-service_child .message{
    padding:8rem 0 2rem;
}
.page-service_child .message div {
    margin: 4rem auto;
    font-size: clamp(18px, 1.8vw, 28px);
    font-weight: 500;
    max-width: 1050px;
    padding: 2rem 5%;
    position: relative;
}

.page-service_child .message div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(img/brackets.svg) no-repeat;
    width: 30px;
    display: block;
    height: 30px;
    background-size: contain;
}

.page-service_child .message div::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(img/brackets.svg) no-repeat;
    width: 30px;
    display: block;
    height: 30px;
    background-size: contain;
    transform: rotate(180deg);
}

.page-service_child .strength {
    background: #F2F1F0;
    padding: 4rem 0;
    margin-top: 10rem;
}

.page-service_child .strength ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 5% auto;
}

.page-service_child .strength ul li {
    background: #fff;
    padding: 2rem 1.5rem 4rem;
    position: relative;
}

.page-service_child .strength ul li h4 {
    font-size: clamp(15px, 1.5vw, 22px);
    line-height: 1.4;
    padding-bottom: 1rem;
    border-bottom: 1px solid #909090;
    margin-bottom: 1.5rem;
}

.page-service_child .strength ul li p {
    font-size: clamp(13px, 0.9vw, 15px);
}

.page-service_child .strength ul li .num {
    font-size: 4rem;
    color: #CECECE;
    font-weight: 550;
    position: absolute;
    right: 1rem;
    top: -4rem;
}

.page-service_child .strength ul li .num::before {
    position: absolute;
    display: block;
    content: "STRENGTH";
    top: 40%;
    right: 120%;
    font-size: 0.6rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.page-service_child .works {
    background-size: cover;
    background-position: center;
    width: 100%;
    color: #fff;
    min-height: 40vh;
    display: flex;
    align-items: center;
    background-color: #707070;
}

.page-service_child .works .cont {
    padding: 6% 0;
}

.page-service_child .works .cont .btn {
    border-color: #fff;
    margin-top: 3rem;
}
.page-service_child .works .cont .btn:hover{
    border-color: #333;
}

.page-service_child .works .cont .btn::after {
    filter: invert(1);
}

.page-service_child .flow {
    padding: 8rem 0;
}

.page-service_child .flow .schedule {
    margin: 3rem auto;
    display: block;
    overflow-x: auto;
}

.page-service_child .flow .schedule img {
    min-width: 900px;
}

.page-service_child .flow .table {
    max-width: 1000px;
    margin: auto;
}

.page-service_child .flow .table table {
    width: 100%;
    border-collapse: collapse;
}

.page-service_child .flow .table th {
    width: 15%;
    min-width: 90px;
    padding: 2rem 1rem 1rem;
    vertical-align: top;
    position: relative;
    border-bottom: 1px solid #F0F0F0 !important;
}

.page-service_child .flow .table th .num {
    font-size: 2rem;
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
    line-height: 1.3;
}

.page-service_child .flow .table th .num::before {
    content: "FLOW";
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    display: block;
    font-size: 0.6rem;
    font-weight: 550;
    letter-spacing: 1px;
    line-height: 1.0;
}

.page-service_child .flow .table td {
    min-width: 80%;
    padding: 1.5rem 1rem 2rem;
    vertical-align: top;
    display: flow-root;
    border-bottom: 1px solid #F0F0F0 !important;
}

.page-service_child .flow .table td p {
    margin-bottom: 1rem;
    max-width: 800px;
}

.page-service_child .flow .table td .flow_gal {
    margin: auto;
    max-width: 800px;
    width: 100%;
    margin-top: 0 !important;
}
.page-service_child .flow .table td .flow_gal img{
    object-fit: contain;
}

.page-service_child .flow .table tr:last-child th,
.page-service_child .flow .table tr:last-child td {
    border: none !important;
}

.page-service_child .flow .table .flex {
    gap: 2rem;
    flex-direction: column;
}

.page-service_child .bg_image img {
    width: 100vw;
    max-height: 50vh;
    object-position: center;
}

.page-service_child .file {
    padding: 5% 0;
}

.page-service_child .file .flex {
    justify-content: flex-start;
    gap: 4rem;
}

.page-service_child .fee {
    padding: 8rem 0;
}

.page-service_child .fee .flex {
    justify-content: flex-start;
    gap: 4rem;
}

.page-service_child .bottom {
    text-align: center;
    padding: 5% 0;
}

.page-service_child .bottom h5 {
    margin-bottom: 1rem;
    font-size: clamp(12px, 1.2vw, 15px);
    font-weight: 450;
}

.page-service_child .bottom span {
    font-size: 11px;
}

/*FEE---------------------------------------------------------------*/
.page-fee .cont {
    max-width: 1000px;
    padding: 3% 0;
}

.page-fee .HL3 {
    text-align: center;
}

.price_product {
    margin-bottom: 4rem;
}

.price_product .desc {
    text-align: center;
    margin: 8% auto 4%;
}

.price_product .child_ttl {
    margin: 3rem 0 0;
    font-size: clamp(16px, 1.3vw, 20px);
    text-align: center;
}

.price_product .spot_list {
    display: flex;
    justify-content: center;
    gap: 80px;
    padding: 2rem 1rem;
    width: 100%;
    max-width: 850px;
    border: 1px solid #ccc;
    margin: 2rem auto 4rem;
}

.price_product .difficulty {
    margin-top: 15px
}

.price_product .rating {
    font-size: 22px
}

.price_product .package_form_list {
    margin: 5px 0;
    font-size: clamp(14px, 1.0vw, 16px);
}

.price_product .package_form_list .fa {
    margin-right: 10px
}

.price_product .note {
    font-size: 13px
}

.price_product .border_top {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #ccc
}

.price_product .price {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(18px, 1.5vw, 22px);
}

.price_product .price span {
    display: block;
    font-size: 13px
}

.price_product a.btn_link {
    margin-top: 20px
}

.price_product .image_txt {
    margin-top: 45px
}

.price_product .row {
    gap: 20px
}

.price_product .row.grid {
    width: fit-content;
    margin: auto;
    gap: 2rem;
}

.price_product .row.grid .col {
    width: 100%;
    max-width: 375px;
}

.price_product .row.grids {
    gap: 40px
}

.price_product .row .col {
    width: 320px
}

.price_product .row .col img {
    width: 100%;
    height: auto;
}

.price_product .grid .col img {
    aspect-ratio: 1 / 1;
}

.price_product .row .col.grid1of3 .child_ttl {
    margin: 0 0 30px;
    text-align: left
}

.price_product .row .col.grid1of3 .include_list {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px
}

.price_product .row .col.grid1of3 .include_list.no_mt {
    margin-top: 0
}

.price_product .row .col.grid1of3 .note {
    margin-top: 20px
}

.price_product .row .col.grid1of3 .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.price_product .row .col.grid1of3 .price span {
    display: inline-block
}

.price_product .row .col.grid1of3 a.btn_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.price_product .row .col.grid2of3 {
    width: 540px
}

.price_product .row .col.grid2of3 .child_ttl {
    margin: 0;
    text-align: left
}

.price_product .row .col.grid2of3 p,
.price_product .row .col.grid2of3 ul {
    margin-top: 10px
}

.price_royalty {
    margin-bottom: 5rem;
    background: #ebebeb;
    padding: 2rem 0;
}

.price_royalty .child_ttl {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 34px
}

.price_royalty .desc {
    margin-top: 30px;
    text-align: center;
}

.price_royalty .col_one {
    margin-top: 30px;
    text-align: center
}

.price_royalty .col_one .reference {
    margin: 0 auto 20px;
    width: 90px;
    height: 28px;
    background: #6c6c6c;
    color: #fff;
    font-size: 15px;
    line-height: 28px
}

.price_royalty .col_one .price {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(16px, 1.5vw, 20px);
}

.price_royalty .col_one .price br {
    display: none
}

.price_royalty .col_one .plus {
    margin: 2px 0;
    font-size: 18px
}

.price_royalty .col_one .note {
    margin-top: 10px
}

.price_product .btn {
    margin-top: 1rem;
}

#price_product {
    margin-bottom: 120px
}

#price_product .desc {
    text-align: center;
    line-height: 30px
}

#price_product .rank {
    margin-top: 25px;
    text-align: center
}

#price_product .rank p {
    margin-bottom: 5px;
    font-weight: bold
}

#price_product .rank img {
    width: 800px;
    height: auto
}

#price_product .col_three {
    float: left;
    margin-top: 40px;
    margin-right: 50px;
    margin-bottom: 40px;
    width: 300px
}

#price_product .col_three:last-child {
    margin-right: 0
}

#price_product .col_three img {
    width: 100%
}

#price_product .col_three .col_inner {
    padding: 20px;
    background: #f1f1f1
}

#price_product .col_three .col_inner h3 {
    display: none
}

#price_product .col_three .col_inner .price {
    margin-bottom: 5px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold
}

#price_product .col_three .col_inner .price span {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    font-weight: normal
}

#price_product .col_three .col_inner ul {
    margin-bottom: 10px;
    line-height: 24px
}

#price_royalty {
    margin-bottom: 120px
}

#price_royalty .desc {
    text-align: center;
    line-height: 30px
}

#price_royalty .col_one {
    margin-top: 30px;
    padding: 40px 20px;
    background: #f1f1f1;
    text-align: center
}

#price_royalty .col_one .reference {
    margin: 0 auto 20px;
    width: 130px;
    height: 30px;
    background: #1f1f1f;
    color: #fff;
    line-height: 30px;
    letter-spacing: 4px
}

#price_royalty .col_one .price {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold
}

#price_royalty .col_one .price br {
    display: none
}

#price_royalty .col_one .plus {
    margin: 2px 0;
    font-size: 18px
}

#price_royalty .col_one .note {
    margin-top: 10px;
    font-size: 12px
}

#price_exhibition,
#price_package {
    margin-bottom: 120px
}

#price_exhibition .desc,
#price_package .desc {
    margin-bottom: 40px;
    text-align: center;
    line-height: 30px
}

#price_exhibition img,
#price_package img {
    margin-bottom: 40px
}

#price_exhibition table,
#price_package table {
    margin-bottom: 40px;
    width: 100%
}

#price_exhibition table tr th,
#price_package table tr th {
    padding: 15px 0 15px 30px;
    width: 50%;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    font-weight: normal;
    text-align: left;
    line-height: 22px
}

#price_exhibition table tr th .fa,
#price_package table tr th .fa {
    margin-right: 10px
}

#price_exhibition table tr td,
#price_package table tr td {
    padding: 10px 0 10px 30px;
    width: 50%;
    border-bottom: 1px solid #f1f1f1;
    background: #fff
}

#price_exhibition table tr td br,
#price_package table tr td br {
    display: none
}

#price_exhibition table tr td.title,
#price_exhibition table tr th.title,
#price_package table tr td.title,
#price_package table tr th.title {
    padding: 10px 0 10px 30px;
    background: #f1f1f1;
    font-size: 15px
}

#price_exhibition table .price,
#price_package table .price {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: bold
}

#price_exhibition img {
    margin-bottom: 0
}

/*ABOUT---------------------------------------------------------------*/
.page-about .cont {
    padding: 3% 0;
}

.page-about .HL3 {
    text-align: center;
    margin-bottom: 5rem;
}

.page-about #mission {
    text-align: center;
}

.page-about #award {
    text-align: center;
}

#award .philosophy,
#mission .philosophy {
    padding: 0 0 10px
}

#award p,
#mission p {
    padding: 1rem 0 0;
    line-height: 2.2;
}

#company_name figure {
    margin: 0 auto 30px;
    text-align: center
}

#company_name figure img {
    width: 70%;
    height: auto;
    max-width: 420px;
}

#company_name figure figcaption {
    margin-top: 25px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.15em
}

#company_name figure figcaption span {
    display: block;
    font-size: 14px
}

#company_name .explain {
    margin: 0 auto 80px;
    padding: 25px 0;
    width: 80%;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center
}

#company .service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

#company .service .col img {
    width: 100%;
    height: auto
}

#company .service h3 {
    margin-bottom: 15px;
    font-size: clamp(16px, 1.4vw, 20px);
}

#company .service ul {
    margin: 15px 0
}

#company .service ul li {
    padding: 2px 0;
    border-bottom: 1px solid #f1f1f1
}

#company .service ul li .fa {
    margin-right: 10px
}

#company .service p {
    padding-left: 15px
}

#company .outline {
    align-items: center;
    justify-content: center;
    padding: 2rem;
    width: 50%;
    height: auto;
    max-height: 500px;
    background: #1f1f1f;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif
}

#company .outline dl {
    padding: 10px 0;
    width: 100%;
    line-height: 20px;
    display: flex;
    justify-content: start;
    margin: 0;
    gap: 4rem;
}

#company .outline dl dt {
    width: 80px;
    white-space: nowrap;
}

#company .outline dl dd address {
    display: block;
    margin-right: 5px
}

#company .outline dl dd a {
    color: #ccc;
    text-decoration: underline;
    text-transform: initial
}

#company .outline dl dd a:hover {
    text-decoration: none
}

#company .outline dl dd a .fa {
    margin-right: 5px
}

#company .office_image {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: auto;
    max-height: 500px;
}

#company .office_image .gallery {
    height: 100%;
}

.gallery .gallery-item {
    margin-top: 0 !important;
    height: auto;
}

.gallery .gallery-item dt {
    height: 100%;
}

.gallery-item dt img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#company .office_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#company .office_image .slick-slider {
    position: static;
    margin-bottom: 0;
    height: 100%
}

#company .office_image .slick-slider .slick-list,
#company .office_image .slick-slider .slick-track {
    height: 100%
}

#company .office_image .slick-dots {
    bottom: 20px
}

#company .office_image .slick-dots li {
    margin: 0 2px
}

#company .office_image .slick-dots button:before {
    color: #fff;
    font-size: 15px
}

#designer_profile .designer_box {
    margin-bottom: 80px;
    gap: 2rem;
}

#designer_profile .designer_box .photo img {
    max-width: 450px;
    height: auto
}

#designer_profile .designer_box .profile {
    margin-top: 30px;
    max-width: 600px;
    min-width: 55%;
}

#designer_profile .designer_box .profile .position {
    margin-bottom: 10px;
    font-size: 12px
}

#designer_profile .designer_box .profile .name {
    font-size: 25px;
    letter-spacing: 0.1em
}

#designer_profile .designer_box .profile .name .kana {
    margin-left: 15px;
    color: #888;
    font-size: 12px;
    letter-spacing: 0
}

#designer_profile .designer_box .profile dl {
    margin-top: 30px
}

#designer_profile .designer_box .profile dl dt {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em
}

#designer_profile .designer_box .profile dl dt span {
    display: inline-block;
    margin-left: 5px;
    width: 40px;
    height: 1px;
    background: #333
}

#designer_profile .designer_box .profile dl dd {
    margin-bottom: 35px
}

/*WORKS ARCHIVE---------------------------------------------------------------*/
.page-works .cont {
    max-width: 1800px;
}

.works_cats {
    width: fit-content;
    margin: auto;
}

.works_cats span {
    white-space: nowrap;
}

.works_cats .current {
    pointer-events: none;
    cursor: default;
    filter: opacity(0.5);
}
.works_cats .current a{
    text-decoration: underline;
}

.page-works .works_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 3rem 0;
}

.page-works .works_list .mask {
    aspect-ratio: 490/380;
    margin-bottom:0.5rem;
}
.page-works .works_list .meta img{
    width: 30%;
    height: auto;
    object-fit: contain;
    display: block;
}

.single-works {
    margin-top: 40px;
}

.single-works .inner.flex {
    gap: 4rem;
    align-items: flex-start;
    position:relative;
    overflow: visible;
}

.single-works .works-meta {
    width: 40%;
    position: sticky;
    top: 12%;
    align-self: flex-start;
}

.single-works .works-meta h1 {
    font-size: 22px;
    margin-bottom: 4rem;
}

.single-works .works-cont {
    width: 60%;
}

.single-works .works-meta .cats {
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 2rem;
}

.single-works .works-meta .cats span {
    display: inline-block;
}

.single-works .works-meta .client,
.single-works .works-meta .launch {
    font-size: 10px;
}

.single-works .overview {
    margin: 4rem 0;
}

.single-works .overview h3 {
    font-size: 22px;
    word-break: keep-all;
    margin: 2rem 0;
}

.single-works .works-cont .old_image {
    margin-right: calc(60% - 40vw);
    max-width: 900px;
}

.single-works .works-cont .text {
    margin: 4rem auto;
}

/*BLOG---------------------------------------------------------------*/
.single-post main .cont {
    max-width: 1000px;
}

#page_navigation {
    position: fixed;
    top: 11%;
    left: 5%;
    z-index: 100;
}

#page_navigation ul li {
    display: inline-block;
    font-size: 11px;
    padding:0 3px;
}

.blogmeta {
    margin-bottom: 1rem;
}

.blogmeta .date {
    font-size: 11px;
}

.blogmeta .venue {
    font-size: 14px;
}

.blogmeta h2 {
    font-size: clamp(18px, 2.0vw, 28px);
    font-weight: 500;
    margin: 2% 0;
}

.blog-cont {
    padding: 2rem 0 4rem;
}

.page-blog .cont.flex {
    gap: 4rem;
    max-width: 1400px;
}

.page-blog .page_content {
    min-width: 70%;
}

.page-blog .sidebar h4 {
    margin: 1rem 0;
}

.page-blog .sidebar hr {
    margin: 2rem 0 0;
}

.page-blog .sidebar .current {
    pointer-events: none;
    cursor: default;
    filter: opacity(0.5);
}
.page-blog .sidebar .current a{
    text-decoration: underline;
}
.blog_recommend{
    margin-top:6rem;
}

/*QandA---------------------------------------------------------------*/
.page-qanda dl {
    margin: 2rem 0;
}

.page-qanda dt {
    position: relative;
    font-size: 14px;
    padding-left: 2.5rem;
    background: #f1f1f1;
    padding: 0.5rem;
}

.page-qanda dt::before {
    position: relative;
    display: inline-block;
    content: "Q";
    background: #333;
    color: #fff;
    left: -0.5rem;
    top: -1rem;
    padding: 0px 8px 3px;
    font-weight: bold;
    margin-right: 5px;
}

.page-qanda dd {
    padding: 1rem 0 2rem;
    position: relative;
    margin-left: 2.5rem;
}

.page-qanda dd::before {
    position: absolute;
    display: inline-block;
    content: "A";
    left: 0rem;
    top: 0;
    padding: 0px 8px 3px;
    font-weight: bold;
    margin-right: 5px;
    font-size: 20px;
    left: -2.5rem;
    top: 0.6rem;
}

/*CONTACT---------------------------------------------------------------*/
.page-contact .cont {
    max-width: 1000px;
}

#contact_form dl {
    margin-bottom: 35px;
    font-size: 14px;
    letter-spacing: 0.1em
}

#contact_form dl:after {
    content: '';
    display: block;
    clear: both
}

#contact_form dl dt {
    float: left;
    padding-top: 15px;
    width: 180px
}

#contact_form dl dt .require {
    padding-left: 5px;
    color: #BD0707;
    font-weight: bold
}

#contact_form dl dd {
    float: left;
    width: 820px
}

#contact_form dl dd input,
#contact_form dl dd textarea {
    padding: 15px;
    width: 60%;
    background: #f1f1f1;
    outline: none
}

#contact_form dl dd textarea {
    width: 100%
}

#contact_form dl dd span.wpcf7-not-valid-tip {
    padding-top: 7px;
    color: #BD0707;
    font-size: 12px
}

#contact_form .acceptance input {
    margin-right: 5px;
    width: 18px;
    height: 18px;
    vertical-align: bottom
}

#contact_form .submit input {
    margin-top: 16px;
    width: 100%;
    height: 60px;
    border: 1px solid #1F1F1F;
    background: #1F1F1F;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.2em;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s
}

#contact_form .submit input:hover {
    background: #fff;
    color: #333
}

#contact_form .submit input:after {
    content: '\f105';
    display: inline-block;
    position: absolute;
    top: 21px;
    right: 20px;
    bottom: 0;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#contact_form div.wpcf7-response-output,
#contact_form div.wpcf7-validation-errors,
#contact_form div.wpcf-7-mail-sent-ok {
    margin: 20px 0 0;
    padding: 15px;
    width: 100%;
    border: 1px solid #BD0707;
    color: #BD0707;
    font-size: 14px;
    text-align: center
}

#contact_form div.wpcf-7-mail-sent-ok {
    border: 1px solid #8B5D17;
    color: #8B5D17
}

/*FOOTER__CONTACT---------------------------------------------------------------*/
.sec_contact {}

.sec_contact strong {
    font-size: 22px;
    display: block;
    margin: 1rem 0;
    font-weight: initial;
}

.sec_contact .flex {
    gap: 2rem;
    justify-content: flex-start;
}

.blog_pick .bloglist {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10%;
}

/*FOOTER---------------------------------------------------------------*/
.page-template-page-lp{
    
}
.page-template-page-lp .mv_img{
    width: 70%;
    max-height: 80%;
    height: auto;
    position: absolute;
    top: 80px;
    bottom: 5rem;
    right: 10%;
    object-fit: contain;

}
.page-template-page-lp .mv_info .flex{
    flex-direction: column;
}
.page-template-page-lp #g-nav{
    background: none;
}

.page-template-page-lp .top{
    max-width:650px;
    margin:10% 0;
}
.page-template-page-lp .top h2{

}
.page-template-page-lp .top h3{
    font-family: serif;
    font-size:clamp(20px,1.5vw,28px);
    margin-bottom:2rem;
    font-weight: 500;
    line-height: 1.8;
}
.page-template-page-lp .outline{
    max-width:600px;
}
.page-template-page-lp .strength{
    margin:4rem auto;
}
.page-template-page-lp .strength ul li{
    padding:0;
}
.page-template-page-lp .strength ul li h4{
    font-size:clamp(13px, 0.9vw, 15px);
    border:none;
    margin:0;
}
.page-template-page-lp .strength ul li h5{
    font-weight: 500;
    margin-bottom:1rem;
}

/*FOOTER---------------------------------------------------------------*/
footer .wrapper {
    padding: 4rem 0;
    max-width: 1400px;
    font-size: 11px;
}

.footer_logo {
    width: 200px;
}

.footer_inner {
    padding-top: 2.5rem;
}

.footer_left p {
    margin-bottom: 0.5rem;
    ;
}

.footer_left .en {
    margin-top: 1.5rem;
    font-size: 10px;
}

.footer_right {
    position: relative;
    padding-bottom: 5%;
}

.footer_right .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.footer_right .grid ul li {
    margin-bottom: 1rem;
}

.footer_right .flex {
    /* position: relative;
    right: 0%;
    top: 100%; */
    gap: 2rem;
    padding-top: 10%;
    justify-content: flex-end;
}

@media screen and (max-width:768px) {
    body {
        font-size: 12px;
        word-break: auto-phrase;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none !important;
    }

    .wrapper {
        padding: 2rem 0;
    }

    h3 {
        margin: 1.2rem 0;
    }

    .btn {
        margin: 1rem auto;
    }

    .flex:not(.flex-col) {
        flex-direction: column;
        align-items: flex-start;
        gap:0.5rem;
    }
    .mv_info .btn{
        margin:1rem 0;
    }

    .bgDUextend::before {
        width: 100%;
        left: 0;
        height: 65%;
        bottom: 0;
    }

    header h1 svg {
        max-width: 55px;
    }

    #g-nav {
        max-width: 100%;
    }

    #g-nav {
        position: fixed;
        z-index: 5;
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh;
        background: #FAF9F5;
        transition: all 0.6s;
    }

    .openbtn {
        position: relative;
        cursor: pointer;
        width: 34px;
        border-radius: 5px;
        z-index: 1000;
        top: 0px;
        right: 0;
    }

    .openbtn span {
        display: inline-block;
        position: absolute;
        left: 0;
        height: 2px;
        border-radius: 5px;
        transition: all 0.4s;
        background: #222;
        width: 100%;
    }

    .openbtn span:nth-of-type(1) {
        top: 3px;
    }

    .openbtn span:nth-of-type(2) {
        top: 12px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 3px;
        left: 0px;
        transform: translateY(6px) rotate(-40deg);
        width: 100%;
    }

    .openbtn.active span:nth-of-type(2) {
        top: 15px;
        left: 0px;
        transform: translateY(-6px) rotate(40deg);
        width: 100%;
    }

    .openbtn.active span:nth-of-type(3) {
        display: none;
    }

    #g-nav.panelactive {
        right: 0;
        left: auto;
        display: block;
    }

    #g-nav ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 80%;
        margin: auto;
        padding-top: 12vh;
        font-family: "Figtree", sans-serif;
        font-size: clamp(20px, 3vw, 60px);
        align-items: flex-start;
        max-width: 1200px;
        gap:1.5rem;
    }

    .menu-contact {
        position: fixed;
        right: 0;
        bottom: 0;
        height: 45px;
        width:60%;
        justify-content: space-between;
     
    }
    .menu-contact a{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5px 0;
        width:100%;
    }
    .menu-contact svg{
        min-width:22px;
    }

    .menu-sns {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 40px;
        align-items: center;
        border: none;
        height: 45px;
        background: #fff;
        width: calc(100% - 60%);
        padding: 0;
        justify-content: center;
        gap:15px;
        padding-top:8px;
    }

    .menu-sns svg {
        width: 19px;
        height:auto;
    }

    .header_inner #g-nav li.has-child ul {
        visibility: visible;
        opacity: 1;
        background: none;
        position: static;
        margin: 0;
        padding: 1rem;
        width: max-content;
        font-size: 70%;
        height: auto;
        gap:1rem;
        font-weight: 400;
    }

    .mv_catch {
        position: relative;
        background: #F2F1F0;
        left: 0;
        top: 0;
        padding: 2rem;
    }

    .mv_info {
        bottom: 10%;
    }
    .mv_cont{
        width:90%;
    }

    .inline.fancybox-content {
        padding: 1rem;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 1rem;
    }

    main td,
    main th,
    main .wp-block-table td,
    main .wp-block-table th {
        width: 100%;
        display: block;
        padding: 0.5rem 0
    }

    main .wp-block-table tr td:first-child {
        width: 100%;
        padding-bottom: 0;
    }

    form table td {
        padding: 0.2rem 0;
    }

    /*TOP---------------------------------------------------------------*/
    .sec02 .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
        margin: 0;
    }

    .sec02 .grid dt {
        margin-bottom: 0.5rem;
    }

    .sec03 .flex {
        gap: 2rem;
    }

    .sec03 .flex .left {
        width: 100%;
        position:static;
    }
    /* .sec03.viewd .flex .left.fixed{
        display: none!important;
}
    .sec03.viewd .flex .left:not(.fixed){
        visibility: visible;
    } */

    .sec03 .flex .right .thumb {
        position: relative;
        display: block;
        right: -0;
    }

    .sec03 .flex .right .thumb .mask {
        /* aspect-ratio: 332/150; */
    }

    .sec03 ul li svg {
        display: none;
    }

    .sec03 .flex .right {
        width: 105%;
        right: 0%;
    }

    .sec03 .flex .right .meta {
        width: 95%;
    }

    .sec03 ul li h4 {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 0.5rem;
    }

    .sec04 .works_cats {
        margin: 1rem 0 2rem;
    }

    .sec04 .works_slider {
        margin: auto;
    }

    .sec04 .works_slider li .meta {
        gap: 0.5rem;
    }

    .sec04 li .flex img {
        width: 50%;
    }

    .sec05 h2 {
        margin-top: 0;
    }

    .sec05 .flex div {
        width: 100%;
    }
    .sv .wrapper{
        padding-top:10vh;
    }
    .sv h2 {
        margin:1rem 0;
    }
    #page_navigation{
        /* top:12%; */
    }
    #page_navigation ul li{
        font-size:9px;
    }

    /*SERVICE---------------------------------------------------------------*/
    .service-cats ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-cats ul li hr {
        margin-top: 1rem;
    }

    #design_point_page .each_box .flex {
        gap: 0;
    }

    #design_point_page .each_box:nth-child(even) .flex {
        flex-direction: column;
    }

    #design_point_page .each_box .desc h3 {
        text-align: center;
    }

    #design_point_page .each_box .desc h3 span {
        display: block;
    }

    #company .service {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    #company .service h3 {
        text-align: center;
    }
    #company.flex{
        gap:0;
    }

    /*SERVICE CHILD---------------------------------------------------------------*/
    .sv .wrapper .vertical{
        display: none;
    }
    .page-service_child .eyecatch{
        padding:0 0 4rem;
    }
    .page-service_child .eyecatch img{
        width:100%;
        margin-top:1rem;
    }
    .page-service_child .solution {
        padding: 1rem 0;
    }

    .page-service_child .solution ul {
        margin: 1.5rem 0;
    }
    .page-service_child .message{
        padding:4rem 0 2rem;
    }

    .page-service_child .message div {
        margin: 2rem auto;
        width: 90%;
    }
    .page-service_child .strength{
        margin-top:4rem;
    }

    .page-service_child .strength ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .page-service_child .flow{
        padding: 4rem 0
    }

    .page-service_child .flow .schedule {
        margin: 2rem auto;
        overflow-x: auto;
        margin-right: calc(50% - 50vw);
    }

    .page-service_child .flow .table th {
        padding: 0;
        margin-top: 1rem;
        display: flex;
        align-items: center;
        border-bottom: none !important;
        width:100%;
    }

    .page-service_child .flow .table th .num {
        min-width: fit-content;
        width: fit-content;
        border-right: 1px solid #1A1A1A;
        padding: 0.2rem 1rem 0.2rem 0;
    }

    .page-service_child .flow .table th .title {
        text-align: left;
        padding-left: 1rem;
        width: 100%;
    }

    .page-service_child .flow .table td {
        padding: 1rem 0;
    }

    .page-service_child .flow .table td .flow_gal {
        width: 100%;
        max-width: 90vw;
    }
    
    .page-service_child .file .flex {
        gap: 1rem;
    }

    .page-service_child .fee .flex {
        gap: 1rem;
    }
    .page-service_child .fee{
        padding:4rem 0;
    }

    /*ABOUT---------------------------------------------------------------*/
    .page-about .cont {
        padding: 5% 0;
    }

    .page-about .HL3 {
        margin-bottom: 2rem;
    }

    #mission h3:not(.HL3) {
        margin: 0;
    }

    #company_name .explain {
        width: 100%;
        margin-bottom: 2rem;
    }

    #designer_profile .designer_box {
        gap: 0;
        margin-bottom: 1rem;
    }

    #designer_profile .designer_box .photo img {
        width: 100%;
    }

    #designer_profile .designer_box .profile {
        margin-top: 1rem;
    }

    #company .outline {
        width: 100%;
        max-height: 100%;
    }

    #company .outline dl {
        flex-direction: column;
        gap: 0;
    }

    #company .office_image {
        width: 100%;
        max-height: 400px;
    }

    /*FEE---------------------------------------------------------------*/
    .price_product .spot_list {
        flex-direction: column;
        gap: 0;
        margin: 2rem auto;
    }

    .price_royalty {
        margin-bottom: 2rem;
    }

    .page-fee .cont {
        margin-bottom: 2rem;
    }

    .price_product .row.grids {
        gap: 1rem;
    }

    .price_product .row .col {
        width: 100%;
    }

    .price_product .row .col.grid2of3 {
        width: 100%;
    }

    /*WORKS---------------------------------------------------------------*/
    .page-works .works_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .single-works {
        margin-top: 60px;
    }

    .single-works .works-meta {
        width: 100%;
        position:static;
    }

    .single-works .works-meta h1 {
        margin-bottom: 2rem;
    }

    .single-works .works-cont {
        width: 100%;
    }

    .single-works .overview {
        margin: 2rem 0;
    }

    .single-works .overview h3 {
        margin: 1rem 0;
    }

    .single-works .inner.flex {
        gap: 1rem;
    }

    .single-works .works-cont .image1 {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    .single-works .works-cont .text {
        margin: 1rem auto;
    }

    /*BLOG---------------------------------------------------------------*/
    .bloglist {
        display: block;
        margin: 2rem 0;
    }

    .bloglist li {
        margin-bottom: 2rem;
    }

    /*CONTACT---------------------------------------------------------------*/
    #contact_form dl {
        margin-bottom: 25px;
        font-size: 13px
    }

    #contact_form dl dt {
        float: none;
        padding: 0 0 5px;
        width: 100%
    }

    #contact_form dl dd {
        float: none;
        width: 100%
    }

    #contact_form dl dd input,
    #contact_form dl dd textarea {
        padding: 10px;
        width: 100%
    }

    #contact_form dl dd span.wpcf7-not-valid-tip {
        padding-top: 7px;
        color: #BD0707;
        font-size: 12px
    }

    #contact_form .submit input:hover {
        background: #1f1f1f;
        color: #fff
    }

    #contact_form div.wpcf7-response-output,
    #contact_form div.wpcf7-validation-errors,
    #contact_form div.wpcf-7-mail-sent-ok {
        margin: 20px 0 0;
        padding: 15px;
        width: 100%;
        border: 1px solid #BD0707;
        color: #BD0707;
        font-size: 14px;
        text-align: center
    }

    #contact_form div.wpcf-7-mail-sent-ok {
        border: 1px solid #8B5D17;
        color: #8B5D17
    }

    .sec_contact .flex {
        gap: 0;
    }

    /*FOOTER---------------------------------------------------------------*/
    footer .wrapper {
        padding: 2rem 0;
    }

    .footer_inner {
        gap: 2rem;
    }
    .footer_right{
        width:100%;
    }

    .footer_right .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .footer_right .grid ul li {
        margin-bottom: 0;
    }

    .footer_right .flex {
        gap: 1rem;
    }
}