@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #242424;
  background-size: cover;
}
@media screen and (max-width: 840px) {
  body {
    font-size: 15px;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}

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

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 2;
  letter-spacing: 0;
  color: #fff;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #fff;
  transition: all 0.3s ease;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 640px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  br.spn {
    display: none;
  }
}

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

.onlySP {
  display: none;
}
@media screen and (max-width: 640px) {
  .onlySP {
    display: initial;
  }
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  transform: translateY(-50px);
  transition: 1s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.4s;
}

.move-b {
  opacity: 1;
  transform: translateY(0);
}

.delay1 {
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    transition-delay: 0;
  }
}

.delay2 {
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    transition-delay: 0;
  }
}

.delay3 {
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    transition-delay: 0;
  }
}

.delay4 {
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    transition-delay: 0;
  }
}

.delay5 {
  transition-delay: 1.2s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 999999;
  display: none;
}
@media screen and (max-width: 840px) {
  .hnavi_btn {
    display: block;
  }
}

.menu-button {
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.menu-button i {
  display: block;
  width: 32px;
  height: 1px;
  background: transparent;
  position: absolute;
  right: 5px;
  top: 21px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s !important;
}
.menu-button i:before {
  transform: translateY(5px);
}
.menu-button i:after {
  transform: translateY(-5px);
}

.hnavi_btn.active .menu-button {
  background: #000;
}
.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  transform: translateY(0px) rotate(45deg);
}

.spnavi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/sp_navi_bg.jpg") no-repeat top center;
  background-size: cover;
  z-index: 99999;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  box-sizing: border-box;
  display: none;
}
.spnavi .sp_navi_logo {
  text-align: center;
  margin-bottom: 54px;
  font-size: 0;
}
.spnavi ul {
  margin-bottom: 48px;
}
.spnavi ul li {
  text-align: center;
  font-size: 18px;
  margin-bottom: 24px;
}
.spnavi .spnavi_contact {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid #575757;
}
.spnavi .spnavi_contact a {
  width: 100%;
  height: 88px;
  padding: 8px 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spnavi .spnavi_contact a::after {
  content: "";
  display: block;
  background: url("../img/spnavi_icon.png") no-repeat;
  background-size: cover;
  width: 11px;
  height: 17px;
}
.spnavi .spnavi_ig {
  width: 100%;
}
.spnavi .spnavi_ig a {
  width: 100%;
  height: 88px;
  padding: 8px 32px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../img/sp_navi_ig_bg.jpg") no-repeat;
  background-size: cover;
}
.spnavi .spnavi_ig a::after {
  content: "";
  display: block;
  background: url("../img/spnavi_icon.png") no-repeat;
  background-size: cover;
  width: 11px;
  height: 17px;
}

.header {
  position: fixed;
  top: 3px;
  right: 8px;
  display: flex;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  top: 0;
  transition: all 0.5s ease;
  transition-delay: 6.9s;
}
@media screen and (max-width: 840px) {
  .header {
    display: none;
  }
}
.header.start {
  top: 3px;
  opacity: 1;
}
.header.active .gnavi {
  background: #101010;
}
.header.active .hcontact a {
  background: #101010;
}
.header .gnavi {
  display: flex;
  margin-right: 40px;
  padding: 0 20px;
}
.header .gnavi li::after {
  content: "/";
  color: #838383;
  margin-left: 16px;
  margin-right: 16px;
}
.header .gnavi li:last-of-type::after {
  display: none;
}
.header .gnavi li a {
  color: #fff;
  font-size: 13px;
}
.header .gnavi li a:hover {
  opacity: 0.6;
}
.header .hcontact {
  font-size: 0;
}
.header .hcontact a {
  width: 96px;
  height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .hcontact a:hover {
  opacity: 0.6;
}

html,
body {
  height: 100%;
}

.header_bg {
  background: url("../img/fv_bg.jpg") no-repeat top center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.opening {
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
}
.opening .rhombus {
  width: 10%;
  padding-top: 10%;
  position: relative;
}
@media screen and (max-width: 840px) {
  .opening .rhombus {
    width: 20%;
    padding-top: 20%;
  }
}
.opening .rhombus::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #242424;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
          clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  animation: opening_hombus 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes opening_hombus {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(0);
  }
}
.fv {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 145px 40px 0;
  transition: all 0.1s ease;
  opacity: 0;
}
@media screen and (max-width: 840px) {
  .fv {
    padding: 74px 24px 0;
  }
}
.fv.active {
  opacity: 1;
}
.fv .copy {
  font-size: 0;
  margin-bottom: 48px;
  position: relative;
  z-index: 100;
  animation: blur2 5s ease-out forwards;
  opacity: 0;
}
@media screen and (max-width: 840px) {
  .fv .copy {
    margin-bottom: 84px;
  }
}
.fv .fv_logo {
  font-size: 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 100;
  animation: blur3 5s ease-out forwards;
  opacity: 0;
}
@media screen and (max-width: 840px) {
  .fv .fv_logo {
    width: 160px;
    margin-bottom: 64px;
  }
}
.fv .fv_lead {
  color: #fff;
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
  position: relative;
  z-index: 100;
  color: transparent;
  animation: blur 5s ease-out forwards;
}
@media screen and (max-width: 840px) {
  .fv .fv_lead {
    font-size: 13px;
  }
}
.fv .scroll {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.fv .scroll .line {
  width: 1px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
}
.fv .scroll .line .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}
@keyframes blur {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
    transform: translateY(30px);
  }
  50% {
    text-shadow: 0 0 90px #fff;
    transform: translateY(30px);
  }
  60% {
    opacity: 1;
  }
  75% {
    text-shadow: 0 0 0px #fff;
  }
  85% {
    transform: translateY(0);
    color: transparent;
    text-shadow: 0 0 0px #fff;
    transform: translateY(0);
  }
  100% {
    color: #fff;
    opacity: 1;
  }
}
@keyframes blur2 {
  0% {
    filter: blur(0);
    opacity: 0;
    transform: translateY(-30px);
  }
  50% {
    filter: blur(10px);
    opacity: 0;
    transform: translateY(-30px);
  }
  60% {
    filter: blur(5px);
  }
  80% {
    filter: blur(0);
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    filter: blur(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes blur3 {
  0% {
    filter: blur(0);
    opacity: 0;
    transform: translateY(30px);
  }
  50% {
    filter: blur(10px);
    opacity: 0;
    transform: translateY(30px);
  }
  60% {
    filter: blur(5px);
  }
  80% {
    filter: blur(0);
    transform: translateY(0);
    opacity: 1;
  }
  90% {
    filter: blur(0);
  }
  100% {
    opacity: 1;
  }
}
.fv_bg {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 120%;
  pointer-events: none;
  transition: all 1.3s ease;
  transition-delay: 0.3s;
  opacity: 0;
}
.fv_bg.active {
  opacity: 1;
}
.fv_bg .bgimg {
  background: url("../img/spfv.png") no-repeat bottom center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: bottom 1.9s cubic-bezier(0.76, 0, 0.24, 1) 3.9s, border-radius 1.5s cubic-bezier(0.76, 0, 0.24, 1) 5.4s;
}
@media screen and (min-width: 841px) {
  .fv_bg .bgimg {
    background: url("../img/fv.png") no-repeat bottom center;
    background-size: cover;
  }
}
.fv_bg .bgimg.active {
  bottom: -210px;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 840px) {
  .fv_bg .bgimg.active {
    bottom: -97px;
    border-radius: 40px 40px 0 0;
  }
}

.wrap_concept {
  background: url("../img/consept_bg.png") no-repeat top center;
  background-size: 100%;
  margin-top: 68%;
  position: relative;
  z-index: 3000;
  padding: 720px 0 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
@media screen and (max-width: 1366px) {
  .wrap_concept {
    background-size: 1366px;
  }
}
.wrap_concept .concept_head {
  max-width: 1073px;
  margin: 0 auto 192px;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .wrap_concept .concept_head {
    display: block;
    padding: 0 20px;
    margin: 0 auto 88px;
    width: -moz-max-content;
    width: max-content;
  }
}
.wrap_concept .concept_head.move .copy {
  opacity: 1;
  transform: translateY(0);
}
.wrap_concept .concept_head.move .lead {
  opacity: 1;
  transform: translateY(0);
}
.wrap_concept .concept_head .copy {
  font-size: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.2s ease;
  margin-right: 40px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .concept_head .copy {
    margin: 0 0 50px;
  }
}
.wrap_concept .concept_head .lead {
  font-size: 18px;
  line-height: 2.55;
  padding-top: 90px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.2s ease;
  transition-delay: 0.5s;
  white-space: nowrap;
}
@media screen and (max-width: 840px) {
  .wrap_concept .concept_head .lead {
    padding-top: 0;
    font-size: 14px;
  }
}
.wrap_concept .commitment {
  max-width: 1196px;
  margin: 0 auto 200px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment {
    margin-bottom: 80px;
  }
}
.wrap_concept .commitment::before {
  content: "";
  display: block;
  background: url("../img/commitment_star.png") no-repeat;
  background-size: 244px;
  width: 244px;
  height: 65px;
  position: absolute;
  top: -65px;
  right: 33px;
  opacity: 0;
  filter: blur(6px);
  transition: all 0.8s ease;
  transition-delay: 2.2s;
}
.wrap_concept .commitment.move::before {
  opacity: 1;
  filter: blur(0);
}
.wrap_concept .commitment.move .blur_txt span {
  animation: blur_txt 5s ease-out forwards;
}
.wrap_concept .commitment .commitment_ttl {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  font-size: 29px;
  letter-spacing: 0.88em;
  line-height: 50px;
  text-align: center;
  color: #fff;
  opacity: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .commitment_ttl {
    font-size: 20px;
  }
}
.wrap_concept .commitment .ingredients {
  margin-bottom: 202px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients {
    margin-bottom: 80px;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt {
  background: url("../img/ingredients_bg.jpg") repeat-y top left;
  padding: 160px 0 230px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt {
    padding: 60px 0;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_head {
  display: flex;
  padding: 0 106px;
  margin-bottom: 112px;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_head {
    padding: 0 80px 0 40px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_head {
    display: block;
    padding: 0 30px 0 30px;
    margin-bottom: 180px;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_head .sec_ttl {
  font-size: 0;
  margin-right: 82px;
  flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_head .sec_ttl {
    width: 160px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_head .sec_ttl {
    width: 140px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_head .sec_ttl {
    margin: 0 0 32px;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_head .lead {
  font-size: 20px;
  line-height: 1.9;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_head .lead {
    font-size: 18px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_head .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_head .lead .spn {
    display: none;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list {
    display: block;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li {
  width: 370px;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li {
    width: auto;
    padding-right: 40px !important;
    box-sizing: border-box !important;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li {
    margin-left: 80px !important;
    margin-bottom: 160px !important;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients1 {
  margin-left: 406px;
  margin-bottom: 130px;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients1 {
    margin-left: 120px;
    margin-bottom: 200px;
    position: relative;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients1 .img {
  position: absolute;
  right: 0;
  top: 257px;
}
@media screen and (max-width: 1200px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients1 .img {
    top: 110px;
  }
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients1 .img {
    width: 240px;
    top: -240px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients1 .img {
    width: 55%;
    max-width: 180px;
    top: -60%;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients2 {
  margin-left: 192px;
}
@media screen and (max-width: 1200px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients2 {
    margin-left: 120px;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients2 {
    position: relative;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients2 .img {
  position: absolute;
  left: 95px;
  top: 544px;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients2 .img {
    top: -142px;
    right: 20px;
    left: auto;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients2 .img {
    width: 60%;
    right: 5px;
    top: -130px;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients3 {
  margin-right: 85px;
  margin-bottom: 80px;
  margin-top: 123px;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients3 {
    margin-left: 120px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 260px;
    position: relative;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients3 .img {
  position: absolute;
  left: 416px;
  top: 1165px;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients3 .img {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients3 .img {
    width: 56%;
    right: 5px;
    top: -120px;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients4 {
  margin-left: 195px;
}
@media screen and (max-width: 1200px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients4 {
    margin-left: 120px;
  }
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients4 {
    margin-bottom: 200px;
    position: relative;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients4 .img {
  position: absolute;
  left: 233px;
  bottom: 72px;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients4 .img {
    left: auto;
    right: 0;
    top: -200px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients4 .img {
    width: 63%;
    right: 5px;
    top: -155px;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients5 {
  margin-right: 85px;
  margin-top: 205px;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients5 {
    position: relative;
    margin-left: 120px;
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients5 {
    margin-bottom: 60px !important;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients5 .img {
  position: absolute;
  right: 0;
  top: 1345px;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients5 .img {
    top: -240px;
    right: 0;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li.ingredients5 .img {
    top: -160px;
    width: 78%;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .img {
  mix-blend-mode: lighten;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .img {
    text-align: right;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .ttl {
  position: relative;
  font-size: 28px;
  line-height: 1.64;
  margin-bottom: 16px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .ttl {
    font-size: 20px;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .ttl span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/ingredients_ttl_bg.svg") no-repeat;
  width: 213px;
  height: 209px;
  font-size: 38px;
  letter-spacing: 0.08em;
  position: absolute;
  top: -150px;
  left: -107px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .ttl span {
    background-size: cover;
    width: 143px;
    height: 140px;
    top: -110px;
    left: -65px;
    font-size: 22px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .txt {
    margin-left: -30px;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .spec {
  margin-top: 18px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .spec {
    margin-left: -30px;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .spec li {
  display: flex;
  margin-bottom: 18px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .spec li {
    display: block;
  }
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .spec li p {
  font-size: 14px;
  line-height: 1.71;
}
.wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .spec li .spec_ttl {
  background: #484848;
  width: 94px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-right: 14px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .ingredients_cnt .ingredients_list > li .spec li .spec_ttl {
    margin: 0 0 5px;
  }
}
.wrap_concept .commitment .ingredients .sdgs {
  background: #525252;
  padding: 87px 190px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .sdgs {
    padding: 87px 80px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .sdgs {
    padding: 40px;
    display: block;
  }
}
.wrap_concept .commitment .ingredients .sdgs::before {
  content: "";
  display: block;
  width: 1px;
  height: 120px;
  background: #898989;
  position: absolute;
  top: -60px;
  left: 238px;
}
@media screen and (max-width: 1080px) {
  .wrap_concept .commitment .ingredients .sdgs::before {
    left: 110px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .sdgs::before {
    top: -40px;
    left: 80px;
    height: 80px;
  }
}
.wrap_concept .commitment .ingredients .sdgs .ttl {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-weight: 200;
  margin-right: 40px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .sdgs .ttl {
    font-size: 32px;
    margin: 0;
  }
}
.wrap_concept .commitment .ingredients .sdgs .cnt {
  width: 667px;
  margin-top: 10px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .sdgs .cnt {
    width: auto;
    margin-top: 0;
  }
}
.wrap_concept .commitment .ingredients .sdgs .cnt .copy {
  font-size: 28px;
  margin-bottom: 8px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .ingredients .sdgs .cnt .copy {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.wrap_concept .commitment .recipe {
  position: relative;
  padding: 0 100px 0 70px;
  padding-bottom: 173px;
  margin-bottom: 105px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .wrap_concept .commitment .recipe {
    margin: 0 40px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .recipe {
    flex-direction: column;
    align-items: center;
    padding-right: 24px;
    padding-bottom: 40vw;
    margin: 0 auto;
  }
}
.wrap_concept .commitment .recipe .ttl_icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .recipe .ttl_icon {
    left: 20px;
  }
}
.wrap_concept .commitment .recipe .cnt {
  width: 520px;
  margin-top: 123px;
  margin-right: 40px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .recipe .cnt {
    padding-top: 80px;
    margin-bottom: 48px;
    margin-right: 0;
    width: auto;
    max-width: 520px;
    padding-top: 48px;
  }
}
.wrap_concept .commitment .recipe .cnt .ttl {
  font-size: 28px;
  text-align: center;
  line-height: 1.64;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .recipe .cnt .ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.wrap_concept .commitment .recipe .cnt .txt p {
  margin-bottom: 24px;
}
.wrap_concept .commitment .recipe .img {
  font-size: 0;
  position: relative;
  z-index: 100;
  max-width: -moz-max-content;
  max-width: max-content;
}
.wrap_concept .commitment .recipe .img .img2 {
  position: absolute;
  right: -85px;
  bottom: -130px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .recipe .img .img2 {
    width: 45%;
    right: -16px;
    bottom: -40px;
  }
}
.wrap_concept .commitment .recipe .bg_img {
  width: 100vw;
  height: 31vw;
  position: absolute;
  bottom: 0;
  left: calc(-50vw + 598px);
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .wrap_concept .commitment .recipe .bg_img {
    left: -40px;
    bottom: 80px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .recipe .bg_img {
    left: -20%;
    bottom: 24vw;
  }
}
.wrap_concept .commitment .recipe .bg_img img {
  width: 100%;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .recipe .bg_img img {
    width: 160%;
    max-width: 160%;
  }
}
.wrap_concept .commitment .patissiers {
  background: url("../img/ingredients_bg.jpg") repeat-y top left;
  position: relative;
  padding: 85px 100px 0 85px;
  position: relative;
  height: 526px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 204px;
}
@media screen and (max-width: 1280px) {
  .wrap_concept .commitment .patissiers {
    padding-left: 20px;
    padding-right: 80px;
    height: auto;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .patissiers {
    flex-direction: column;
  }
}
.wrap_concept .commitment .patissiers .ttl_icon {
  position: absolute;
  top: 84px;
  right: 65px;
}
@media screen and (max-width: 1280px) {
  .wrap_concept .commitment .patissiers .ttl_icon {
    right: 40px;
  }
}
.wrap_concept .commitment .patissiers .cnt {
  width: 590px;
  margin-top: 43px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .patissiers .cnt {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 24px;
  }
}
.wrap_concept .commitment .patissiers .cnt .sec_ttl {
  font-size: 18px;
  margin-bottom: 8px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .patissiers .cnt .sec_ttl {
    font-size: 16px;
  }
}
.wrap_concept .commitment .patissiers .cnt .ttl {
  font-size: 28px;
  line-height: 1.64;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .patissiers .cnt .ttl {
    font-size: 20px;
  }
}
.wrap_concept .commitment .patissiers .imgs {
  display: flex;
  align-items: flex-start;
  font-size: 0;
  flex-shrink: 0;
  margin-right: 40px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .patissiers .imgs {
    margin: 0 0 -40px;
  }
}
.wrap_concept .commitment .patissiers .imgs img {
  display: block;
  margin-right: 16px;
}
.wrap_concept .commitment .patissiers .imgs img:last-of-type {
  margin-right: 0;
  margin-top: 105px;
}
.wrap_concept .commitment .patissiers .img {
  font-size: 0;
  position: absolute;
  right: 125px;
  top: -40px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .patissiers .img {
    right: auto;
    left: 40px;
    width: 30%;
  }
}
.wrap_concept .commitment .facility {
  padding: 0 0 116px 85px;
  margin-bottom: 180px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .wrap_concept .commitment .facility {
    padding-left: 48px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .facility {
    flex-direction: column;
    padding-left: 50px;
    padding-bottom: 80px;
  }
}
.wrap_concept .commitment .facility .ttl_icon {
  position: absolute;
  top: 0;
  right: 364px;
}
@media screen and (max-width: 1280px) {
  .wrap_concept .commitment .facility .ttl_icon {
    right: 40%;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .facility .ttl_icon {
    right: auto;
    left: 20px;
  }
}
.wrap_concept .commitment .facility .cnt {
  width: 420px;
  margin-right: 60px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .facility .cnt {
    width: auto;
    margin-right: 30px;
    margin-bottom: 40px;
  }
}
.wrap_concept .commitment .facility .cnt .sec_ttl {
  font-size: 18px;
  margin-bottom: 8px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .facility .cnt .sec_ttl {
    font-size: 16px;
  }
}
.wrap_concept .commitment .facility .cnt .ttl {
  font-size: 28px;
  line-height: 1.64;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .facility .cnt .ttl {
    font-size: 20px;
  }
}
.wrap_concept .commitment .facility .imgs {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  font-size: 0;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1280px) {
  .wrap_concept .commitment .facility .imgs {
    max-width: 40%;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .facility .imgs {
    max-width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.wrap_concept .commitment .facility .imgs img {
  display: block;
  margin-left: 25px;
}
@media screen and (max-width: 1280px) {
  .wrap_concept .commitment .facility .imgs img {
    width: 50%;
    margin-left: 0;
  }
}
.wrap_concept .commitment .facility .imgs img:last-of-type {
  margin-left: 0;
  margin-top: 232px;
}
@media screen and (max-width: 1280px) {
  .wrap_concept .commitment .facility .imgs img:last-of-type {
    padding-top: 50%;
    margin-top: 0;
  }
}
.wrap_concept .commitment .facility .bg_img {
  width: calc(100vw - 12px);
  height: 32vw;
  position: absolute;
  bottom: 0;
  right: calc(-50vw + 598px);
  z-index: 10;
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .facility .bg_img {
    right: -20%;
  }
}
@media screen and (max-width: 840px) {
  .wrap_concept .commitment .facility .bg_img img {
    width: 160px;
  }
}

.products {
  background: url("../img/products_bg.jpg") repeat-y top center;
  background-size: 100%;
  padding: 180px 0 92px;
  border-radius: 80px;
  position: relative;
  z-index: 3000;
}
@media screen and (max-width: 1280px) {
  .products {
    padding: 180px 24px 92px;
  }
}
@media screen and (max-width: 840px) {
  .products {
    padding: 60px 24px;
    border-radius: 40px;
  }
}
.products .products_ttl {
  text-align: center;
  margin-bottom: 32px;
}
.products .products_ttl.move::before {
  opacity: 1;
  filter: blur(0);
}
.products .products_ttl.move .blur_txt span {
  animation: blur_txt 5s ease-out forwards;
}
.products .products_ttl .ttl1 {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
  letter-spacing: 0.5em;
  color: #6e6e6e;
}
@media screen and (max-width: 840px) {
  .products .products_ttl .ttl1 {
    font-size: 13px;
  }
}
.products .products_ttl .ttl2 {
  font-size: 38px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 840px) {
  .products .products_ttl .ttl2 {
    font-size: 26px;
  }
}
.products .products_lead {
  font-size: 20px;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 104px;
}
@media screen and (max-width: 840px) {
  .products .products_lead {
    font-size: 16px;
    padding: 0 24px;
    margin-bottom: 60px;
  }
}
.products .sec_ttl {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  font-size: 28px;
  margin-left: 102px;
  padding-right: 32px;
  line-height: 1;
  margin-bottom: 86px;
}
@media screen and (max-width: 840px) {
  .products .sec_ttl {
    font-size: 24px;
    padding-left: 8px;
    margin-left: 0;
    padding-bottom: 8px;
    margin-bottom: 48px;
  }
}
.products .sec_ttl span {
  display: block;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(10px);
  transition-delay: 0.9s;
}
.products .sec_ttl.move span {
  opacity: 1;
  transform: translateY(0);
}
.products .sec_ttl.move::before {
  width: 456px;
}
@media screen and (max-width: 840px) {
  .products .sec_ttl.move::before {
    width: 280px;
  }
}
.products .sec_ttl.move::after {
  opacity: 1;
}
.products .sec_ttl::before {
  content: "";
  display: block;
  background: #575757;
  width: 456px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  transition: all 0.6s ease;
  transition-delay: 0.4s;
}
@media screen and (max-width: 840px) {
  .products .sec_ttl::before {
    right: auto;
    left: 0;
  }
}
.products .sec_ttl::after {
  content: "";
  display: block;
  background: url("../img/products_ttl_bg.png") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -6px;
  bottom: -6px;
  opacity: 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 840px) {
  .products .sec_ttl::after {
    right: auto;
    left: -6px;
  }
}
.products .speciality {
  background: #101010 url("../img/speciality_bg.png") no-repeat top right;
  background-size: 608px;
  max-width: 1196px;
  padding-top: 135px;
  padding-bottom: 133px;
  margin: 0 auto 200px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .products .speciality {
    padding: 80px 24px 64px;
    background-size: 50%;
    margin-bottom: 80px;
  }
}
.products .speciality .speciality_ttl {
  font-size: 38px;
  line-height: 1.52;
  position: relative;
  margin-bottom: 32px;
  max-width: 445px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality_ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.products .speciality .speciality_ttl span {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0;
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality_ttl span {
    font-size: 12px;
  }
}
.products .speciality .speciality_ttl span br {
  display: none;
}
@media screen and (max-width: 640px) {
  .products .speciality .speciality_ttl span br {
    display: block;
  }
}
.products .speciality .speciality_ttl .span2 {
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality_ttl .span2 {
    font-size: 16px;
  }
}
.products .speciality .speciality_ttl .icon {
  position: absolute;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality_ttl .icon {
    width: 80px;
    top: -24px;
    right: -8px;
  }
}
.products .speciality .speciality1 {
  position: relative;
  margin-bottom: 67px;
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality1 {
    margin-bottom: 48px;
    margin-top: 64px;
  }
}
.products .speciality .speciality1 .ttl_icon {
  position: absolute;
  top: 0;
  left: 106px;
}
@media screen and (max-width: 1280px) {
  .products .speciality .speciality1 .ttl_icon {
    left: 3%;
  }
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality1 .ttl_icon {
    left: 0;
  }
}
.products .speciality .speciality1 .cnt {
  max-width: 944px;
  padding-top: 60px;
  margin: 0 auto 56px;
  padding: 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality1 .cnt {
    width: 100%;
    padding: 0 0 0 30px;
  }
}
.products .speciality .speciality1 .cnt .txt1 {
  width: 420px;
  margin-bottom: 32px;
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality1 .cnt .txt1 {
    width: 100%;
  }
}
.products .speciality .speciality1 .img {
  position: absolute;
  right: 0;
  top: -175px;
}
@media screen and (max-width: 1280px) {
  .products .speciality .speciality1 .img {
    width: 40%;
  }
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality1 .img {
    position: static;
    width: calc(100% + 48px);
    margin-left: -24px;
    text-align: right;
  }
}
.products .speciality .speciality1 .comment {
  max-width: 824px;
  margin: 0 auto 24px;
  border: 1px solid #3b3b3b;
  padding: 56px 48px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .products .speciality .speciality1 .comment {
    margin: 0 60px 24px;
  }
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality1 .comment {
    margin: 48px 0px 24px;
    padding: 32px 24px;
  }
}
@media screen and (max-width: 640px) {
  .products .speciality .speciality1 .comment {
    flex-direction: column;
    align-items: center;
  }
}
.products .speciality .speciality1 .comment .comment_img {
  margin-right: 40px;
  font-size: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .products .speciality .speciality1 .comment .comment_img {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.products .speciality .speciality1 .comment .comment_cnt {
  max-width: 543px;
}
.products .speciality .speciality1 .comment .comment_cnt .name {
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .products .speciality .speciality1 .comment .comment_cnt .name {
    text-align: center;
  }
}
.products .speciality .speciality1 .comment .comment_cnt .txt {
  font-size: 14px;
  line-height: 1.86;
}
.products .speciality .speciality1 .memo {
  max-width: 824px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.86;
}
.products .speciality .speciality2 {
  position: relative;
  padding-top: 196px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality2 {
    padding-top: 100px;
    display: block;
  }
}
.products .speciality .speciality2 .bg_img {
  display: block;
  width: 1250px;
  max-width: 100%;
  height: 88px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.products .speciality .speciality2 .ttl_icon {
  position: absolute;
  top: 196px;
  right: 106px;
}
@media screen and (max-width: 1280px) {
  .products .speciality .speciality2 .ttl_icon {
    right: 3%;
  }
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality2 .ttl_icon {
    right: auto;
    left: 0;
    top: 0;
  }
}
.products .speciality .speciality2 .speciality_ttl .icon {
  position: absolute;
  top: -129px;
  right: 0;
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality2 .speciality_ttl .icon {
    top: -24px;
    right: -8px;
  }
}
.products .speciality .speciality2 .cnt {
  max-width: 420px;
  margin-right: 178px;
  margin-top: 103px;
}
@media screen and (max-width: 1280px) {
  .products .speciality .speciality2 .cnt {
    margin-right: 8%;
  }
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality2 .cnt {
    width: 100%;
    padding: 0 0 0 30px;
    margin: 0;
    box-sizing: border-box;
  }
}
.products .speciality .speciality2 .cnt .txt {
  margin-bottom: 24px;
}
.products .speciality .speciality2 .cnt .memo {
  font-size: 14px;
  line-height: 1.86;
}
.products .speciality .speciality2 .img {
  position: absolute;
  top: 240px;
  left: -17px;
}
@media screen and (max-width: 1280px) {
  .products .speciality .speciality2 .img {
    width: 40%;
  }
}
@media screen and (max-width: 840px) {
  .products .speciality .speciality2 .img {
    position: static;
    width: calc(100% + 56px);
    margin-left: -40px;
  }
}
.products .original {
  max-width: 1276px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .products .original {
    padding: 0;
  }
}
.products .original .original_item {
  margin-bottom: 100px;
  padding-top: 183px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .products .original .original_item {
    margin-bottom: 54px;
    padding-top: 72px;
  }
}
.products .original .original_item:first-of-type {
  padding-top: 0;
}
.products .original .original_item:nth-of-type(2) .bg_img {
  display: block;
  width: 1250px;
  max-width: 100%;
  height: 88px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.products .original .original_item:nth-of-type(2) .wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1180px) {
  .products .original .original_item:nth-of-type(2) .wrap {
    flex-direction: row;
  }
}
.products .original .original_item:nth-of-type(2) .wrap .ttl_icon {
  margin-right: 0;
  margin-left: 65px;
  flex-shrink: 0;
}
@media screen and (max-width: 1180px) {
  .products .original .original_item:nth-of-type(2) .wrap .ttl_icon {
    margin-right: 65px;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .products .original .original_item:nth-of-type(2) .wrap .ttl_icon {
    margin-right: 16px;
  }
}
.products .original .original_item:nth-of-type(2) .wrap .cnt {
  margin-right: 0;
  margin-left: 46px;
}
.products .original .original_item:nth-of-type(3) {
  padding-top: 47px;
}
.products .original .original_item:nth-of-type(3) .bg_img {
  display: block;
  width: 1250px;
  max-width: 100%;
  height: 88px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.products .original .original_item:nth-of-type(3) .items li {
  width: 100%;
}
.products .original .original_item:nth-of-type(3) .items li .item_txt {
  text-align: center;
}
.products .original .original_item .wrap {
  max-width: 992px;
  margin-left: 103px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1180px) {
  .products .original .original_item .wrap {
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.products .original .original_item .wrap .ttl_icon {
  margin-right: 65px;
  flex-shrink: 0;
}
@media screen and (max-width: 640px) {
  .products .original .original_item .wrap .ttl_icon {
    margin-right: 16px;
  }
}
.products .original .original_item .cnt {
  width: 330px;
  margin-right: 46px;
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 1180px) {
  .products .original .original_item .cnt {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 640px) {
  .products .original .original_item .cnt {
    width: calc(100% - 50px);
  }
}
.products .original .original_item .cnt .ttl {
  font-size: 38px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .products .original .original_item .cnt .ttl {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
.products .original .original_item .items {
  width: 542px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1180px) {
  .products .original .original_item .items {
    width: 100%;
    margin-top: 40px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .products .original .original_item .items {
    justify-content: space-between;
  }
}
.products .original .original_item .items li {
  width: 250px;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .products .original .original_item .items li {
    width: 46%;
    margin-right: 0;
  }
}
.products .original .original_item .items li:last-of-type {
  margin-right: 0;
}
.products .original .original_item .items li .img {
  text-align: center;
  font-size: 0;
  margin-bottom: 24px;
}
.products .original .original_item .items li .item_ttl {
  font-size: 28px;
  line-height: 1.65;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .products .original .original_item .items li .item_ttl {
    font-size: 20px;
  }
}
.products .original .original_item .items li .item_txt {
  font-size: 14px;
  line-height: 1.86;
}
.products .products_contact .wrap {
  display: flex;
  margin-left: calc(50% - 598px);
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 1280px) {
  .products .products_contact .wrap {
    display: block;
    margin: 0 40px 24px;
  }
}
@media screen and (max-width: 840px) {
  .products .products_contact .wrap {
    margin: 0 24px 24px;
  }
}
.products .products_contact .wrap .cnt {
  width: 536px;
  flex-shrink: 0;
}
@media screen and (max-width: 840px) {
  .products .products_contact .wrap .cnt {
    width: 100%;
    margin-bottom: 24px;
  }
}
.products .products_contact .wrap .cnt .tel {
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .products .products_contact .wrap .cnt .tel {
    display: block;
    font-size: 13px;
  }
}
.products .products_contact .wrap .cnt .tel a {
  font-size: 33px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  margin-right: 13px;
}
@media screen and (max-width: 840px) {
  .products .products_contact .wrap .cnt .tel a {
    font-size: 32px;
    display: block;
  }
}
.products .products_contact .wrap .line {
  width: 100%;
  height: 1px;
  background: #575757;
  position: relative;
}
.products .products_contact .wrap .line::after {
  content: "";
  display: block;
  background: url("../img/products_ttl_bg.png") no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -6px;
  bottom: -6px;
}
.products .products_contact .contact_btn {
  display: flex;
  justify-content: flex-end;
  max-width: 992px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .products .products_contact .contact_btn {
    margin: 0 40px;
  }
}
@media screen and (max-width: 840px) {
  .products .products_contact .contact_btn {
    justify-content: center;
  }
}
.products .products_contact .contact_btn a {
  display: block;
  font-size: 14px;
  padding-left: 80px;
  padding-right: 56px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .products .products_contact .contact_btn a {
    font-size: 13px;
    padding-left: 45px;
    padding-right: 30px;
  }
}
.products .products_contact .contact_btn a:hover {
  opacity: 0.6;
}
.products .products_contact .contact_btn a:hover::after {
  transform: translateY(5px);
}
.products .products_contact .contact_btn a::before {
  content: "";
  display: block;
  background: url("../img/contact_icon.svg") no-repeat;
  width: 55px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .products .products_contact .contact_btn a::before {
    background-size: contain;
    width: 32px;
    height: 20px;
  }
}
.products .products_contact .contact_btn a::after {
  content: "";
  display: block;
  background: url("../img/anchor_icon.svg") no-repeat;
  width: 41px;
  height: 21px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .products .products_contact .contact_btn a::after {
    background-size: contain;
    width: 22px;
    height: 13px;
  }
}
.products .products_contact .contact_btn a span {
  display: block;
  font-size: 70px;
  font-weight: 200;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 840px) {
  .products .products_contact .contact_btn a span {
    font-size: 38px;
  }
}

.about_ginga {
  position: relative;
  z-index: 2000;
  position: relative;
  overflow-x: hidden;
  margin-top: -80px;
  padding-top: 80px;
  background: #242424;
}
@media screen and (max-width: 840px) {
  .about_ginga {
    overflow: visible;
  }
}
.about_ginga.wh780 .js-wrapper .side-scroll-list .about_ginga02 {
  background: url("../img/about_ginga_bg02.png") no-repeat top -7vw left;
}
.about_ginga.wh780 .js-wrapper .side-scroll-list .about_ginga02 .about_ginga_cnt {
  margin-top: 16vw;
}
.about_ginga.wh780 .about_ginga02 .img1 {
  display: none;
}
.about_ginga.wh780 .about_ginga03 .img {
  display: none;
}
.about_ginga.wh780 .about_ginga04 .img1,
.about_ginga.wh780 .about_ginga04 .img2 {
  display: none;
}
.about_ginga.wh780 .about_ginga05 .img2 {
  display: none;
}
.about_ginga .about_ginga_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 840px) {
  .about_ginga .about_ginga_bg {
    display: block;
  }
}
.about_ginga .about_ginga_bg::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../img/about_ginga_bg.png") no-repeat center;
  background-size: cover;
  z-index: 300;
}
.about_ginga .js-wrapper {
  display: flex;
  position: relative;
  z-index: 100;
  background: url("../img/about_ginga_bg.png") no-repeat;
  background-size: cover;
  min-height: 768px;
  height: 100vh;
  padding: 80px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper {
    height: auto;
    z-index: 2000;
    background: none;
  }
}
.about_ginga .js-wrapper .side-scroll-list {
  display: flex;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list {
    display: block;
  }
}
.about_ginga .js-wrapper .side-scroll-list img {
  max-width: none;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list img {
    max-width: 100%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .panel_cnt {
  height: calc(100vh - 160px);
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .panel_cnt {
    height: auto;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga01 {
  background: url("../img/about_ginga_bg01.png") no-repeat top left 85%;
  display: flex;
  align-items: center;
  padding-left: 150px;
  margin-right: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga01 {
    background-size: 80%;
    width: 100%;
    padding: 30px 24px;
    display: block;
    margin: 0 0 60px;
    box-sizing: border-box;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga01 .box1 {
  display: flex;
  position: relative;
  margin-right: 170px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga01 .box1 {
    margin: 0;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga01 .box1 .about_ginga_ttl {
  margin-right: 102px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga01 .box1 .about_ginga_ttl {
    width: calc(100% - 120px);
    margin: 0 0 24px;
    order: 2;
    width: calc(100% - 94px);
    padding-top: 60px;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga01 .box1 .about_ginga_ttl1 {
  margin-top: -92px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga01 .box1 .about_ginga_ttl1 {
    margin: 0 40px 0 0;
    order: 1;
    width: 54px;
    margin-bottom: 24px;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga01 .box1 .img {
  position: absolute;
  top: -177px;
  left: 515px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga01 .box1 .img {
    position: absolute;
    top: -10vw;
    left: auto;
    right: 10px;
    width: 40%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga01 .txt {
  font-size: 18px;
  line-height: 2.89;
  white-space: nowrap;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga01 .txt {
    white-space: normal;
    font-size: 16px;
    width: 100%;
    line-height: 2.2;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga02 {
  background: url("../img/about_ginga_bg02.png") no-repeat top left;
  display: flex;
  padding-left: 380px;
  position: relative;
  margin-right: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga02 {
    padding: 40px 24px 20px;
    margin: 0 0 20px;
    flex-wrap: wrap;
    flex-direction: column;
    background-size: 100%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga02::after {
  content: "";
  display: block;
  background: url("../img/about_ginga_bg2.svg") no-repeat;
  width: 15px;
  height: 14px;
  position: absolute;
  right: 40px;
  top: 35%;
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga02 .img1 {
  margin-top: auto;
  margin-right: 86px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga02 .img1 {
    margin-top: 30vw;
    margin-right: 0;
    margin-left: auto;
    width: 40%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga02 .about_ginga_cnt {
  width: 480px;
  margin-top: 34vh;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga02 .about_ginga_cnt {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga02 .about_ginga_cnt .ttl {
  font-size: 50px;
  line-height: 1.48;
  margin-bottom: 32px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga02 .about_ginga_cnt .ttl {
    font-size: 30px;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga02 .about_ginga_cnt .ttl span {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga02 .img2 {
  margin-left: -120px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga02 .img2 {
    width: 60%;
    margin: 0;
  }
  .about_ginga .js-wrapper .side-scroll-list .about_ginga02 .img2 img {
    width: 100%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga02 .img3 {
  margin-top: auto;
  margin-bottom: 90px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga02 .img3 {
    width: 50%;
    margin: 0;
    margin-left: auto;
    margin-top: -20vw;
  }
  .about_ginga .js-wrapper .side-scroll-list .about_ginga02 .img3 img {
    width: 100%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga03 {
  background: url("../img/about_ginga_bg03.png") no-repeat top left 30%;
  display: flex;
  margin-right: 30px;
  padding-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga03 {
    padding: 30px 24px;
    flex-wrap: wrap;
    margin: 0;
    background-position: top left -60%;
    background-size: 160%;
    margin-bottom: 60px;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga03 .ttl {
  margin-top: 5%;
  margin-right: 140px;
  flex-shrink: 0;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga03 .ttl {
    width: 72px;
    margin-right: 40px;
    margin-top: 0;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga03 .txt {
  width: 800px;
  margin-top: auto;
  margin-bottom: 62px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga03 .txt {
    width: auto;
    margin-bottom: 40px;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga03 .txt p {
  margin-bottom: 24px;
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga03 .img {
  margin-left: -30px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga03 .img {
    width: 100%;
    margin: 0;
    width: 48%;
  }
  .about_ginga .js-wrapper .side-scroll-list .about_ginga03 .img img {
    width: 100%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga04 {
  background: url("../img/about_ginga_bg04.png") no-repeat top left 14%;
  display: flex;
  padding-right: 65px;
  position: relative;
  padding-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga04 {
    display: block;
    padding: 30px 24px;
    background-size: 80%;
    background-position: left -40% top;
    margin-bottom: 60px;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga04 .ttl {
  margin-top: 14%;
  margin-right: 140px;
  flex-shrink: 0;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga04 .ttl {
    margin: 8px 0 54px;
    width: 240px;
    margin-left: auto;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga04 .txt {
  width: 800px;
  margin-top: auto;
  margin-bottom: 62px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga04 .txt {
    width: auto;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga04 .txt p {
  margin-bottom: 24px;
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga04 .imgs {
  display: flex;
  justify-content: space-between;
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga04 .img1 {
  position: absolute;
  bottom: 80px;
  left: 11%;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga04 .img1 {
    position: static;
    width: 48%;
  }
  .about_ginga .js-wrapper .side-scroll-list .about_ginga04 .img1 img {
    width: 100%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga04 .img2 {
  position: absolute;
  top: 0;
  left: 60%;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga04 .img2 {
    position: static;
    width: 48%;
  }
  .about_ginga .js-wrapper .side-scroll-list .about_ginga04 .img2 img {
    width: 100%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga05 {
  background: url("../img/about_ginga_bg05.png") no-repeat top left;
  display: flex;
  padding-left: 140px;
  padding-right: 110px;
  position: relative;
  min-width: 1316px;
  box-sizing: border-box;
  padding-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga05 {
    min-width: 0;
    padding: 30px 24px 80px;
    flex-wrap: wrap;
    background-position: top left;
    background-size: 230%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga05 .ttl {
  margin-right: 140px;
  flex-shrink: 0;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga05 .ttl {
    width: 72px;
    margin: 0 0 24px;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga05 .txt {
  width: 800px;
  margin-top: auto;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga05 .txt {
    width: auto;
    margin-bottom: 40px;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga05 .txt p {
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga05 .imgs {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga05 .img1 {
  position: absolute;
  bottom: 0;
  left: 13%;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga05 .img1 {
    position: static;
    width: 48%;
  }
  .about_ginga .js-wrapper .side-scroll-list .about_ginga05 .img1 img {
    width: 100%;
  }
}
.about_ginga .js-wrapper .side-scroll-list .about_ginga05 .img2 {
  position: absolute;
  top: 0;
  right: 50px;
}
@media screen and (max-width: 840px) {
  .about_ginga .js-wrapper .side-scroll-list .about_ginga05 .img2 {
    position: static;
    width: 48%;
  }
  .about_ginga .js-wrapper .side-scroll-list .about_ginga05 .img2 img {
    width: 100%;
  }
}

.about_logo {
  border-radius: 80px;
  background: url("../img/logo_bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3000;
  margin-bottom: -80px;
  position: relative;
  z-index: 3000;
  padding: 140px 80px 130px;
}
@media screen and (max-width: 840px) {
  .about_logo {
    padding: 60px 40px;
    border-radius: 40px;
  }
}
.about_logo .wrap {
  max-width: 1196px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .about_logo .wrap {
    display: block;
  }
}
.about_logo .wrap .cnt {
  max-width: 655px;
  padding-left: 80px;
}
@media screen and (max-width: 1280px) {
  .about_logo .wrap .cnt {
    padding-left: 0;
  }
}
.about_logo .wrap .cnt .copy {
  font-size: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 840px) {
  .about_logo .wrap .cnt .copy {
    text-align: center;
    font-size: 15px;
  }
}
.about_logo .wrap .cnt .copy span {
  font-size: 38px;
  letter-spacing: 0.08em;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 840px) {
  .about_logo .wrap .cnt .copy span {
    font-size: 24px;
    margin-top: 4px;
  }
}
.about_logo .wrap .img {
  margin-left: 122px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .about_logo .wrap .img {
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 840px) {
  .about_logo .wrap .img img {
    width: 140px;
  }
}

.bgimg2 {
  position: relative;
  z-index: 2500;
  font-size: 0;
}

.wrap_about {
  position: relative;
  z-index: 3000;
  padding: 386px 40px 180px;
  background: #242424;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 840px) {
  .wrap_about {
    padding: 180px 24px 80px;
  }
}
.wrap_about .gingakobo {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 840px) {
  .wrap_about .gingakobo {
    top: 30px;
  }
}
.wrap_about .gingakobo img {
  width: 1381px;
  max-width: none;
}
@media screen and (max-width: 840px) {
  .wrap_about .gingakobo img {
    width: auto;
    height: 90px;
  }
}
.wrap_about .about {
  max-width: 1196px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .wrap_about .about {
    display: block;
  }
}
.wrap_about .about .about_box {
  border: 1px solid #575757;
  width: 270px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .wrap_about .about .about_box {
    width: 220px;
    height: 200px;
    margin: 0 auto;
  }
}
.wrap_about .about .about_box::after {
  content: "";
  display: block;
  background: url("../img/about_bg.svg") no-repeat;
  width: 402px;
  height: 796px;
  background-size: 402px;
  position: absolute;
  top: -83px;
  right: -11px;
  z-index: -1;
}
@media screen and (max-width: 840px) {
  .wrap_about .about .about_box::after {
    background-size: 100%;
    width: 327px;
    height: 440px;
    top: -72px;
    right: -8px;
    background-size: cover;
  }
}
.wrap_about .about .about_box .ttl {
  transform: translateX(-50%) translateY(-100%);
  padding: 0 16px;
  position: absolute;
  top: 20px;
  left: 50%;
  writing-mode: vertical-rl;
  line-height: 1;
  vertical-align: middle;
  font-size: 40px;
}
@media screen and (max-width: 840px) {
  .wrap_about .about .about_box .ttl {
    font-size: 28px;
  }
}
.wrap_about .about .about_box .ttl::before {
  content: "";
  width: 72px;
  height: 68px;
  background: #242424;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.wrap_about .about .about_cnt {
  width: 622px;
  padding-top: 284px;
  margin-right: 85px;
}
@media screen and (max-width: 1280px) {
  .wrap_about .about .about_cnt {
    margin-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .wrap_about .about .about_cnt {
    padding-top: 80px;
    width: auto;
  }
}
.wrap_about .about .about_cnt .cnt {
  margin-bottom: 56px;
}
.wrap_about .about .about_cnt .cnt:first-of-type {
  position: relative;
}
.wrap_about .about .about_cnt .cnt:first-of-type::before {
  content: "";
  display: block;
  background: url("../img/sdgs.png");
  background-size: cover;
  width: 148px;
  height: 148px;
  position: absolute;
  right: 26px;
  top: -74px;
}
@media screen and (max-width: 840px) {
  .wrap_about .about .about_cnt .cnt:first-of-type::before {
    width: 80px;
    height: 80px;
    right: 0;
    top: -40px;
  }
}
.wrap_about .about .about_cnt .cnt .ttl {
  font-size: 28px;
  line-height: 1.65;
  margin-bottom: 24px;
  text-decoration: underline;
  text-decoration-color: #575757;
}
@media screen and (max-width: 840px) {
  .wrap_about .about .about_cnt .cnt .ttl {
    font-size: 20px;
  }
}
.wrap_about .about .about_cnt .awards {
  margin-top: 56px;
  position: relative;
}
.wrap_about .about .about_cnt .awards::before {
  content: "";
  display: block;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 6px;
  left: 6px;
}
.wrap_about .about .about_cnt .awards::after {
  content: "";
  display: block;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 6px;
  right: 6px;
}
.wrap_about .about .about_cnt .awards .wrap {
  border: 1px solid #575757;
  padding: 48px 67px 48px 48px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .wrap_about .about .about_cnt .awards .wrap {
    padding: 24px;
    display: block;
  }
}
.wrap_about .about .about_cnt .awards .wrap::before {
  content: "";
  display: block;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  position: absolute;
  bottom: 6px;
  left: 6px;
}
.wrap_about .about .about_cnt .awards .wrap::after {
  content: "";
  display: block;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
.wrap_about .about .about_cnt .awards .wrap .ttl {
  flex-shrink: 0;
  margin-inline-end: 20px;
}
.wrap_about .about .about_cnt .awards .wrap ul li {
  display: flex;
  align-items: flex-start;
  line-height: 1.4;
}
.wrap_about .about .about_cnt .awards .wrap ul li span {
  width: 7.2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin-right: 12px;
}
.wrap_about .about .about_cnt .awards .wrap ul li span::before {
  content: "- ";
}
.wrap_about .about .about_cnt .awards .wrap ul li span::after {
  content: " … ";
  margin-left: 8px;
}

.ig {
  border-top: 1px solid #575757;
  border-bottom: 1px solid #575757;
  padding: 8px 0;
  background: #242424;
  position: relative;
  z-index: 3000;
}
.ig a {
  width: 100%;
  height: 300px;
  background: url("../img/ig_bg.jpg") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ig a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 840px) {
  .ig a {
    height: 240px;
  }
}

.joint_development {
  background: #242424;
  position: relative;
  z-index: 2000;
  padding-bottom: 80px;
}
@media screen and (max-width: 840px) {
  .joint_development {
    padding-bottom: 40px;
  }
}
.joint_development .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .joint_development .wrap {
    display: block;
  }
}
.joint_development .wrap .sec_ttl {
  padding-left: calc(50% - 598px);
  width: 366px;
  font-size: 28px;
  padding-top: 136px;
  border-right: 1px solid #575757;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .joint_development .wrap .sec_ttl {
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
}
@media screen and (max-width: 840px) {
  .joint_development .wrap .sec_ttl {
    border: none;
    border-bottom: 1px solid #575757;
    padding: 24px;
  }
}
.joint_development .wrap .sec_ttl span {
  font-size: 14px;
  letter-spacing: 0.5em;
  font-weight: 200;
  font-family: "Josefin Sans", sans-serif;
  color: #898989;
  line-height: 1.86;
  display: block;
}
.joint_development .wrap .cnt {
  width: 100%;
}
.joint_development .wrap .cnt .cnt1 {
  height: 327px;
  border-bottom: 1px solid #575757;
  display: flex;
  align-items: center;
  padding-left: 85px;
}
@media screen and (max-width: 1280px) {
  .joint_development .wrap .cnt .cnt1 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 840px) {
  .joint_development .wrap .cnt .cnt1 {
    padding: 40px 24px;
    height: auto;
  }
}
.joint_development .wrap .cnt .cnt1 p {
  max-width: 745px;
}
.joint_development .wrap .cnt .cnt2 {
  height: 303px;
  display: flex;
}
@media screen and (max-width: 840px) {
  .joint_development .wrap .cnt .cnt2 {
    height: auto;
  }
}
.joint_development .wrap .cnt .cnt2 .ttl2 {
  width: 186px;
  border-right: 1px solid #575757;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
}
@media screen and (max-width: 840px) {
  .joint_development .wrap .cnt .cnt2 .ttl2 {
    width: 80px;
  }
}
.joint_development .wrap .cnt .cnt2 .txt {
  display: flex;
  align-items: center;
  padding-left: 85px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .joint_development .wrap .cnt .cnt2 .txt {
    padding: 0 40px;
  }
}
@media screen and (max-width: 840px) {
  .joint_development .wrap .cnt .cnt2 .txt {
    padding: 40px 24px;
  }
}
.joint_development .wrap .cnt .cnt2 .txt p {
  position: relative;
  padding-left: 1em;
}
.joint_development .wrap .cnt .cnt2 .txt p::before {
  content: "- ";
  position: absolute;
  top: 0;
  left: 0;
}

.contact {
  background: #101010 url("../img/contact_bg.jpg") no-repeat;
  background-size: 100%;
  border-radius: 80px;
  margin-top: -80px;
  margin-bottom: -80px;
  position: relative;
  z-index: 3000;
  padding: 160px 0 130px;
}
@media screen and (max-width: 840px) {
  .contact {
    padding: 80px 0 64px;
    border-radius: 40px;
    margin-top: -40px;
    margin-bottom: -40px;
  }
}
.contact .sec_ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 840px) {
  .contact .sec_ttl {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.contact .sec_ttl span {
  font-size: 64px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  line-height: 1.4;
  display: block;
}
@media screen and (max-width: 840px) {
  .contact .sec_ttl span {
    font-size: 40px;
  }
}
.contact .contact_memo {
  max-width: 792px;
  margin: 0 auto 32px;
  padding: 0 40px;
  box-sizing: border-box;
}
.contact .contact_memo li {
  position: relative;
  padding-left: 1em;
}
.contact .contact_memo li::before {
  content: "- ";
  position: absolute;
  top: 0;
  left: 0;
}
.contact .contact_bd {
  text-align: center;
  margin-bottom: 72px;
}
@media screen and (max-width: 840px) {
  .contact .contact_bd {
    margin-bottom: 48px;
  }
}
.contact .form_cnt {
  max-width: 904px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .contact .form_cnt {
    padding: 0 24px;
  }
}
.contact .form_cnt .memo {
  text-align: right;
  font-size: 14px;
}
.contact .form_cnt .form li {
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .contact .form_cnt .form li {
    margin-bottom: 24px;
  }
}
.contact .form_cnt .form li .ttl {
  font-size: 20px;
}
@media screen and (max-width: 840px) {
  .contact .form_cnt .form li .ttl {
    font-size: 16px;
  }
}
.contact .form_cnt .form li .ttl sup {
  font-size: 12px;
}
.contact .form_cnt .form li .cnt input[type=text],
.contact .form_cnt .form li .cnt input[type=email] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 56px;
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 4px;
  padding: 0 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .contact .form_cnt .form li .cnt input[type=text],
  .contact .form_cnt .form li .cnt input[type=email] {
    height: 48px;
    padding: 0 16px;
  }
}
.contact .form_cnt .form li .cnt input[type=text]::-moz-placeholder, .contact .form_cnt .form li .cnt input[type=email]::-moz-placeholder {
  color: #959595;
  font-size: 14px;
}
.contact .form_cnt .form li .cnt input[type=text]::placeholder,
.contact .form_cnt .form li .cnt input[type=email]::placeholder {
  color: #959595;
  font-size: 14px;
}
.contact .form_cnt .form li .cnt textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 216px;
  border: 1px solid #c4c4c4;
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .contact .form_cnt .form li .cnt textarea {
    padding: 16px;
  }
}
.contact .form_cnt .pp {
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 40px;
}
.contact .form_cnt .pp:hover {
  text-decoration: none;
}
.contact .form_cnt .submit {
  display: flex;
  justify-content: center;
}
.contact .form_cnt .submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 66px;
  border: 1px solid #ffffff;
  font-size: 20px;
  background: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact .form_cnt .submit input:hover {
  background: #fff;
  color: #242424;
}
@media screen and (max-width: 840px) {
  .contact .form_cnt .submit input {
    height: 56px;
    width: 100%;
    max-width: 320px;
    font-size: 16px;
  }
}

.footer {
  height: 188px;
  padding-top: 80px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #242424;
  position: relative;
  z-index: 2000;
}
@media screen and (max-width: 840px) {
  .footer {
    height: 148px;
    padding-top: 40px;
  }
}
.footer .copyright {
  font-size: 12px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 4000;
}

.blur_txt.move span {
  animation: blur_txt 5s ease-out forwards;
}
.blur_txt span {
  color: transparent;
}
.blur_txt span:nth-child(1) {
  animation-delay: 0.1s !important;
}
.blur_txt span:nth-child(2) {
  animation-delay: 0.2s !important;
}
.blur_txt span:nth-child(3) {
  animation-delay: 0.3s !important;
}
.blur_txt span:nth-child(4) {
  animation-delay: 0.4s !important;
}
.blur_txt span:nth-child(5) {
  animation-delay: 0.5s !important;
}
.blur_txt span:nth-child(6) {
  animation-delay: 0.6s !important;
}
.blur_txt span:nth-child(7) {
  animation-delay: 0.7s !important;
}
.blur_txt span:nth-child(8) {
  animation-delay: 0.8s !important;
}
.blur_txt span:nth-child(9) {
  animation-delay: 0.9s !important;
}
.blur_txt span:nth-child(10) {
  animation-delay: 1s !important;
}
.blur_txt span:nth-child(11) {
  animation-delay: 1.1s !important;
}
.blur_txt span:nth-child(12) {
  animation-delay: 1.2s !important;
}
.blur_txt span:nth-child(13) {
  animation-delay: 1.3s !important;
}
.blur_txt span:nth-child(14) {
  animation-delay: 1.4s !important;
}
.blur_txt span:nth-child(15) {
  animation-delay: 1.5s !important;
}
.blur_txt span:nth-child(16) {
  animation-delay: 1.6s !important;
}
.blur_txt span:nth-child(17) {
  animation-delay: 1.7s !important;
}
.blur_txt span:nth-child(18) {
  animation-delay: 1.8s !important;
}
.blur_txt span:nth-child(19) {
  animation-delay: 1.9s !important;
}
.blur_txt span:nth-child(20) {
  animation-delay: 2s !important;
}

@keyframes blur_txt {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #fff;
  }
  15% {
    opacity: 1;
  }
  20% {
    text-shadow: 0 0 0px #fff;
  }
  80% {
    color: transparent;
    text-shadow: 0 0 0px #fff;
  }
  85% {
    opacity: 1;
    color: #fff;
  }
  100% {
    opacity: 1;
    color: #fff;
  }
}
.bg_img img {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: all 1.8s cubic-bezier(0.65, 0, 0.35, 1);
  filter: blur(5px);
  opacity: 0;
}
.bg_img.move img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  filter: blur(0);
  opacity: 1;
}

/*///////////////////////////////////////////*/
.form_area {
  background: #101010 url("../img/contact_bg.jpg") no-repeat;
  background-size: 100%;
  min-height: calc(100% - 108px);
  margin-bottom: -80px;
  position: relative;
  z-index: 3000;
  border-radius: 0 0 80px 80px;
  padding: 60px 24px 80px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .form_area {
    min-height: calc(100% - 68px);
    border-radius: 0 0 40px 40px;
    margin-bottom: -40px;
    padding: 40px 24px 60px;
  }
}
.form_area .error_txt {
  margin-bottom: 40px;
}
.form_area .error_list {
  background: #242424;
  border: 1px solid #575757;
  padding: 40px;
  max-width: 800px;
  box-sizing: border-box;
  margin: 0 auto 80px;
}
.form_area .back_btn {
  display: flex;
  justify-content: center;
}
.form_area .back_btn input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 56px;
  border: 1px solid #ffffff;
  font-size: 18px;
  background: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.form_area .back_btn input:hover {
  background: #fff;
  color: #242424;
}
@media screen and (max-width: 840px) {
  .form_area .back_btn input {
    height: 56px;
    width: 100%;
    max-width: 320px;
    font-size: 16px;
  }
}

.confirm_ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

.comfirm_area .confirm_txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .comfirm_area .confirm_txt {
    margin-bottom: 32px;
  }
}
.comfirm_area .confirm_table {
  border: 1px solid #575757;
  border-collapse: collapse;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 64px;
}
@media screen and (max-width: 840px) {
  .comfirm_area .confirm_table {
    margin-bottom: 40px;
  }
}
.comfirm_area .confirm_table tr th,
.comfirm_area .confirm_table tr td {
  border: 1px solid #575757;
  padding: 8px;
  word-break: break-all;
}
@media screen and (max-width: 840px) {
  .comfirm_area .confirm_table tr th,
  .comfirm_area .confirm_table tr td {
    font-size: 13px;
  }
}
.comfirm_area .confirm_table tr th {
  width: 200px;
}
@media screen and (max-width: 840px) {
  .comfirm_area .confirm_table tr th {
    width: 100px;
  }
}
.comfirm_area .confirm_table tr td {
  text-align: left;
}
.comfirm_area .c_submit {
  display: flex;
  justify-content: center;
}
.comfirm_area .c_submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 56px;
  border: 1px solid #ffffff;
  font-size: 18px;
  background: none;
  color: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}
.comfirm_area .c_submit input:hover {
  background: #fff;
  color: #242424;
}
@media screen and (max-width: 840px) {
  .comfirm_area .c_submit input {
    height: 56px;
    width: 100%;
    max-width: 320px;
    font-size: 16px;
  }
}
.comfirm_area .c_submit input.back {
  width: 180px;
  margin-right: 16px;
}

.thanks_area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thanks_ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 32px;
}
.thanks_ttl br {
  display: none;
}
@media screen and (max-width: 480px) {
  .thanks_ttl br {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  .thanks_ttl {
    font-size: 20px;
  }
}

.thanks {
  text-align: center;
}
.thanks .thanks_txt {
  margin-bottom: 64px;
}
@media screen and (max-width: 840px) {
  .thanks .thanks_txt {
    margin-bottom: 48px;
    text-align: left;
  }
}
.thanks .top_back_btn {
  display: flex;
  justify-content: center;
}
.thanks .top_back_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 56px;
  border: 1px solid #ffffff;
  font-size: 18px;
  background: none;
  color: #fff;
  padding: 8px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .thanks .top_back_btn a {
    height: 56px;
    width: 100%;
    max-width: 320px;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */