@charset "UTF-8";

/*==============all================*/
html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    color: #2b2b2b;
    font-family: 'Noto Serif JP', serif;
    /* font-family: 'journal'; */
    font-size: 1.3rem;
    letter-spacing: 0.12rem;
    text-align: center;
    line-height: 2;
}

/* ページトップに戻るボタン */
html {
    scroll-behavior: smooth;
}
#pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /* background-color: #ffffff;
    opacity: 0.5;
    color: #000; */
}

.pagetop__arrow {
    height: 15px;
    width: 15px;
    border-top: 1.5px solid #2b2b2b;
    border-right: 1.5px solid #2b2b2b;
    transform: translateY(20%) rotate(-45deg);

}
.totop {
    width: 0px;
    height: 0px;
    font-size: 1.1rem;
    transform: rotate(45deg);
}


/* ーーーーーーーーーーーー */

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #2b2b2b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

img {
    width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    padding: 0;
}

ol {
    margin: 0;
    padding: 0;
}

ol li {
    list-style-type: none;
    padding: 0;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"] {
    appearance: auto;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}

figure {
    margin: 0;
    padding: 0;
}

.container {
    width: 1020px;
    margin: 0 auto;

}

.sp {
    display: none;
}
.spbr {
    display: none;

}



@font-face {
    font-family: 'Journal', Helvetica, Arial, Lucida, sans-serif;
    src: url("../font/JOURNAL.TTF") format("truetype");
    src: url("../font/JOURNAL.otf") format("opentype");
  }

/* 確認用 */
/* {
    outline: 2px blue solid;
} */


/* -----------header----------- */


header .container {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#logo {
    font-size: 1.9rem;
    margin-bottom: 15px;
    margin-left: 20px;
}
#header-nav {
    margin-right: 20px;

}
#header-nav ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}
#header-nav li {
 margin-left: 25px;
 font-size: 1.4rem;
}
#header-nav .header-ig {
    width: 20px;
}

#sp-header-nav {
    display: none;
}
/* -----------footer----------- */

footer .footer-container {
    height: 610px;
    padding: 30px ;
    background-image: url(../image/footer2.png);
    background-size: cover;

}
footer .footer-wt-link {
    width: 800px;
    margin: 10px auto 30px;
}

footer .wt-banner{
    background-color: #ffffff;
    opacity: 0.8;
    padding: 10px;
    /* border-radius: 20px; */
}
footer .wt-banner-logo {
    width: 90px;
    margin: 0 auto;
}



footer .wt-banner-font{
    /* font-family:  'Journal'; */
    width: 180px;
    margin: 5px auto;

}

footer .wt-banner-text {
    font-size: 1.05rem;
    line-height: 1.5;
    margin:10px auto 0;
}

footer .footer-title-nav {
    margin: 50px 20px 70px;

}
footer .footer-title {
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    line-height: 1.5;
}
footer .os {
    color: #ffffff;
}

footer .footer-nav ul {
    display: flex;
    justify-content: center;
}

footer .footer-nav li {
    margin: 40px 20px 20px;
    font-size: 1.5rem;
}
footer .footer-nav a {
    color: #ffffff;
}

footer .footer-ig-banner {
    width: 30px;
    margin: 5px auto;

}



#copyright {
    color: #ffffff;
    font-size: 1.1rem;
    margin: 0 auto 10px;
}


/* -----------home----------- */


#kv {
    width: 100%;
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}



/* -----------top_メインph----------- */

#kv-ph {
    width: 100%;
    height: 650px;
    position: relative;
}

#kv-ph .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
    background-position: center center;
    animation: image-switch-animation 15s infinite;
}


#kv-ph .src1 {
    background-image: url(../image/1_SonyCamera-SonyImagingEdge.jpg);
    z-index: 1;
}
#kv-ph .src2 {
    background-image: url(../image/2_SonyCamera-SonyImagingEdge.jpg);
}
#kv-ph .src3 {
    background-image: url(../image/3_SonyCamera-SonyImagingEdge.jpg);
}
#kv-ph .src4 {
    background-image: url(../image/4_SonyCamera-SonyImagingEdge.jpg);
}
#kv-ph .src5 {
    background-image: url(../image/5_DSC01310.jpg);
  }

@keyframes image-switch-animation {
    0%{ opacity: 0.2;}
    8%{ opacity: 1;}
    25%{ opacity: 1;}
    30%{ opacity: 0;}
    100%{ opacity: 0;}
  }

  #kv-ph .image:nth-of-type(1) {
    animation-delay: 0s;
  }
  #kv-ph .image:nth-of-type(2) {
    animation-delay: 3s;
  }
  #kv-ph .image:nth-of-type(3) {
    animation-delay: 6s;
  }
  #kv-ph .image:nth-of-type(4) {
    animation-delay: 9s;
  }
  #kv-ph .image:nth-of-type(5) {
    animation-delay: 12s;
  }

/* ---------------------- */


#kv .name-jp {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    writing-mode: vertical-rl;
    text-align: left;
    color: #ffffff;
    margin: 80px 100px;
}

#kv .tomo-jp {
    font-size: 4rem;
    letter-spacing: 1.8rem;
    line-height: 6rem;

}

#kv .name-en {
    position: absolute;
    z-index: 100;
    bottom: 0;
    text-align: left;
    color: #ffffff;
    margin: 50px 100px;

}
#kv .tomo-en {
    font-size: 3.5rem;
    letter-spacing: 0.2rem;
}


#home .intro-jp {
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: center;
    width: auto;

    height: 400px;
    margin: 70px 20px;

}

#home .intro-jp h3 {
    text-align: left;
    margin-left: 20px;
    font-size: 2rem;
    line-height: 3rem;

}

#home .introtext-jp {
    font-size: 1.4rem;
    text-align: left;
}


#home .intro-en {
    margin: 0 20px 30px;
}

#home .intro-en h3 {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 3rem;
}


#home .introtext-en {
    text-align: left;
    display: inline-block;
}

#home .to-about-link a {
    display: inline-block;
    border: solid 1px #2b2b2b;
    padding: 5px 10px;
    font-size: 1.2rem;
}

#home .to-about-link a:hover {
    color: #ffffff;
    background-color: #2b2b2b;
    transition: all 0.1s 0.1s ease-in-out;


}

#home .recentworks {
    margin: 150px 20px;
    line-height: 3rem;
}
#home .recentworks h4 {
font-size: 2rem;
}



#home .recentworks-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 50px;
    /* position: relative; */
}


#home .recentworks-list .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 50px;
    position: relative;
}
#home .recentworks-list .item:nth-child(3n+3) {
    margin-right: 0;

}

#home .new-icon  {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #ffffff;
    padding: 2px 12px;
    line-height: 1.5;
    letter-spacing: 0.25rem;
}


#home .square-img .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;

}

#home .day-ctgy {
    text-align: right;
    font-size: 1.1rem;
    margin-bottom: 10px;
    margin-right: 1em;
    line-height: 1.8;
}
#home .post-categories {
    margin-left: 1em;
}


#home .works-title {
    line-height: 1.5;
    
}


/* #home .recentworks-list .item p {
    text-align: right;
    margin: 0 1em;

} */

#home p.works-title {
    text-align: left;
    font-size: 1.2rem;
    margin: 0 1em;
}

#home .to-works-link a {
    display: inline-block;
    border: solid 1px #2b2b2b;
    padding: 5px 10px;
    font-size: 1.2rem;
}

#home .to-works-link a:hover {
    color: #ffffff;
    background-color: #2b2b2b;
    transition: all 0.1s 0.1s ease-in-out;


}



/* -----------about----------- */

#about {
    margin: 0 0 150px;

}

#about .title-img {
    position: relative ;
    margin: 0 20px;
}
#about .img-ph img {
    height: 650px;
    object-fit: cover;
}


#about .title-img-ja {
    position: absolute;
    top: 90px;
    right: 50px;
    writing-mode: vertical-rl;
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
}
#about .title-img-en {
    position: absolute;
    bottom: 60px;
    left: 80px;
    font-size: 3rem;

}

/* -----------aboutナビ----------- */
#about .about-nav {
    margin: 30px;

}
#about .about-nav ul {
    display: flex;
    justify-content: center;

}
#about .about-nav ul li {
    margin: 30px;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
}

#about .about-nav ul li:hover {
    border-bottom: 1px solid #2b2b2b;
    display: inline-block;
    transition: all 0.1s 0.1s ease-in-out;
}




/* -----------aboutナビ　ここまで----------- */




#about .profile {
    width: 550px;
    margin: 50px auto 80px;
}
#about .profile h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    line-height: 1.6;
}
#about .profile-ja {
    margin: 0 auto 30px;
    text-align: left;
}
#about .profile-en {
    margin: 0 auto 20px;
    text-align: left;
    line-height: 1.7;
}

#about .asterisk {
    font-size: 2rem;

}

#about .imageph_s {
    width: 550px;
    margin: 50px auto;

}

#about h5 {
    text-align: left;
    font-size: 1.4rem;
    margin: 10px 0;


}
#about .selectedworks-lead {
    text-align: left;
    line-height: 1.5;

}
#about .selectedworks-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px 0px;

}


#about .selectedworks-list .selectedwork-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 70px;
    position: relative;



}
#about .selectedworks-list .selectedwork-item:nth-child(3n+3) {
    margin-right: 0;

}


#about .selectedwork-img .squareph {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;

}

#about .selectedwork-cap {
    font-size: 1.15rem;
    letter-spacing: 0rem;
    text-align: center;
    line-height: 1.1;

}

#about .about-wt-banner-logo {
    width: 300px;
    margin: 50px auto;

}
#about .to-wt-link {
    display: inline-block;
    border: solid 1px #2b2b2b;
    padding: 5px 10px;
    font-size: 1.2rem;
}

#about .to-wt-link:hover {
    color: #ffffff;
    background-color: #2b2b2b;
    transition: all 0.1s 0.1s ease-in-out;


}

#about .line:hover {
    border-bottom: solid 1px #2b2b2b;;
}




/* -----------works----------- */

#works .title-img {
    position: relative ;
    margin: 0 20px;
}

#works .img-ph img {
    height: 650px;
    object-fit: cover;
}


#works .title-img-ja {
    position: absolute;
    color: #ffffff;
    top: 90px;
    right: 50px;
    writing-mode: vertical-rl;
    font-size: 2.5rem;
    letter-spacing: 0.8rem;
}
#works .title-img-en {
    position: absolute;
    color: #ffffff;
    bottom: 60px;
    left: 80px;
    font-size: 3rem;
    letter-spacing: 0.8rem;

}

#works .sp-works-category {
    display: none;
}
#works .works-category {
    display: flex;
    justify-content: center;
    margin: 70px 20px;
}
#works .works-category-banner {
    margin: 10px 20px ;

}
#works .works-category-banner .is-active {
    border-bottom: 1px solid #2b2b2b;
    display: inline-block;
    transition: all 0.1s 0.1s ease-in-out;
}

#works .works-category-banner .is-active:hover {
    border: none;

}


#works .works-category-link {
    padding: 5px 10px;
    font-size: 1.2rem;
}

#works .works-category-link:hover {
    border-bottom: 1px solid #2b2b2b;
    display: inline-block;
    padding-bottom: 1px;

    transition: all 0.1s 0.1s ease-in-out;

}


#works .works-list {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 20px 50px;

}


#works .works-list .works-list-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 70px;
    position: relative;
}
#works .works-list .works-list-item:nth-child(3n+3) {
    margin-right: 0;

}

#works .new-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #ffffff;
    padding: 2px 12px;
    line-height: 1.5;
    letter-spacing: 0.25rem;
}
#works .square-img .attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;

}

#works img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;

}

#works .works-list-day-ctgy {
    text-align: right;
    font-size: 1.1rem;
    margin-bottom: 10px;
    margin-right: 1em;
    line-height: 1.8;

}

#works .works-list-title {
    text-align: left;
    font-size: 1.2rem;
    margin: 0 1em;
    
}

#works .works-list .works-list-item p {
    font-size: 1.2rem;

}
#works .page-nav {
    margin: 150px auto;


}

#works .wp-pagenavi{
    font-size: 1.3rem;
    letter-spacing: 0.12rem;
    text-align: center;
    line-height: 2;

}
#works span.current ,
#works a.page.larger ,
#works a.page.smaller ,
#works a.previouspostslink {
    margin-right: 1em ;

}

/* -----------works_detail----------- */

#works_detail h3 {
    margin: 150px auto 20px;
}

#works_detail .works_detail-day-ctgy {
    font-size: 1.0rem;
    margin-bottom: 100px;
}
#works_detail .spec {
    width: 550px;
    margin: 20px auto 50px;
    text-align: right;
    font-size: 1.1rem;

}
#works_detail .works-text {
    width: 550px;
    margin: 20px auto 50px;
    text-align: left;
    font-size: 1.2rem;

}

#works_detail .prev-next {
    display: flex;
    justify-content: space-between;

    margin: 150px auto;

}

/* -----------contact----------- */

#contact .title-img {
    position: relative ;
    margin: 0 20px;
}
#contact .img-ph img {
    height: 650px;
    object-fit: cover;
}
#contact .title-img-ja {
    position: absolute;
    color: #ffffff;
    top: 90px;
    right: 50px;
    writing-mode: vertical-rl;
    font-size: 2.5rem;
    letter-spacing: 0.8rem;
}
#contact .title-img-en {
    position: absolute;
    color: #ffffff;
    bottom: 60px;
    left: 80px;
    font-size: 3rem;
    letter-spacing: 0.5rem;

}
#contact .contact-comment {
    width: 550px;
    margin: 70px auto;

}

#contact .contact-comment .contact-ja {
    margin: 20px auto;


}
/* #contact .contact-comment .contact-en {
    text-align: left;

} */

#contact .contact-form {
    width: 550px;
    margin: 100px auto 50px;

}
#contact .contact-form table {
    margin: 0px auto;

}
#contact .contact-form input#your-name.your-name-c,
#contact .contact-form input#e-mail.e-mail-c,
#contact .contact-form input#phone-num.phone-num-c {
    width: 550px;
    text-align: left;
    margin: 0 1em;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.12rem;
}

#contact .contact-form textarea#message.message-c{
    width: 550px;
    text-align: left;
    margin: 1em;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.12rem;
}


#contact .contact-form th {
    display: block;
    font-size: 1.3rem;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;


}
#contact .contact-form td {
    display: block;
    border: 1px solid #c2c2c2;
    margin-bottom: 50px;
    text-align: left;
     padding: 0 1em;

}
#contact .contact-form .checkbox {
    border: none;
    text-align: left;

}
#contact .contact-form .checkbox {
    pointer-events: auto;

}

#contact .contact-form .mwform-checkbox-field.horizontal-item {
    display: block;
    text-align: left;

}
#contact .mwform-checkbox-field {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


#contact .contact-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border: 1px solid #c2c2c2;
}


#contact .contact-form .mwform-checkbox-field.horizontal-item{
    margin: 0;
}

#contact .contact-form input[type="checkbox"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

#contact .contact-form .send-btn-c {
    margin: 0 auto 20px;
    text-align: center;
    width: fit-content;
    padding: 0 1em;
    font-family: 'Noto Serif JP', serif;
    border: 1px solid #c2c2c2;
    padding: 5px 10px;
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    color:#2b2b2b;;


}
#contact .contact-form .send-btn-c:hover {
    color: #ffffff;
    background-color: #2b2b2b;
    transition: all 0.1s 0.1s ease-in-out;

}
#contact .contact-form .send-btn input {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.2rem;
    padding: 0;

}
#contact .contact-form .send-btn input:hover {
    color: #ffffff;
}


#contact #mw_wp_form_mw-wp-form-30 {
    margin: 70px;
}




/* =============================
sp
============================= */
@media screen and (max-width: 980px) {

    .sp {
        display: block;
    }
    .container {
        width: 100%;
    }
    br {
        display: none;
    }
    .spbr {
        display: block;
    }
    body {
        font-size: 1.5rem;

    }


/* -----------ハンバーガー----------- */

#nav-toggle {
    cursor: pointer;
    z-index: 1000;
}


#nav-toggle>div {
    position: fixed;
    width: 20px;
    top: 0px;
    right: 3px;
}

#nav-toggle>div span {
    width: 25px;
    height: 1.2px;
    right: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: transform .3s ease, top .5s ease;
    margin: 30px 20px 20px 0;
}

#nav-toggle>div span:nth-child(1) {
    top: 0;
}

#nav-toggle>div span:nth-child(2) {
    top: 9px;
}

#nav-toggle>div span:nth-child(3) {
    top: 18px;
}

.open #nav-toggle>div span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
}

.open #nav-toggle>div span:nth-child(2) {
    width: 0;
}

.open #nav-toggle>div span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
}



/* -----------ハンバーガー中身----------- */
header #sp-header-nav {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    overflow-y: scroll;
    height: auto;
    width: auto;
    top: 0;
    right: 0;
    bottom: auto;
    padding: 80px 30px 30px 30px;

    z-index: 990;
    display: flex;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;

    transform: translateX(100%);
    transition: transform 1s ease;

}


.open header #sp-header-nav {
    transform: translateX(0) !important;
}

header #sp-header-nav ul {
    display: block;
}


header #sp-header-nav li {
    position: relative;
    text-align: left;
    transform: translateX(200px);
    transition: transform 1.3s ease;

}

.open header #sp-header-nav li {
    transform: translateX(0);
}


header #sp-header-nav li a {
    display: inline-block;
    color: #595857;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
}

header #sp-header-nav .sp-header-wt {
    width: 40px;
}

header #sp-header-nav .header-ig {
    width: 40px;
}


 /* -----------sp_header----------- */

 header .container {
    width: 100%;
    height: 60px;
    /* display: block; */

}

header #logo {
    /* width: 150px; */
    margin: 0 20px 5px;
    font-size: 1.8rem;

}

#header-nav {
    display: none;
}


/* -----------sp_footer----------- */

footer {
    margin: 150px 0 0;
}
footer .footer-container {
    height: 630px;
    padding: 20px;
}

footer .footer-wt-link {
    width: auto;
    margin: 30px 20px;
}
footer .wt-banner {
    padding: 20px;
}
footer .wt-banner-text .wt-banner-text-en {
    margin-top: 10px;
}


footer .footer-title-nav {
    margin: 30px 20px;
    width: auto;
}
footer .footer-title {
    font-size: 2.8rem;
}

footer .footer-nav li {
    margin: 30px 15px 20px;
}

.spacer {
    width: 100%;
}

#footer-nav a {
    margin: 0 20px 0;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}

.footer-link {
    width: 220px;
    margin: 0 auto 10px;
}

#sns-logo li {
    width: 24px;
    margin: 10px;

}


#copyright {
    font-size: 0.8rem;
    margin: 20px auto 10px;
}

/* -----------sp_ページトップへ戻るボタン----------- */
#pagetop {
    right: 8px;
    bottom: 30px;

}



/* -----------sp_home----------- */
#kv .name-jp {
    margin: 40px 20px;
}
#kv .name-jp h2 {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}
#kv .tomo-jp {
    font-size: 4rem;
    letter-spacing: 1.2rem;
}
#kv .name-en {
    margin: 40px 20px;
}
#kv .name-en h2 {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}
#kv .tomo-en {
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
}


#home .intro-jp {
    writing-mode: horizontal-tb;
    width: auto;
    margin: 60px 20px;

}


#home .intro-jp h3 {
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;    
    margin-bottom: 20px;
}
    
#home .introtext-jp {
    text-align: left;
    line-height: 1.5;
    width: 100%;

}
/* #home .introtext-jp br {
    display: inline;

} */
#home .intro-en {
    width: auto;
    text-align: left;
    margin: 0 20px 50px;


}
#home .intro-en h3 {
    width: auto;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 20px;
}
#home .introtext-en {
    width: auto;
    text-align: left;
    line-height: 1.5;
}
#home .introtext-en br {
    display: inline;

}

#home .recentworks {
    width: auto;
    margin: 100px 20px 50px;
}
#home .recentworks-list {
    display: block;
}
#home .recentworks-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;

}
#home .day-ctgy {
    margin-bottom: 20px;
}
#home p.works-title {
    font-size: 1.4rem;
}


/* -----------sp_about----------- */


#about {
    margin: 0 20px ;
}
#about .title-img {
    position: relative;
    margin: 0;
}

#about .img-ph {
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

#about .img-ph img {
	display: block;
	width: 100%;
    height: 260px;
    object-fit: cover;
}





#about .title-img-ja {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
    margin: 20px 0;

}
#about .title-img-en {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.8rem;
    margin: 5px;

}

#about .about-nav {
    margin: 30px 10px ;
}

#about .about-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
}

#about .about-nav ul li {
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 15px 20px;
}

#about .profile {
    width: 100%;
}

#about .imageph_s {
    width: 100%;
}


/* -----------sp_works----------- */
#works {
    margin: 0 20px ;
}
#works .title-img {
    position: relative;
    margin: 0;
}


#works .img-ph {
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

#works .img-ph img {
	display: block;
	width: 100%;
    height: 260px;
    object-fit: cover;
}

#works .title-img-ja {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
    margin: 20px 0;

}
#works .title-img-en {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.8rem;
    margin: 5px;
}



#works .works-category {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
}
#works .works-category .works-category-banner {
    /* border: #595857 0.01rem solid; */
    margin: 10px 10px;
}
#works .works-list .works-list-item p {
    font-size: 1.1rem;
}
#works .works-category .works-category-link {
    font-size: 1.1rem;
    line-height: 1.4;


}

#works .works-list .works-list-day-ctgy {
    font-size: 1.1rem;
    margin-bottom: 20px;

}
#works .works-list .works-list-item .works-list-title {
    font-size: 1.4rem;

}



/* #works .works-category {
    display: none;
}
#works .sp-works-category {
    display: block;
    text-align: left;
    margin: 50px 0 50px 1em;
}
#works .sp-works-category-banner {
    margin: 5px 0;
}
#works .sp-works-category-link {
    font-size: 1.2rem;
} */







#works .works-list {
    display: block;
    margin: 0;
}
#works .works-list .works-list-item {
    width: 100%;
    margin: 0 0 60px;
} 

/* -----------sp_works_detail----------- */

#works_detail {
    margin: 0 20px ;
}

#works_detail h3 {
    margin: 100px auto 20px;
}

#works_detail .works-text {
    width: 100%;

}
/* -----------sp_contact----------- */

#contact {
    margin: 0 20px ;
}
#contact .container  {
    width: 100%;
}
#contact .title-img {
    position: relative;
    margin: 0;
}

#contact .img-ph {
    margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

#contact .img-ph img {
	display: block;
	width: 100%;
    height: 260px;
    object-fit: cover;
}

#contact .title-img-ja {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.6rem;
    letter-spacing: 0.25rem;
    margin: 20px 0;

}
#contact .title-img-en {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.5rem;
    letter-spacing: 0.25rem;
    margin: 5px;
}
#contact .contact-comment {
    width: 100%;
    text-align: left;
}
#contact .contact-form {
    width: 100%;
}

#contact #mw_wp_form_mw-wp-form-30 {
    margin: 70px auto;
}

#contact .contact-form tbody {
    width: 100%;
}

#contact .contact-form tr {
    width: 45%;
}
#contact .contact-form tr .check_btn {
    width: 45%;
}

#contact .contact-form tr {
    width: 45%;
}


#contact .contact-form tr th {
    width: 100%;
}


#contact .contact-form input#your-name.your-name-c, #contact .contact-form input#e-mail.e-mail-c, #contact .contact-form input#phone-num.phone-num-c{
    width: 80%;
}

#contact .contact-form textarea#message.message-c {
    width: 90%;
    margin: 10px;

}



}