@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap");
/* Animation */
@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
}

b, strong, .bold {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

input::-ms-input-placeholder {
  color: #000;
}

input::placeholder {
  color: #000;
}

/* IE */
input:-ms-input-placeholder {
  color: #000;
}

/* Edge */
input::-ms-input-placeholder {
  color: #000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.under_link {
  text-decoration: underline;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%;
}

.sec {
  width: 960px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .sec {
    width: 100%;
    padding: 0 10px;
  }
}
.sec_ttl_text {
  font-family: "EB Garamond", serif;
  font-size: 7rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .sec_ttl_text {
    font-size: 4rem;
  }
}

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .parallax-bg {
    background-attachment: local;
    background-position: bottom;
  }
}

.header {
  width: 100%;
  height: 140px;
  z-index: 9999997;
  margin: auto;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .header {
    height: 86px;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 40px;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .header_inner {
    top: 20px;
    padding: 0 10px;
  }
}
.header__left {
  max-width: 150px;
  width: 100%;
  position: relative;
  z-index: 99999999;
}
@media screen and (max-width: 768px) {
  .header__left {
    max-width: 100%;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header__left img {
    width: 100%;
  }
}
.header__navi {
  display: none;
}
.header__navi.is-open {
  opacity: 1;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  text-align: center;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navi_inner {
  margin: 0 auto;
  width: 100%;
}
.header__navi_inner li {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.header__navi_inner li.sns {
  margin-bottom: auto;
}
.header__navi_inner li.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .header__navi_inner li.sns ul {
    margin-top: 60px;
  }
}
.header__navi_inner li.sns ul li {
  margin: 0 15px;
}
.header__btn_menu {
  cursor: pointer;
  background-color: #000;
  padding: 23.5px 18px;
  border-radius: 50%;
  z-index: 99999999;
}
.header__btn_menu.is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  transform: rotate(-45deg) translate(-5px, 5px);
}
.header__btn_menu.is-open .bar2 {
  opacity: 0;
}
.header__btn_menu.is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}
.header__btn_menu div {
  width: 28px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}
.header__btn_menu .bar2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.footer {
  background-color: #000;
}
.footer__inner {
  height: 190px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    height: 190px;
    padding: 0 10px;
  }
}
.footer__inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 34px;
}
@media screen and (max-width: 768px) {
  .footer__inner_box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner_box_left img {
    width: 102px;
  }
}
.footer__inner_box_right ul {
  width: 376px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner_box_right ul {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner .ft_link {
    text-align: right;
  }
}
.footer__inner .ft_link a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer__inner .ft_link a {
    font-size: 1.3rem;
  }
}
.footer__inner .ft_btn {
  width: 160px;
}
.footer__inner .ft_btn a {
  display: block;
  background-color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 12px 0;
}
.footer__inner .ft_btn a span {
  position: relative;
  padding-left: 30px;
}
.footer__inner .ft_btn a span::before {
  content: "";
  background-image: url(../img/common/icon_mail_ft.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 19px;
  height: 14px;
}
@media screen and (max-width: 640px) {
  .footer__inner .ft_btn a span::before {
    width: 11px;
    height: 12px;
  }
}
.footer__inner_copyright {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer__inner_copyright {
    font-size: 1.3rem;
  }
}

.page_top {
  right: 0;
  z-index: 4;
}
@media screen and (max-width: 640px) {
  .page_top {
    bottom: 36px;
  }
}
.page_top_text {
  display: block;
  width: 172px;
  background-color: #000;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 10px 0;
  padding-left: 24px;
}
.page_top_text span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.page_top_text span::before {
  content: "";
  background-image: url(../img/common/icom_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 16px;
  height: 12px;
}
.page_top_text span::after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 30px;
  height: 1px;
  top: 50%;
  right: -60px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*------------------------------------------------------------
  Top
------------------------------------------------------------*/
.top .sec__fv_inner {
  position: relative;
}
.top .sec__fv_inner_img img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .sec__fv_inner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text {
    display: block;
    width: 100%;
  }
}
.top .sec__fv_inner_text_left {
  margin-right: 44px;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text_left {
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top .sec__fv_inner_text_left img {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__fv_inner_text_left img {
    width: 100px;
  }
}
.top .sec__fv_inner_text_right {
  width: 550px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top .sec__fv_inner_text_right {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__fv_inner_text_right {
    width: 460px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text_right {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
}
.top .sec__fv_inner_text_right h3 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  text-shadow: 0px 0px 6px black;
}
@media screen and (max-width: 768px) {
  .top .sec__fv_inner_text_right h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text_right h3 {
    font-size: 1.8rem;
    line-height: 2.2222222222;
    margin-bottom: 12px;
  }
}
.top .sec__fv_inner_text_right h2 {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 6px black;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .top .sec__fv_inner_text_right h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__fv_inner_text_right h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text_right h2 {
    font-size: 3.4rem;
    margin-bottom: 14px;
  }
}
.top .sec__fv_inner_text_right h2 span {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-left: 14px;
  text-shadow: none;
}
@media screen and (max-width: 768px) {
  .top .sec__fv_inner_text_right h2 span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text_right h2 span {
    display: block;
    margin-top: 10px;
  }
}
.top .sec__fv_inner_text_right p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text_right p {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    line-height: 1.7857142857;
  }
}
.top .sec__story {
  background-color: #F8F8F8;
}
.top .sec__story_container {
  padding-top: 105px;
  padding-bottom: 88px;
}
@media screen and (max-width: 640px) {
  .top .sec__story_container {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.top .sec__story_container .sec_ttl {
  margin-bottom: 62px;
}
@media screen and (max-width: 640px) {
  .top .sec__story_container .sec_ttl {
    margin-bottom: 40px;
  }
}
.top .sec__story_container_subttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 94px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top .sec__story_container_subttl {
    font-size: 1.8rem;
    line-height: 2.2222222222;
    padding-bottom: 44px;
  }
}
.top .sec__story_container_subttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 70px;
  border-left: 1px dashed #000;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .top .sec__story_container_subttl::after {
    height: 35px;
  }
}
.top .sec__story_container_subttl.top_line {
  padding-top: 94px;
}
@media screen and (max-width: 640px) {
  .top .sec__story_container_subttl.top_line {
    padding-top: 44px;
  }
}
.top .sec__story_container_subttl.top_line::before {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 70px;
  border-left: 1px dashed #000;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .top .sec__story_container_subttl.top_line::before {
    height: 35px;
  }
}
.top .sec__story_container_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__story_container_box {
    display: block;
  }
}
.top .sec__story_container_box_left {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .top .sec__story_container_box_left {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__story_container_box_left {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__story_container_box_left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top .sec__story_container_box_left ul li:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__story_container_box_left ul li:first-child {
    margin-bottom: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__story_container_box_left ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__story_container_box_left img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__story_container_box_right {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__story_container_box_right {
    width: 100%;
    padding: 0 10px;
  }
}
.top .sec__story_container_box_right_text {
  margin: -10px 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  color: #020000;
}
@media screen and (max-width: 768px) {
  .top .sec__story_container_box_right_text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__story_container_box_right_text {
    margin: auto;
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
.top .sec__story_container_box_right_text.text_btm {
  margin-bottom: 26px;
}
@media screen and (max-width: 640px) {
  .top .sec__story_container_box_right_text.text_btm {
    margin-bottom: 20px;
  }
}
.top .sec__work {
  position: relative;
  z-index: 1;
}
.top .sec__work_container {
  padding-top: 116px;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container {
    padding-top: 60px;
    padding-bottom: 2px;
  }
}
.top .sec__work_container .sec_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container .sec_ttl {
    margin-bottom: 40px;
  }
}
.top .sec__work_container_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  margin-bottom: 62px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_text {
    padding: 0 10px;
    font-size: 1.3rem;
    line-height: 1.9230769231;
    margin-bottom: 30px;
  }
}
.top .sec__work_container_top {
  background-color: #fff;
  border: 1px solid #000;
  padding: 60px 0 60px 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_top {
    margin: 0 10px;
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}
.top .sec__work_container_top_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_top_inner {
    display: block;
  }
}
.top .sec__work_container_top_inner_left {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_top_inner_left {
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.top .sec__work_container_top_inner_left h3 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_top_inner_left h3 {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 20px;
  }
}
.top .sec__work_container_top_inner_left p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2142857143;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_top_inner_left p {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_top_inner_right {
    width: 250px;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_top_inner_right img {
    width: 100%;
  }
}
.top .sec__work_container_top_inner_right_name {
  margin: 20px 0 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_top_inner_right_name {
    margin: 10px 0;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.top .sec__work_container_top_inner_right_text {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_top_inner_right_text {
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}
.top .sec__work_container_ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_ttl {
    font-size: 2rem;
    margin-bottom: 50px;
  }
}
.top .sec__work_container_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box {
    margin-bottom: 60px;
  }
}
.top .sec__work_container_box_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_ttl {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
.top .sec__work_container_box_ttl span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_ttl span {
    display: block;
    font-size: 1.6rem;
  }
}
.top .sec__work_container_box .en {
  font-family: "EB Garamond", serif;
}
.top .sec__work_container_box_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 32px;
  }
}
.top .sec__work_container_box_info_left {
  position: relative;
  padding-left: 34px;
  margin: 0 30px 0 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_info_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
    margin: 0 10px;
  }
}
.top .sec__work_container_box_info_left::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.top .sec__work_container_box_info_left h4 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_info_left h4 {
    font-size: 1.4rem;
    line-height: 2.8571428571;
    margin-top: -12px;
    margin-bottom: auto;
  }
}
.top .sec__work_container_box_info_left_text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2142857143;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_info_left_text {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
.top .sec__work_container_box_info_left_link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: underline;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_info_left_link {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}
.top .sec__work_container_box_info_left_ad {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_info_left_ad {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_info_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_info_right img {
    width: 200px;
  }
}
.top .sec__work_container_box_work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_work {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .sec__work_container_box_work_left {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_work_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding: 0 10px;
  }
}
.top .sec__work_container_box_work_left_text {
  background-color: #fff;
  border: 1px solid #000;
  padding: 30px 24px 0;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_work_left_text {
    padding: 30px 20px;
  }
}
.top .sec__work_container_box_work_left_text p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_work_left_text p {
    font-size: 1.8rem;
  }
}
.top .sec__work_container_box_work_left_text ul li {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7222222222;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_work_left_text ul li {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
.top .sec__work_container_box_work_right {
  width: 44.8%;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_work_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
.top .sec__work_container_box_work_right img {
  width: 100%;
}
.top .sec__work_container_box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_img {
    padding: 0 10px;
  }
}
.top .sec__work_container_box_img::after {
  content: "";
  display: block;
  width: 23%;
}
.top .sec__work_container_box_img li {
  width: 23%;
}
@media screen and (max-width: 640px) {
  .top .sec__work_container_box_img li {
    width: 49%;
    margin-bottom: 12px;
  }
}
.top .sec__work_container_box_img li img {
  width: 100%;
}
.top .sec__work_bg {
  position: absolute;
  width: calc(50% - 190px);
  height: 100%;
  background-color: #F7F4F2;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .top .sec__work_bg {
    width: 150px;
  }
}
.top .sec__beer .parallax-bg {
  height: 550px;
}
@media screen and (max-width: 640px) {
  .top .sec__beer .parallax-bg {
    height: 210px;
  }
}
.top .sec__beer .bg_img {
  position: relative;
  background-image: url(../img/bg_beer.png);
}
.top .sec__beer .bg_img h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: "EB Garamond", serif;
  font-size: 5rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top .sec__beer .bg_img h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__beer .bg_img h3 {
    font-size: 1.8rem;
  }
}
.top .sec__company_container {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 640px) {
  .top .sec__company_container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.top .sec__company_container .sec_ttl {
  margin-bottom: 50px;
}
.top .sec__company_container_box {
  width: 700px;
  margin: auto;
}
@media screen and (max-width: 720px) {
  .top .sec__company_container_box {
    width: 100%;
    padding: 0 20px;
  }
}
.top .sec__company_container_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  padding-bottom: 6px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .top .sec__company_container_box dl {
    font-size: 1.3rem;
    line-height: 1.9230769231;
    padding-bottom: 12px;
    margin-top: 12px;
  }
}
.top .sec__company_container_box dl:not(:last-child) {
  border-bottom: 1px solid #000;
}
.top .sec__company_container_box dl dt {
  width: 27%;
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__company_container_box dl dt {
    width: 90px;
    padding-left: 0;
  }
}
.top .sec__company_container_box dl dd {
  width: calc(100% - 27%);
}
@media screen and (max-width: 640px) {
  .top .sec__company_container_box dl dd {
    width: calc(100% - 90px);
  }
}
.top .sec__thanks_container {
  padding-bottom: 136px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container {
    padding-bottom: 60px;
  }
}
.top .sec__thanks_container .sec_ttl {
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container .sec_ttl {
    margin-bottom: 50px;
  }
}
.top .sec__thanks_container_text {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 116px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_text {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 70px;
  }
}
.top .sec__thanks_container_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_top {
    display: block;
    padding: 0 20px;
  }
}
.top .sec__thanks_container_top_left {
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_top_left {
    margin-right: auto;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_top_left img {
    width: 100%;
  }
}
.top .sec__thanks_container_top_right {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_top_right {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
.top .sec__thanks_container_top_right a {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_top_right a {
    font-size: 1.4rem;
  }
}
.top .sec__thanks_container_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_box {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.top .sec__thanks_container_box_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_box_top {
    margin-bottom: 8px;
  }
}
.top .sec__thanks_container_box_top dt {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 42px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_box_top dt {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.top .sec__thanks_container_box_top dd {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_box_top dd {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_box_top dd span {
    display: inline-block;
    margin-bottom: 22px;
  }
}
.top .sec__thanks_container_box_top dd span:not(:first-child) {
  margin-left: 58px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_box_top dd span:not(:first-child) {
    margin-left: auto;
  }
}
.top .sec__thanks_container_box_btm dt {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_box_btm dt {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.top .sec__thanks_container_box_btm dd {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_box_btm dd {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_box_btm dd span {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.top .sec__thanks_container_box_btm dd span:not(:first-child) {
  margin-left: 28px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_box_btm dd span:not(:first-child) {
    margin-left: 22px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_box_btm dd span:last-child {
    margin-left: auto;
  }
}
.top .sec__thanks_container_name {
  margin: 0 20px;
  padding-top: 60px;
  border-top: 1px solid #CECECE;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_name {
    padding-top: 40px;
  }
}
.top .sec__thanks_container_name_top {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.2222222222;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_name_top {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
.top .sec__thanks_container_name_top span {
  display: inline-block;
  margin-right: 25px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_name_top span {
    margin-right: 22px;
  }
}
.top .sec__thanks_container_name_top span .m_no {
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .top .sec__thanks_container_name_top span .m_no {
    margin-right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_name_top span .m_no {
    margin-right: 22px;
  }
}
.top .sec__thanks_container_name_btm {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_name_btm {
    font-size: 1.4rem;
    line-height: 2.8571428571;
  }
}
.top .sec__thanks_container_name_btm span {
  display: inline-block;
  margin-right: 22px;
}
@media screen and (max-width: 640px) {
  .top .sec__thanks_container_name_btm span {
    margin-right: 20px;
  }
}
.top .sec__thanks_container_name_btm span.m_no {
  margin-right: auto;
}
.top .sec__thanks_container_name p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: right;
}

/*------------------------------------------------------------
  Policy
------------------------------------------------------------*/
.policy .sec__policy_container {
  padding-top: 184px;
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .policy .sec__policy_container {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}
.policy .sec__policy_container .sec_ttl {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .policy .sec__policy_container .sec_ttl {
    margin-bottom: 40px;
  }
}
.policy .sec__policy_container_inner {
  width: 920px;
  margin: auto;
}
@media screen and (max-width: 940px) {
  .policy .sec__policy_container_inner {
    width: 100%;
    padding: 0 10px;
  }
}
.policy .sec__policy_container_inner_text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8571428571;
  margin-bottom: 26px;
}
.policy .sec__policy_container_inner_list > li {
  margin-bottom: 20px;
}
.policy .sec__policy_container_inner_list > li h3 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.625;
  margin-bottom: 30px;
}
.policy .sec__policy_container_inner_list > li p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8571428571;
}
.policy .sec__policy_container_inner_list > li .policy_list_inner p {
  padding-bottom: 20px;
}
.policy .sec__policy_container_inner_list > li .policy_list_inner ul {
  margin-bottom: 30px;
}
.policy .sec__policy_container_inner_list > li .policy_list_inner ul li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8571428571;
}