@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
body {
  margin: 0
}
main {
  display: block
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none
}
dt {
  font-weight: 700
}
dd {
  margin-left: 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}
pre {
  font-family: monospace, monospace;
  font-size: inherit
}
address {
  font-style: inherit
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
svg, img, embed, object, iframe {
  vertical-align: bottom
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
  cursor: default
}
:-moz-focusring {
  outline: auto
}
select:disabled {
  opacity: inherit
}
option {
  padding: 0
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}
legend {
  padding: 0
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}
[type="search"] {
  outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="number"] {
  -moz-appearance: textfield
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
html {
  scroll-behavior: smooth;
}



body {
   font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  background: #000;
  color: #000;
  font-size: 1vw;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
       only screen and (min-resolution: 192dpi) {
  body {
     font-size: 1.2vw;
  }
}
.body-bg {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.en {
 font-family: "Orelega One", serif;
}
.serif {
  font-family: "Zen Old Mincho", serif;  
}
.vertical {
	writing-mode: vertical-rl;
}
img {
  width: 100%;
}
p {
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.key-c{
  color: #B5AA5F;
}
.key-c02{
  color: #DAD194;
}
.site-copy {
    width: 8%;
    position: absolute;
    right: 28%;
    top: 16%;
}
/* ハンバーガーメニュー */

body{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.header-area{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.hamburger {
    width: 4.5vw;
    height: 4.6vw;
    position: fixed;
    top: 2vw;
    right: 2vw;
    background: #252525;
    border-radius: 99px;
    z-index: 4;
    cursor: pointer;
    transform: scale(1,1);
    transition: .4s;
}
.hamburger:hover {
    transform: scale(0.9,0.9);
    transition: .4s;
}



.point-lead .pic-wrap img {
    border-radius: 0 40px 40px 0;
}
.aside {
    padding: 60px 60px 30px;
    background: #faf3ed;
    margin-bottom: 150px;
    border-radius: 20px;
}
.aside-title {
    font-size: 20px;
    text-align: center;
    padding-bottom: 24px;

}
.menu-active .hamburger {
        background:none;

}
.point .aside p {
    font-size: 15px;
    padding-bottom: 36px;
    line-height: 1.9;
}
.mg40 {
  margin-top: 40px;
}

.hamburger span{
    position: absolute;
    width: 56%;
    height: 1px;
    background-color: #fff;
    transition: .3s;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.hamburger span:first-of-type{
    top: 2.2vw;
}
.hamburger span:nth-of-type(2) {
    top: 2.7vw;
}
.slide-menu {
background: #000;
    position: fixed;
    top: 0;
    width: 30%;
    right :-100%;
    transition: .7s;
    height: 100%;
    z-index: 3;
}


.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul{
    padding: 1em 0;
    color: #fff;
    font-size: 0.9em;
}
.slide-menu dl{
  color: #fff;
  text-align:left;
  padding-bottom: 12px;
}
.slide-menu li a{
text-decoration: none;
}
.slide-menu li.en a{
text-decoration: none;
}
.slide-menu li.sub {

}
.slide-menu li.en {
    font-size: 40px;
    padding-top: 40px;
}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);    background-color: #b5aa5f;
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);    background-color: #b5aa5f;
}

.menu-active .slide-menu {
 right: 0%;
}
.body.menu-active {
  overflow: hidden;
  transition: .7s;
}
.gnav {
    position: absolute;
    top: 2.7vw;
    right: 9vw;
    z-index: 2;
    font-size: 1.08em;
    letter-spacing: 0.1em;
	font-weight: 500;
}
.gnav li {

}
#home .gnav li a {
    color: #d9d9d9;
    padding: 0.2em 1em;
    display: inline-block;
    border-left: #a7a7a7 solid 1px;
}
#home .gnav li.sub a {
    border-left: none;
    font-size: 0.76em;
    padding-right: 2em;
    letter-spacing: 0;
}


.gnav-title {
    font-size: 22px;
    letter-spacing: 0.05em;
    padding-bottom: 24px;
}

.gnav dt.en {
    font-size: 1.8em;
    font-weight: 400;
      padding-bottom: 0.2em;
}
.gnav dl {
    padding-bottom: 1em;
}
.gnav dd {
    font-size: 0.85em;
    line-height: 1.5;
    padding-bottom: 0.2em;
    padding-left: 0.9em;
  position: relative;
  transition: .4s;
}
.gnav dd:before {
    content: "-";
    position: absolute;
    left: 0.2em;
    top: -0.1em;
    font-size: 1em;
    transition: .4s;
}
.gnav dd a:hover {

  transition: .4s;
}
#home .logo {
    width: 13vw;
    position: absolute;
    bottom: 4vw;
    left: 4vw;
    z-index: 2;
}
header h1 {

    position: absolute;
    font-size: 0.82em;
    padding: 2.6em 3em;
    z-index: 2;
	color: #d9d9d9;
}
.hero-copy {
    color: #d9d9d9;
    font-size: 1.7em;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.05em;
    position: absolute;
    z-index: 2;
    left: 7.6vw;
    bottom: 18vw;
    vertical-align: text-top;
    text-align: start;
}
span.paragraph2em {
    padding-top: 2em;
}
.hero {
    background-color: #000;
    color: #fff;
    height: 100vh;
    position: relative;
}
.hero-bg {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
  
}

.hero-bg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.hero-bg video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  opacity: 0.5;
}

.inner {
  width: 80%;
  margin: 0 auto;
}
.inner-wide {
  width: 85%;
  margin: 0 auto;
}
.inner-min {
    width: 56%;
    margin: 0 auto;
}
.l-sec {
  padding-top: 11vw;
}

.slide-menu-wrap {
    width: 80%;
    margin: 8% auto 0;
}
.slide-menu-logo {
    width: 68%;
    text-align: center;
    padding-top: 0px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.slide-menu-logo img {
    width:60%;
  margin: 0 auto;
}
.slide-menu-gnav {
    width:50%;
}
.slide-menu-gnav a {
text-decoration: none;
}
.nav-en {
    font-size: 60px;
    display: block;
    line-height: 1;
}
.slide-menu-wrap dt {
    font-size: 2em;
    font-weight: 400;
  padding-bottom:0.2em;
}
.slide-menu-wrap dd {
    padding-bottom: 0.3em;
    font-weight: 500;
}
.slide-menu-wrap dl {
padding-bottom: 1.2em;
}

.campaign {
    margin: 0 auto 0;
    position: relative;
    text-align: center;
}
.campaign .inner-min {
    width: 45%;
    margin: 0 auto;
}
.content {
  background: #F2F1EF;
  position: relative;
}
.l-sec {
    position: relative;
    color: #454545;
}
.sec-title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  padding-bottom: 68px;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}
#home .sec-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.3;
    padding-bottom: 30px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.sec-leadcopy {
font-size: 48px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
}
.sec-leadcopy.center {
text-align: center;
}

.sec-leadcopy span {
    font-size: 28px;
    display: block;
    padding-top: 15px;
}



.reverse {
  flex-direction: row-reverse;
}

.hero-fade {
  animation: fadeInhero 0.8s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

.content {
  animation: fadeInlogo 0.5s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fadeInhero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInlogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec-title-mark {
    width: 6vw;
    margin: 0 auto;
}
section#store {
    background: #f2f1ef;
    padding-bottom: 12vw;
}



.title-en {
  font-size: 11px;
  padding-top: 4px;
}
.lead-image {
  width: 85%;
}
.lead-image img {
  border-radius: 0 30px 30px 0;
  opacity: 0.95;
}
.item-summary.inner {
  text-align: center;
  width: 56%;
  margin: -50px auto 0;
  z-index: 2;
  position: relative;
}
.item-summary.inner p {
  text-align: left;
  font-size: 18px;
}
footer {
    text-align: center;
  background-size: 180px 180px;
  position: relative;
  display: flex;
  align-items: center;
}
.foot-logo {
    width: 25%;
    margin: 0 auto;
    padding-top: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    color: #fff;
}
.foot-logo img {
    width: 70%;
}



.foot-address-name {
    font-size: 0.95em;
    font-weight: 600;
      padding-top: 1.5em;
}.foot-address {
    font-size: 0.84em;
    padding-top: 0.5em;
    line-height: 1.6em;
}.copyright {
    font-size: 0.84em;
    padding-top: 2em;
}
footer p {
    font-size: 15px;
    line-height: 1.7;
    padding-top: 6px;
}
.fukushima {
    width: 7vw;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 4vw;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;max-width: 150px;
}
.news-bnr a {
  width: 80%;
  margin: 160px auto 0;
  padding: 60px 180px;
  background: #683250;
  display: block;
}
.btn a {
    display: inline-block;
    padding: 10px 0 11px;
    margin-top: 24px;
    border: #fff solid 1px;
    border-radius: 40px;
    width: 160px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.btn a:hover {
  transition: .4s;
  color: #000;
  background: #fff;
}
.btn-form {
    text-align: center;
  margin-bottom: 60px;
}
.btn-form a {
  display: inline-block;
  padding: 14px 0 12px;
  margin: 24px auto 0;
  border: #DF1337 solid 2px;
  border-radius: 40px;
  width: 220px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  
}


.btn-form a:hover {
  transition: .4s;
  color: #fff;
  background: #DF1337;
}
.info-txt p {
  padding-bottom: 1em;
}
.item-tmb {
  overflow: hidden;
  border-radius: 7px;
}
.item-title {
    text-align: center;
    padding-top: 1.5em;
    font-weight: 600;
}
.modal-content .item-title {
    text-align: center;
    padding-top: 1.6em;
    font-weight: 600;
    font-size: 1.5em;
    padding-bottom: 1.2em;
}
.modal-body {
    padding-bottom: 3em;
}
.modal-body table {
    width: 82%;
    margin: 0 auto;
   border-bottom: #cacaca solid 1px;
}
.modal-body td {
    font-size: 0.95em;
    line-height: 1.5;
    padding: 10px;
    border-top: #cacaca solid 1px;
}
.modal-body th {
    font-size: 0.95em;
    line-height: 1.5;
    padding: 10px;
    border-top: #cacaca solid 1px;
  font-weight: 400;
  width: 6em;
}
.custom-modal {
 opacity: 0;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.98);
  transition: .8s;
  pointer-events: none;
}
.is-open.custom-modal {
 opacity: 1;
pointer-events: all;
  transition: .8s;
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 0px;
    width: 80%;
    max-width: 600px;
    border-radius: 10px;
}

.close-modal {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 36px;
}

.close-modal:hover,
.close-modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-open {
    overflow: hidden;
    height: 100vh;
}

a:hover .item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-tmb img {
  transition: 0.4s all;
}
a:hover .item-image img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-image img {
  transition: 0.4s all;
}
.item-image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
.item-image a img {
  transition: 0.4s all;
}
.item-image {
  overflow: hidden;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 2.5);
}
.scroll-infinity__item > img {
  width: 100%;
}
.sec-title-en {
    font-size: 2em;
    text-align: center;
    padding-bottom: 0.4em;
    font-weight: 400;
    display: inline-block;
}
.sec-title-wrap {
    position: absolute;
    left: 2.2em;
    top: 3em;
    text-align: center;
    display: flex;
    align-items: flex-end;
}
.home-about-item-txt {
    padding: 1.8em 0 0;
}
.home-about-item-title {
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.16em;
}

.home-about-item {
    width: calc(33.333% - 2.5em);
}
.home-about-items.flex {
    padding-top: 10vw;
    padding-bottom: 12vw;
}
.home-about-item-tag {
    position: absolute;
    top: -1.5em;
    right: 1em;
    background: #f2f1ef;
    padding: 0.3em 0.25em 0.3em 0.2em;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.about-lead-pic {
    position: relative;
}
.home-about-item ul.indent {
    padding-top: 1em;
    font-size: 0.96em;
}
.home-about-item ul.indent li {
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 0.3em;
    line-height: 1.6em;
}
.home-about-item-tag2 {
    position: absolute;
    top: -1.5em;
    right: 2.6em;
    background: #f2f1ef;
    padding: 0.3em 0.25em 0.3em 0.2em;
    font-size: 1.3em;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.06em;
}


.home-about-item-pic {
    position: relative;
    padding-bottom: 1em;
}

.home-about-item.flex {
    padding-bottom: 10em;
}
.home-info-cat {
  display: inline;
  padding-right: 10px;
  
}
.home-info-txt-title {
  display: inline;
  padding-right: 10px;
  
}.home-about-item-copy.big {
    font-size: 3.6em;
    font-weight: 500;
    margin-left: -0.05em;
    position: absolute;
    left: -2em;
    bottom: 0;
    background: #f2f1ef;
    text-align: end;
    padding: 0.2em 0.1em 0;
    line-height: 1.25em;
}
.home-about-lead-txt {
    padding: 2em 0 0 0;
    text-align: justify;
}
.home-about-item-copy {
    font-size: 2.6em;
    font-weight: 500;
    line-height: 1.3;
}

.home-about-item-txt p {
    padding-top: 0.8em;
    font-size: 0.96em;
    line-height: 1.8em;
    text-align: justify;
    letter-spacing: 0.08em;
}
p.center {
    text-align: center;
}
.home-about-item-subcopy.serif {
    font-size: 1.6em;
    padding-bottom: 0.5em;
    font-weight: 500;
    position: absolute;
    background: #f2f1ef;
    right: -2.2em;
    top: -2em;
    line-height: 1.6;
}

.home-flavorr-pic {
    width: 50%;
}
.home-flavor-txt {
    width: 50%;
    padding: 7.5vw;
    box-sizing: border-box;
      background: #fff;
}
.reverse {
    flex-direction: row-reverse;
}



.home-voice-item-pic {
      padding-bottom: 1.5em;
}
.home-voice-item-pic img {
    border-radius: 15px;
}
.home-voice-item-txt {
    text-align: center;
}
.home-voice-item-company {
    font-size: 0.9em;
}
.home-voice-item-job {
    font-size: 0.8em;
    padding-top: 0.4em;
}
.home-voice-item-name {
    font-size: 1.1em;
    padding-top: 0.5em;
}
.home-voice-item-txt p {
    font-size: 0.8em;
    line-height: 1.7em;
    text-align: left;
    padding-top: 1em;
}



.modaal-content-container {
  padding: 0;
}
.modaal-container {
  width: 48%;
  color: #DF1337;
  border-radius: 20px;
  overflow: hidden;
}
.modaal-container .item-title {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
}
.modaal-container p {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}
.modaal-container table {
  width: 80%;
  margin: 40px auto;
}
.modaal-overlay {
  background: rgb(241,137,0)!important;;
background: linear-gradient(0deg, rgba(241,137,0,1) 0%, rgba(241,137,0,1) 13%, rgba(230,0,55,1) 58%, rgba(230,0,55,1) 100%)!important;;
  opacity: 0.9;
}
.modaal-container th {
  padding: 18px 10px;
  width: 10em;
  border-top: #DF1337 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td {
  padding: 18px 10px;
  border-top: #DF1337 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td a {
  text-decoration: underline;
}
.modaal-content-container .item-tmb {
  margin-bottom: 60px;
}
.map {
  width: 80%;
  margin: 0 auto 36px;
}
.map iframe {
  border: 0;
  width: 100%;
}
.modaal-container .item-cat {
  font-size: 14px;
  text-align: center;
}
.close {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding-bottom: 60px;
  cursor: pointer;
}
.modaal-wrapper .modaal-close {
  display: none;
}
.map-ico{
    width: 22px;
    position: absolute;
    top: 45%;
    left: 60%;
}
.rank-copy.serif {
    font-size: 2em;
    padding-top: 0.5em;
    line-height: 1.3em;
}

.rank-bg {
    position: absolute;
    width: 60%;
    top: -1em;
    right: 0;
    left: 0;
    z-index: 0;
    margin: 0 auto;
    opacity: 0.3;
    padding-left: 3em;
}

.btn-plan a {
    display: block;
    width: 13em;
    margin: 0 auto 80px;
    background: #ffea11;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    line-height: 1em;
    border-radius: 40px;
    color: #DF1337;
    font-weight: 900;
}
.btn-plan a:hover {
 background: #0e1c66;
color: #ffea11;
  transition: .4s;
}

.item-copy {
    text-align: center;
    padding: 18px 0;
    font-size: 21px;
    line-height: 1.5;
}

.point-lead {
    position: relative;
}
.point-lead .sec-leadcopy {
    position: absolute;
    bottom: -120px;
    right: 160px;
    font-size: 40px;
}
.pic-wrap {
    width: 80%;
}
.point .inner {
    padding-top: 200px;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec-subtitle {
    font-size: 24px;
    margin-bottom: 24px;
    display: inline-block;
    line-height: 1.6;
    margin-top: 16px;
}
.point p {
    line-height: 2;
    font-size: 16px;
    padding-bottom: 36px;
}
.point p.sup {
    font-size: 13px;
}
.point.about p {
    padding-bottom: 18px;
}
.point.about p.sup {
    font-size: 12px;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 42px;
}

.home .inner-mini {
    width: 54%;
    margin: 0 auto;
}

.home-taste {

}
.home-taste .inner-mini {
position: relative;
}

.home-voice-item {
    width: calc(25% - 2.5vw);
}
.home-voice-items.flex {
    width: 75%;
    margin: 0 auto;
    padding-bottom: 8vw;
    padding-top: 8vw;
}
.interview-title {
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 2em;
}

div.vid_contents {
    width: 100%;
    text-align: center;
    margin: auto;
  padding-bottom: 10vw;
}
video.vid_main {
width: 100%;
}
#home .movie .sec-title {
    font-size: 24px;
}
section.l-sec.home-about {
  
}
.sec-title-jp.serif {
    font-size: 1.1em;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-left: 0.1em;
}

.tab-link ul{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 2em 0 5em;
}

.items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item {
width: calc(20% - 1.8%);
  margin-bottom: 3em;
}

.tab-link li a.select {
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    background: #000;
}
.tab-link li a{
    margin: 3px;
}
.tab-link li a{
  display: block;
  cursor: pointer;
      padding: 8px 25px;
    border: #000 solid 1px;
    border-radius: 99px;
    font-size: 15px;
}
.tab-link li a:hover {
   color: #fff;
    background: #000;
}
	.modaal-content-container {
    padding: 0;
}

.mv-wrap {
    width: 100%;
    margin: 0;
}
.modaal-container p{
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}
.modaal-close {
right: 30px;
    top: 32px;
    width: 60px;
    height: 60px;
}
.modaal-close:after, .modaal-close:before {
    left: 23px;
    width: 2px;
    height: 38px;
}
.modaal-overlay {
    background: #152b51f7!important;
    opacity: 1!important;
}
.modaal-container {
    max-width: 900px;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
.modaal-container {
    max-width: 1000px;
}
.modaal-container .close {
  display: none;
}
video {
    width: 100%;
}
.modaal-close:focus, .modaal-close:hover {
    outline: 0;
    background: none;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    background: #fff;
}
.modal-content .item-tmb {
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}

.coution {
    display: flex;
  justify-content: center; /* 親要素内で中央寄せ */
  padding: 3vw 0 4vw;
}
.coution ul {
  text-align: left; /* テキストを左寄せ */
  display: inline-block; /* テキストの幅を内容に合わせる */
}
.coution li {
    font-size: 1em;
    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
}
.items-title {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 1.7em;
}
.start {
    font-size: 0.8em;
    text-align: center;
    padding-top: 0.8em;
}


.toggle_title {
    font-weight: 500;
    margin: 0;
    padding: 15px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.dli-plus-wrap {
    width: 24px;
    height: 24px;
    right: 0;
    top: 4px;
    border-radius: 99px;
    display: inline-block;
    position: absolute;
    background: #b9c7ce;
}
.dli-plus {
    position: absolute;
    vertical-align: middle;
    color: #ffffff;
    line-height: 1;
    width: 10px;
    height: 2px;
    background: currentColor;
    right: 7px;
    top: 11px;
}
  .toggle_txt {
    display: none; 
    padding: 2em 0 0;
}
.toggle_title .ico-q {
    font-weight: 700;
    color: #62b9df;
    font-size: 1.6em;
    position: absolute;
    left: 0.2em;
    top: 0.36em;
}
  
  .dli-plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    transition: 0.4s;
}
  .selected .dli-plus::before {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.4s;
}

.home-about-lead {
    position: relative;
}
section#flavor {
    padding-top: 0;
}
#flavor .sec-title-wrap {
    left: auto;
    right: 1.8em;
}
.shop-item.flex {
    padding: 1.4em;
    border-bottom: #cccccc solid 1px;
    justify-content: flex-start;
}
.shop-name-wrap {
    width: 20%;
}
.shop-name {
    font-size: 1.1em;
    font-weight: 600;
}
.shop-status {
    padding-bottom: 0.5em;
}
.shop-status span {
    background: #bfa87b;
    color: #fff;
    padding: 0.6em 0.8em;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 600;
}
.shop-list-title span.sup {
font-size: 0.86em;
  padding: 2em 0;
  display: block;
}
.end .shop-status span {
    background: #919191;
}
.end.shop-item.flex {

}
.end .shop-name-wrap {
  opacity: 0.8;
}
.end .shop-item-note {
opacity: 0.8;
}


.shop-item-note {
  width: 80%;
}
.shop-lpcation {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.5;
}

span.bold {
    font-weight: 600;
}
span.shop-time {
    padding-left: 1em;
}
span.shop-tel {
    padding-left: 1em;
}
.shop-eigyo {
    width: 100%;
    padding-top: 0.5em;
}
shop.shop-holiday {
    padding-left: 1em;
}

.toggle_contents.tour-items {
    background: #fff;
    border-radius: 0.5em;
}
.home-flavor-item-copy.big {
    text-align: center;
    font-size: 3em;
}
.home-flavor-item-subcopy {
    text-align: center;
    padding: 0.6em 0 1em;
    font-size: 1.65em;
    line-height: 1.3em;
}
.home-flavor-item-ico {
    width: 6vw;
    margin: 0 auto 1em;
}
.home-flavor-item-img {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}
#store .sec-title-jp.serif {
    letter-spacing: 0;
}
.foot-bg {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0.4;
}
.foot-bg video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.sec-subtitle-jp.serif {
    font-size: 2em;
    text-align: center;
    padding-top: 5em;
}
.shop-list-name {
    font-size: 1.26em;
    font-weight: 600;
    border-bottom: #bfa87b solid 3px;
    padding: 0.9em 2.7em;
  position: relative;
}
.shop-list-title {
    position: relative;
}
.shop-list-ico {
    width: 2vw;
    position: absolute;
    top: 1vw;
}
section#people {
background: #fff;
}
div#logo-rule {
    position: absolute;
    left: 5vw;
    top: 5vw;
    width: 20%;
    color: #fff;
    text-align: left;
    z-index: 2;
}
footer div#logo-rule p {
    font-size: 0.8em;
    line-height: 1.7;
    padding-top: 0px;
}
.logo-rule-title {
    font-weight: 600;
    padding-bottom: 1em;
}
.hero-btn {
    position: absolute;
    bottom: 4vw;
    right: 4vw;
    z-index: 2;
    width: 18vw;
}
.hero-btn a {
transition: .4s;
}
.hero-btn a:hover {
  opacity: 0.6;
transition: .4s;
}
.animate-target {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate-target.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ▼ ベースCSS */
/* ベース */
[hidden] { display: none !important; }

.tabs {
  --tabs-dur: .28s;
  --tabs-ease: cubic-bezier(.2,.7,.2,1);
}

.tabs__list {
  display: flex;
  flex-wrap: wrap;
}

.tabs__tab {
  appearance: none;
  background: none;
  border: none;
  font-weight: 700;
  cursor: pointer;
  color: #666;
}
.tabs__tab:hover { color: #000; }
.tabs__tab[aria-selected="true"], .tabs__tab.is-active {
    color: #fff;
    background: #2a2a2a;
}
.tabs__tab:focus-visible { outline: 2px solid #2a2a2a; outline-offset: 2px; }

/* パネルコンテナ：高さトランジション */
.tabs__panels {
  position: relative;
  transition: height var(--tabs-dur) var(--tabs-ease);
}

/* 通常時（アニメしてない時）は通常フローで上寄せ */
.tabs__panel { display: block; }

/* --- アニメ中だけ重ねる（.tabs--stack が付いた間のみ） --- */
.tabs.tabs--stack[data-animate="true"] .tabs__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  user-select: none;
  visibility: hidden;
  transition:
    opacity var(--tabs-dur) var(--tabs-ease),
    transform var(--tabs-dur) var(--tabs-ease);
}
.tabs.tabs--stack[data-animate="true"] .tabs__panel.is-active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  user-select: text;
  visibility: visible;
}

/* 高さ計測用（一瞬だけ自然フローに） */
.tabs__panel.--measuring {
  position: static !important;
  display: block !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transform: none !important;
  pointer-events: none !important;
  user-select: none !important;
}

/* 動き軽減 */
@media (prefers-reduced-motion: reduce) {
  .tabs__panels, .tabs__panel { transition: none !important; }
}
.shop-items {
    padding-top: 1.4em;
}

@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {
body {
    font-size: 1.2vw;
}  
  .inner-mini {
    width: 68%;
    margin: 0 auto;
}

}

@media screen and (max-width:1000px) {
.gnav {
display: none;
}
.slide-menu {
    width: 100%;

}.inner-min {
    width: 70%;
    margin: 0 auto;
}.home-about-item.flex {
    padding-bottom: 5em;
    display: block;
}
.home-voice-item {
    width: calc(50% - 1vw);
    margin-bottom: 3em;
}

  #store .inner {
    width: 85%;
    margin: 0 auto;
}
  
  .item {
    width: calc(50% - 2%);
    margin-bottom: 3em;
}
  .item-title {
    text-align: center;
    padding-top: 1.2em;
    font-weight: 500;
    font-size: 14px;
}
  .modal-content .item-title {
    text-align: center;
    padding-top: 1.6em;
    font-weight: 600;
    font-size: 1.2em;
    padding-bottom: 1.2em;
}.modal-body th {
    font-size: 14px;
    line-height: 1.5;
    padding: 8px;
    border-top: #cacaca solid 1px;
    font-weight: 400;
    width: 6em;
}.modal-body td {
    font-size: 14px;
    line-height: 1.5;
    padding: 8px;
    border-top: #cacaca solid 1px;
}.modal-body table {
    width: 88%;
    margin: 0 auto;
    border-bottom: #cacaca solid 1px;
}.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 0px;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
}
	.campaign .inner-min {
    width: 70%;
    margin: 0 auto;
}.home-voice-items.flex {
    width: 70%;
}
}

@media screen and (max-width:800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 16px;
} 
.home-about-item {
    width: 100%;
    padding-bottom: 40px;
}
	header h1 {
    position: absolute;
    font-size: 12px;
    padding: 1.5em;
    z-index: 2;
    color: #d9d9d9;
}
	.hero-copy {
    font-size: 20px;
    left: 40px;
    bottom: 130px;
}.hero-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 200px;
}.hamburger {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 20px;
    right: 20px;
}.hamburger span:first-of-type {
    top: 27px;
}.hamburger span:nth-of-type(2) {
    top: 34px;
}.hero-copy {
    font-size: 22px;
    left: 60px;
}.home-about-item-subcopy.serif {
    font-size: 15px;
}.home-about-item-copy.big {
    font-size: 34px;
}.sec-title-en {
    font-size: 20px;
}.sec-title-jp.serif {
    font-size: 13px;
}
	.home-about-lead-txt {
    padding: 2em 0 0 0;
    text-align: justify;
    font-size: 14px;
    line-height: 1.8em;
}.home-about-item-tag {
    font-size: 18px;
}.home-about-item-title {
    font-weight: 700;
    line-height: 1.4;
    font-size: 16px;
}.home-about-item-txt p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.8em;
    text-align: justify;
    letter-spacing: 0.04em;
}.home-about-item-tag {
    font-size: 18px;
}.home-about-item-tag2 {
    font-size: 18px;
}.home-flavorr-pic {
    width: 100%;
}.home-flavor-txt {
    width: 100%;
    padding: 60px;
}.home-flavor-item-ico {
    width: 120px;
}.home-flavor-item-subcopy {
    text-align: center;
    padding: 0.6em 0 1em;
    font-size: 18px;
    line-height: 1.3em;
}.home-flavor-item-copy.big {
    text-align: center;
    font-size: 36px;
}
	#flavor .sec-title-wrap {
    color: #fff;
}
	.home-voice-item-company {
    font-size: 12px;
}
	.home-voice-item-job {
    font-size: 12px;
    padding-top: 0.4em;
}
	.home-voice-item-name {
    font-size: 16px;
    padding-top: 0.5em;
}.sec-subtitle-jp.serif {
    font-size: 18px;
    text-align: center;
    padding-top: 80px;
}section#store {
    background: #f2f1ef;
    padding-bottom: 40px;
}.coution li {
    font-size: 12px;
    line-height: 1.5em;
    text-indent: -1em;
    padding-left: 1em;
}.shop-list-name {
    font-size: 18px;
    font-weight: 600;
    border-bottom: #929292 solid 2px;
    padding: 1em 40px;
    position: relative;
}.shop-list-title span.sup {
    font-size: 12px;
    padding: 2em 0;
    display: block;
}.shop-name {
    font-size: 16px;
    font-weight: 600;
}.shop-name-wrap {
    width: 100%;
    padding-bottom: 10px;
}.shop-item-note {
    width: 100%;
}.shop-lpcation {
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
}.shop-item.flex {
    padding: 20px 0;
    border-bottom: #cccccc solid 1px;
    justify-content: flex-start;
}.shop-status span {
    background: #bfa87b;
    color: #fff;
    padding: 0.6em 0.8em;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}.shop-list-ico {
    width: 26px;
    position: absolute;
    top: 14px;
}.foot-logo {
    width: 45%;
    margin: 0 auto;
    padding-top: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    color: #fff;    max-width: 600px;
}.foot-address-name {
    font-size: 15px;
    font-weight: 600;
    padding-top: 3em;
}.foot-address {
    font-size: 12px;
    padding-top: 0.5em;
    line-height: 1.6em;
}.fukushima {
    width: 80px;
    position: absolute;
    bottom: 20px;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
  max-width: 150px;
}footer div#logo-rule p {
    font-size: 12px;
    line-height: 1.7;
    padding-top: 0px;
}div#logo-rule {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 40%;
    color: #fff;
    text-align: left;
    z-index: 2;
}div#logo-rule {
    position: absolute;
    left: 0;
    top: 40px;
    width: 80%;
    color: #fff;
    text-align: left;
    z-index: 2;
    margin: 0 auto;
    right: 0;
}
	#home .logo {
    width: 160px;
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 2;
}
	.hero-copy {
    bottom: 200px;
}
	.hero-copy {
    bottom: auto;
    top: 20%;
		        font-size: 20px;
        left: 42%;
}
}

@media screen and (max-width:650px) {
#home .logo {
        width: 200px;
        position: absolute;
        bottom: auto;
        right: 0;
        z-index: 2;
        left: 0;
        margin: 0 auto;
        top: 42%;
}.hero-copy {
    bottom: auto;
    top: 16%;
    font-size: 22px;
    left: 41%;
}
	.hero-btn {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 2;
    width: 80%;
    left: 0;
    margin: 0 auto;
}.inner-min {
    width: 80%;
    margin: 0 auto;
}.home-about-item-txt {
    padding: 20px 0 0;
}.home-about-item-pic {
    position: relative;
    padding-bottom: 0;
}
	.home-about-item ul.indent {
    padding-top: 1em;
    font-size: 13px;
}
	.inner {
    width: 86%;
    margin: 0 auto;
}.home-about-item-txt p {
    font-size: 13px;
}
	.home-flavor-txt {
    width: 100%;
    padding: 30px;
}.home-flavor-item-ico {
    width: 100px;
}p {
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}.home-flavorr-pic {
    width: 100%;
    padding-bottom: 30px;
    background: #fff;
}.sec-title-wrap {
    position: absolute;
    left: 10px;
    top: 3em;
    text-align: center;
    display: flex;
    align-items: flex-end;
}.sec-title-en {
    font-size: 16px;
}.sec-title-jp.serif {
    font-size: 11px;
}.home-voice-item-txt p {
    font-size: 12px;
    line-height: 1.7em;
    text-align: left;
    padding-top: 1em;
}.hamburger {
    width: 60px;
    height: 60px;
    position: fixed;
    top: 10px;
    right: 10px;
}.home-about-item-copy.big {

    font-weight: 500;
    margin-left: 0;
    position: relative;
    left: 0;
    bottom: 0;
    background: none;
    text-align: end;
    padding: 0 0 20px;
    line-height: 1.25em;
    writing-mode: horizontal-tb;
    font-size: 24px;
}.home-about-item-subcopy.serif {
    font-size: 15px;
    padding-bottom: 8px;
    font-weight: 500;
    position: relative;
    background: none;
    right: 0;
    top: 0;
    line-height: 1.4;
    writing-mode: horizontal-tb;
    text-align: right;
}
	.home-about-item-copy.big br {
		display: none;
	}.home-voice-items.flex {
    width: 78%;
}.home-voice-item {
    width: calc(50% - 10px);
    margin-bottom: 3em;
}.home-voice-item-txt p {
    font-size: 11px;
    line-height: 1.7em;
    text-align: left;
    padding-top: 1em;
}.shop-list-title span.sup {
    font-size: 12px;
    padding: 20px 0;
    display: block;
    line-height: 1.6em;
}
	span.shop-address {
    display: block;
}
	span.shop-tel {
    padding-left: 0;
}
	shop.shop-holiday {
    padding-left: 0;
    display: block;
}.logo-rule-title {
    font-weight: 600;
    padding-bottom: 1em;
    font-size: 14px;
}
	footer div#logo-rule p {
    font-size: 11px;
    line-height: 1.7;
    padding-top: 0px;
}.btn a {
    display: inline-block;
    padding: 10px 0;
    margin-top: 10px;
    border: #fff solid 1px;
    border-radius: 40px;
    width: 120px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}.foot-logo {
    width: 60%;
    margin: 0 auto;
    padding-top: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    color: #fff;
}.foot-address-name {
    font-size: 15px;
    font-weight: 600;
    padding-top: 20px;
}.campaign .inner-min {
    width: 80%;
    margin: 0 auto;
}
}

@media screen and (max-width:400px) {
.foot-logo {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    color: #fff;
  padding-top: 40px;
}
  .foot-logo img {
    width: 60%;
}
  .logo-rule-title {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 13px;
}
  .btn a {
    display: inline-block;
    padding: 10px 0;
    margin-top: 8px;
    border: #fff solid 1px;
    border-radius: 40px;
    width: 120px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    font-size: 11px;
}
}