@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
  background: #fff;
  color: #5e727a;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -14rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(102vw, 0, 0);
    transform: translate3d(102vw, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    -webkit-transform: translate3d(102vw, 0, 0);
    transform: translate3d(102vw, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

.u_inner {
  width: 100rem;
  margin: 0 auto;
  max-width: 100%;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: calc(100vw * 10 / 1140);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 450);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 3.5rem;
  }
  .u_inner.b {
    margin: 0;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
.h_logo {
  position: fixed;
  top: 3rem;
  left: 3rem;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .h_logo {
    top: 1.2rem;
    left: 1.2rem;
  }
}

.h_logo img {
  width: 15rem;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 7.15rem;
  }
}

.h_logo a {
  display: block;
  background: url(../img/logo_w.svg) no-repeat center top/contain;
}

body.h_b .h_logo a {
  background-image: url(../img/logo.svg);
}

.h_cart {
  position: fixed;
  top: 0;
  z-index: 10;
  right: 0;
  width: 10.1rem;
}

@media screen and (max-width: 767px) {
  .h_cart {
    width: 6rem;
  }
}

.h_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 10.1rem;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .h_menu {
    width: 6rem;
  }
}

#toggle_menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  overflow-y: auto;
  height: 100%;
  background: #f37e01;
}

body.open {
  overflow-y: hidden;
}

.f_info {
  background: url(../img/f_img01.jpg) no-repeat 50%/cover;
  padding-top: 44.2rem;
}

@media screen and (max-width: 767px) {
  .f_info {
    background-image: url(../img/f_img01_sp.jpg);
    padding-top: 57.5rem;
  }
}

.f_info .box {
  background: #fff;
  border-radius: 3.3rem 3.3rem 0 0;
  width: 120.9rem;
  margin: 0 auto;
  max-width: calc(100% - 4rem);
  padding: 8rem 10rem 6.5rem;
}

@media screen and (min-width: 768px) {
  .f_info .box {
    display: flex;
    align-items: center;
  }
  .f_info .box > * {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .f_info .box {
    padding: 5rem 3.5rem 4rem;
  }
}

@media screen and (max-width: 767px) {
  .f_info .info {
    text-align: center;
    margin-top: 3rem;
  }
}

.f_info p {
  font-size: 1.6rem;
}

.f_info .tel {
  margin: 1.3em 0 1.1em;
}

.f_info .tel img {
  width: 20.8rem;
}

.f_info .logo {
  text-align: center;
}

.f_info .logo img {
  width: 21.8rem;
}

@media screen and (max-width: 767px) {
  .f_info .logo img {
    width: 14.5rem;
  }
}

.f_sns {
  margin-top: 2rem;
  display: flex;
}

.f_sns img {
  width: 2.4rem;
}

.f_sns img {
  width: 3.7rem;
  padding-right: 1.3rem;
}

@media screen and (max-width: 767px) {
  .f_sns {
    margin-left: 12rem;
  }
}

.f_map {
  background: url(../img/f_img02.jpg) no-repeat 50%/cover;
  padding-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .f_map {
    background-image: url(../img/f_img02_sp.jpg);
  }
}

.f_map .map {
  position: relative;
  height: 0;
  padding-top: 37.3rem;
  overflow: hidden;
  width: 120.9rem;
  margin: 0 auto 19rem;
  max-width: calc(100% - 4rem);
  border-radius: 0 0 3.3rem 3.3rem;
  filter: grayscale(100%);
}

.f_map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .f_map .map {
    padding-top: 85%;
    width: auto;
    margin-bottom: 5.5rem;
  }
}

.f_copy {
  text-align: center;
  font-size: 1.4rem;
}

.f_copy img {
  height: 1.7rem;
}

@media screen and (max-width: 767px) {
  .f_copy img {
    height: 1.15rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  position: relative;
  height: 100vh;
}

.top_main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  border-bottom: solid 2px #fff;
}

.top_main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0px 0px transparent);
}

.top_txt {
  width: 55rem;
  margin: 10rem auto 15rem;
}

@media screen and (max-width: 767px) {
  .top_txt {
    width: 90%;
    margin: 0 auto 6rem;
  }
}

.top_txt .video {
  position: relative;
  height: 0;
  padding-top: 36.36%;
  overflow: hidden;
}

.top_txt .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 0px transparent);
}

.top_txt .video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  border: solid 2px #fff;
}

.top_sec {
  position: relative;
  z-index: 1;
}

.top_sec dt {
  font-size: 2.4rem;
  margin-bottom: .8em;
  color: #6f9093;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  .top_sec dt {
    font-size: 2rem;
  }
}

.top_sec dd {
  font-size: 1.5rem;
  line-height: 2.06;
  color: #8aa7a8;
}

@media screen and (max-width: 767px) {
  .top_sec dd {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .top_sec dd br {
    display: none;
  }
  .top_sec dd + dd {
    margin-top: 1.6rem;
  }
}

.top_lead {
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .top_lead {
    padding-bottom: 20rem;
  }
}

.top_lead:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/top_img01.jpg) no-repeat center bottom/contain;
  height: 74.3rem;
  width: 141.6rem;
  z-index: -1;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .top_lead:before {
    background-image: url(../img/top_img01_sp.jpg);
    width: 100vw;
    height: 100%;
  }
}

.top_lead dt {
  color: #f37e01;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .top_lead dt {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .top_lead dd {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 768px) {
  .top_lead dd {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .top_lead dd + dd {
    margin-top: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .top_lead dl {
    margin-left: 58rem;
    margin-bottom: 26.7rem;
    white-space: nowrap;
  }
  .top_lead .txt {
    margin-left: 58rem;
    width: 26.5rem;
  }
}

.top_wrap {
  position: relative;
  background: rgba(202, 212, 204, 0.3);
  padding-top: 27.5rem;
}

.top_wrap .icon_anim {
  position: absolute;
  width: 15.9rem;
  z-index: 2;
  top: 18rem;
  left: -1rem;
}

@media screen and (max-width: 767px) {
  .top_wrap .icon_anim {
    width: 9.54rem;
    top: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .top_wrap {
    padding-top: 20rem;
  }
}

@media screen and (min-width: 768px) {
  .top_wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    top: -36.4rem;
    left: 0;
    height: 36.4rem;
    background: rgba(202, 212, 204, 0.3);
  }
}

.top_kome {
  margin-bottom: 30rem;
}

@media screen and (max-width: 767px) {
  .top_kome {
    margin-bottom: 13rem;
  }
}

@media screen and (min-width: 768px) {
  .top_kome .img_a {
    width: 64.8rem;
  }
}

@media screen and (max-width: 767px) {
  .top_kome .img_a {
    margin-left: -3.5rem;
  }
}

.top_kome .img_b {
  width: 25.7rem;
}

@media screen and (min-width: 768px) {
  .top_kome .img_b {
    position: absolute;
    bottom: 10rem;
    left: 11.2rem;
  }
}

@media screen and (max-width: 767px) {
  .top_kome .img_b {
    width: 14rem;
    margin-top: -2.5rem;
    margin-left: auto;
    margin-right: -3.5rem;
  }
}

.top_kome .icon_b {
  position: absolute;
  right: -2rem;
  bottom: 15rem;
  width: 7.9rem;
}

@media screen and (max-width: 767px) {
  .top_kome .icon_b {
    width: 4.75rem;
    bottom: -7rem;
    right: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_kome dl {
    margin-top: -5.2rem;
    margin-left: 50%;
  }
}

.top_food {
  margin-bottom: 25.6rem;
}

@media screen and (max-width: 767px) {
  .top_food {
    margin-bottom: 6.5rem;
  }
}

.top_food .icon_a {
  position: absolute;
  left: -18rem;
  top: -20.5rem;
}

.top_food .img_a {
  margin-left: auto;
  width: 78.6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_food .img_a {
    width: auto;
    margin-right: -3.5rem;
  }
}

.top_food .img_b {
  width: 31.1rem;
}

@media screen and (min-width: 768px) {
  .top_food .img_b {
    position: absolute;
    left: 63.4rem;
    margin-top: 12.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_food .img_b {
    margin-top: -1.3rem;
    margin-bottom: 5rem;
    margin-left: -3.5rem;
    width: 22.4rem;
  }
}

.top_food .img_c {
  width: 24.9rem;
}

@media screen and (min-width: 768px) {
  .top_food .img_c {
    position: absolute;
    left: 63.4rem;
    margin-top: -12rem;
  }
}

@media screen and (max-width: 767px) {
  .top_food .img_c {
    position: relative;
    width: 15rem;
    margin-right: -3.5rem;
    margin-top: 2rem;
    margin-left: auto;
  }
}

.top_food figcaption {
  font-size: 1.4rem;
  margin-top: .6em;
  color: #8aa7a8;
}

@media screen and (max-width: 767px) {
  .top_food figcaption {
    white-space: nowrap;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 16.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_food dl {
    margin-top: 8rem;
  }
}

.top_orange {
  position: relative;
  margin-bottom: 19rem;
}

@media screen and (max-width: 767px) {
  .top_orange {
    margin-bottom: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .top_orange dl {
    margin-left: 9.4rem;
  }
}

.top_orange dl {
  margin-top: 3.5rem;
}

.top_orange .icon_a {
  position: absolute;
  right: -5rem;
  width: 14.8rem;
}

.top_orange .img_a {
  width: 81.5rem;
  margin-right: 9.3rem;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_orange .img_a {
    width: auto;
    margin: 0 -3.5rem;
  }
  .top_orange .img_a figcaption {
    margin: 1em 3.5rem 0;
  }
}

.top_orange .img_a .txt {
  position: absolute;
  right: -7.5rem;
  top: -3.2rem;
  widtgh: 26.5rem;
}

@media screen and (max-width: 767px) {
  .top_orange .img_a .txt {
    width: 19rem;
    left: 4rem;
    top: 7.8rem;
  }
}

.top_story {
  position: relative;
}

.top_story dl {
  margin-top: 3.5rem;
}

.top_story .img_b {
  width: 76rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_story .img_b {
    width: auto;
    margin-left: -3.5rem;
    text-align: right;
  }
}

.top_story .img_c {
  width: 31.6rem;
}

@media screen and (min-width: 768px) {
  .top_story .img_c {
    position: absolute;
    right: 0;
    top: 53rem;
  }
}

@media screen and (max-width: 767px) {
  .top_story .img_c {
    width: 19rem;
    margin-top: 5rem;
    margin-left: -3.5rem;
    margin-bottom: 11rem;
  }
}

.top_story .icon_b {
  position: absolute;
  right: -4rem;
  top: 28rem;
}

@media screen and (max-width: 767px) {
  .top_story .icon_b {
    width: 12.5rem;
    right: 3rem;
    top: auto;
    bottom: 31rem;
  }
}

.top_story .icon_c {
  width: 16.7rem;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .top_story .icon_c {
    width: 10rem;
  }
}

.top_img {
  position: relative;
}

.top_img img {
  width: 100%;
}

.top_img .txt {
  position: absolute;
  width: 30.1rem;
  bottom: 23.5rem;
  right: calc(50% - 50rem);
}

@media screen and (max-width: 767px) {
  .top_img .txt {
    right: auto;
    left: 3.5rem;
    bottom: 4.5rem;
    width: 18.2rem;
  }
}

.top_item {
  margin: 10rem 0 14rem;
}

@media screen and (max-width: 767px) {
  .top_item {
    margin: 9rem 0;
  }
}

.top_item .ttl {
  font-size: 1rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .top_item .ttl {
    font-size: .9rem;
    margin-bottom: 6rem;
  }
}

.top_item .ttl img {
  display: block;
  margin: 0 auto 1.2em;
  width: 33.6em;
}

.top_item .ttl .icon {
  width: 13em;
}

@media screen and (min-width: 768px) {
  .top_item ul {
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top_item ul > * {
    margin-left: 10%;
    width: 45%;
  }
  .top_item ul > *:nth-child(2n + 1) {
    margin-left: 0;
  }
}

.top_item li {
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .top_item li {
    margin-bottom: 5rem;
  }
}

.top_item li img {
  width: 100%;
}

.top_item li dt {
  color: #000;
  margin: 1.5em 0 .6em;
}

.top_item li dd {
  font-size: 1.6rem;
  line-height: 1.9375;
}

@media screen and (max-width: 767px) {
  .top_item li dd br {
    display: none;
  }
}

.low {
  margin-top: 14rem;
}

@media screen and (max-width: 767px) {
  .low {
    margin-top: 8rem;
  }
}

.low_header {
  background: url(../img/about_mv.jpg) no-repeat 50%/cover;
  height: 30rem;
}

.low_header .ttl {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*# sourceMappingURL=style.css.map */