@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
* {
  margin: 0;
  padding: 0;
  color: #1c1c1c;
  letter-spacing: 0.1em;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
a:hover img {
  opacity: 0.7;
}
a img {
  transition: 0.3s;
}
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
  text-decoration: none;
}
ul {
  list-style: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(0px);
  transition: all .8s;
}
/*-----------------------------
header
-----------------------------*/
#global-nav {
  width: 100%;
  margin-left: 10px;
  display: none;
}
#global-nav.m_fixed {
  position: fixed;
	left: 10px;
  top: 15px;
  z-index: 99;
  display: block;
}
#logo img {
  width: 90%;
  height: auto;
  max-width: 100px;
}
.fadein_0 {
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.8s;
}

body {
  overflow-x: hidden;
  overflow-x: clip;
}
.jp_g {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 11px;
  bottom: 30px;
  background: #FFF;
  opacity: 0.6;
  border-radius: 5px;
  border: 0.5px solid #666;
  z-index: 50;
}
#pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#pagetop a::before {
  content: '';
  display: block;
  position: absolute;
  top: 39%;
  left: 36%;
  width: 14px;
  height: 14px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.footer_copy {
  text-align: center;
  padding: 4% 20% 2%;
}
@media screen and (max-width: 800px) {
  .footer_copy {
    padding: 10% 10%
  }
}
.footer_copy p {
  font-size: 0.7em;
  text-align: center;
  color: #fff;
  margin-top: 71px;
}


.dm-serif-display-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}
.dm-serif-display-regular-italic {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: italic;
}
/*--------------------------------------------*/
.mv {
  margin: 0 auto;
  text-align: center;
}
section {
  margin: 10% auto;
}
@media screen and (max-width: 1000px) {
  section {
    width: 100%;
    margin: 30% auto;
  }
}
.main {
  margin: 10% auto 3%;
  max-width: 800px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .main {
    margin: 30% auto;
  }
}
.main h1 {
  color: #333;
  font-weight: 500;
  font-size: 23px;
  max-width: 600px;
  padding: 0 10px 0;
  margin: 0 auto 2%;
}
@media screen and (max-width: 800px) {
  .main h1 {
    margin-bottom: 5%;
  }
}
.main p {
  font-size: 0.9em;
  line-height: 2.5em;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .main p {
    text-align: left;
    width: 89%;
    font-size: 0.9em;
    line-height: 2.5;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  .main p br {
    display: none;
  }
}

.main p span {
  display: block;
  width: 340px;
  margin: 0 auto;
  padding: 1.5em 0;
  font-size: 1.0em;
  line-height: 1.8em;
  font-weight: 500;
  text-align: center;
  background: #ab977f;  
  color: #fff;
  border-radius: 3px;  
}

.main p span.big {
  display: inline;
  background: #fff; 
  color: #ab977f;        
  font-size: 1.3em;     
  font-weight: 700;
  padding: 0 0.3em;    
  border-radius: 2px;   
}

@media screen and (max-width: 800px) {
  .main p span {
    width: 100%;
    margin: 10% auto;
    font-size: 1.0em;
    line-height: 2.0em;
    padding: 1.3em 1.0em;
  }
}

/*----------------------------
プロフィール
-----------------------------*/
.profile {
  max-width: 400px;
  margin: auto;
}
.profile .eng {
  font-family: "optima-nova-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8em;
  position: relative;
  padding-left: 5%;
}
.profile .eng span {
  color: #766057;
  font-size: 0.35em;
  font-family: "optima-nova-lt-pro", sans-serif;
  font-weight: lighter;
  display: block;
  padding-left: -5%;
}
.round {
  display: block;
  margin: 0 auto;
  width: 62%;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .round {
    margin: 3% auto 7%;
    width: 45%;
  }
}
.profile .txt {
  font-size: 0.8em;
  line-height: 2.0em;
  font-weight: 400;
  margin-top: 5%;
}
@media screen and (max-width: 800px) {
  .profile .txt {
    text-align: left;
    width: 80%;
    font-size: 0.8em;
    line-height: 2.5em;
    margin: 0 auto;
  }
}
.blog {
  display: block; /* aタグをブロック要素化 */
  margin: 10% auto 0;
  text-align: left;
  padding-left: 2.5em;
  line-height: 37px; /* テキストを縦中央寄せ */
  position: relative;
  overflow: hidden;
  height: 38px;
  width: 50%;
  background-color: #fff;
  border: 1px solid #181818;
  border-radius: 100vmax;
  color: #766057;
  font-family: "optima-nova-lt-pro", sans-serif;
  font-weight: lighter;
  font-size: 1.2em;
  text-decoration: none; /* 下線を消す */
  transition: background-color 0.5s;
}
.blog::before {
  content: "";
  position: absolute;
  top: 51%;
  right: 14%;
  width: 39px;
  height: 1px;
  background: #181818;
}
.blog::after {
  content: "";
  position: absolute;
  top: 27%;
  right: 17%;
  width: 1px;
  height: 8px;
  background: #181818;
  transform: skewX(45deg);
}
.blog a {
  position: absolute;
  top: 24%;
  left: 23%;
  color: #766057;
  vertical-align: bottom;
  font-family: "optima-nova-lt-pro", sans-serif;
  font-weight: lighter;
  display: block;
  font-size: 1.2em;
}
/*----------------------------
スタイル別のご紹介
-----------------------------*/
.bg {
  padding: 10% auto;
  background: #e5ded5;
}
@media screen and (max-width: 800px) {
  .bg {
    margin: 10% auto;
  }
}
.bg02 {
  padding: 10% auto;
  height: 380px;
  background: #f6f2ec;
}
@media screen and (max-width: 800px) {
  .bg02 {
    background: #fff;
  }
}
.style {
  max-width: 1300px;
  padding: 4% 0 4% 5%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .style {
    padding: 9% 0;
  }
}
.flex {
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin: 0 0 20px 50px;
  display: flex;
  width: 95%;
}
@media screen and (max-width: 800px) {
  .flex {
    flex-direction: column;
    margin: 0 auto 50px;
    width: 100%;
  }
}
.flex p {
  line-height: 2.5em;
  font-size: 0.8em;
  text-align: left;
  padding: 0.6rem 3rem;
  width: 85%;
}
@media screen and (max-width: 800px) {
  .flex p {
    margin: 0 auto;
    padding: 0.6rem 1.8rem;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .flex p br {
    display: none;
  }
}
/*----------あしらい見出し--------------*/
.ttl {
  display: flex; /* 中央揃え用 */
  align-items: center;
  gap: 3px;
  font-size: 3rem; /* 基準となるサイズ */
}
@media screen and (max-width: 766px) {
  .ttl {
    font-size: 2.3rem; /* 全体を縮小 */
  }
}
.sty1e-ttl {
  margin: 1px -15px 0 0;
  vertical-align: 19px;
  font-size: 0.9em; /* 親に対して相対 */
  font-family: "sheila", sans-serif;
  font-weight: 700;
  color: #766057;
}
@media screen and (max-width: 766px) {
  .sty1e-ttl {
    vertical-align: 15px;
  }
}
.number {
  letter-spacing: 0.02em;
  font-size: 2.0em; /* 親に対して相対 */
  font-family: "optima-nova-lt-pro", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.ttl-text {
  padding: 0; /* 上書きしてpadding無効化 */
  margin: 0; /* 左寄せ */
  width: auto; /* テキスト幅に合わせる */
  line-height: 1.2; /* 必要なら調整 */
}
.flex > .style-txt p {
  line-height: 2.5em;
  font-size: 0.8em;
  font-weight: 400;
  text-align: left;
  padding: 0.6rem 3rem;
  width: 95%;
}
@media screen and (max-width: 800px) {
  .flex > .style-txt p {
    line-height: 2.0em;
    margin: 0 auto;
    padding: 1.6rem 2.2rem;
    width: 100%;
  }
}
/* item01用 */
.ttl p {
  padding: 0;
  margin: 0;
  width: auto;
  text-align: left; /* 左寄せ */
}
/*----------あしらい見出しここまで--------------*/
.style-txt {
  position: relative;
  max-width: 600px;
}
@media screen and (max-width: 800px) {
  .style-txt {
    width: 100%;
  }
}
/*------------------------*/
.catch {
  font-size: 1.4em;
  margin-left: 3rem;
  margin-bottom: 3%;
  padding: 0.8rem 2rem;
  border-left: 5px solid #3b3b3b;
  font-family: "Times New Roman", "游明朝", serif;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .catch {
    font-size: 1.2em;
    margin-left: 2.3rem;
    padding: 0.8rem 1.3rem;
  }
}
span.another-item {
  margin: 25px 0 0 45px;
  padding: 1%;
  width: 150px;
  text-align: center;
  background: #1c1c1c;
  color: #d9d1c8;
  font-family: "optima-nova-lt-pro", sans-serif;
  display: block;
  font-size: 1.2rem;
  border: solid 1px;
  border-radius: 6px;
}
@media screen and (max-width: 800px) {
  span.another-item {
    margin-top: 5%;
    margin-left: 37px;
  }
}
/*------------------------*/
.style_01-01, .style_02-01, .style_03-01, .style_04-01, .style_05-01, .style_06-01 {
  position: relative;
  max-width: 550px;
}
@media screen and (max-width: 800px) {
  .style_01-01, .style_02-01, .style_03-01, .style_04-01, .style_05-01, .style_06-01 {
    max-width: 75%;
  }
}
.styling_ttl {
  margin: 0 auto 1%;
  width: 80%;
}
@media screen and (max-width: 800px) {
  .styling_ttl {
    margin: 0;
    width: 95%;
  }
}
.styling_ttl02 {
  max-width: 600px;
  width: 90%;
  padding-bottom: 2%;
}
@media screen and (max-width: 800px) {
  .styling_ttl02 {
    margin-left: 10%;
    margin-top: 5%;
  }
}
.styling_text {
  text-align: left;
  font-size: 0.8em;
  line-height: 2.0em;
  font-weight: 400;
  margin-top: 5%;
  margin: 5% auto 0;
  max-width: 600px;
}
@media screen and (max-width: 800px) {
  .styling_text {
    text-align: left;
    width: 82%;
    font-size: 0.8em;
    line-height: 2.3em;
    margin: 6% auto 5%;
  }
}
.styling_text02 {
  padding-right: 20%;
  text-align: left;
  font-size: 0.8em;
  line-height: 2.0em;
  font-weight: 400;
  margin: 0 auto;
  max-width: 600px;
}
@media screen and (max-width: 800px) {
  .styling_text02 {
    padding-right: 0;
    text-align: left;
    width: 82%;
    font-size: 0.8em;
    line-height: 2.3em;
    margin: 2% auto;
  }
}
/* 左右の要素それぞれ */
.style_01-02, .style_02-02, .style_03-02, .style_04-02, .style_05-02, .style_06-02 {
  margin: 10% auto 0;
  max-width: 700px;
  flex: 0 0 auto; /* 固定幅で真ん中に */
  text-align: center;
}
@media screen and (max-width: 800px) {
  .style_01-02, .style_02-02, .style_03-02, .style_04-02, .style_05-02, .style_06-02 {
    margin: 10% auto 0;
  }
}
.style_01-02 img, .style_01-02 picture, .style_02-02 img, .style_02-02 picture, .style_03-02 img, .style_03-02 picture, .style_04-02 img, .style_04-02 picture, .style_05-02 img, .style_05-02 picture, .style_06-02 img, .style_06-02 picture {
  display: block;
  margin: 0 auto; /* 画像を中央寄せ */
}
.style_01-03, .style_02-03, .style_03-03, .style_04-03, .style_05-03, .style_06-03 {
  align-items: center;
  display: flex;
  margin: 16% auto 25%;
  max-width: 1100px;
  flex: 0 0 auto;
}
@media screen and (max-width: 800px) {
  .style_01-03, .style_02-03, .style_03-03, .style_04-03, .style_05-03, .style_06-03 {
    display: block;
    margin: 10% auto 145%;
  }
}
.hira {
  display: block;
}

.cashmere img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .cashmere img {
    padding-top: 20%;
    max-width: 100%;
  }
}
/*-----------
注意事項
-------------*/
.attention {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}
.attention li {
  font-family: sans-serif;
  font-size: 70%;
  list-style: none;
  color: #3b3b3b;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .attention li {
    letter-spacing: 0.1em;
    line-height: 1.6em;
  }
}
.attention p {
  color: #3b3b3b;
}
/*-------------------------------------------------------*/
#all_item h2 {
  margin-bottom: 2%;
}
.item_list {
  margin: 0 auto;
  max-width: 990px;
}
.item_list ul {
  width: 85%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.item_list ul li {
  width: 30%;
  padding: 1.5%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2%;
}
@media screen and (max-width: 766px) {
  .item_list ul li {
    width: 50%;
  }
}
.a_item {
  margin: 3% 5%;
}
.name {
  font-weight: 600;
  font-size: 0.7em;
  margin-bottom: 1%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eng2 {
  text-align: center;
  font-size: 2.0rem;
  font-family: "futura-pt-condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .eng2 {
    margin-bottom: 2%;
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.o_outer_d p span {
  color: #fff;
  background: #978730;
  font-size: 0.7em;
  letter-spacing: 1px;
  padding: 3px 5px;
}
/*------------------------*/
.rasw_btn {
  padding: 1.0em 1.5em;
  margin: 5% auto;
  text-align: center;
  background: #1c1c1c;
  color: #d9d1c8;
  font-family: "optima-nova-lt-pro", sans-serif;
  display: block;
  width: 20%;
  font-size: 0.9rem;
  border: solid 1px;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (max-width: 766px) {
  .rasw_btn {
	  font-size: 0.8rem;
    margin-top: 16%;
    width: 80%;
  }
}
.rasw_btn:hover {
  background: #828282;
  transition: .4s;
}
.rasw_btn p {
  color: #d9d1c8;
  transition: .4s;
}

 /*----------------------------
footer
-----------------------------*/
footer {
    background: #f2f2f2;
    padding: 0 0 20px;
    margin-top: -5px;
}

footer,
.footer_s {
    background: #e3e3e3;
    padding: 40px 0 60px;
}

.app_icon {
    padding-left: 5%;
    margin-top: 30px;
    clear: both;
}

.app_icon img {
    border-radius: 10px;
    float: left;
    margin-right: 15px;
    width: auto;
}

.app_txt {
    font-size: 13px;
    line-height: 1.4;
}

.app_txt span {
    font-size: 10px;
}

.f_sns {
    width: 100%;
    padding: 25px 5% 45px;
    display: flex;
}

.f_sns li {
    list-style: none;
    margin: 0 8px;
    width: 25px;
}

.f_sns li:nth-child(1) {
    margin-left: 0px;
}

.f_sns a {
    -webkit-transition: .3s;
    transition: .3s;
}

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

.f_link {
    padding: 10px 0 30px;
    margin: 0px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60%;
}

.f_link ul li {
    list-style: none;
    margin: 1% auto;
}

.f_cate li:nth-child(1) {
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 20px;
}

.f_cate a {
    text-decoration: none;
    font-size: 12px;
}

.copys {
    text-align: center;
    font-size: 10px;
    line-height: 150%;
    width: 70%;
    margin: 60px auto 0;
    color: #666;
}
@media screen and (max-width: 769px) {
footer {
        padding: 20px 0;
    }

    .app_icon {
        padding-top: 10px;
        display: table;
        margin-top: 10px;
    }

    .app_icon img {
        border-radius: 10px;
        float: left;
        margin-right: 15px;
        display: table-cell;
        width: auto;
    }

    .app_txt {
        font-size: 13px;
        line-height: 1.4;
        display: table-cell;
    }

    .app_txt span {
        font-size: 10px;
    }

    #accordion {
        width: 100%;
    }

    .company ul {
        width: 100%;
        margin: 5% auto;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
    }

    .company ul li {
        width: 48%;
        padding-left: 8%;
    }

    .company ul li a {
        display: inline-block;
        font-size: 0.6em;
        text-align: left;
    }

    .f_sns {
        display: -webkit-box;
        display: -ms-flexbox;
        margin-top: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .f_sns li {
        list-style: none;
        margin: auto 3%;
    }

    .f_sns a {
        -webkit-transition: .3s;
        transition: .3s;
    }

    .f_sns img {
        width: 30px;
        height: auto;
    }

    .accordion1 {
        text-align: center;
        width: 90%;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

    .accordion1 li {
        width: 50%;
        list-style: none;
    }

    .accordion1 .inner {
        display: none;
        margin: 5%;
    }

    .accordion1 p {
        position: relative;
        cursor: pointer;
        padding: 7%;
        border: 1px solid #ccc;
        color: #666;
        font-size: 1em;
        letter-spacing: 1px;
        font-family: 'Noto Serif JP', serif;
        margin: 5% 5% 0;
    }

    .accordion1 p:first-child {
        border-right: 1px solid #ccc;
    }

    .accordion1 .inner li {
        padding: 10px 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .accordion1 a {
        display: block;
        font-size: 0.7em;
        text-align: left;
        padding-left: 20px;
    }

    .app_icon {
        padding-left: 5%;
        margin-top: 0 !important;
        clear: both;
        padding-top: 30px !important;
    }

    .f_sns {
        display: -webkit-box;
        display: -ms-flexbox;
        margin-top: 0 !important;
        -webkit-box-pack: center;
        -ms-flex-pack: left;
        justify-content: center;
    }

    .f_sns {
        padding: 25px 5%;
        display: flex;
        max-width: 400px;
        justify-content: left;
    }
}
