@charset "UTF-8";
/* CSS Document */
@media only screen and (min-width: 769px) {
/* === フェードインの設定 === */
.fuwa{
  opacity            : 0 ;   /* 表示の濃さ */
  transform          : translate(0, 50px); 
  -webkit-transform  : translate(0, 50px); 
}
.fuwa2{
  opacity            : 1.0 ;
  transform          : translate(0,0); 
   -webkit-transform : translate(0,0);
  transition         : 1.5s ;  /* 表示の時間 */
}
#Header {
  top: 0px !important;
}
}

@media only screen and (max-width: 768px) {
/* === フェードインの設定 === */
.is-fadeup {
    opacity: 0;
  transform          : translate(0, 50px); 
  -webkit-transform  : translate(0, 50px); 

  transition         : 1.5s ;  /* 表示の時間 */
}
.is-show {
    opacity: 1 !important;
  transform          : translate(0,0); 
  -webkit-transform : translate(0,0);
}
}

/* ----------------------------------------------------
    clearfix
---------------------------------------------------- */

.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

/* ----------------------------------------------------
    PC/SP 切り替え
---------------------------------------------------- */
.sp {
    display: none!important;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    opacity: 0.7;
    filter: alpha( opacity=70 );
    -ms-filter: "alpha( opacity=70 )";
}

@media screen and (max-width: 768px) {
    .sp {
        display: block!important;
    }
    .pc {
        display: none!important;
    }
    a:hover {
        opacity: unset;
        filter: unset;
        -ms-filter: unset;
    }
}


/*パンくず*/
#breadcrumb {
    color: #333333;
    padding: 0;
    font-size: calc(10 * (100vw / 1600));
    position: absolute;
    left: calc(225 * (100vw / 1600));
    top: calc(20 * (100vw / 1600));
    z-index: 10;
}
#breadcrumb ul {
    display: flex;
}
#breadcrumb ul li{
    display: flex;
    align-items: center;
}
#breadcrumb a {
    color: #333333;
}

/*基本設定*/
*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

/*コンテンツ*/
.brand .inner {
    width: calc(940 * (100vw / 940));
    max-width: 940px;
    margin: 0 auto;
}

.brand a{
    display: block;
}
.brand a:hover{
opacity: .75;
}
#primary{
position: relative;
}

/*FV*/
.brand .fv {
    background-size: cover;
    height: 170px;
    overflow: hidden;
    color: #333333;
    margin: 160px 0 0 0;
    position: relative;
    object-fit: cover;
    -o-object-fit: cover;
}
.brand .fv .inner {
    position: absolute;
    width: auto;
    top: 280px;
    left: calc(328 * (100vw / 1600));
}
.brand .fv .midashi {
    text-align: left;
    /*font-family: 'KoburinaGoStdN', sans-serif;*/
    font-size: 20px;
    line-height: 1.86em;
    letter-spacing: .1em;
    margin-bottom: 25px;
}

.brand .fv .profession_name {
    font-size: 12px;
    letter-spacing: .2em;
    line-height: 2.0em;
}
.brand .fv .profession_name span {
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 2em;
}

/*title*/
/*.brand .title {
    position: absolute;
    top: 420px;
    margin-bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.brand .title .inner {
    padding: 40px 30px;
    background: #FFF;
    box-sizing: border-box;
}
.brand .title h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: left;
    letter-spacing: .2em;
    font-family: 'PT Sans', sans-serif;
    margin-bottom: 15px;
}
.brand .title p {
    font-size: 14px;
    line-height: 1.86em;
    letter-spacing: 0.2em;
}*/

.brand .title {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    margin: 0 auto;
}
.brand .title .inner {
    padding: 60px 0 80px;
    background: #FFF;
    box-sizing: border-box;
}
.brand .title h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: .2em;
    margin-bottom: 15px;
}
.brand .title p {
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.2em;
    text-align: center;
    color: #7a6c21;
}

/*profile*/
.brand .profile {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    margin: 0 auto;
    background: #f5f4f1;
}
.brand .profile .inner {
    padding: 40px 0;
    box-sizing: border-box;
}
.prof-img {
    float: left;
    width: 30%;
    margin-right: 4%;
}
.prof-txt {
    float: left;
    width: 66%;
    color: #726b42;
}
.prof-img img {
    width: 100%;
}
.profile h2 {
    color: #7a6c21;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    letter-spacing: .1em;
    margin-bottom: 20px;
    border-bottom: 3px solid #ffc752;
    line-height: 1.5;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'PT Sans', sans-serif;*/
    /*font-family: 'KoburinaGoStdN', sans-serif;*/
}
.profile p {
    font-size: 13px;
    line-height: 1.7;
    margin: 10px 0;
}
.profile p.prof-name {
    margin: 10px 0 20px;
}


/*interviewArea*/
.interviewArea {
    /*margin-top: 165px;*/
    margin-top: 100px;
    margin-bottom: 145px;
}
.brand .interviewArea .interviewArticle {
    margin-bottom: 67px;
}
.brand .interviewArea .interviewArticle:last-of-type {
    margin-bottom:50px;
}

.brand .interviewArea .interviewArticle img {
    margin-bottom: 65px;
}
.brand .interviewArea .interviewArticle dl dt,
.brand .interviewArea .thankyouTxt {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 2em;
    margin: 0 0 25px 35px;
    position: relative;
    padding-left: 45px;
    max-width: 940px;
    box-sizing: border-box;
}
.brand .interviewArea .interviewArticle dl dt:before,
.brand .interviewArea .thankyouTxt:before{
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #333;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 15px;
    left: 0;
}
.brand .interviewArea .interviewArticle dl dd {
    padding: 30px 80px;
    background: #fbfbfb;
    box-sizing: border-box;
    width: calc(940 * (100vw / 940));
    max-width: 940px;
}
.brand .interviewArea .interviewArticle dl dd p {
    font-size: 14px;
    line-height: 1.86em;
    letter-spacing: 0.2em;
    margin-bottom: 27px;
    display: flex;
    flex-wrap: nowrap;
}
.brand .interviewArea .interviewArticle dl dd p:last-of-type {
    margin-bottom: 0;
}
.brand .interviewArea .interviewArticle dl dd p .name {
    font-weight: bold;
    width: calc(85 * (100vw / 1600));
}
.brand .interviewArea .interviewArticle dl dd p .answer {
    position: relative;
    padding-left: 80px;
}
.brand .interviewArea .interviewArticle dl dd p .answer.firstPerson:before {
    content: "田中さん：";
    font-weight: bold;
    position: absolute;
    left: 0;
}
.brand .interviewArea .interviewArticle dl dd p .answer.secondPerson:before {
    content: "米田さん：";
    font-weight: bold;
    position: absolute;
    left: 0;
}

/*interviewArea storyArticle*/
.brand .interviewArea .storyArticle {
    display: table;
    max-width: 1200px;
    vertical-align: middle;
    margin: 0 auto 100px;
}
.storyArticle-txt {
    display: table-cell;
    width: 56%;
    vertical-align: middle;
}
.storyArticle-txt.l {
    padding-right: 5%;
}
.storyArticle-txt.r {
    padding-left: 5%;
}
.storyArticle-txt.c {
    margin: 0 auto;
}
.storyArticle-img {
    display: table-cell;
    width: 44%;
    vertical-align: middle;
}
.storyArticle-img img {
    width: 100%;
}
.storyArticle-img-txt {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    padding-top: 10px;
    letter-spacing: 1px;
}
.storyArticle-txt p,
.storyArticle-txt ul,
.storyArticle-txt ol {
    list-style: none;
    color: #666;
    font-size: 14px;
    margin-bottom: 1.5em;
    line-height: 2;
    letter-spacing: 1px;
}
.storyArticle-txt p.storyArticle-img-txt {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    padding-top: 10px;
    letter-spacing: 1px;
}
.storyArticle-txt li {
    line-height: 2;
    font-weight: bold;
}
.storyArticle-txt p.dev-num {
    color: #7a6c21;
    font-size: 16px;
    border-bottom: 3px solid #ffc752;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 5px;
}
.storyArticle h3 {
    color: #7a6c21;
    font-size: 26px;
    margin: 25px 0 35px;
    line-height: 1.5;
    letter-spacing: 2px;
}


/*product-link*/
.brand .product-link {
    position: relative;
    margin-bottom: 40px;
    width: 100%;
    margin: 0 auto;
    background: #7a6c21;
    text-align: center;
}
.brand .product-link .inner {
    padding: 40px 0;
    box-sizing: border-box;
}
.product-link h2 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 30px;
    border-bottom: 3px solid #fff;
    line-height: 1.5;
    display: inline-block;
    /*font-family: 'KoburinaGoStdN', sans-serif;*/
}
.product-link h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 30px;
    line-height: 1.5;
}
.product-link h4 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1em;
}
.product-link p {
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
    margin: 10px 0;
}
.product-link p.prod-name {
    margin: 10px 0 20px;
}
.txt-small,
.product-link p.txt-small {
    font-size:0.8em;
}
.prod-img {
    float: left;
    width: 30%;
    margin-right: 4%;
}
.prod-txt {
    float: left;
    width: 66%;
    color: #fff;
}
.prod-img img {
    width: 100%;
}
.product-link-area {
    margin-top: 60px;
    display: table;
}
.product-link-area a {
    display: table-cell;
    width: 50%;
    text-align: center;
}
.product-link-area a img {
    width: 80%;
}
.product-link-area p {
    text-align: center;
}



@media screen and (max-width: 767px) {
/*パンくず*/
#breadcrumb {
display: none;
}

/*コンテンツ*/
.brand .inner{
    width: calc(750 * (100vw / 750));
	max-width: 750px;
    margin: 0 auto;
}

#primary{
position: static;
}

/*FV*/
.brand .fv {
    background-size: cover;
    width: calc(750 * (100vw / 750));
    overflow: hidden;
    color: #333333;
    margin: calc(90 * (100vw / 750)) 0 0 0;
    position: relative;		
	height: 100px;
}
.brand .fv .inner {
    position: absolute;
    width: auto;
    top: auto;
    left: calc(60 * (100vw / 750));
    bottom: calc(35 * (100vw / 750));	
}
.brand .fv .midashi {
    text-align: left;
    font-family: 'KoburinaGoStdN', sans-serif;
    font-size: calc(25 * (100vw / 750));
    line-height: 1.86em;
    letter-spacing: .2em;
    margin-bottom: calc(6 * (100vw / 750));
}

.brand .fv .profession_name {
    font-size: calc(20 * (100vw / 750));
    letter-spacing: .2em;
    line-height: 2.0em;
}
.brand .fv .profession_name span {
    font-size: calc(24 * (100vw / 750));
    letter-spacing: .2em;
    line-height: 1.67em;
}

/*title*/
.brand .title {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    -webkit- transform: none;
    margin-bottom: calc(85 * (100vw / 750));
}
.brand .title .inner {
    padding: calc(80 * (100vw / 750)) calc(60 * (100vw / 750));
    background: #FFF;
	box-sizing: border-box;
}
.brand .title h2 {
    font-size: calc(26 * (100vw / 750));
    font-weight: bold;
    margin-bottom: calc(25 * (100vw / 750));
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 0.2em;
}
.brand .title p {
    font-size: calc(22 * (100vw / 750));
    line-height: 1.91em;
    letter-spacing: 0.2em;
}

/*profile*/
.brand .profile .inner {
    padding: 40px;
}
.prof-img {
    float: none;
    width: 100%;
    margin-right: auto;
}
.profile h2 {
    margin-top: 40px;
}
.prof-txt {
    float: none;
    width: 100%;
}


/*interviewArea*/
.interviewArea {
    margin-top: 0;
    margin-bottom: calc(100 * (100vw / 750));
}
.brand .interviewArea .interviewArticle {
    margin-bottom: calc(80 * (100vw / 750));
}
.brand .interviewArea .interviewArticle:last-of-type {
    margin-bottom: calc(70 * (100vw / 750));
}

.brand .interviewArea .interviewArticle img{
margin-bottom: calc(80 * (100vw / 750));
}
.brand .interviewArea .interviewArticle dl dt,
.brand .interviewArea .thankyouTxt{
    font-size: calc(26 * (100vw / 750));
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.62em;
    margin: 0 calc(60 * (100vw / 750)) calc(55 * (100vw / 750)) calc(60 * (100vw / 750));
    position: relative;
    padding-left: calc(50 * (100vw / 750));
}
.brand .interviewArea .interviewArticle dl dt:before,
.brand .interviewArea .thankyouTxt:before{
    content: "";
    position: absolute;
    width: calc(30 * (100vw / 750));
    height: 1px;
    background-color: #333;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: calc(20 * (100vw / 750));
    left: 0;
}

.brand .interviewArea .interviewArticle dl dd {
    padding: calc(50 * (100vw / 750)) calc(60 * (100vw / 750));
    background: #fbfbfb;
}
.brand .interviewArea .interviewArticle dl dd p {
    font-size: calc(22 * (100vw / 750));
    line-height: 1.91em;
    letter-spacing: 0.2em;
    margin-bottom: calc(45 * (100vw / 750));
    display: flex;
    flex-wrap: nowrap;
}
.brand .interviewArea .interviewArticle dl dd p:last-of-type {
    margin-bottom: 0;
}
.brand .interviewArea .interviewArticle dl dd p .name {
    font-weight: bold;
    width: calc(85 * (100vw / 750));
}
.brand .interviewArea .interviewArticle dl dd p .answer {
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-top: calc(40 * (100vw / 750));
}
.brand .interviewArea .interviewArticle dl dd p .answer.firstPerson:before {
    top: 0;
}
.brand .interviewArea .interviewArticle dl dd p .answer.secondPerson:before {
    top: 0;
}

/*interviewArea storyArticle*/
.brand .interviewArea .storyArticle {
    display: block;
    width: 100%;
    margin-bottom: 0px;
}
.storyArticle-txt.l,
.storyArticle-txt.r,
.storyArticle-txt.c {
    padding: 13% 5% 0;
}
.storyArticle-txt p.dev-num {
    font-size: 15px;
}
.storyArticle h3 {
    font-size: 22px;
}
.storyArticle-txt {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.storyArticle-img {
    width: 100%;
    margin-bottom: 20px;
}

.product-link h2 {
    font-size: 20px;
    line-height: 1.8;
}
.brand .product-link .inner {
    padding: 40px 5%;
    box-sizing: border-box;
}
.product-link-area {
    margin-top: 40px;
    display: block;
}
.product-link-area a {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

}
/*2025.07.30追記*/

    .container {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 40px 30px;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
   .container h1 {
      font-size: 24px;
      margin-bottom: 20px;
	   font-weight: bold;
    }
    .container p {
      font-size: 16px;
      margin: 10px 0;
		text-align: center;
    }
.container a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  background-color: #cda46e;
  padding: 10px 20px;
  border-radius: 6px;
}

.container a:hover {
  background-color: #b8935d;
}
