@charset "utf-8";
/* CSS Document */

/*  ======================================
    ここから全ページ共通パーツ （PC）
    =↓==↓==↓==============================*/

html{
    scroll-behavior: smooth;
}

body{
    background-color: #FBFAF1;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px; 
    color: #262222;
}

h1{
    text-align: center;
    padding: 80px 0 20px 0;
    font-family: "Oranienbaum", serif;
    font-optical-sizing: auto;
    font-size: 40px;
}

h2{
    padding-bottom: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px; 
    color: #262222; 
}

h3{
    padding-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 16px; 
    color: #262222; 
}

li{
    list-style: none;
}

p{
    line-height: 28px;
}

a:link{text-decoration: none; color:#A60303;}
a:visited{text-decoration: none; color:#A60303;}
a:hover{text-decoration: none; color: #A60303; opacity: 65%; transition: 0.5s;}
a:active{text-decoration: none; color: #A60303;}

a > button:only-child:hover + a,
a:has(> button):hover { /* :has はまだ実験的な機能 */
    opacity: 1;
}

.bg_white{
    background-color: #FBFAF1;/* 背景を 薄ベージュにする */
}

.spbr{
    display: none;/* SPのときだけ改行 */
}

a[href^="tel:"] {
    pointer-events: none; /* SPのときだけタップでTEL */
}


/* ここからbg_scroll */
.bg_scroll {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/bg_img_01.png);
    background-position: 0px 0px;
    background-size: cover;
    transition-property: background-position;
    transition-duration: .5s;  /*0.5秒かけて画像が移動*/
    /* transition-delay: .5s; 　スクロール開始から0.5秒後に移動開始*/
    transition-timing-function: ease-out; /*変化の終了付近の動きを緩やかに*/
}
/* ここまでbg_scroll */


/* ここからヘッダー */
header{
    width: 100%;
    position: fixed;
    height: 50px;
    background-color: #A60303cc;
    z-index: 2;
}

header .logo h1{
    padding: 4px 0 0 50px;
    text-align: left;
}

header .logo p{
    padding: 4px 0 0 50px;
    text-align: left;
}
/* ここまでヘッダー */


/* ここからハンバーガーメニュー（PC） */
header .fv__hamburger{
    display: block;
    cursor: pointer;
    border: 0px;
    position: absolute;
    position: fixed;
    top: 2px;
    right: 20px;
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); ボタンに影を付ける*/
    /* background: #636363; ボタンに色を付ける*/
    background: none;
    height: 48px;
    width: 48px;
    /* border-radius: 1%;ボタンを角丸にしている（ここを変更することで四角形も可能）*/
    z-index: 999;/*最前面にくるように数値を大きくしている*/
}

header .fv__hamburger span{
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    top: 10px;
    right: 32px;
    height: 2px;
    border-radius: 2px;
    background: #eee;
    width: 22px;
}

header .fv__hamburger span:nth-child(1){
    top: 14px;
    right: 12px;
}
    
header .fv__hamburger span:nth-child(2){
    top: 23px;
    right: 12px;
}
    
header .fv__hamburger span:nth-child(3){
    top: 32px;
    right: 12px;
}

header #sp__bg{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #A60303e6;
    text-align: center;
    z-index: 998;
}
    
header #sp__bg .nav__menu{
    padding-top: 61.6px;
    font-family: "Oranienbaum", serif;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
} 
    
header #sp__bg .nav__menu a{
    font-weight: 700;
}
    
header #sp__bg .logo_sp{
    margin-bottom: 10.6px;
}
    
header #sp__bg .nav__menu_item{
    margin-bottom: 16px;
}
    
header #sp__bg .nav__menu .hamburger_logo{
    margin: 30px auto 40px auto;
}

header #sp__bg .nav__menu .hamburger_logo p{
    font-size: 40px;
    font-weight: 500;
    color:#fff;
}

header #sp__bg .nav__menu .hamburger_line{
    width: 70%;
    margin: 0 auto;
}

header #sp__bg .nav__menu_item{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 10px auto;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 400;
    color:#fff;
}

header .fv__hamburger.active span:nth-child(1){
    top: 29px;
    right: 15px;
    transform: translateY(-5px) rotate(45deg);
    width: 18px;
}

header .fv__hamburger.active span:nth-child(2){
    opacity: 0;
}

header .fv__hamburger.active span:nth-child(3){
    top: 19px;
    right: 15px;
    transform: translateY(5px) rotate(-45deg);
    width: 18px;
}

header #sp__bg .nav__menu .hamburger_reserve{
    display: flex;
    justify-content: center;
    margin: 80px auto 10px auto;
}

header #sp__bg .nav__menu .hamburger_reserve p{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 360px;
    height: 62px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Oranienbaum", serif;
    font-size: 18px;
}
/* ここまでハンバーガーメニュー（PC） */


/* ここからフッター（PC） */
footer{
    background-color: #fff;
}

footer .privacy{
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 20px 10px 20px 0;
}

footer .footer_bg{
    background-color: #A60303;
}

footer .footer_bg .footer_area{
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    padding: 80px 10px 65px 0;
    color: #fff;
}

footer .footer_bg .footer_area .footer_content{
    color: #fff;
}

footer .footer_bg .footer_area .footer_content h3{
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 16px; 
    color: #fff;
}

footer .footer_bg .footer_area .footer_content .footer_list{
    display: flex;
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 50px;
}

footer .footer_bg .footer_area .footer_content .footer_list a{
    font-family: "Oranienbaum", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    color: #fff;
}

footer .footer_bg .footer_area .footer_content .tel{
    margin-left: 15px;
    font-size: 32px;
    color: #fff;
}

footer .copyright{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* ここまでフッター（PC） */


/* ----ここからボタン--- */
.buttonBox{
    margin: 40px auto;
    position:relative;
    max-width: 250px;
    height: 42px;
    flex: 10%;
    transform: skew(-45deg);
}

.buttonBox button span {
    transform: skew(45deg);
    display: inline-block;
}

.buttonBox .white{
    width:100%;
    height:42px;
    /* position:relative; */
    background:#fff;
    /* text-transform:uppercase; */
    color:#A60303;
    font-family: Oranienbaum;
    font-weight:Regular;
    border:none;
    font-size:18px;
    cursor: pointer;
}

.buttonBox .red{
    width:100%;
    height:42px;
    /* position:relative; */
    background:#A60303;
    /* text-transform:uppercase; */
    color:#fff;
    font-family: Oranienbaum;
    font-weight:Regular;
    border:none;
    font-size:18px;
    cursor: pointer;
}

.border{
    position:absolute;
    transition:all .5s ease-in-out;
}

/* FOURTH BUTTON */
#fourth>.white-box .border:nth-of-type(1){
    top:0;
    left:0;
    width:0;
    height:0;
    border-top:2px solid  #A60303;
}

#fourth>.white-box .border:nth-of-type(2){
    top:0;
    right:0;
    width:10px;
    height:0;
    border-right:2px solid  #A60303;
}

#fourth>.white-box .border:nth-of-type(3){
    bottom:0;
    right:0;
    width:0;
    height:0;
    border-bottom:2px solid #A60303;
}

#fourth>.white-box .border:nth-of-type(4){
    bottom:0;
    left:0;
    width:0;
    height:0;
    border-left:2px solid  #A60303;
}

#fourth>.red-box .border:nth-of-type(1){
    top:0;
    left:0;
    width:0;
    height:0;
    border-top:2px solid  #fff;
}

#fourth>.red-box .border:nth-of-type(2){
    top:0;
    right:0;
    width:10px;
    height:0;
    border-right:2px solid  #fff;
}

#fourth>.red-box .border:nth-of-type(3){
    bottom:0;
    right:0;
    width:0;
    height:0;
    border-bottom:2px solid #fff;
}

#fourth>.red-box .border:nth-of-type(4){
    bottom:0;
    left:0;
    width:0;
    height:0;
    border-left:2px solid  #fff;
}

#fourth:hover .border:nth-of-type(1){
    width:100%;
}

#fourth:hover .border:nth-of-type(2){
    height:42px;
}

#fourth:hover .border:nth-of-type(3){
    width:100%;
}

#fourth:hover .border:nth-of-type(4){
    height:42px;
}
/* ---ここまでボタン--- */


/* ---ここから見出しセット--- */
.tittle_box{
    text-align: center;
}

.tittle_box h1{
    margin-top: -20px;
    padding: 0;
}

.tittle_box p{
    margin: 0 0 80px 0;
    padding: 0;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
}

.tittle_box .arc{
    padding-top: 100px;
    margin: 0 0 0 -160px;
}
/* ---ここまで見出しセット--- */


/* ---ここからフェードインJS--- */
.top .mv.background-image{
  /* メインビジュアルをフェードイン */
  opacity: 0.3;
  transition: opacity 2.5s ease-in-out; /* 2.5秒かけてゆっくり表示 */
}

.text-animation span{
  /* キャッチコピーを最初は非表示 */
  opacity: 0;
}

.js-fadeUp{
  opacity: 0; /* 最初は非表示 */
  transform: translateY(50px); /* 下に50pxの位置から */
  transition: opacity 1.5s, transform 1.5s; /* 透過率と縦方向の移動を1.5秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview{
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 50px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.inview1.is-inview{
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 50px上に移動する */
  transition-delay: 1.2s; /* フェード開始を1.2秒遅らせる */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.inview2.is-inview{
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 50px上に移動する */
  transition-delay: 1.5s; /* フェード開始を1.5秒遅らせる */
}


/* 左からフェードイン(スクロールした後) */
.fadeIn_left{
  opacity: 0;
  transform: translate(-25%, 0);
  transition: 2s;
}
.fadeIn_left.is-show{
  transform: translate(0, 0);
  opacity: 1;
}
/* ---ここまでフェードインJS--- */


/*  =↑==↑==↑==============================
    ここまで全ページ共通パーツ （PC）
    ======================================*/


/*  ======================================
    ここからトップページ（PC）
    =↓==↓==↓==============================*/
.top h2{
    text-align: center;
    padding: 80px 0 20px 0;
    font-family: "Oranienbaum", serif;
    font-optical-sizing: auto;
    font-size: 40px;
}

.top h3{
    padding-bottom: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px; 
    color: #262222; 
}

.top h4{
    padding-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 16px; 
    color: #262222; 
}

.top .mv{
    opacity: 0.1;
    display: flex;
    object-fit: cover;
    height: 100vh;
    background-size: auto;
    background-image: url(../img/mv.png);
    background-repeat: no-repeat;
    background-position: top;
}

.top .mv p{
    margin: 240px 0 0 50px;
    font-family: "Hina Mincho", serif;
    font-optical-sizing: auto;
    font-size: calc(20px + 0.8vw);
    line-height: calc(22px + 2.6vw);
    color: #702121;
}

.top .mv p span:nth-of-type(1),
.top .mv p span:nth-of-type(2),
.top .mv p span:nth-of-type(3),
.top .mv p span:nth-of-type(6),
.top .mv p span:nth-of-type(7),
.top .mv p span:nth-of-type(8),
.top .mv p span:nth-of-type(9),
.top .mv p span:nth-of-type(12),
.top .mv p span:nth-of-type(15),
.top .mv p span:nth-of-type(17),
.top .mv p span:nth-of-type(18),
.top .mv p span:nth-of-type(19),
.top .mv p span:nth-of-type(21),
.top .mv p span:nth-of-type(22),
.top .mv p span:nth-of-type(24),
.top .mv p span:nth-of-type(27),
.top .mv p span:nth-of-type(28),
.top .mv p span:nth-of-type(29){
    font-size: calc(18px + 0.7vw);
}

/* ここからConceptセクション（PC） */
.top .top_concept{
    padding: 3.03% 2.5%;
    margin-bottom: 300px;
    background-color: #ffffffe6;
}
.top .top_concept .concept_box{
    display: flex;
    justify-content:center;
    max-width: 1200px;
    margin: 0 auto;
}
.top .top_concept .concept_box .right_box{
    padding: 12% 7% 0 7%;
    text-align: center;
}

.top .top_concept .right_box h2{
    padding: 0;
    font-size: 40px;
    color: #262222;
}

.top .top_concept .right_box p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #262222;
    margin-bottom: 13%;
}
.top .top_concept .right_box .top_concept_midashi{
    position: relative;
    width: 190px;
    margin: 0 auto;
}
.top .top_concept .right_box .arc{
    position: absolute;
    top: -50px;
    left: -10px;
    z-index: 1000;
}
.top .top_concept .right_box .text{
    margin-top: 11.778%;
    max-width: 60%;
    margin: 0 auto;
}
.top .top_concept .right_box .btn{
    margin-top: 11.778%;
    margin: 0 auto;
}
.top .top_concept .left_box{
    position: relative;
}
.top .top_concept .left_box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* ここまでConceptセクション（PC） */


/* ここからCollectionセクション（PC） */
.top .top_collection{
    position: relative;
    padding: 60px 30px;
    background-color: #A60303cc;
}

.top .top_collection a{
    color: #fff;
}

.top .top_collection .collection_box{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.top .top_collection .left_box{
    text-align: center;
    width: 34vw;
}

.top .top_collection .left_box h2{
    margin-top: -15px;
    padding: 0;
    font-size: 40px;
    color: #fff;
}

.top .top_collection .left_box p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: #fff;
}

.top .top_collection .left_box .arc{
    margin: 50% 0 0 -150px;
}

.top .top_collection .right_box{
    display: flex;
    gap: 2vw;
    width: 66vw;
}

.top .top_collection .right_box .image_left_box{
    position: relative;
}

.top .top_collection .right_box .image_left_box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top .top_collection .right_box .image_right_box{
    position: relative;
}

.top .top_collection .right_box .image_right_box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top .top_collection .right_box h2{
    margin: 0.3vw 0 0 0;
    padding: 0;
    text-align: start;
    font-size: 24px;
    color: #fff;
}

/* ここまでCollectionセクション（PC） */


/* ここからDesignerセクション（PC） */
.top .top_designer{
    padding-bottom: 1%;
    background-color: #260401bf;
}

.top .top_designer .designer_box .top_box .top_deco {
    position: absolute;
    top: 15px;
    left: 15px;
}
.top .top_designer .designer_box .top_box {
    width: 250px;
    position: relative;
    margin: 0px auto;
}
.top .top_designer .designer_box .top_box .top_deco {
    position: absolute;
    top: 15px;
    left: 15px;
}
.top .top_designer .designer_box h2 {
    text-align: center;
    font-family: Oranienbaum, serif;
    font-optical-sizing: auto;
    font-size: 40px;
    color: rgb(255, 255, 255);
    padding: 60px 0px 10px 0;
}
.top .top_designer .designer_box .top_box p{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0px;
    padding: 0;
}
.top .designer_box .middle_box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.top .designer_box .middle_box p {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px 0;
}
.top .designer_box .middle_box img {
    max-width: 100%;
    height: auto;
    padding: 0 5%;
}
/* ここまでDesignerセクション（PC） */


/* ここからAccessセクション（PC） */

.top .top_access{
    background-color: #EB6234cc;
    padding: 6.6% 5%;
    margin-bottom: 300px;
}

.top .top_access .cs{
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap:3%
}
.top .top_access .cs .js-fadeUp{
    width:50%;
    height: 50%;
    object-fit: contain;

}
.top .top_access .cs-message .dai3 {
    width: 300px;
    margin: 0 auto;
    position:relative;
}
.top .top_access .cs-message .dai{
    position: absolute;
    top:-30px;
    left: 60px;
    width: 75px;
    height: 56px;
}

.top .top_access .dai2 p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;  

}
.top .top_access .cs .cs-message h3 {
    margin-bottom: -20px;
    margin-top: 40px;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px; 
    color: #fff;
}
.top .top_access .cs h2{
    padding: 0;
    color: #fff;
}
.top .top_access .cs p {
    color: #fff;
}
/* ここまでAccessセクション（PC） */


/* ここからNewsセクション（PC） */
.top .top_news{
    position: relative;
    padding: 80px 30px;
    background-color: #ffffffe6;
}

.top .top_news .news_box{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.top .top_news .left_box{
    width: 34vw;
    text-align: center;
}

.top .top_news .left_box h2{
    margin-top: -20px;
    padding: 0;
    font-size: 40px;
}

.top .top_news .left_box p{
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
}

.top .top_news .left_box .arc{
    margin-left: -100px;
}

.top .top_news .right_box{
    width: 66vw;
}


.top .top_news .right_box h3{
    margin: 0;
    padding: 5px 0 15px 0;
}

.top .top_news .right_box p{
    margin: 0;
    padding: 0;
}

.top .top_news .right_box .news-item{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.top .top_news .right_box .news-item::after{
    content: ""; /* 疑似要素にはcontentプロパティが必須 */
    display: block; /* ブロック要素にして幅と高さを指定できるようにする */
    position: absolute; /* 親要素に対して位置を固定 */
    bottom: 0; /* 親要素の下端に配置 */
    left: 0; /* 親要素の左端から開始 */
    width: 100%; /* 親要素の幅いっぱいに広げる */
    height: 0.5px; /* 線の太さ */
    background-color: #A60303; /* 線の色 */
}

.news-item.hidden {
  display: none; /* 4件目以降を最初非表示 */
}

.top .top_news .right_box #toggleNewsButton{
    border: none; /* 枠線を消す */
    background-color: transparent; /* 必要であれば背景色も透明にする（デフォルトのボタンの背景色も消える） */
    color: #A60303; /* テキストの色（任意） */
    cursor: pointer; /* マウスカーソルをポインターにする（ボタンだと分かりやすくする） */
    padding: 5px 10px; /* 内側の余白（任意） */
    font-size: 16px; /* 文字サイズ（任意） */
}
/* ここまでNewsセクション（PC） */


.top .top_end_image{
    margin-top: 0;
    margin-bottom: 150px;
}

.top .top_end_image img{
    width: 100%;
    object-fit: cover;
}
/*  =↑==↑==↑==============================
    ここまでトップページ（PC）
    ======================================*/


/*  ======================================
    ここからConceptページ（PC）
    =↓==↓==↓==============================*/
.concept h4{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 16px; 
    color: #fff;
}
.concept main{
    padding: 0 0 100px 0;
}
.concept .section1{
    width: 100%;
    background-color: #FBFAF1;
    margin: 0 auto;
    padding:0 57px 100px 57px;
}
.concept .section1 .tittle_box .arc{
    padding-top: 100px;
    margin: 0 0 0 -140px;
}
.concept .section1 .kazari h2{
    font-size: 14px;
    text-align: center;
}
.concept .section1 .kugiri p{
    font-family: "Oranienbaum", serif;
    font-optical-sizing: auto;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.concept .section1 .content{
    display: flex;
    justify-content:center;
}
.concept .section1 .content .box1{
    margin-right: 7%;
    margin-top: 4.667%;
    max-width: 410px;
}
.concept .section1 .content .box2{
    max-width: 536px;
}
.concept .section1 .content .box3{
    display: none;
}
.concept .section1 .content .concept1{
    max-width: 420px;
    margin-bottom: 20px;
}
.concept .section1 .content .concept2{
    max-width: 420px;
}
.concept .section2 .history{
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffffe6 ;
    padding: 80px 5% 100px 5%;
}
.concept .section2 .kugiri p{
    font-family: "Oranienbaum", serif;
    font-optical-sizing: auto;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.concept .section2 .daimei h2{
    text-align: center;
}
.concept .section2 h3{
    text-align: center;
    margin-bottom: 80px;
    font-weight: 400;
}
.concept .section2 .historycontent{
    display: flex;
    justify-content:center;
}
.concept .section2 .historycontent .boxleft{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 5% 0 0;
}
.concept .section2 .historycontent .boxright{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 0 5%;
}
.concept .section2 .historycontent .boxleft .firstpic{
    margin: 47% 0 25% 0;
    max-width: 213px;
    max-height: 475px;
}
.concept .section2 .historycontent .introduce{
    max-width: 383px;
}
.concept .section2 .historycontent .yrs h2{
    font-size: 48px;
}
.concept .section2 .historycontent h2{
    padding-bottom: 0;
}
.concept .section2 .historycontent .second{
    margin:0 0 42% 0;
}
.concept .section2 .historycontent .first{
    margin: 50% 0 38% 0;
}
.concept .section2 .historycontent .third{
    margin: 0 0 0 0;
}
.concept .section2 .historycontent .boxright .secondpic{
    margin: 0 0 30% 0;
    max-width: 213px;
}
.concept .spline{
    display: none;
}
.concept .spboxright{
    display: none;
}
/*  =↑==↑==↑==============================
    ここまでConceptページ（PC）
    ======================================*/


/*  ======================================
    ここからDesignerページ（PC）
    =↓==↓==↓==============================*/
.designer .tittle_box h1{
    margin-top: -40px;
    padding: 0;
}
.designer h4{
    padding-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 16px; 
    color: #ffffff; 
}
.designer .box_bg h1{
    color:#fff;
}
.designer .box_bg h2{
    color:#fff;
}
.designer .box_bg h3{
    color:#fff;
}
.designer .box_bg p{
    color:#fff;
}
.designer header .logo h1{
    padding: 10px 0 0 50px;
    text-align: left;
}
.designer .bg_scroll {
    position: fixed;
    top: 50px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/designer_background.png);
    background-position: 0px 0px;
    background-size: cover;
    transition-property: background-position;
    transition-duration: .5s;  /*0.5秒かけて画像が移動*/
    /* transition-delay: .5s; 　スクロール開始から0.5秒後に移動開始*/
    transition-timing-function: ease-out; /*変化の終了付近の動きを緩やかに*/
}
.designer main .enpty{
    height: 50px;
}
.designer main .box_bg{
    margin: 0 auto;
    padding: 0 50px 50px 50px;
    margin-bottom: 100px;
    max-width: 1200px;
    background-color: rgba(38, 3, 0, 0.75);
}
.designer main .box_bg .tittle_box .arc{
    padding-top: 35px;
    margin: 0 0 0 -160px;
}
.designer .box_bg .box_1{
    display:flex;
    justify-content: space-between;
    margin-bottom: 150px;
}
.designer .box_bg .box_1 .left_box_01 img{
    width:100% ;
}
.designer .box_bg .box_1 .right_box_01{
    width: 70%;
}
.designer .box_bg .box_1 .right_box_01 .designer_text{
    padding-left: 50px;
    margin-bottom: 20px;
}
.designer .box_bg .box_1 .designer_text h3{
    padding-bottom: 20px;
    padding-top: 40px;
}
.slick{
    width:80%;
    margin: 0 auto;
}
.slick img{
    max-width: 100%;
    margin: 0 auto;
}
/*  =↑==↑==↑==============================
    ここまでDesignerページ（PC）
    ======================================*/


/*  ======================================
    ここからCollectionページ（PC）
    =↓==↓==↓==============================*/
.collection .page_collection .tittle_box{
    text-align: center;
}

.collection .page_collection .tittle_box h1{
    margin-top: -20px;
    padding: 0;
}

.collection .page_collection .tittle_box p{
    margin: 0 0 80px 0;
    padding: 0;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
}

.collection .page_collection .tittle_box .arc{
    padding-top: 100px;
    margin: 0 0 0 -160px;
}

.collection .page_collection .content_box{
    max-width: 1200px;
    margin: 0 auto;
}

.collection .page_collection .item_box_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collection .page_collection .item_box_flex .item_box{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 110px;
}

.collection .page_collection .item_box_flex .item_box:last-child{
    margin-bottom: 10px;
}

.collection .page_collection .item_box_flex .item_box:nth-child(n+3){
    margin-right: 0;
}

.collection .page_collection .item_box_flex .item_box img{
    width: 100%;
    height: auto;
}

.collection .page_collection .item_box_flex .item_box h2{
    margin: 1.5vw 0 0 0;
    padding: 0;
}

.collection .page_collection .item_box_flex .item_box p span{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
}

.collection .page_collection .pager .pager_list{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 80px;
    color: #A60303;
}

.collection .page_collection .pager .pager_list li{
    padding: 8px;
    border: 1px solid #A60303;
}

.collection .page_collection.page_01 .pager .pager_list .page_01{
    background-color:  #A60303;
    color: #fff;
}

.collection .page_collection.page_02 .pager .pager_list .page_02{
    background-color:  #A60303;
    color: #fff;
}

.collection .page_collection.page_03 .pager .pager_list .page_03{
    background-color:  #A60303;
    color: #fff;
}
/*  =↑==↑==↑==============================
    ここまでCollectionページ（PC）
    ======================================*/


/*  ======================================
    ここからDetailページ（PC）
    =↓==↓==↓==============================*/
.detail .bg_white .tittle_box{
    text-align: center;
}

.detail .bg_white .tittle_box h1{
    margin-top: -20px;
    padding: 0;
}

.detail .bg_white .tittle_box p{
    margin: 0 0 80px 0;
    padding: 0;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
}

.detail .bg_white .tittle_box .arc{
    padding-top: 100px;
    margin: 0 0 0 -100px;
}

.detail .bg_white .overview{
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.detail .bg_white .overview_box{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto 80px auto;
    padding: 0 20px 0 auto;
}

.detail .bg_white .overview_box .item_name{
    display: flex;
    width: 350px;
    padding: 30px 0 0 0;
}

.detail .bg_white .overview_box .item_name h2{
    padding: 0;
}

.detail .bg_white .overview_box .item_name p span{
    margin-right: 10px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 12px;
}

.detail .bg_white .overview_box .item_detail{
    display: flex;
    width: 350px;
}

.detail .bg_white .overview_box .item_detail h2{
    padding: 0;
}

.detail .bg_white .overview_box .item_detail:nth-of-type(1){
    padding: 30px 0 0 0;
}

.detail .bg_white .overview_box .item_detail *:nth-child(1){
    width: 95px;
}

.detail .bg_white .overview_box .item_detail *:nth-child(2){
    width: 255px;
}

.detail .bg_white .designer_box{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
    justify-content: center;
}

.detail .bg_white .designer_box .designer_detail{
    width: 32%;
    padding: 80px 0 0 30px;
}

.detail .bg_white .designer_box .designer_detail p span{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 12px;
}

.detail .bg_white .designer_box .designer_detail h2{
    padding: 0;
    margin: -5px 0 50px 0;
    font-size: 36px;
}

.detail .bg_white .designer_box .designer_detail .designer_concept{
    border: 1px solid #666666;
    padding: 50px 60px;
    margin-left: -60px;
}

.detail .bg_red{
    max-width: 1200px;
    padding: 50px 100px;
    margin: 0 auto;
    background-color: #A60303cc;
    color: #fff;
}

.detail .bg_red h3{
    padding: 30px 10px 20px 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 20px;
    color: #fff;
}

.detail .bg_red p{
    padding: 0 10px 0 0;
    color: #fff;
}

.detail .bg_red .detail_content .upper_flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.detail .bg_red .detail_content .upper_flex .left_box{
    width: 39%;
}

.detail .bg_red .detail_content .upper_flex .left_box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail .bg_red .detail_content .upper_flex .center_box{
    width:29%;
    margin-top: 250px;
}

.detail .bg_red .detail_content .upper_flex .center_box img{
    width: 100%;
    height: 50%;
    object-fit: contain;
    margin-bottom: 20px;
}

.detail .bg_red .detail_content .upper_flex .right_box{
    width: 29%;
    margin-top: 350px;
}

.detail .bg_red .detail_content .upper_flex .right_box img{
    width: 100%;
    height: 50%;
    object-fit: contain;
    margin-bottom: 20px;
}

.detail .bg_red .detail_content .middle_flex{
    display: flex;
    justify-content:flex-end;
    align-items: flex-start;
    gap: 1.5%;
    margin-bottom: 20px;
}

.detail .bg_red .detail_content .middle_flex img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail .bg_red .detail_content .middle_flex .left_box{
    width: 39%;
    text-align: right;
}

.detail .bg_red .detail_content .middle_flex .left_box h3{
    padding-top: 50px;
}

.detail .bg_red .detail_content .middle_flex .left_box p{
    padding-bottom: 60px;
}

.detail .bg_red .detail_content .middle_flex .right_box{
    width: 39%;
}

.detail .bg_red .detail_content .bottom_flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4%;
    margin-bottom: 100px;
}

.detail .bg_red .detail_content .bottom_flex .left_box{
    width: 50%;
}

.detail .bg_red .detail_content .bottom_flex .left_box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail .bg_red .detail_content .bottom_flex .right_box{
    width: 40%;
}

.detail .bg_red .detail_content .bottom_flex .right_box h3{
    padding-top: 50px;
}

.detail .detail_designer_atheritem_bg{
    padding: 80px 0 20px 0;
    background-image: url(../img/detail_designer_bg.png);
    background-repeat: no-repeat;
}

.detail .detail_designer_atheritem_bg .detail_designer_atheritem{
    max-width: 1200px;
    margin: 0 auto;
}

.detail .detail_designer_atheritem_bg .detail_designer_atheritem h2{
    padding-bottom: 20px;
}

.detail .detail_designer_atheritem_bg .detail_designer_atheritem .detail_designer_atheritem_flex{
    display: flex;
    gap: 2%;
}

.detail .detail_designer_atheritem_bg .detail_designer_atheritem .detail_designer_atheritem_flex .image_left_box{
    width: 32%;
}

.detail .detail_designer_atheritem_bg .detail_designer_atheritem .detail_designer_atheritem_flex .image_center_box{
    width: 32%;
}

.detail .detail_designer_atheritem_bg .detail_designer_atheritem .detail_designer_atheritem_flex .image_right_box{
    width: 32%;
}

.detail .detail_designer_atheritem_bg .detail_designer_atheritem .detail_designer_atheritem_flex img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*  =↑==↑==↑==============================
    ここまでDetailページ（PC）
    ======================================*/


/*  ======================================
    ここからAccessページ（PC）
    =↓==↓==↓==============================*/
.access main .tittle_box{
    text-align: center;
}
.access main .tittle_box .arc{
padding-top: 100px;
    margin: 0 0 0 -110px;
}
.access .tittle_box h1{
    margin-top: -30px;
    padding: 0;
}
.access .tittle_box p{
    text-align: center;
    margin-bottom: 80px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px; 
    color: #262222; 

} 

.access .fs{
    display: flex;
    object-fit: cover;
    height: 100vh;
    background-size: auto;
    background-image: url(../img/Slice\ 4.png);
    background-repeat: no-repeat;
    background-position: top;
}
.access main .cs0{
    background-size: auto;
    background-image: url(../img/ac-flower2.svg);
      background-repeat: no-repeat;
    background-position: top;
}
.access main .cs{
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    padding:6% 4%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color:rgba(235, 98, 52,0.8)
}
.access main .cs img:nth-last-of-type(1){
    /* width: 100%;
    height: 100%; */
    object-fit: contain;
    
}

.access main .cs h2 {
    color: #fff;
}
.access main .cs p {
    color: #fff;
}

.access main .map{
    object-fit: cover;
    height: 100vh;
    background-size: auto;
    background-image: url(../img/bg_img_01.png);
    /* background-repeat: no-repeat; */
    background-position: top;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 200px auto;
}
.access main .map .mp{
    margin: 0 auto;
    max-width: 1200px;
    padding:8% 6.6%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color:rgba(255, 255, 255, 0.9)
}
.access main .map .mp .mp-message{
    margin-left: 12%;
}
.access main .map .mp .mp-message table{
    margin-bottom: 80px;
}
.access main .map .mp .mp-message td{
    padding-left: 40px;
}
.access footer h3 {
    color: #fff;
}
/*  =↑==↑==↑==============================
    ここまでAccessページ（PC）
    ======================================*/


/*  ======================================
    ここからPrivacyページ（PC）
    =↓==↓==↓==============================*/
.privacy .tittle_box{
    text-align: center;
}

.privacy .tittle_box h1{
    margin-top: -20px;
    padding: 0;
}

.privacy .tittle_box p{
    margin: 0 0 80px 0;
    padding: 0;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
}

.privacy .tittle_box .arc{
    padding-top: 100px;
    margin: 0 0 0 -250px;
}

.privacy .privacy_policy{
  max-width: 1000px;
  margin: 0 auto 100px auto;
  padding: 50px 100px 50px 100px;
  background-color: #fff;
}

.privacy .privacy_policy h2{
  margin-top: 50px;
}

.privacy .privacy_policy li{
  margin-left: 20px;
  margin-bottom: 12px;
  list-style-type: decimal;
}

.privacy .Privacy_address{
  display: flex;
  padding: 30px 2%;
  list-style: none;
  border: 1px solid #999;
}

.privacy .Privacy_address li{
  list-style-type: none;
}
/*  =↑==↑==↑==============================
    ここまでPrivacyページ（PC）
    ======================================*/


/*  ======================================
    ここからContactページ（PC）
    =↓==↓==↓==============================*/
.contact .tittle_box{
    text-align: center;
}

.contact .tittle_box h1{
    margin-top: -20px;
    padding: 0;
}

.contact .tittle_box p{
    margin: 0 0 80px 0;
    padding: 0;
    text-align: center;
}

.contact .tittle_box .arc{
    padding-top: 100px;
    margin: 0 0 0 -120px;
}

.contact #formWrap {
	max-width: 700px;
	margin: 0 auto;
	line-height: 120%;
	font-size: 90%;
    color: #555;
}

.contact table.formTable{
	width: 100%;
	margin: 0 auto 50px auto;
	border-collapse: collapse;
}

.contact table.formTable td,table.formTable th{
	border: 1px solid #ccc;
	padding: 10px;
}

.contact table.formTable th{
    text-align: left;
	width: 30%;
	font-weight: normal;
	background: #A6030311;
}

.contact .form{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.contact .form p{
    text-align: center;
    padding-bottom: 50px;
}

.submit_button{
    max-width: 250px;
    text-align: center;
    padding: 10px 60px;
    margin: 10px auto;
    background:#A60303;
    color:#fff;
    cursor: pointer;
    border: 1px #fff;
}

.contact .formTable th span{
    margin-left: 10px;
    color: red;
}
/*  =↑==↑==↑==============================
    ここまでContactページ（PC）
    ======================================*/


/*  ======================================
    ここから404 not foundページ（PC）
    =↓==↓==↓==============================*/
.not_found h1{
    margin-bottom: 50px;
}

.not_found_content{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.not_found_content h2{
    text-align: center;
}

.not_found_content p{
    text-align: center;
    margin-bottom: 30px;
    line-height: 40px;
}

.not_found_content .contact{
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 50px;
}
/*  =↑==↑==↑==============================
    ここまで404 not foundページ（PC）
    ======================================*/


/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
/* ■ ■ ■ ■ ■ ■ ここからSPサイト ■ ■ ■ ■ ■ ■ */
/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */
/* ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ */

@media only screen and (max-width: 760px) {

/*  ======================================
    ここから全ページ共通パーツ （SP）
    =↓==↓==↓==============================*/

.spbr{
    display: block;/* SPのときだけ改行 */
}

a[href^="tel:"] {
    pointer-events: all;/* SPのときだけタップでTEL */
}


/* ここからヘッダー（SP） */
header{
    position: relative;
    position: fixed;
    bottom: 0;
    height: 50px;
    background-color: #A60303cc;
    z-index: 998;
}
/* ここまでヘッダー（SP） */


/* ここからハンバーガーメニュー（SP） */
header .fv__hamburger{
    top: calc(100% - 48px);
}
/* ここまでハンバーガーメニュー（SP） */


/* ここからフッター（SP） */
footer{
    margin-bottom: 50px;
}
/* ここまでフッター（SP） */

/*  =↑==↑==↑==============================
    ここまで全ページ共通パーツ （SP）
    ======================================*/


/*  ======================================
    ここからトップページ（SP）
    =↓==↓==↓==============================*/
.top .mv p{
    margin: 305px 0 0 50px;
}

/* ここからConceptセクション（SP） */
.top .top_concept .concept_box .right_box{
    padding: 12% 7.083% 16.5% 7.083%;
    text-align: center;
}
.top .top_concept .concept_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.top .top_concept .right_box h2{
    position: static;
    width: 100%;
}

.top .top_concept .right_box p{
    position: static;
    width: 100%;
}

.top .top_concept .right_box{
    width: 100%;
    padding: 5% 7.083% 16.5% 1%;
}

.top .top_concept .left_box{
    max-width: 92%;
    margin: 0 auto;
}
/* ここまでConceptセクション（SP） */


/* ここからDesignerセクション（SP） */

/* ここまでDesignerセクション（SP） */


/* ここからCollectionセクション（SP） */
.top .top_collection .collection_box{
    display: block;
    width: 100%;
}

.top .top_collection .left_box h2{
    position: static;
    width: 100%;
    margin-top: -20px;
}

.top .top_collection .left_box p{
    position: static;
    width: 100%;
    padding-bottom: 50px;
}

.top .top_collection .left_box{
    width: 100%;
}

.top .top_collection .left_box .arc{
    position: static;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 -70px;
}

.top .top_collection .right_box{
    width: 100%;
}
/* ここまでCollectionセクション（SP） */


/* ここからAccessセクション（SP） */
.top .top_access .cs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
}
.top .top_access .cs img:nth-of-type(1){
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top .top_access .cs .cs-message .dai3{
    /* position: static;*/
    width: 100%;
    margin-top: 40px;
}

.top .top_access .cs .cs-message .dai3 .dai{
    margin-left: -50px;
}

.top .top_access .cs .dai2 h2{
    position: static;
    width: 100%;
    /* margin-top: -20px; */
}
.top .top_access .cs .cs-message .dai2 h3{
     position: static; 
    width: 100%; 
    /* margin-top: 20px;
    margin-bottom: -20px; */
    
}
.top .top_access .cs .dai2 p{
     position: static;
    width: 100%;
    /* line-height: 25px; */
    
}
/* ここまでAccessセクション（SP） */


/* ここからNewsセクション（SP） */
.top .top_news .news_box{
    display: block;
    width: 100%;
}

.top .top_news .left_box{
    width: 100%;
}

.top .top_news .left_box h2{
    margin-top: -20px;
}

.top .top_news .left_box p{
    margin-bottom: 50px;
}

.top .top_news .left_box .arc{
    margin: 20px 0 0 -100px;
}

.top .top_news .right_box{
    width: 100%;
}
/* ここまでNewsセクション（SP） */
/*  =↑==↑==↑==============================
    ここまでトップページ（SP）
    ======================================*/


/*  ======================================
    ここからConceptページ（SP）
    =↓==↓==↓==============================*/
.concept .section1 .content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.concept .section1 .content .box1{
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.concept .section1 .content .box2{
    display: none;
}
.concept .section1 .content .box3{
    display:block;
}
.concept .section1 .content .box1 h2{
    text-align: center;
}
.concept .section1 .content .box1 p{
    text-align: center;
}
.concept .section2 .history{
    padding-right:5%;
    padding-left:5%;
}
.concept .section2 .historycontent .boxleft{
    display: none;
}
.concept .section2 .historycontent .boxmid{
    display: none;
}
.concept .section2 .historycontent .boxright{
    display: none;
}
.concept .section2 .historycontent .spboxright{
    display: block;
}
.concept .section2 .historycontent .spboxright .sppics1{
    margin-bottom: 5%;
}
.concept .section2 .historycontent .spboxright .spfirst{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 0 0;
}
.concept .section2 .historycontent .spboxright .spsecond{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20% 0 0 0;
}
.concept .section2 .historycontent .spboxright .spthird{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20% 0 0 0;
}
.concept .section2 h3{
    margin-bottom:5%;
}
/*  =↑==↑==↑==============================
    ここまでConceptページ（SP）
    ======================================*/


/*  ======================================
    ここからDesignerページ（SP）
    =↓==↓==↓==============================*/
.designer .bg_scroll {
    top:0;
}
.designer main .enpty{
    display:none;
}
.designer .box_bg .box_1{
    display:block;
    margin-bottom: 20%;
}
.designer .box_bg .box_1 .left_box_01{
    text-align: center;
}
.designer .box_bg .box_1 .left_box_01 img{
    width:50% ;
}
.designer .box_bg .box_1 .right_box_01{
    width: 100%;
}
.designer .box_bg .box_1 .right_box_01 .designer_text{
    padding-left: 0;
    text-align: center;
}
.designer .box_bg .box_1 .right_box_01 .designer_text h2{
    text-align: center;
}
.designer .box_bg .box_1 .right_box_01 .designer_text h3{
    text-align: center;
}
.slick{
    width:100%;
}
/*  =↑==↑==↑==============================
    ここまでDesignerページ（SP）
    ======================================*/


/*  ======================================
    ここからCoolectionページ（SP）
    =↓==↓==↓==============================*/
.collection .page_collection .content_box{
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 0 10px;
}

.collection .page_collection .tittle_box .arc{
    padding-top: 50px;
}

.collection .page_collection .item_box_flex .item_box{
    width: 48%;
}

.collection .page_collection .item_box_flex .item_box:nth-child(n+2){
    margin-right: 0;
}
/*  =↑==↑==↑==============================
    ここまでCollectionページ（SP）
    ======================================*/


/*  ======================================
    ここからDetailページ（SP）
    =↓==↓==↓==============================*/
.detail .bg_white .overview{
    overflow-x: hidden;
}

.detail .bg_white .designer_box{
    display: block;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.detail .bg_white .designer_box img{
    width: 90%;
    height: 90%;
    margin: 0 auto;
}

.detail .bg_white .designer_box .designer_detail{
    width: 100%;
    padding: 20px 0 0 20px;
}

.detail .bg_white .designer_box .designer_detail h2{
    margin: 10px 0 50px 10px;
    line-height: 40px;
}

.detail .bg_white .designer_box .designer_detail .designer_concept{
    padding: 40px 30px;
    margin-left: 0;
}

.detail .bg_red{
    width: 100%;
    padding: 50px 50px;
}

.detail .bg_red h3{
    padding: 30px 0 20px 0;
}

.detail .bg_red p{
    padding: 0 10px 0 0;
}

.detail .bg_red .detail_content .upper_flex{
    display: block;
}

.detail .bg_red .detail_content .upper_flex .left_box{
    width: 100%;
}

.detail .bg_red .detail_content .upper_flex .center_box{
    display: flex;
    width:47%;
    margin-top: 100px;
    gap: 6%;
}

.detail .bg_red .detail_content .upper_flex .center_box img:nth-of-type(2){
    margin-top: 50px;
}

.detail .bg_red .detail_content .upper_flex .right_box{
    display: flex;
    width: 47%;
    margin-top: 0;
    gap: 6%;
}

.detail .bg_red .detail_content .upper_flex .right_box img:nth-of-type(1){
    margin-top: -50px;
}

.detail .bg_red .detail_content .middle_flex{
    display: block;
}

.detail .bg_red .detail_content .middle_flex .left_box{
    width: 100%;
    margin-bottom: 20px;
}

.detail .bg_red .detail_content .middle_flex .left_box img{
    width: 47%;
    margin-bottom: 20px;
}

.detail .bg_red .detail_content .middle_flex .right_box{
    width: 100%;
    margin-top: -40vw;
}

.detail .bg_red .detail_content .middle_flex .right_box img{
    width: 47%;
}

.detail .bg_red .detail_content .bottom_flex{
    display: block;
}

.detail .bg_red .detail_content .bottom_flex .left_box{
    width: 100%;
}

.detail .bg_red .detail_content .bottom_flex .right_box{
    width: 100%;
}

.detail .detail_designer_atheritem_bg .detail_designer_atheritem{
    max-width: 100%;
    padding: 0 20px;
}
/*  =↑==↑==↑==============================
    ここまでDetailページ（SP）
    ======================================*/


/*  ======================================
    ここからAccessページ（SP）
    =↓==↓==↓==============================*/
.access .fs{
    display: flex;
    object-fit: contain;
    height: 50vw;
    background-size: 100%;
    background-image: url(../img/Slice\ 4.svg);
    background-repeat: no-repeat;
    background-position: top;
}

.access .cs{  
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.access .cs img:nth-of-type(1){
    width: 90%;
}

.access main  .cs .cs-message{
    /* height: 450px; */
    display: inline-block;
    align-items: center;
    margin: 0 auto;
}

.access main .cs .cs-message h2{
    margin-top: 40px;
    text-align: center;
}

.access main .cs .cs-message p{
    margin-bottom: 40px;
    text-align: center;
}

.access main .map .mp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding:3% 2%;
}

.access main .map .mp iframe{
    width: 90%;
}

.access main .map .mp .mp-message{
    margin:0 auto
}

.access main .map .mp .mp-message h2{
    margin-top: 30px;
    margin-bottom: -20px;
}

.access main .map .mp .mp-message table{
    margin-bottom: 30px;
}
/*  =↑==↑==↑==============================
    ここまでAccessページ（SP）
    ======================================*/


/*  ======================================
    ここからPrivacyページ（SP）
    =↓==↓==↓==============================*/
.privacy .privacy_policy{
    max-width: 100%;
    padding: 50px 20px 50px 20px;
}
/*  =↑==↑==↑==============================
    ここまでPrivacyページ（SP）
    ======================================*/


/*  ======================================
    ここからContactページ（SP）
    =↓==↓==↓==============================*/
.contact #formWrap {
	width: 95%;
	margin: 0 auto;
}

.contact table.formTable th, table.formTable td {
    display: block;
	width: auto;
}

.contact table.formTable th {
	margin-top: 5px;
	border-bottom: 0;
}

.contact form input[type="text"], form textarea {
    display: block;
	width: 100%;
	padding: 5px;
	font-size: 110%;
}

.contact .form{
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.contact .form p{
    text-align: center;
    padding-bottom: 50px;
}

.contact .formTable th span{
    margin-left: 10px;
    color: red;
}

.contact .formTable .center{
    text-align: center;
}
/*  =↑==↑==↑==============================
    ここまでContactページ（SP）
    ======================================*/

}