@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

li {
  list-style: none;
}
.mgt40 {
    margin-top: 40px;
}
/*---------------
   共通
---------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1200px;
  background: url("../images/main_bg.png") top 500px center repeat-y, #000;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  letter-spacing: .2em;
  text-indent: .2em;
  line-height: 2.0;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
    background: url("../images/main_bg.png") top calc((390/760)*100vw) center repeat-y, #000;
    background-size: calc((2000/760)*100vw);
    font-size: calc((28/760)*100vw);
    line-height: 1.8;
    letter-spacing: 0;
    text-indent: 0;
  }
}

a:hover img {
  opacity: .6;
  transition: .5s;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

.text_accent {
  color: #EBDA86;
}
.text_en {
  font-family: 'Bellefair', serif;
}
.text_sans {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 3.9473684211vw;
  }
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 640px) {
  .anchor {
    margin-top: -17.1052631579vw;
    padding-top: 17.1052631579vw;
  }
}

/*---------------
   header
---------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #000;
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  .header {
    height: calc((130/760)*100vw);
  }
}
.header .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .header .header_logo {
    width: calc((220/760)*100vw);
  }
}
.header .drawer_button {
  display: none;
}
@media screen and (max-width: 640px) {
  .header .drawer_button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: calc((72/760)*100vw);
    height: calc((52/760)*100vw);
    background: url("../images/header_menu_close.png") top center no-repeat;
    background-size: contain;
    cursor: pointer;
    position: fixed;
    top: calc((37/760)*100vw);
    right: calc((53/760)*100vw);
    z-index: 9999;
    outline: none;
  }
}
@media screen and (max-width: 640px) {
  .header .drawer_button.active {
    height: calc((72/760)*100vw);
    background: url("../images/header_menu_open.png") top center no-repeat;
    background-size: contain;
    top: calc((27/760)*100vw);
    z-index: 9999;
  }
}
.header .drawer_menu {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
  color: #EBDA86;
}
@media screen and (max-width: 640px) {
  .header .drawer_menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0 calc((30/760)*100vw);
  }
}
.header .drawer_menu li {
  margin: 0 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .header .drawer_menu li {
    width: 100%;
    margin: 0;
    border-bottom: #EBDA86 1px dotted;
    font-size: calc((28/760)*100vw);
    text-align: center;
  }
}
.header .drawer_menu li a {
  display: block;
}
@media screen and (max-width: 640px) {
  .header .drawer_menu li a {
    padding: calc((30/760)*100vw);
  }
}
.header .drawer_menu li a:hover {
  opacity: .6;
  transition: .5s;
}
@media screen and (max-width: 640px) {
  .header .drawer_menu li.contact {
    padding: 1em 0;
  }
}
.header .drawer_menu li.contact a {
  padding: .2em 1.5em;
  background: #EBDA86;
  border-radius: 1.5em;
  color: #000;
}
@media screen and (max-width: 640px) {
  .header .drawer_menu_wrapper {
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: calc((130/760)*100vw);
    right: 0;
    z-index: 1000;
    background-color: #000;
  }
}
@media screen and (max-width: 640px) {
  .header .drawer_menu_wrapper.open {
    transform: translate(0);
  }
}

/*---------------
   main
---------------*/
.main {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .main {
    margin-top: calc((130/760)*100vw);
  }
}

.content {
  padding: 50px 0;
}
@media screen and (max-width: 640px) {
  .content {
    padding: calc((100/760)*100vw) 0;
  }
}

.lttl {
  margin-bottom: 50px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .lttl {
    margin-bottom: calc((50/760)*100vw);
  }
}
.lttl .en {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
  color: #EBDA86;
  font-size: 7.0rem;
}
@media screen and (max-width: 640px) {
  .lttl .en {
    margin-bottom: calc((20/760)*100vw);
    padding-bottom: calc((30/760)*100vw);
    font-size: calc((70/760)*100vw);
  }
}
.lttl .en:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  width: 230px;
  height: 30px;
  background: url("../images/lttl_line.png") top center no-repeat;
}
@media screen and (max-width: 640px) {
  .lttl .en:after {
    width: calc((230/760)*100vw);
    height: calc((30/760)*100vw);
    background-size: contain;
  }
}
.lttl .jp {
  font-size: 2.5rem;
  font-weight: 200;
}
@media screen and (max-width: 640px) {
  .lttl .jp {
    font-size: calc((37/760)*100vw);
    letter-spacing: .15em;
    text-indent: .15em;
  }
}

.mv {
  background: url("../images/mv_bg.jpg") top center no-repeat;
}
@media screen and (max-width: 640px) {
  .mv {
    background: none;
  }
}
.mv .inner {
  padding: 0;
}

#about .content {
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  #about .content {
    margin-top: calc((-50/760)*100vw);
    padding: 0 0 calc((100/760)*100vw);
  }
}
#about .img_area {
  float: right;
  width: 550px;
  margin: 0 0 20px 30px;
}
@media screen and (max-width: 640px) {
  #about .img_area {
    width: calc((250/760)*100vw);
    margin: 0 0 0 calc((30/760)*100vw);
  }
}
#about .about_lttl {
  color: #EBDA86;
  font-size: 3.0rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  #about .about_lttl {
    margin-bottom: calc((30/760)*100vw);
    font-size: calc((50/760)*100vw);
    line-height: 1.6;
  }
}
#about .about_text {
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  #about .about_text {
    line-height: 1.8;
  }
}

#liver .liver_list {
  margin-bottom: 90px;
}
@media screen and (max-width: 640px) {
  #liver .liver_list {
    margin-bottom: calc((65/760)*100vw);
  }
}
#liver .liver_list li {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
#liver .liver_list li .textarea {
  width: 795px;
}
@media screen and (max-width: 640px) {
  #liver .liver_list li .textarea {
    width: calc((395/760)*100vw);
  }
}
#liver .liver_list li .img_area {
  width: 300px;
}
@media screen and (max-width: 640px) {
  #liver .liver_list li .img_area {
    width: calc((280/760)*100vw);
  }
}
#liver .liver_list li .sns_list li {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #liver .liver_list li .sns_list li {
    width: calc((50/760)*100vw);
    margin-right: calc((5/760)*100vw);
  }
}
#liver .liver_mttl {
  margin-bottom: 10px;
  color: #EBDA86;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #liver .liver_mttl {
    margin-bottom: 0;
    font-size: calc((37/760)*100vw);
  }
}
#liver .liver_text {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #liver .liver_text {
    margin-bottom: calc((20/760)*100vw);
    font-size: calc((25/760)*100vw);
    line-height: 1.4;
  }
}
#liver .liver_column {
  padding: 70px 0;
  background: url("../images/liver_column_top.png") top center no-repeat, url("../images/liver_column_bottom.png") bottom center no-repeat;
}
@media screen and (max-width: 640px) {
  #liver .liver_column {
    padding: calc((90/760)*100vw) 0;
    background: url("../images/liver_column_top_sp.png") top center no-repeat, url("../images/liver_column_bottom_sp.png") bottom center no-repeat;
    background-size: contain;
  }
}
#liver .liver_column_text {
  letter-spacing: .28em;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  #liver .liver_column_text {
    line-height: 1.8;
    letter-spacing: 0;
  }
}

#faq .faq_list li {
  margin-top: 20px;
  padding: 10px 60px;
  border: #EBDA86 2px solid;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  #faq .faq_list li {
    margin-top: calc((20/760)*100vw);
    padding: calc((20/760)*100vw) calc((60/760)*100vw);
    font-size: calc((28/760)*100vw);
    line-height: 1.4;
  }
}
#faq .faq_list li:first-child {
  margin-top: 0;
}
#faq .faq_list .question {
  position: relative;
  cursor: pointer;
}
#faq .faq_list .question:before {
  position: absolute;
  top: -2px;
  left: -40px;
  content: 'Q';
  color: #EBDA86;
  font-size: 2.0rem;
}
@media screen and (max-width: 640px) {
  #faq .faq_list .question:before {
    left: calc((-40/760)*100vw);
    font-size: calc((28/760)*100vw);
  }
}
#faq .faq_list .question:after {
  position: absolute;
  top: 10px;
  right: -40px;
  content: '';
  width: 14px;
  height: 8px;
  background: url("../images/faq_arrow.png") top center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  #faq .faq_list .question:after {
    top: calc((18/760)*100vw);
    right: calc((-40/760)*100vw);
    width: calc((14/760)*100vw);
    height: calc((8/760)*100vw);
    background-size: contain;
  }
}
#faq .faq_list .question.open:after {
  transform: rotateX(-180deg);
}
#faq .faq_list .answer {
  position: relative;
  display: none;
  margin-top: 20px;
  color: #EBDA86;
}
@media screen and (max-width: 640px) {
  #faq .faq_list .answer {
    margin-top: calc((20/760)*100vw);
  }
}
#faq .faq_list .answer:before {
  position: absolute;
  top: -2px;
  left: -40px;
  content: 'A';
  color: #EBDA86;
  font-size: 2.0rem;
}
@media screen and (max-width: 640px) {
  #faq .faq_list .answer:before {
    left: calc((-40/760)*100vw);
    font-size: calc((28/760)*100vw);
  }
}

@media screen and (max-width: 640px) {
  #news .lttl .en {
    font-size: calc((55/760)*100vw);
  }
}
#news .news_list li {
  position: relative;
  margin-top: .5em;
  padding-left: 10em;
}
@media screen and (max-width: 640px) {
  #news .news_list li {
    padding-left: 6em;
  }
}
#news .news_list li:first-child {
  margin-top: 0;
}
#news .news_list .date {
  position: absolute;
  top: 0;
  left: 0;
  color: #EBDA86;
}

#office .office_info {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
#office .office_info dt, #office .office_info dd {
  margin: .7em 0;
}
@media screen and (max-width: 640px) {
  #office .office_info dt, #office .office_info dd {
    line-height: 1.4;
  }
}
#office .office_info dt {
    width: 265px;
}
@media screen and (max-width: 640px) {
  #office .office_info dt {
    width: calc((200/760)*100vw);
  }
}
#office .office_info dd {
    width: 875px;
    padding: 0 40px;
    border-left: #FFF 1px solid;
}
@media screen and (max-width: 640px) {
  #office .office_info dd {
    width: calc((480/760)*100vw);
    padding: 0 0 0 calc((40/760)*100vw);
  }
}

#contact {
  /* iOSでのデフォルトスタイルをリセット ここから */
  /* iOSでのデフォルトスタイルをリセット ここまで */
}
#contact .required {
  padding-left: .5em;
  color: #EBDA86;
}
#contact input[type="submit"],
#contact input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
#contact input[type="submit"]::-webkit-search-decoration,
#contact input[type="button"]::-webkit-search-decoration {
  display: none;
}
#contact input[type="submit"]::focus,
#contact input[type="button"]::focus {
  outline-offset: -2px;
}
#contact input, #contact textarea {
  width: 100%;
  padding: 1em;
  background: #222;
  border: #555 1px solid;
  border-radius: 10px;
  font-family: 'Noto Serif JP', serif;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  #contact input, #contact textarea {
    border-radius: calc((9/760)*100vw);
  }
}
#contact .contact_mttl {
  color: #EBDA86;
  font-size: 3.0rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  #contact .contact_mttl {
    margin-bottom: calc((30/760)*100vw);
    font-size: calc((50/760)*100vw);
    line-height: 1.6;
  }
}
#contact .contact_text01 {
  text-align: center;
}
@media screen and (max-width: 640px) {
  #contact .contact_text01 {
    text-align: left;
  }
}
#contact .contact_text02 {
  position: relative;
  padding-bottom: 150px;
  text-align: center;
  color: #EBDA86;
}
@media screen and (max-width: 640px) {
  #contact .contact_text02 {
    padding-bottom: calc((70/760)*100vw);
    text-align: left;
  }
}
#contact .contact_text02:after {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  width: 0;
  height: 0;
  border: transparent 17px solid;
  border-top: #EBDA86 17px solid;
}
@media screen and (max-width: 640px) {
  #contact .contact_text02:after {
    bottom: calc((10/760)*100vw);
    border: transparent calc((17/760)*100vw) solid;
    border-top: #EBDA86 calc((17/760)*100vw) solid;
  }
}
#contact .contact_form {
  width: 700px;
  margin: 40px auto 30px;
}
@media screen and (max-width: 640px) {
  #contact .contact_form {
    width: 100%;
    margin: calc((30/760)*100vw) 0 calc((40/760)*100vw);
  }
}
#contact .contact_form dt, #contact .contact_form dd {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #contact .contact_form dt, #contact .contact_form dd {
    margin-bottom: calc((10/760)*100vw);
    text-align: left;
  }
}
#contact .contact_table {
  width: 700px;
  margin: 40px auto 30px;
}
@media screen and (max-width: 640px) {
  #contact .contact_table {
    width: 100%;
    margin: calc((30/760)*100vw) 0 calc((40/760)*100vw);
  }
}
#contact .contact_table tr {
  border--bottom: #FFF 1px solid;
}
#contact .contact_table th, #contact .contact_table td {
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #contact .contact_table th, #contact .contact_table td {
    margin-bottom: calc((10/760)*100vw);
    text-align: left;
  }
}
#contact .contact_btn {
  margin: 40px 0 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #contact .contact_btn {
    margin: calc((30/760)*100vw) calc((40/760)*100vw);
  }
}
#contact .contact_btn input, #contact .contact_btn a {
  display: inline-block;
  width: 300px;
  margin: 0 1em;
  padding: .7em 1em;
  background: #777;
  border: none;
  border-radius: 9px;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #contact .contact_btn input, #contact .contact_btn a {
    display: block;
    width: auto;
    min-width: calc((300/760)*100vw);
    margin: 0 auto 1em;
    font-size: calc((28/760)*100vw);
  }
}
@media screen and (max-width: 640px) {
  #contact .contact_btn input:last-child, #contact .contact_btn a:last-child {
    margin-bottom: 0;
  }
}
#contact .contact_btn input:hover, #contact .contact_btn a:hover {
  cursor: pointer;
  opacity: .6;
  transition: .5s;
}
#contact .privacy {
  height: 400px;
  overflow-y: scroll;
  padding: 30px 40px;
  background: #222;
}
@media screen and (max-width: 640px) {
  #contact .privacy {
    height: calc((380/760)*100vw);
    padding: calc((30/760)*100vw);
    line-height: 1.4;
  }
}
#contact .privacy_ttl {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #contact .privacy_ttl {
    margin-bottom: calc((20/760)*100vw);
    font-size: calc((37/760)*100vw);
  }
}
#contact .privacy ul {
  margin-top: 20px;
  margin-left: 1em;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  #contact .privacy ul {
    margin-top: calc((40/760)*100vw);
    font-size: calc((24/760)*100vw);
  }
}
#contact .privacy ul li {
  margin-top: .7em;
  padding-left: 1em;
  text-indent: -1em;
}
#contact .privacy ul li:first-child {
  margin-top: 0;
}
#contact .privacy ul li:before {
  content: '■';
}

/*---------------
   footer
---------------*/
.footer {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .footer {
    padding: calc((30/760)*100vw) 0;
  }
}
.footer .copy {
  color: #EBDA86;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .footer .copy {
    font-size: calc((28/760)*100vw);
  }
}
