/* font setting */
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-min,
.shipporimin,
.is-shippori,
.font-shippori {
  font-family: "Shippori Mincho", serif!important;
}

/* :root{
  --font-mincho: "Hiragino Mincho ProN", "Hiragino Mincho Pro",
                 "Noto Serif JP",
                 "Yu Mincho","YuMincho",
                 "MS PMincho","MS Mincho",
                 serif;
} */


html {
    scroll-behavior: smooth;
}
div {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
    color: #000;
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;

    font-family: 'Noto Sans JP bold';
}
.bold {
    font-family: 'Noto Sans JP bold';
}
h4 {

    font-size: 40px;

}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 60px;
}
h3 {
    font-size: 50px;
}
h4 {

    font-size: 40px;
}

h5 {

    font-size: 40px;
    font-weight: 500;
    font-style: normal;
    line-height: 60px;
}

h6.large{
    font-size: 24px;
}
h6 {
    font-size: 20px;
   line-height: 60px;
    font-weight: 600;
    font-style: normal;
}
h6.small {
    font-size: 18px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 1;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #000;

}
a:hover,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
}
a:hover {
    opacity: 0.5;
}
input:hover,
input:focus,
input:active {
    outline: none;
}
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}
button {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
button:hover,
button:focus,
button:active {
    outline: none;
}
button:hover {
    opacity: 0.5;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
.nopadding {
    margin: 0;
    padding: 0;
}
.clearfix {
    clear: both;
    overflow: hidden;
}
.wrapper {
    margin: 0 auto;
}
body {
    margin: 0;
}

.container {
    padding-left: 30px;
    padding-right: 38px;
}

.text-center {
    display: flex;
    justify-content: center;
}
.justify-center{
    justify-content: center;
}
.section {
    margin-top: 120px;
    margin-bottom: 120px;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
} 

.po-title {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    font-style: normal;
    color: #0f5da5;
}
.block-detail {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    color: #101010;
}

.flex {
    display: flex;
}
.col-2 {
    width: 50%;
}
.w-100 {
    width: 100%;
}
.space-between {
    justify-content: space-between;
}
.flex-wrap {
    flex-wrap: wrap;
}
img {
    width: 100%;
}
.menu-toggle {
    display: none;
}
.page-width {
    max-width: 1030px;
    padding: 0 20px;
    margin: 0 auto;
}
/* header */
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 93px;
}
.header-nav ul {
    display: flex;
    gap: 33px;
    align-items: center;
}
.header-nav ul a {
  font-size: 16px;
  font-weight: 400;
  font-family: 'shippori-min', "Shippori Mincho", serif;
}
/* top style */
.dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 1;
  }

  .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s;

  }

  .dot.active {
    background-color: rgba(255, 255, 255, 1);
  }
  .fv-slider {
    position: relative;
    width: 100%;
    height: 518px;
    overflow: hidden;
    margin: auto;
  }

  .fv-slider img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  .fv-slider img.active {
    opacity: 1;
    z-index: 1;
  }
  .fv-container {
    position: relative;
  }
  .mv_message {
    position: absolute;
    top: 70px;
    color: #fff;
    z-index: 1;
    right: 22%;
    writing-mode: vertical-rl;
    font-size: 24px;
    text-orientation: upright;
    font-weight: 400;
    line-height: 50px;
        font-family: 'Hiragino Mincho ProN';
  }
  .our_story {
    margin-top: 50px;
    margin-bottom: 67px;
  }
 .our_story_row {
    display: flex;
 }
 .our_story_row .text p{
    font-size: 18px;
    line-height: 53px;
    margin-top: 70px;
    font-family: 'Hiragino Mincho ProN';
    font-family: "Noto Serif JP", serif;
 }
 .our_story_row .story_img {
    position: absolute;
    right: 0;
    object-fit: cover;
    width: 50vw;
    max-width: 714px;
 }
 .relative {
    position: relative;
 }
 .more_btn {
    margin-top: 60px;
 }
 .more_btn a {
    padding: 0;
    border: 1px solid #5B4C48;
    border-radius: 25px;
    color: #5B4C48;
    font-size: 14px;
    background: #fff;
    width: 230px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: 'Noto Sans JP';
    font-weight: 400;

 }
 .more_btn a svg {
    position: absolute;
    right: 21px;
    top: 20.3px;
 }
 .footer-nav {
    font-weight: 400;
 }
 .line {
    margin-top: 150px;
    background: #FFF5EC;
    padding-top: 70px;
    margin-bottom: 117px;
    padding-bottom: 100px;
 }
 .section-header {
    text-align: center;
 }
 .section-title {
    font-size: 64px;
    font-weight: bold;
    color: #42210B;
    font-family: 'CormorantGaramond';
    line-height: 78px;
 }
 .section-sub-title {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Noto Sans JP';
 }
 .line-row {
    display: flex;
    flex-wrap: wrap;
    gap: 49px;
 }
 .section-body {
    margin-top: 56px;
 }
 .line-col {
    width: calc(25% - 37px);
 }

 .line-img {
    background-color: #ffffff;
    padding: 5rem 2rem 3rem;
    display: block;
    border-radius: 300px 300px 0 0;
    text-align: center;
  height: 370px;
  width: 100%;
  overflow: hidden;
}

.line-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

 .line-col p {
    font-size: 15px;
    padding-top: 20px;
    text-align: center;
 }
 .feature {
    margin-top: 112px;
    margin-bottom: 150px;
 }
 .feature-row {
    display: flex;
    justify-content: space-between;
 }
 .fea-col {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
 }
 .fea-txt {
    margin-top: 36px;
    writing-mode: vertical-rl;
    font-size: 30px;
    line-height: 48px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
 }
 .fea_des_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 17px;
 }
 .fea_num_row {
    display: flex;
    gap: 13px;
    margin-top: 72px;
 }
 .features {
    margin-bottom: 211px;
 }
 .fea_txt {
    font-size: 14px;
    line-height: 22px;
    padding-left: 9px;
    font-family: 'Noto Sans JP';
        font-weight: 400;
 }
 .fea_btn {
    margin-right: 22px;
 }

.design .section-header {
    padding-top: 150px;
}
.jor-header {
    padding-top: 197px;
    padding-bottom: 112px;
    background: url(../images/jor_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: 400;
    font-family: 'Noto Sans JP';
}
.jor-text {
    margin-top: 20px;
    font-weight: 400;
}
.jor-title {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 77px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
}
.jor-content {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    font-weight: normal;
}
.jor-body {
    background: transparent;
    position: relative;
}
.bg-rect {
    width: 100%;
    height: stretch;
    background: #FFF5EC;
    position: absolute;
    top: 50px;
}

.jor-slider {
    max-width: 1000px;       
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;         
    box-sizing: border-box;
}

.swiper {
    padding-left: 0;
    padding-right: 0;
}

.jor-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    text-align: left;
    padding: 30px;
    box-sizing: border-box;
    align-items: stretch;
    height: auto !important;
}

.jor-slider .swiper-slide {
    width: 318px;            
    flex-shrink: 0;
    box-sizing: border-box;
}

.jor-slider .swiper-slide img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.jor-slider .swiper-button-prev,
.jor-slider .swiper-button-next {
    width: auto;           
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    background: none;     
    color: inherit;
}
.jor-slider .swiper-button-prev {
    left: 0;
}
.jor-slider .swiper-button-next  {
    right: 0;
}
.jor-slider .swiper-button-prev:after  {
    content: none;
}
.jor-slider .swiper-button-next:after  {
    content: none;
}
.jor-slider .swiper-button-prev svg,
.jor-slider .swiper-button-next svg {
    display: block;
}
.jor-body .page-width {
    position: relative;
    max-width: 1120px;
    margin-top: -50px;
}
.jor-body .swiper {
    position: unset;
}
.jor-body .more_btn {
    margin-top: 34px;
}
.design {
    margin-top: 107px;
    margin: 0;
    background: url(../images/design_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.design .section-body {
    padding-top: 66px;
    max-width: 949px;
    margin: 0 auto;
}
.design-bottom {
    max-width: 349px;
    margin: 0 auto;
    margin-bottom: 261px;
}
.design-bottom .more_btn {
    margin-top: 48px;
}
.footer {
    background: #FFF5EC;
}
.f-logo img {
    max-width: 99px;
}
.footer-row {
    display: flex;
    padding-top: 59px;
    justify-content: space-between;
}
.f-nav {
    display: flex;
    gap: 59px;
}
.f-nav .last {
    margin-top: 20px;
}
.sub-nav {
    margin-top: 26px;
}

.f-nav a{
    font-family: "Noto Serif JP", serif;
}

.footer-bottom {
    margin-top: 196px;
    padding-bottom: 13px;
}
.social-btns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contact_btn a {
    width: 193px;
    display: flex;
    align-items: center;
    height: 37px;
    background: #fff;
    justify-content: center;
    gap: 14px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 14px;
}
.contact_btn a svg {
    max-width: 12px;
}
.addr {
    font-size: 14px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
}
.copyright {
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
}
/* page style */
.page-header-section {
    margin-top: 47px;
    margin-bottom: 102px;
}
.page-title {
    margin-bottom: 50px;
    color: #5B4C48;
    font-size: 72px;
    font-family: 'CormorantGaramond';
}

.meeting-row .txt {
    max-width: 489px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.meeting-header {
    display: flex;
    position: relative;
    justify-content: center;
    margin-bottom: 110px;
}
.meeting-header svg {
    position: absolute;
    width: 150px;
}


.mt-title {
    writing-mode: vertical-rl;
    font-size: 30px;
    text-orientation: upright;
    padding-top: 76px;
    font-family: "Noto Serif JP", serif;
    line-height: 57px;
    font-weight: 400;
    z-index:88 ;
}
.meeting-row {
    display: flex;
    align-items: flex-start;
}
.act_img.act-2 img{
    max-width: 280px;
}
.img-sticky img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    max-height: 432px;
    border-radius: 30px 0 0 30px;
  }
.right .img-sticky img {
    border-radius: 0px 30px 30px 00px;
}
  .meeting {
    position: relative;
  }
  .meeting .img {
    position: sticky;
    top: 50px;
  }
  .meeting-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 50px;
}

.img-sticky {
    position: sticky;
    top: 50px;
    width: 48vw;
}

.img-sticky img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative; 
}

.meeting {
    position: relative;
}
.img {
    width: 48vw;
}
.sticky_part.right {
    margin-top: 170px;
}
.right .meeting-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 167px;
}
.story_act {
    margin-top: 199px;
    margin-bottom: 260px;
}
.act-title {
    margin-top: 42px;
    margin-bottom: 108px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    font-family: "Noto Serif JP", serif;
}
.act_img img{
    max-width: 253px;
    position: absolute;
    right: 25px;
    bottom: -86px;
}
.act_row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.act_box_title {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
}
.yellow_bg {
    max-width: 468px;
    width: 100%;
    background: #FFF5EC;
    height: 396px;
    border-radius: 30px;
    padding: 51px 27px;
    font-size: 16px;
    margin-top: 23px;
    font-family: 'Noto Sans JP';
    position: relative;
    font-weight: 400;
}

.jornal-content h1.wp-block-heading {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    line-height: 57px;
}


.story_jornal {
    padding: 82px 0;
    background-color: #FFF5EC;
    margin: 100px 0;
}

.bg_white {
    background-color: #fff;
    padding: 60px;
    border-radius: 30px;
}
.mt-content {
    font-family: 'Noto Sans JP';
    font-weight: normal;
}
.section-title>span {
    color: #000;
    font-size: 16px;
    font-family: 'Noto Sans JP';
    margin-left: 40px;
    font-weight: normal;
}
.story_jornal .row {
    display: flex;
    justify-content: space-between;

}
.story_jornal .section-sub-title {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 60px;
    font-family: "Noto Serif JP", serif;
}
.story_jornal .row .img-col {
    max-width: 345px;
}
.story_jornal .img-col img {
    border-radius: 30px;
}


.story_jornal .content p {
    font-size: 18px;
    line-height: 32px;
    font-family: "Noto Serif JP", serif;
}

.bring .content-title {
    text-align: center;
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
}
.bring .content {
    font-size: 16px;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 77px;
}
.bring-1 {
    padding: 40px 0;
}
.bring-1_title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bring-1_row {
    display: flex;
    justify-content: space-between;
}
.bring-1_row img {
    max-width: 100%;
    width: auto;
}
.bring-1_content {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 100px;
    font-family: 'Noto Sans JP';
}

.bring_img {
    width: 50%;
}

.how {
    font-size: 16px;
    line-height: 16px;
    color: #900010;
    font-family: 'DINAlternate';
}
.no {
    font-size: 29px;
    color: #900010;
    font-family: 'DINAlternate';
    padding-left: 10px;
    line-height: 57px;
}
.bc_content {
    font-family: 'Noto Sans JP';
    margin-top: 30px;
}
.bch-title {
    font-size: 30px;
    line-height: 57px;
    font-feature-settings: "palt" 1;
}
.arr {
    margin-top: 91px;
    margin-bottom: 67px;
    text-align: center;
}
.arr .sp {
    display: none;
}
.arr img {
    max-width: 100%;
    width: auto;
}
.bring_2 {
    background: #FFF5EC;
    padding-top: 130px;
    padding-bottom: 172px;
}
.bring_2_row {
    display: flex;
    position: relative;
}
.bt2_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    overflow: hidden;
    height: 500px;
border-radius: 0px 0px 0px 50px;
}

.bt2_img img {
    border-radius: 50px 0px 0px 50px;
}

.bt3_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    overflow: hidden;
    height: 500px;
    border-radius: 0px 0px 50px 0;
}
.bt2_title {
    font-size: 30px;
    line-height: 1.8;
}
.bt2_txt {
    max-width: 431px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 320px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
}
.bt3_txt {
    max-width: 431px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Noto Sans JP';
}
.bring_2 .relative {
    margin-top: 81px;
}
.bring_2_rect {
    border: 1px solid;
    padding: 30px 40px 30px 60px;
}
.b2r-title {
    font-family: 'Noto Sans JP';
    font-weight: bold;
}
.b2r-content {
    font-weight: 400;
    margin-top: 24px;
    font-family: 'Noto Sans JP';
}

.b2r-content a {
    text-decoration: underline;
}

.b2r-content a:hover {
    text-decoration: none;
}


.bring_3 {
    margin-top: 132px;
    margin-bottom: 172px;
}
.bring_3 .row {
    display: flex;
    justify-content: space-between;
} 
.bring_3 .relative {
    margin-top: 80px;
}
.bt3_c {
    max-width: 70%;
    width: auto;
}
.bt3-img {
    margin-top: 110px;
}
.case {
    padding-top: 89px;
    padding-bottom: 111px;
    margin-bottom: 65px;
    background: #FFF5EC;
}
.case .row {
    display: flex;
    gap: 25px;
}
.case .col {
    width: 33.33%;
}
.col-title {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    margin-top: 25px;
}


.journal_list {
    flex-wrap:wrap;
     justify-content:flex-start; 
}

/* .journal_list::after{
  content:"";
  display: block;
  width:28%;
} */

.journal_list a {
    width: 28%;
    margin-bottom: 4rem;
}

.journal_list img {
border-radius: 2rem;
}

.journal_list.row{
    display: flex;
    justify-content: flex-start;
    gap: 8%;
}

.row {
    display: flex;
    justify-content: space-around;
}
.pdlists {
    margin-bottom: 80px;
}
.pdlists .row {
    justify-content: flex-start;
}
.pdlists img{
    max-width: 100%;
    width: auto;
}
.pdlist a {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
    margin-top: 16px;
    font-family: 'Noto Sans JP';
}
.withtree {
    margin-top: -74px;
    padding-top: 102px;
    background: #FFF5EC;
    padding-bottom: 180px;
    margin-bottom: 102px;
}
.widthtree-title {
    text-align: center;
    font-size: 30px;
}
.widthtree-sub-title {
    text-align: center;
    font-family: 'Noto Sans JP';
    margin-top: 72px;
    margin-bottom: 132px;
    line-height: 28px;
    font-weight: 400;
}
.withtree .row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.wt-title {
    margin-top: 20px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
}

.wt-title br {
    display: none;
}

.title-commen {
    text-align: center;
    font-size: 30px;
}

.gift .row .col img {
    width: 100%;
    height: auto;
}


.sub-title-commen {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    text-align: center;
    max-width: 734px;
    margin: 0 auto;
    line-height: 28px;
}
.pattern .sub-title-commen {
    margin-top: 65px;
    margin-bottom: 60px;
}
.pt-logo {
    max-width: 375px;
    margin: 0 auto;
}
.pagewidth-832 {
    max-width: 832px;
    margin: 0 auto;
}
.pagewidth-832 .row{
    margin-top: 50px;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 300px;
}
.pagewidth-832 .row .col {
    text-align: center;
}
.pattern-title {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    margin-top: 10px;
}
.pattern-visual {
    min-width: 500px;
    width: 100%;
    background-color: #FFF5EC;
    border-radius: 30px;
    padding-left: 58px;
    padding-right: 58px;
}
.pv-title {
    font-family: 'Comodo-Vintage';
    font-size: 14px;
    text-align: center;
    padding-top: 29px;
    padding-bottom: 20px;
    color: #ED7B26;
}
.pv-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-top: 48px;
    margin-bottom: 58px;
}
.pv-bottom>img {
    max-width: 148px;
}
.pv-bottom-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    align-items: flex-start;
}

.pv-bottom-txt .multi {
    align-self: center;
}

.pv-bottom-txt>img {
    max-width: 33px;
}
.pv-bt-title {
    writing-mode: vertical-rl;
    font-size: 30px;
    color: #5B4C48;
    line-height: 1.3;
}
.pv-bt-title .kanainfo {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 16px;
}
.ptd-title {
    font-size: 30px;
}
.ptd-subtitle {
    font-family: 'Noto Sans JP';
    padding-top: 47px;
    padding-bottom: 26px;
    font-weight: bold;
}
.pattern-list>.row {
    gap: 66px; 
}
.ptd-detail {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    margin-bottom: 90px;
}
.ptd-ic-row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;

}
.ic_bg {
    position: relative;
    max-width: 97px;
    width: 97px;
    height: 97px;
}

.ic_bg.bg1 {
    background-image: url(../images/pro1_pat.png);
    background-size: cover;
}

.ic_bg.bg2 {
    background-image: url(../images/pro2_pat.png);
    background-size: cover;
}
.ic_bg.bg3 {
    background-image: url(../images/pro3_pat.png);
    background-size: cover;
}
.ic_bg.bg4 {
    background-image: url(../images/pro4_pat.png);
    background-size: cover;
}
.ic_bg.bg5 {
    background-image: url(../images/pro6_pat.png);
    background-size: cover;
}


.ic_txt {
    position: absolute;
    font-size: 29px;
    z-index: 1;
    top: 28px;
    left: 0px;
    right: 0;
    color: #5B4C48;
    line-height: 39px;
    text-align: center;
    margin: auto;
      font-family: "Shippori Mincho", serif!important;
}
.otd-it-title {
    font-size: 30px;
}
.ptl-title {
    font-family: 'Noto Sans JP';
    text-align: center;
    margin: 90px 0;
    font-weight: bold;
}
.page-width-780 {
    
    margin: 0 auto;
}
.line.line-page {
    margin-top: -70px;
    padding-top: 130px;
}

/*
.product-col {
    text-align: center;
}

.product-col img {
    max-width: 100%;
    width: auto;
}
*/

.product-col {
  text-align: center;
}

.product-col img {
  display: block;          /* 余白やズレ防止 */
  margin: 0 auto;          /* 中央寄せ */
  height: 190px;           /* ←ここを揃えたい高さに調整 */
  width: auto;             /* 比率維持 */
  max-width: 100%;         /* はみ出し防止 */
}

.product-col img.bin {
      height: 150px;      
}

.page-width-780>.row {
    align-items: flex-end;
    margin-bottom: 200px;
}



.basecolor-blue .pv-title {
    color: #6DA3BA;
}
.basecolor-pink .pv-title {
    color: #F2A193;
}
.basecolor-blackpink .pv-title {
    color: #633339;
}
.basecolor-black .pv-title {
    color: #000;
}

.basecolor-green .pv-title {
    color:#96aaa5
}

.pattern-list {
    position: relative;
}
.fla-visual {
    position: absolute;
    left: -60px;
    width: 50%;
    max-width: 750px;
    top: 0;
}
.fla-description {
    max-width: 431px;
}
.fla.row {
    justify-content: flex-end;
}
.fla-subtitle {
    margin-top: 16px;
    margin-bottom: 35px;
    font-weight: 400;
    font-family: 'Noto Sans JP';
}
.chet-title {
    font-family: 'Noto Sans JP';
}
.fla-detail {
    padding-bottom: 10px;
    font-weight: 400;
    font-family: 'Noto Sans JP';
}
.chet-title {
    padding-top: 27px;
    font-family: 'Noto Sans JP';
    font-weight: bold;
}
.chet-des {
    font-family: 'Noto Sans JP';
    padding-top: 20px;
    padding-bottom: 40px;
    font-weight: 400;
}

.chet-img {
    margin-bottom: 10px;
}

.chet-img img {
    width: 100%;
}
.product-media,.product-info {
    width: 50%;
}
.product-title {
    font-size: 30px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
}
.product-sub-title {
    font-size: 18px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 49px;
    
}
.product-content {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    padding-bottom: 50px;
}
.product-met {
    font-family: 'Noto Sans JP';
    font-weight: 400;
}
.product-media img {
width: 21%;
    height: auto;
}



.product-media {
    height: 340px;
    width: 20%;
    text-align: center;
}

.product-media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


.product {
    margin-bottom: 119px;
}
.product .row {
    align-items: center;
}
.chtt {
    margin-bottom: 50px;
}
.chtt-box img {
    max-width: 345px;
    gap: 90px;
   
}
.chtt-box {
    padding:40px 0;
    border-top: 1px dotted  #5B4C48;
    border-bottom: 1px dotted  #5B4C48;
    gap: 90px;
    justify-content: flex-start;
}
.chtt-detail {
    margin-top: 60px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
}
.chtt-title {
    font-size: 30px;
}
.gift {
    padding-top: 54px;
    padding-bottom: 65px;
    background-color: #FFF5EC;
    margin-bottom: 100px;
}
.g-title {
    font-size: 30px;
    margin-top: 15px;
}
.gift .row {
    flex-wrap: wrap;
    row-gap: 199px;
    column-gap: 58px;
    margin-top: 102px;
}
.gift .row .col {
    width: calc(50% - 29px);
}
.jodblog-title {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    line-height: 57px;
}
.jodblog-content {
    margin-top: 169px;
}

.jodblog-content h6 {
padding: 0px 0 40px;
}

.jodblog-content figure img {
padding: 60px 0 0px;
}
.jodblog-content h1 {
text-align: center;
    font-size: 30px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    line-height: 57px;
    margin-bottom: 8rem;
    font-feature-settings: "palt";
}
.jodblog-content p {
    margin-bottom: 2rem;
}

.joblog-text {
    font-size: 18px;
    margin-bottom: 10px!important;
}

.joblog-detail {
       margin-bottom: 10px!important; 
}

.guest_name {
    padding-bottom: 0px!important;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 28px;
}


p {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    line-height: 28px;
}
.jodblog-content h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    line-height: 57px;
    margin-bottom: 2rem;
}
.jodmore {
    padding:40px 40px;
    margin: 100px 0;
    border-top: 1px dotted  #5B4C48;
    border-bottom: 1px dotted  #5B4C48;
    
}
.jodmore .row {
    gap: 90px;
    justify-content: flex-start;
    align-items: flex-start;
}
.jodmore .row .col-1 {
    width: 70%;
}
.jodmore .row .more_btn {
    margin-top: 20px;
}
/* sp */

@media (max-width: 768px) {

    .header-nav {
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background: #fff;
        /* border-top: 1px solid #ddd; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease-out;
    }
    .header-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 70px;
    }
    .header-nav.active {
        max-height: 400px; 
        z-index: 999;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.25);
    }

    .nav-menu {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }


    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .menu-toggle span {
        display: block;
        width: 25px;
        height: 3px;
        background: #333;
        transition: 0.3s;
    }

    
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 6px);
    }
    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -7px);
    }
    .fv-slider {
        height: 310px;
    }
    .mv_message {
        top: 40px;
        right: 14%;
    }
    .our_story_row {
        display: flex;
        flex-direction: column;
    }
    .our_story_row .story_img {
        position: relative;
        right: unset;
        object-fit: cover;
        width: 100%;
        max-width: 714px;
        order: 1;
    }
    .our_story_row .story_img img {
        border-radius: 30px;
    }
    .text {
    order: 2;
    }
    .our_story_row .text p {
        font-size: 16px;
        line-height: 40px;
        margin-top: 35px;
    }
    .more_btn {
        margin-top: 35px;
    }
    .section-title {
        font-size: 44px;
        font-weight: bold;
        color: #42210B;
        font-family: 'CormorantGaramond';
        line-height: 58px;
    }
    .section-sub-title {
        font-size: 14px;
    }
    .section-body {
        margin-top: 36px;
    }
    .line-col {
        width: calc(50% - 20px);
    }
    .line-row {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .our_story {
        margin-top: 40px;
        margin-bottom: 47px;
    }
    .line {
        margin-top: 80px;
        background: #FFF5EC;
        padding-top: 50px;
        margin-bottom: 50px;
        padding-bottom: 60px;
    }
    .fea-txt {
        margin-top: 20px;
        writing-mode: vertical-rl;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
    }
    .fea_num_row {
        display: flex;
        gap: 20px;
        margin-top: 72px;
        flex-direction: column;
    }
    .fea_des_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }
    .features {
        margin-bottom: 81px;
    }
    .design .section-body {
        padding-top:30px;
        max-width: 949px;
        margin: 0 auto;
    }
    .design-bottom {
        max-width: 349px;
        margin: 0 auto;
        margin-bottom: 81px;
        text-align: center;
    }
    .design-bottom img {
        max-width: 60%;
    }
    .footer-row {
        display: flex;
        padding-top: 59px;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .f-nav {
        display: flex;
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }
    .sub-nav {
        margin-top: 10px;
    }
    .footer-bottom {
        margin-top: 80px;
        padding-bottom: 13px;
    }
    .social-btns {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
    .baner-img img {
        height: 250px;
        object-fit: cover;
    }
    .meeting .img {
        position: relative;
        top: unset;
    }
    .txt {
        order: 2;
    }
    .img {
        width: 100%;
        order: 1;
    }
    .img-sticky {
        position: relative;
        top: unset;
        width: 100%;
    }
    .img-sticky img,.right .img-sticky img {
        border-radius: 30px;
    }
    .act_img {
        text-align: center;
    }
    .meeting-row {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 30px;
        flex-direction: column;
    }
    .meeting {
        padding: 0 20px;
    }
    .sticky_part.right {
        margin-top: 60px;
    }
    .meeting-header {
        display: flex;
        position: relative;
        justify-content: center;
        margin-bottom: 50px;
    }
    .right .meeting-row {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 37px;
    }
    .story_act {
        margin-top: 89px;
        margin-bottom: 80px;
    }
    .act_banner img {
        height: 250px;
        object-fit: cover;
    }
    .act-title {
        margin-top: 42px;
        margin-bottom: 48px;
        text-align: center;
        font-size: 16px;
    }
    .act_row {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        flex-direction: column;
    } 
    .act_img img {
        max-width: 253px;
        position: relative;
        right: unset;
        bottom: unset;
        margin-top: 30px;
    }
    .yellow_bg {
        height: auto;
        padding: 31px 17px;
    }
    .bg_white {
        background-color: #fff;
        padding: 20px;
        border-radius: 30px;
        margin: 20px;
    }
    .story_jornal .row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }
    .col_txt {
        order: 2;
    }
    .col-img {
        order: 1;
    }
    .story_jornal .content {
        font-size: 18px;
        line-height: 28px;
    }
    .story_jornal .section-sub-title {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .page-title {
        margin-bottom: 50px;
        color: #5B4C48;
        font-size: 60px;
        font-family: 'CormorantGaramond';
    }
    .bring .content-title {
        text-align: center;
        font-size: 20px;
        padding: 0 20px;
    }
    .bring .content {
        font-size: 14px;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 40px;
        padding: 0 20px;
    }
    .bch-title {
        font-size: 20px;
        line-height: 37px;
    }
    .bring-1_row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }
    .bc_content {
    font-family: 'Noto Sans JP';
        margin-top: 20px;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }

    .bring_img {
        width: 100%;
    }

    p {
        font-size: 14px;
    }
    body {
        font-size: 14px;
    }
    .arr {
        margin-top: 51px;
        margin-bottom: 37px;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .bring_2 {
        background: #FFF5EC;
        padding-top: 60px;
        padding-bottom: 82px;
    }
    .bt2_img{
        width: 100%;
    }
    .bt2_img,.bt3_img {
        position: relative;
        right: unset;
        top: unset;
        padding: 0 20px;
        margin-bottom: 40px;
        order: 1;
        height: auto;
    }
    .bring_2 .relative {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .bt2_title {
        font-size: 20px;
    }
    .bt2_txt {
        max-width: 431px;
        margin-top: 30px;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 30px;
    font-family: 'Noto Sans JP';
        
    }
    .bring_2_contnet {
        order: 2;
    }
    .bt3_img{
        width: 100%;
    }
    .bt3_img img,.bt2_img img {
        border-radius: 30px;
    }
    .bring_2_rect {
        border: 1px solid;
        padding: 15px 20px;
    }
    .b2r-content {
        font-weight: 400;
        margin-top: 10px;
    font-family: 'Noto Sans JP';
    }
    .bring_3 {
        margin-top: 62px;
        margin-bottom: 72px;
    }
    .bt3-img {
        margin-top: 50px;
    }
    .case {
        padding-top: 49px;
        padding-bottom: 51px;
        margin-bottom: 35px;
        background: #FFF5EC;
    }
    .case .row {
        display: flex;
        gap: 25px;
        flex-direction: column;
    }
    .col-title {
    font-family: 'Noto Sans JP';
        font-weight: 400;
        margin-top: 15px;
    }
    .case .col {
        width: 100%;
    }
    .withtree {
        margin-top: 0;
        padding-top: 52px;
        background: #FFF5EC;
        padding-bottom: 70px;
        margin-bottom: 52px;
    }
    .title-commen {
        text-align: center;
        font-size: 20px;
    }
    .widthtree-sub-title {
        text-align: center;
    font-family: 'Noto Sans JP';
        margin-top: 32px;
        margin-bottom: 52px;
        line-height: 28px;
        font-weight: 400;
    }
    .withtree .row {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-direction: column;
    }
    .row {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    .pattern-visual {
        min-width: 100%;
        width: 100%;
        background-color: #FFF5EC;
        border-radius: 30px;
        padding-left: 28px;
        padding-right: 28px;
    }
    .pv-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-top: 28px;
        margin-bottom: 25px;
        flex-direction: column;
    }
    .pagewidth-832 .row {
        margin-top: 50px;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 80px;
        flex-direction: row;
        padding: 0 20px;
        flex-wrap: wrap;
    }
    .page-header-section {
        margin-top: 47px;
        margin-bottom: 62px;
    }
    .pattern .sub-title-commen {
        margin-top: 35px;
        margin-bottom: 30px;
        padding: 0 20px;
        text-align: left;
    }
    .pt-logo {
        padding: 0 20px;
    }
    .ptd-title {
        font-size: 20px;
    }
    .pattern-list>.row {
        gap: 36px;
    }
    .ptd-subtitle {
    font-family: 'Noto Sans JP';
        padding-top: 27px;
        padding-bottom: 16px;
    }
    .ptd-detail {
    font-family: 'Noto Sans JP';
        font-weight: 400;
        margin-bottom: 40px;
    }
    .ptl-title {
    font-family: 'Noto Sans JP';
        text-align: center;
        margin: 30px 0;
    }
    .page-width-780>.row {
        align-items: center;
        margin-bottom: 80px;
                gap: 40px;
    }
    .product-media, .product-info {
        width: 100%;
    }
    .product .row {
        align-items: center;
        gap: 30px;
    }
    .product-title {
        font-size: 20px;
    font-family: 'Noto Sans JP';
        font-weight: 400;
    }
    .product-sub-title {
        font-size: 14px;
    font-family: 'Noto Sans JP';
        font-weight: 400;
        padding-top: 12px;
        padding-bottom: 29px;
    }
    .product-content {
    font-family: 'Noto Sans JP';
        font-weight: 400;
        padding-bottom: 25px;
    }
    .product {
        margin-bottom: 59px;
    }
    .chtt-box {
        padding: 40px 0;
        border-top: 1px dotted #5B4C48;
        border-bottom: 1px dotted #5B4C48;
        gap: 40px;
        justify-content: flex-start;
    }
    .chtt-detail {
        margin-top: 30px;
    font-family: 'Noto Sans JP';
        font-weight: 400;
    }
    .chtt-title {
        font-size: 20px;
    }
    .chtt-box img {
    max-width: 100%;
    }
    .gift .row .col {
        width: 100%;
    }
    .gift .row {
        flex-wrap: wrap;
        row-gap: 49px;
        column-gap: 58px;
        margin-top: 42px;
    }
    .g-title {
        font-size: 20px;
        margin-top: 15px;
    }
    .g-title .otd-it-title {
        font-size: 20px;
    }
    .g-title .ic_txt {
        position: absolute;
        font-size: 20px;
        z-index: 1;
        top: 28px;
        /* left: 29px; */
        color: #5B4C48;
        line-height: 39px;
    }
    .fla-visual {
        position: relative;
        left: unset;
        width: 100%;
        max-width: 750px;
        top: 0;
    }
    .fla-description svg {
        width: 100%;
    }
    .chet-img img {
        width: 100%;
    }
    .fla-subtitle {
        margin-top: 16px;
        margin-bottom: 25px;
        font-weight: 400;
    font-family: 'Noto Sans JP';
    }
    .fla-detail {
        padding-bottom: 17px;
        font-weight: 400;
    font-family: 'Noto Sans JP';
    }
    .jodblog-title {
        text-align: center;
        font-size: 20px;
        font-weight: 400;
    font-family: "Noto Serif JP", serif;
        line-height: 37px;
    }
    h6 {
        font-size: 20px;
        font-weight: 400;
    font-family: "Noto Serif JP", serif;
        line-height: 37px;
    }
    .design .section-header {
        padding-top: 70px;
    }
    .bg-rect {
        width: 100%;
        height: 625px;
        background: #FFF5EC;
        position: absolute;
        top: 50px;
    }
    .arr>img {
        display: none;
    }
    .arr>img.sp {
        display: block;
        max-width: 61px;
    }
    .jodmore {
        padding: 20px;
        margin: 100px 0;
        border-top: 1px dotted #5B4C48;
        border-bottom: 1px dotted #5B4C48;
    }
    .jodmore .row {
        gap: 40px;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .col-1 {
        order: 1;
    }
    .col-2 {
        order: 0;
    }
    .jodmore .row .col-1,.col-2{
        width: 100%;
    }
    .line.line-page {
        margin-top: 0;
        padding-top: 60px;
    }
}
/* animation */

.fade-up,
.fade-left,
.fade-right {
    opacity: 0;
    transition: all 0.9s ease;
}

.fade-up {
    transform: translateY(40px);
}

.fade-left {
    transform: translateX(-40px);
}

.fade-right {
    transform: translateX(40px);
}

.fade-active {
    opacity: 1;
    transform: translate(0, 0);
}



/* add sylle */
#logo {
width: 150px;
    display: block;
    padding: 0;
    margin: 0;
    height: fit-content;
    text-align: center;
    line-height: normal;
}

#logo img {
    width: 100%;
    height: auto;
    display: block;
}

.nav-links {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    width: 280px;
    justify-content: center;
}

.c-pagination {
    margin-top: 4rem;
}

.wpcf7 {
        width: fit-content;
    margin: 0 auto 50px;
}

input, textarea {
        width: 100%;
        font-size: 18px;
    padding: 0.85rem;
    border-radius: 10px;
    margin-bottom:20px;
    border: 1px solid #cccccc;
}

/* ------- tab ------- */
@media (min-width: 768px) and (max-width: 959px){
    .header-nav ul {
    gap: 20px;
}

    .our_story_row {
        display: flex;
        flex-direction: column-reverse;
    }
    .our_story_row .story_img {
        position: relative;
        max-width: 100%;
        width: 100%;
    }
    .journal_list a {
        width: 100%;
        margin-bottom: 4rem;
    }
    
    .story_img img {
        border-radius: 50px;
    }

    .footer-row {
        display: block;
        margin: 0 auto;
    }

    .f-logo {
        text-align: center;
        margin-bottom: 2rem;
    }

    .f-nav {
        flex-wrap: wrap;
    }

    .f-nav li {
        width: 45%;
    }

    .f-nav li .sub-nav li {
        width: 100%;
    }

    .wpcf7 {
        width: fit-content;
        margin: 0 auto 50px;
        padding: 0 4%;
    }

    .bring_img {
        width: 50%!important;
    }

    .bt2_img, .bt3_img {
        position: relative;
        margin: 0 auto;
    }

    .bt2_img img, .bt3_img img {
        border-radius: 50px;
    }

    .bt2_txt, .bt3_txt {
        max-width: 100%;
        margin-bottom: 2rem;
    }

.meeting-row {
    display: block;
}

.meeting-row .txt {
    max-width: 100%;
    width: 100%;
    padding: 0 2%;
}

.img-sticky {
    position: static;
}

.meeting .img {
    position: static;
    margin: 2rem auto 0;
}

.meeting .img img {
        border-radius: 50px;
}

.right .meeting-row {
    display: block;
}

.right .meeting-row .img {
    margin-bottom: 2rem;
}

    .journal_list a {
        width: 46%;
        margin-bottom: 4rem;
    }

}

/* ------- sp ------- */
@media (max-width: 768px) {
    #logo {
        width: 110px;
    }
    .journal_list a {
        width: 100%;
        margin-bottom: 4rem;
    }

    .wpcf7 {
        width: fit-content;
        margin: 0 auto 50px;
        padding: 0 4%;
    }

    .bt2_img,.bt3_img {
        height: auto;
    }

    .jodblog-content h1 {
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 8rem;
    }

    .jodblog-content h2 {
        font-size: 20px;
        line-height: 42px;
        margin-bottom: 1rem;
    }

    .otd-it-title {
    font-size: 26px;
}
}




/* close button */
.menu-close {
  display: none;           /* デフォルトは非表示（PC想定） */
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 6px 10px;
}

/* モバイル時だけ表示 */
@media (max-width: 1024px) {
  .menu-close {
    display: block;
  }
}


/* =========================
   Sticky Header (scroll)
   ========================= */
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: #fff; /* 背景が透ける場合に必須 */
}

.header {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.header.is-fixed {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}


.sp_br {
    display: none;
}


@media (min-width: 768px) and (max-width: 959px) {
  .mv_message {
    right: 13%;
  }
}

@media (max-width: 767px) {
  .sp_br {
    display: block;
  }

  .mv_message {
    font-size: 18px;
    line-height: 40px;
    right: 14%;
    top: 40px;
  }

  .fv-slider img {
    object-position: 50% 50%;
  }

  .fv-slider img:nth-of-type(1) {
    object-position: calc(50% - clamp(40px, 6vw, 95px)) 50%;
  }



.pattern .row {
flex-wrap: wrap;
}
.pattern .row .col{
width: 45%;
}


}

@media (max-width: 580px) {
  .fv-slider img:nth-of-type(1) {
    object-position: calc(50% - clamp(140px, 14vw, 110px)) 50%;
  }
}

.mv_message {
  color: #fff;
  opacity: 1;
  transition: color .6s ease, opacity .6s ease, transform .6s ease;
}

.mv_message.is-dark {
  color: #000;
}

/* 切替時にふわっと（JSで一瞬付ける） */
.mv_message.is-fade {
  opacity: 0;
  transform: translateY(6px);
}

.swiper-wrapper {
    padding: 0 0 20px;
}

.sticky_part .img-sticky img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - var(--header-h));
  object-fit: cover; /* 必要なら contain に */
}

.mv_message{
  color:#fff;
  opacity: 1;
  transition: color .6s ease, opacity .6s ease;
}

.mv_message.is-dark{
  color:#000;
}

/* 切替時に少し薄くなる演出（任意） */
.fv-slider img.active ~ .mv_message{
  opacity: 1;
}

.pro_no {
    width: 51px;
}

.pro_no img{
    width: 100%;
    height: auto;
}

.col img {
    border-radius: 30px;
}

.product-navigation .nav-links{
  display:flex;
  gap:16px;
  justify-content:space-between;
}
.product-navigation .nav-previous,
.product-navigation .nav-next{
  flex:1;
}
.product-navigation .nav-link{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}
.product-navigation .nav-thumb-img{
  width:72px;
  height:72px;
  object-fit:cover;
  display:block;
}
.product-navigation .nav-title{
  margin:0;
}

.line_arc {
        margin-top: 150px;
    /* padding-top: 70px; */
    margin-bottom: 117px;
    /* padding-bottom: 100px; */
}

.product_info {
    font-size: 18px;
    font-family: 'Noto Sans JP';
    margin-bottom: 10px;
}

.product-spec th {
    text-align: left;
    font-family: 'Noto Sans JP';
    width: 120px;
}

.product-spec td {
    text-align: left;
    font-family: 'Noto Sans JP';
}

.contact_req {
    color: #CC0000;
    font-size: 12px;
    padding-left: 1rem;
}

.pp_link {
        font-size: 12px;
        margin-bottom: 2rem;
        display: inline-block;
}

.privacy-policy p {
    margin-bottom: 2rem;
}

.privacy-policy li {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    line-height: 28px;
}

.privacy-policy ul {
    margin-bottom: 2rem;
}

.privacy-policy h2 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    line-height: 57px;
    margin-bottom: 1rem;
}

.privacy-policy h3 {
    font-size: 18px;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    line-height: 57px;
    /* margin-bottom: 1rem; */
}

.privacy-policy dl {
        font-family: 'Noto Sans JP';
  display: grid;
  grid-template-columns: 10em 1fr; /* 左（項目名）/ 右（内容） */
  column-gap: 1rem;
  row-gap: 0.75rem;
  margin: 1.25rem 0 2rem;
}

.privacy-policy dl dt {
        font-family: 'Noto Sans JP';
  margin: 0;
  line-height: 1.6;
}

.privacy-policy dl dd {
            font-family: 'Noto Sans JP';
  margin: 0;
  line-height: 1.6;
  word-break: break-word;
}

.privacy-policy .pp_wrap {
    margin-bottom: 4rem;
}

.privacy-policy .pp_wrap.last {
    margin-bottom: 8rem;
}

@media (max-width: 640px) {
  .privacy-policy dl {
    grid-template-columns: 1fr;
  }

  .privacy-policy dl dt {
    margin-top: 0.5rem;
  }

  .privacy-policy dl dd {
    padding-left: 0;
  }
}


/* =========================
   FV Slider（pictureベース）
   ========================= */

.top-fv .fv-container{
  position: relative;
  height: 85vh;
  min-height: 500px;
}

.fv-slider{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fv-slider .fv-slide{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;  
  opacity: 0;
  transition: opacity 3.0s ease;
}

.fv-slider .fv-slide.active{
  opacity: 1;
}


.fv-slider .fv-slide > img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;     
  display: block;
  object-fit: cover;
  object-position: center; 
  opacity: 1;      
}


.jodblog-detail {
    margin-bottom: 12rem;
}

.jodblog-detail a {
    text-decoration: underline;
}

.jodblog-detail a:hover {
    text-decoration: none;
}

@media (max-width: 640px) {
    .jodblog-detail {
        margin-bottom: 0rem;
    }

    .guest_name {
        margin-bottom: 1rem;
    }

}

:root{
  --mincho-stack:
    "Hiragino Mincho ProN", "Hiragino Mincho Pro",
    "Noto Serif JP",
    "Yu Mincho","YuMincho",
    "MS PMincho","MS Mincho",
    serif;
}
:where(h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td,a,span,small,strong,em,label,button,input,textarea,select){
  font-family: var(--mincho-stack);
}


    @media (min-width: 769px) and (max-width: 974px){
    .otd-it-title {
        font-size: 100%;
    }

    .ic_txt {
        font-size: 135%;
    }

    .ic_bg {
        width: 77px;
        height: 77px;
    }

    .ic_txt {
        top: 18px;
        left: 0px;
    }
}