@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information

File name : style.css
---------------------------------------------------------- */
/* Reset
---------------------------------------------------- */
* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, cite, em, img, small, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, figure, figcaption, footer, header, menu, nav, output, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #333333;
}

main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

@media screen and (max-width: 750px) {
  .pc_block {
    display: none;
  }
}

.sp_block {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_block {
    display: block;
  }
}

/* header
---------------------------------------------------- */
.l-header .header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
  position: relative;
}

.l-header .header-content .logo {
  align-items: center;
  display: flex;
}

.l-header .header-content .logo img {
  width: 207px;
}

.l-header .header-content .l-sns {
  align-items: center;
  display: flex;
  height: 30px;
}

.l-header .header-content .l-sns .sns-list {
  font-size: 1.875rem;
}

.l-header .header-content .l-sns .sns-list.sns-list-ttl {
  font-size: 0.9rem;
}

.l-header .header-content .l-sns .sns-list:nth-child(n+2) {
  margin-left: 16px;
}

.l-sns .sns-list.sns-item--line {
  display: none;
  margin: 0;
}

.l-header .header-tit {
  font-size: 14px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1040px) {
  .l-header .header-content .logo {
    padding-left: 2em;
    width: 150px;
  }
  .l-header .header-tit {
    font-size: 1.5686vw;
  }
}
@media screen and (max-width: 768px) {
  /* header
  ---------------------------------------------------- */
  .l-header .header-content {
    padding: 4vw 1.25rem 4vw 1.25rem;
  }
  .l-header .header-content .logo {
    padding-left: 0;
  }
  .l-header .header-content .logo img {
    width: 52.2667vw;
  }
  .l-header .header-content .l-sns {
    height: 7.3333vw;
  }
  .l-header .header-content .l-sns .sns-list {
    font-size: 1.6875rem;
  }
  .l-header .header-content .l-sns .sns-list:nth-child(n+2) {
    margin-left: 4.6667vw;
  }
  .l-sns .sns-list.sns-item--line {
    display: block;
  }
  .l-header .header-tit {
    display: none;
  }
}
/*SNSアイコン*/
@font-face {
  src: url(../fonts/icon.eot?1632808221);
  src: url(../fonts/icon.woff?1632808221) format("woff"), url(../fonts/icon.ttf?1632808221) format("truetype");
  font-family: icon;
}
.icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  color: #000;
  display: inline-flex;
  display: block;
  font-family: icon;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}

.icon-facebook:before {
  content: "\ea03";
}

.icon-line:before {
  content: "\ea05";
}

.icon-twitter:before {
  content: "\ea06";
}

.icon-instagram:before {
  content: "\ea04";
}

body {
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
}

p {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 1020px) {
  p {
    font-size: 1.5686vw;
    line-height: 1.87;
  }
}
@media screen and (max-width: 750px) {
  p {
    font-size: 3.6vw;
    line-height: 1.6;
    letter-spacing: -0.012em;
  }
}

a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
  transition: all 0.2s ease;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  vertical-align: bottom;
}

.inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .inner {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0;
    width: 92vw;
  }
}

.center {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .center {
    text-align: initial;
  }
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kv_wrap__box {
  position: relative;
}
.kv_wrap .icon {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .kv_wrap .icon {
    width: 5.0667vw;
  }
  .kv_wrap .icon img {
    vertical-align: top;
  }
}
.kv_wrap .kv_inner {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1020px) {
  .kv_wrap .kv_inner {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 750px) {
  .kv_wrap .kv_inner {
    padding: 0;
    position: relative;
    left: 0;
    transform: none;
  }
}
.kv_wrap .kv_inner h1 {
  width: 48%;
  margin: 13% 0 6% auto;
}
.kv_wrap .kv_inner h1 img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .kv_wrap .kv_inner h1 {
    width: 86.6667vw;
    margin: -22.6667vw 0;
    margin-bottom: 6.2533vw;
  }
}
.kv_wrap .kv_inner__txt {
  width: 35%;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .kv_wrap .kv_inner__txt {
    width: 92vw;
  }
}
.kv_wrap__txt {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
  margin-top: 2%;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .kv_wrap__txt {
    width: 92vw;
    margin-top: 2.3187vw;
    font-size: 2.8vw;
    line-height: 1.4285714286;
  }
}
.kv_img {
  max-width: 1220px;
  margin: 0 auto;
}
.kv_img img {
  vertical-align: bottom;
}

.con_info {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1020px) {
  .con_info {
    font-size: 1.1765vw;
  }
}
@media screen and (max-width: 750px) {
  .con_info {
    font-size: 2.8vw;
    line-height: 1.42;
  }
}

.btn {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .btn {
    width: 33.3333vw;
  }
}
@media screen and (max-width: 750px) {
  .btn {
    width: 60vw;
  }
}

.main_btm .btn {
  width: 370px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  .main_btm .btn {
    width: 36.2745vw;
  }
}
@media screen and (max-width: 750px) {
  .main_btm .btn {
    width: 60vw;
  }
}

#sec01 {
  margin-top: 80px;
}
@media screen and (max-width: 1020px) {
  #sec01 {
    margin-top: 7.8431vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec_con__box {
    flex-direction: column;
  }
}
#sec01 .sec_con__box .sec_txt_box {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #sec01 .sec_con__box .sec_txt_box {
    width: 100%;
  }
}
#sec01 .sec_con__box .sec_txt_box .con_indent {
  margin-top: 31px;
}
#sec01 .sec_con__box .sec_txt_box .con_indent__txt {
  margin-bottom: 17.4px;
  letter-spacing: -0.035em;
}
@media screen and (max-width: 750px) {
  #sec01 .sec_con__box .sec_txt_box .con_indent__txt {
    margin-bottom: 2.0653vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec_con__box .sec_txt_box .con_indent {
    margin-top: 5.5867vw;
  }
}
#sec01 .sec_con__box .sec_txt_box .profile {
  margin-top: 22.4px;
  border-left: 1px solid #8f6a24;
  padding-left: 15px;
  padding-bottom: 1em;
}
@media screen and (max-width: 1020px) {
  #sec01 .sec_con__box .sec_txt_box .profile {
    margin-top: 2.549vw;
    padding-left: 1.4706vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec_con__box .sec_txt_box .profile {
    margin-top: 6.7453vw;
    padding-left: 2.6667vw;
    padding-top: 1.3333vw;
    padding-bottom: 1.3333vw;
  }
}
#sec01 .sec_con__box .sec_txt_box .profile .pro_tit {
  width: 37.72px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1020px) {
  #sec01 .sec_con__box .sec_txt_box .profile .pro_tit {
    width: 3.698vw;
    margin-bottom: 0.7843vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec_con__box .sec_txt_box .profile .pro_tit {
    width: 11.4947vw;
    margin-bottom: 2.4vw;
  }
}
#sec01 .sec_con__box .sec_txt_box .profile .name {
  color: #8f6a24;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3333333333;
}
#sec01 .sec_con__box .sec_txt_box .profile .name span {
  font-size: 14px;
  color: #8f6a24;
}
#sec01 .sec_con__box .sec_txt_box .profile .name span.yumin {
  font-family: yu-gothic-pr6n, sans-serif;
}
@media screen and (max-width: 1020px) {
  #sec01 .sec_con__box .sec_txt_box .profile .name {
    font-size: 1.7647vw;
  }
  #sec01 .sec_con__box .sec_txt_box .profile .name span {
    font-size: 1.3725vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec_con__box .sec_txt_box .profile .name {
    font-size: 4.2667vw;
    line-height: 0.75;
  }
  #sec01 .sec_con__box .sec_txt_box .profile .name span {
    font-size: 2.8vw;
  }
}
#sec01 .sec_con__box .sec_txt_box .profile .pro_btm {
  margin-top: 9.1px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 1020px) {
  #sec01 .sec_con__box .sec_txt_box .profile .pro_btm {
    margin-top: 1.3725vw;
    font-size: 1.3725vw;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .sec_con__box .sec_txt_box .profile .pro_btm {
    margin-top: 2.5333vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
#sec01 .sec_con__box .sp_top_box {
  text-align: center;
}
@media screen and (max-width: 750px) {
  #sec01 .sec_con__box .sec_tit {
    width: 85.3333vw;
  }
}
#sec01 .sec_con__box .model_img {
  width: 46%;
}
@media screen and (max-width: 750px) {
  #sec01 .sec_con__box .model_img {
    width: 100%;
    margin-top: 5.6vw;
  }
}

#sec02 {
  margin-top: 121px;
}
@media screen and (max-width: 750px) {
  #sec02 {
    margin-top: 20.5333vw;
  }
}
#sec02 .bg_wrap {
  background: url(../img/sec02_bg_pc.png) no-repeat;
  width: 100%;
  background-position: 50% 0;
  height: 1890px;
}
@media screen and (max-width: 1020px) {
  #sec02 .bg_wrap {
    height: initial;
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .bg_wrap {
    background: none;
  }
  #sec02 .bg_wrap__sp {
    background: url(../img/sec02_bg_sp.png) no-repeat;
    width: 100%;
    background-position: 0 10%;
    background-size: 100% 100%;
  }
}
#sec02 .con_txt_box {
  text-align: center;
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  #sec02 .con_txt_box {
    width: 70.5882vw;
    padding-bottom: 101.33vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .con_txt_box {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 118vw;
  }
}
#sec02 .con_txt_box .sec_tit {
  width: 593.5px;
  margin: 0 auto;
}
@media screen and (max-width: 1020px) {
  #sec02 .con_txt_box .sec_tit {
    width: 58.1863vw;
  }
}
@media screen and (max-width: 750px) {
  #sec02 .con_txt_box .sec_tit {
    width: 91.7333vw;
  }
}
#sec02 .con_txt_box .center {
  margin-top: 4.5833333333%;
}
#sec02 .con_txt_box .center .comment {
  font-style: italic;
  margin-top: 4.1666666667%;
  margin-bottom: 4.3055555556%;
}
@media screen and (max-width: 750px) {
  #sec02 .con_txt_box .center {
    margin-top: 6.6533vw;
  }
  #sec02 .con_txt_box .center p.space {
    letter-spacing: -0.008em;
  }
  #sec02 .con_txt_box .center .comment {
    margin-top: 5.04vw;
    margin-bottom: 4.5067vw;
  }
}
#sec02 .con_txt_box .btn {
  margin-top: 10.1388888889%;
}
@media screen and (max-width: 750px) {
  #sec02 .con_txt_box .btn {
    margin-top: 10.2533vw;
  }
}
#sec02 .con_txt_box .sec_btm_txt {
  margin-top: 10.5555555556%;
}
@media screen and (max-width: 750px) {
  #sec02 .con_txt_box .sec_btm_txt {
    margin-top: 9.32vw;
  }
}
#sec02 .btm_txt {
  width: 93%;
  margin: 0 auto;
  margin-top: 1.5098039216%;
}
@media screen and (max-width: 750px) {
  #sec02 .btm_txt {
    width: 100%;
    margin-top: 2.3453vw;
  }
}

/*sec03,info*/
#sec03 {
  margin-top: 132px;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #sec03 {
    margin-top: 18.6667vw;
    margin-bottom: 8.6667vw;
  }
}
#sec03 .info_inner {
  max-width: 712px;
  width: 58.3606557377%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec03 .info_inner {
    width: 92vw;
  }
}
#sec03 .info_wrap {
  background: url(../img/info_bg_pc.png) no-repeat;
  width: 100%;
  margin: 0 auto;
  background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
  #sec03 .info_wrap {
    background: url(../img/info_bg_sp.png) no-repeat;
    background-size: 100% 100%;
  }
}
#sec03 .info_txt_box {
  width: 86%;
  margin: 0 auto;
  padding: 7.0224719101% 0;
}
#sec03 .info_txt_box h2 {
  width: 97.3770491803%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #sec03 .info_txt_box h2 {
    width: 75.6vw;
  }
}
#sec03 .info_txt_box .txt_box p {
  letter-spacing: -0.02em;
}
#sec03 .info_txt_box .center {
  margin-top: 3.1147540984%;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  #sec03 .info_txt_box .center {
    margin-top: 2.2vw;
    line-height: 1.4;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #sec03 .info_txt_box {
    width: 92vw;
    padding: 8vw 0;
    padding-bottom: 7.28vw;
  }
  #sec03 .info_txt_box .txt_box {
    width: 76vw;
    margin: 0 auto;
    font-size: 3.6vw;
    line-height: 1.5;
    letter-spacing: -0.04em;
  }
  #sec03 .info_txt_box .txt_box p {
    letter-spacing: -0.04em;
  }
}
#sec03 .info_img {
  width: 70.9836065574%;
  margin: 0 auto;
  margin-top: 6.5573770492%;
  margin-bottom: 4.9180327869%;
}
#sec03 .info_img img {
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  #sec03 .info_img {
    width: 76vw;
    margin-top: 5.3333vw;
    margin-bottom: 3.9867vw;
  }
}

.line {
  border-top: 1px solid #000;
  width: 160px;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media screen and (max-width: 1020px) {
  .line {
    width: 15.6863vw;
    margin-bottom: 8.0392vw;
  }
}
@media screen and (max-width: 750px) {
  .line {
    width: 21.3333vw;
    margin-bottom: 10.6667vw;
  }
}

.main_btm .official_btn {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .main_btm .official_btn {
    margin-bottom: 4.2667vw;
  }
}
.main_btm .contact {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 1020px) {
  .main_btm .contact {
    font-size: 1.3725vw;
    margin-top: 2.9412vw;
  }
}
@media screen and (max-width: 750px) {
  .main_btm .contact {
    margin-top: 3.4667vw;
    font-size: 3.2vw;
    line-height: 1.3333333333;
    text-align: center;
  }
}

.main_btm__btm {
  margin-top: 86px;
  margin-bottom: 14px;
}
.main_btm__btm .credit {
  font-size: 12px;
  line-height: 1.75;
}
@media screen and (max-width: 1020px) {
  .main_btm__btm .credit {
    font-size: 1.1765vw;
  }
}
@media screen and (max-width: 750px) {
  .main_btm__btm {
    margin-top: 10.9333vw;
    margin-bottom: 2.9333vw;
  }
  .main_btm__btm .credit {
    font-size: 2.8vw;
    line-height: 1.3333333333;
    text-align: center;
  }
}

/* Page top
---------------------------------------------------- */
.pagetop {
  bottom: 30px;
  cursor: pointer;
  position: fixed;
  right: 20px;
  z-index: 10;
  transition: opacity 0.25s ease;
}

.pagetop:hover {
  opacity: 0.75;
}

@media (max-width: 768px) {
  .pagetop {
    bottom: 6.66667vw;
    right: 2vw;
    width: 10.66667vw;
  }
}
/* footer
---------------------------------------------------- */
.l-footer {
  border-top: 1px solid #000;
  padding: 60px 0;
  text-align: center;
}

.l-footer .logo img {
  width: 206px;
  margin: 0 auto;
}

.l-footer .inner .copyright {
  margin-top: 40px;
  font-size: 0.75rem;
}

.l-footer .inner .l-sns {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0 15px;
}

.l-footer .inner .l-sns .sns-list {
  font-size: 3.125rem;
}

.l-footer .inner .l-sns .sns-list.sns-list-ttl {
  font-size: 1rem;
  margin-bottom: 35px;
  width: 100%;
}

.l-footer .inner .l-sns .sns-list:nth-child(n+3) {
  margin-left: 72px;
}

.l-footer .inner .l-sns .sns-item--instagram {
  display: none;
}

@media (max-width: 768px) {
  .l-footer {
    padding: 10.6667vw 0 12vw;
  }
  .l-footer .logo img {
    width: 52.2667vw;
  }
  .l-footer .inner .copyright {
    margin-top: 6.6667vw;
    font-size: 0.6875rem;
  }
  .l-footer .inner .l-sns {
    padding: 0 0 9.33333vw;
  }
  .l-footer .inner .l-sns .sns-list {
    font-size: 8.66667vw;
  }
  .l-footer .inner .l-sns .sns-list.sns-list-ttl {
    margin-bottom: 3.33333vw;
  }
  .l-footer .inner .l-sns .sns-list:nth-child(n+3) {
    margin-left: 10.66667vw;
  }
  .l-footer .inner .l-sns .sns-item--instagram {
    display: block;
  }
}
/* Effect
---------------------------------------------------- */
.fadeIn--kv {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeIn;
  animation-timing-function: linear;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_fadein {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

.fadeIn-y {
  -webkit-transform: translate(0, 40px);
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1500ms;
}

.fadeIn-y.scrollin {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.ef {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity: 0;
}

.ef.scrollin {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-name: effect01;
          animation-name: effect01;
}

.fadeIn {
  opacity: 0;
  transition: all 1500ms;
}

.fadeIn.scrollin {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

@-webkit-keyframes effect01 {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes effect01 {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*---------------------------------------------
		        Style Sheet E N D							
---------------------------------------------*//*# sourceMappingURL=style.css.map */