@charset "UTF-8";

/*  ----------------------------------------------------------
header
----------------------------------------------------------  */

.header {
  align-items: center;
  background: var(--base);
  display: flex;
  height: 12rem;
  justify-content: right;
  padding-top: 2.6rem;
  position: relative;
  width: 100%;
}

.header::before {
  background: var(--red1);
  content: "";
  display: block;
  height: 2.6rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.header_logo {
  background: var(--base);
  height: auto;
  left: 3rem;
  padding: 2rem 1rem;
  position: absolute;
  top: 3rem;
  width: 14rem;
  z-index: 5;
}

/*  ----------------------------------------------------------
gnav
----------------------------------------------------------  */

.gnav_menu {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 2rem;
}

.gnav_menu li {
  border-right: 1px solid #000;
  padding: 0 2rem;
}

.gnav_menu li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1;
  padding: 0 0.5rem;
  position: relative;
}

.gnav_menu li a:after {
  background: var(--red2);
  bottom: -1rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
  width: 100%;
}

.gnav_menu li a:hover {
  opacity: 1;
}

.gnav_menu li a:hover:after {
  transform: scale(1, 1);
}

.gnav_menu li:last-of-type {
  border-right: none;
}

.gnav_menu li:last-of-type i {
  font-size: 2.8rem;
}

/*  ----------------------------------------------------------
hamburger
----------------------------------------------------------  */

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: url(../img/texture1.jpg) repeat center center/100% auto;
  bottom: 0;
  display: block;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -9999;
}

.gnav-sp nav {
  width: 100%;
}

.gnav-sp .wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.gnav-sp-menu li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}

.gnav-sp-menu li a {
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
}

.gnav-sp-menu li:last-of-type {
  font-size: 3rem;
}

/* toggle */

.toggle-btn {
  background: var(--bk1);
  cursor: pointer;
  display: block;
  height: 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s;
  width: 6rem;
  z-index: 100000;
}

.toggle-btn span {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 2rem;
  position: absolute;
  transition: all 0.4s;
  width: 2rem;
}

.toggle-btn span:nth-child(1) {
  top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
  top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
  top: 3.5rem;
}

/* open */

.open .gnav-sp {
  display: block;
  opacity: 1;
  top: 0;
  z-index: 99999;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}

/* mask */

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

/*  ----------------------------------------------------------
footer
----------------------------------------------------------  */

.footer {
  background: var(--red1);
  padding: 5.5rem 0 2rem;
}

.footer_nav {
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer_nav li {
  border-right: 1px solid #fff;
  padding: 0 0.5rem;
}

.footer_nav li:last-of-type {
  border-right: none;
  padding: 0;
}

.footer_nav li a {
  color: #fff;
  display: block;
  letter-spacing: 0.18em;
  line-height: 1;
  padding: 0 1.5rem;
  width: 100%;
}

.footer_nav li:last-of-type a {
  font-size: 2rem;
}

.footer_logo {
  height: auto;
  margin: 7rem auto 5rem;
  width: 14rem;
}

.footer_copyright {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  text-align: center;
}

main {
  overflow: hidden;
}

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

.top-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-wrap.ycenter {
  align-items: center;
}

.top-wrap.xcenter {
  justify-content: center;
}

.top-wrap.rev {
  flex-direction: row-reverse;
}

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}

.more a {
  background: url(../img/more_arw.png) no-repeat right 1.5rem center/1.6rem auto;
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 1.7rem;
  font-weight: 900;
  height: 6.4rem;
  letter-spacing: 0.2em;
  line-height: 6.4rem;
  position: relative;
  text-align: center;
  width: 25rem;
}

.more a::after {
  border: 1px solid var(--red2);
  content: "";
  display: block;
  height: 100%;
  left: 0.8rem;
  position: absolute;
  top: 0.8rem;
  width: 100%;
  z-index: -5;
}

.more a:hover {
  background-color: var(--red2);
  opacity: 1;
}

.more-lg a {
  font-size: 2rem;
  height: 7.6rem;
  letter-spacing: 0.34em;
  line-height: 7.6rem;
  width: 33.3rem;
}

/*  ----------------------------------------------------------
top-heading
----------------------------------------------------------  */

.top-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 3.2rem;
  font-weight: 700;
  gap: 1rem;
  justify-content: center;
  letter-spacing: 0.18em;
  position: relative;
}

.top-heading::before {
  aspect-ratio: 234/91;
  background: url(../img/heading_deco.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: relative;
  width: 12rem;
}

/*  ----------------------------------------------------------
loop slider 
----------------------------------------------------------  */

#loopslider {
  height: 251px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline-block;
  height: 100%;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

#loopslider ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#loopslider ul li {
  display: inline;
  float: left;
  height: 251px;
  overflow: hidden;
  width: 336px;
}

#loopslider ul img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  padding: 0 5px;
  width: 100%;
}

/*  ----------------------------------------------------------
news 
----------------------------------------------------------  */

.CMS-NEWS-INDEX {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 30.5%;
}

.page-news .CMS-NEWS-INDEX {
  margin-bottom: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.CMS-NEWS-ITEM {
  width: 32%;
}

.page-news .CMS-NEWS-ITEM {
  margin-bottom: 5rem;
}

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 320/200;
  margin-bottom: 2.5rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.top .CMS-NEWS-TIME {
  color: var(--red2);
}

.CMS-NEWS-LINK {
  font-weight: 400;
  line-height: 1.53;
  width: 100%;
}

.CMS-NEWS-MORE-READ {
  background: var(--brw2);
  border: 2px solid var(--brw2);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  padding: 2rem 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  width: 28rem;
}

.CMS-NEWS-MORE-READ:hover {
  opacity: 0.7;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px var(--red2);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: #000;
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 4rem auto;
  width: 70%;
}

/*  ----------------------------------------------------------
instagram
----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 1.5rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

.CMS-INSTAGRAM-LIST > * img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n+7) {
  display: none;
}

/*  ----------------------------------------------------------
scroll
----------------------------------------------------------  */

.scroll {
  bottom: -5rem;
  font-size: 1.2rem;
  font-weight: 900;
  left: 3rem;
  letter-spacing: 0;
  position: absolute;
  writing-mode: vertical-rl;
}

.scroll::after {
  animation: scroll 2s infinite;
  background: #000;
  content: "";
  display: inline-block;
  height: 7.6rem;
  position: relative;
  width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*=============== fixed-btn ===========*/

.fixed-btn {
  background: var(--red1);
  padding: 1rem 0;
  position: relative;
}

.fixed-btn a {
  display: block;
}

.fixed-btn img {
  display: block;
  width: 4.9rem;
}

.fixed-btn_wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.fixed-btn_inner {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 4.9rem;
  writing-mode: vertical-rl;
}

.fixed-btn_inner span {
  font-size: 1.2rem;
}

/*  ----------------------------------------------------------
form
----------------------------------------------------------  */

.CMS-FORM-GROUP {
  align-items: center;
  display: flex;
  margin-bottom: 2.5rem;
}

.CMS-FORM-GROUP label {
  font-weight: 500;
  width: 30%;
}

.CMS-FORM-GROUP input,
.CMS-FORM-GROUP textarea {
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1rem 2rem;
  width: 70%;
}

.CMS-FORM-GROUP input:focus,
.CMS-FORM-GROUP textarea:focus,
.CMS-FORM-GROUP select:focus {
  outline: 1px solid var(--red2);
}

.CMS-FORM-GROUP input {
  border: #a7a7a7 solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1rem 2rem;
  width: 30%;
}

.CMS-FORM-GROUP input::-moz-placeholder {
  color: #ddd;
}

.CMS-FORM-GROUP input::placeholder {
  color: #ddd;
}

.CMS-FORM-GROUP .CMS-FORM-SELECT {
  width: 30%;
}

.CMS-FORM-GROUP select {
  border: #a7a7a7 solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 1rem 2rem;
  width: 100%;
}

/* .CMS-FORM-GROUP .CMS-FORM-SELECT, */

.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 16rem;
}

.CMS-FORM-GROUP input[type=submit] {
  background: var(--brw1);
  border: none;
  color: #fff;
  display: block;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 8rem auto 0;
  padding: 1.6rem 0;
  transition: all 0.3s;
  width: 24rem;
}

.CMS-FORM-GROUP input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

.CMS-FORM-RADIO {
  width: 70%;
}

.CMS-FORM-RADIO input[type=radio] {
  border-radius: 50%;
  display: block;
  height: 1.8rem;
  margin-top: 0.9rem;
  width: 1.8rem;
}

.CMS-FORM-RADIO label {
  display: flex;
  font-weight: 400;
  gap: 1rem;
  width: 100%;
}

.CMS-FORM-RADIO label:not(:last-of-type) {
  margin-bottom: 1rem;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.form_privacy {
  margin: 5rem 0;
  text-align: center;
}

.form_privacy p a {
  color: var(--blu);
  text-decoration: underline;
}

.form_privacy input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.form_privacy label {
  position: relative;
}

.form_privacy label:before {
  border: 2px solid darkgray;
  content: "";
  display: inline-block;
  height: 1.8rem;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  width: 1.8rem;
}

.form_privacy input:checked + label:after {
  border-bottom: 2px solid var(--blu);
  border-left: 2px solid var(--blu);
  content: "";
  height: 5px;
  left: 4px;
  position: absolute;
  top: 30%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 10px;
}

.his {
  background: rgb(200, 0, 0);
  border-radius: 2px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  margin-left: 1.5rem;
  padding: 0.2rem 0.7rem 0.3rem 0.7rem;
  vertical-align: 0.2rem;
}

.thanxs {
  text-align: center;
}

.thanxs p + p {
  margin-top: 2rem;
}

.thanxs .more {
  color: #fff;
  margin-top: 6rem;
}

/*=============== top-kv ===========*/

.top-kv {
  background: var(--base);
  height: calc(47vw - 12rem);
  position: relative;
  width: 100%;
}

/*=============== slick slider ===========*/

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}

.add-animation {
  animation: zoomUp 8s linear 0s normal both;
}

#main {
  background: #000;
  display: none;
  height: 100%;
  position: relative;
  width: 100%;
}

#main.slick-initialized {
  display: block;
}

#main .slick-slide {
  height: calc(47vw - 12rem);
  margin-bottom: 0;
  width: 100%;
}

#main .slick-slide img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#main .slick-dots {
  bottom: -4rem;
  z-index: 10;
}

#main .slick-dots li {
  height: 1.2rem;
  margin: 0 1.1rem;
  width: 1.2rem;
}

#main .slick-dots li button:before {
  background: var(--brw2);
  border: 1px solid var(--brw2);
  border-radius: 10rem;
  content: "";
  height: 100%;
  opacity: 1;
  width: 100%;
}

#main .slick-dots li.slick-active button:before {
  background: var(--red2);
  border: 1px solid var(--red2);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*=============== top-news ===========*/

.top-news {
  background: url(../img/texture1.jpg) repeat center bottom/100% auto;
  padding: 15rem 0 4rem;
}

.top-news .top-heading {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}

.top-news_wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-news_left {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 1rem;
  width: 26rem;
}

.top-news_body {
  width: 70%;
}

.top-news .top-heading::before{
  margin-right: 0.2rem;

}

/*=============== top-greeting ===========*/

.top-greeting {
  background-image: url(../img/greeting_deco1.png), url(../img/greeting_bg.jpg);
  background-position: right center, center top;
  background-repeat: no-repeat, repeat;
  background-size: auto 100%, 100% auto;
  padding: 7rem 0;
}

.top-greeting_txt {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.23em;
  line-height: 3.53;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  writing-mode: vertical-rl;
}

/*=============== top-concept ===========*/

.top-concept {
  background-image: url(../img/concept_deco1.png), url(../img/concept_deco2.png), url(../img/texture1.jpg);
  background-position: right top, left bottom, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 63% auto, 60% auto, 100% auto;
  padding: 8.5rem 0 15rem;
  position: relative;
}

.top-concept .top-heading::before{
  margin-right: 0.4rem;

}

.top-concept::after {
  aspect-ratio: 1208/749;
  background: url(../img/greeting_deco2.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateY(-53%);
  width: min(42%, 61rem);
}

.top-concept_unit {
  position: relative;
}

.top-concept_unit:nth-of-type(1) {
  margin: 9rem 5rem 0 calc(50% - 50vw);
}

.top-concept_unit:nth-of-type(2) {
  margin: 14rem calc(50% - 50vw) 0 5rem;
}

.top-concept_body {
  margin: 2rem 0 0 auto;
  padding-top: 2rem;
  position: relative;
  width: 51rem;
  z-index: 5;
}

.top-concept_unit:nth-of-type(2) .top-concept_body {
  margin: 0 auto 0 0;
}

.top-concept_box {
  background: rgba(255, 255, 255, 0.8);
  margin: 2rem 0 0 0;
  padding: 4rem 3rem;
  position: relative;
  width: 100%;
}

.top-concept_img {
  left: 0;
  position: absolute;
  top: 0;
  width: 66.5%;
}

.top-concept_unit:nth-of-type(2) .top-concept_img {
  left: auto;
  right: 0;
}

.top-concept_ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 0 auto;
  width: 11em;
}

.top-concept_ttl span {
  border-bottom: 1px solid var(--brw2);
  color: var(--brw2);
  display: block;
  font-family: var(--ttl);
  font-size: 2rem;
  line-height: 1;
  padding-bottom: 1rem;
}

.top-concept_unit:nth-of-type(2) .top-concept_ttl {
  margin: 0 auto 0 0;
}

.top-concept_txt {
  text-wrap: pretty;
  color: var(--bk1);
}

.top-concept .more {
  margin: 3rem 0 0 auto;
  width: -moz-max-content;
  width: max-content;
}

/*=============== top-product ===========*/

.top-product {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 7rem 0 9rem;
}

.top-product .top-heading::before{
  margin-right: 0.6rem;
}

.top-product_imgs {
  display: flex;
  justify-content: space-between;
  margin: 1rem auto 7.5rem;
  max-width: 140rem;
  position: relative;
  width: 95%;
}

.top-product_imgs li:nth-of-type(1),
.top-product_imgs li:nth-of-type(3) {
  margin-top: 4rem;
  width: 37%;
}

.top-product_imgs li:nth-of-type(2) {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
  width: 45%;
}

.top-product_txt {
  font-weight: 300;
  letter-spacing: 0.23em;
  line-height: 2.5;
  margin-top: 3rem;
  text-align: center;
}

/*=============== top-gallery ===========*/

.top-gallery {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 11rem 0 11.5rem;
}

.top-gallery .top-heading::before{
  margin-right: 1.6rem;
}

.top-gallery #loopslider {
  margin: 4.5rem 0 7rem;
}

/*=============== top-online ===========*/

.top-online {
  background: url(../img/online_bg.jpg) no-repeat center center/cover;
  padding: 9rem 0 11rem;
}

.top-online_heading {
  border-bottom: 1px solid var(--bk1);
  color: var(--bk1);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.top-online_txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.23em;
  margin-bottom: 7rem;
  text-align: center;
}

/*=============== top-contact ===========*/

.top-contact {
  background: url(../img/contact_bg.jpg) no-repeat center center/cover;
  padding: 12rem 0 10rem;
}

.top-contact .top-online_heading {
  border-color: #fff;
  color: #fff;
}

.top-contact .top-online_txt {
  color: #fff;
  margin-bottom: 3rem;
}

.top-contact_btns {
  display: flex;
  gap: 3.6rem;
  justify-content: center;
}

.top-contact_btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 9rem;
  width: 39rem;
}

.top-contact_btn a {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}

.top-contact_mail a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 9rem;
  text-align: center;
}

.top-contact_tel a {
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.top-contact_tel a p {
  background: url(../img/icn_tel.png) no-repeat left center/5.4rem auto;
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1;
  padding-left: 6rem;
}

.top-contact_tel a p span {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-top: 0.5rem;
}

/*=============== top-access ===========*/

.top-access {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 10rem 0 0;
}

.top-access .top-heading::before{
  margin-right: 0.2rem;

}

.top-access_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 6rem 0 9rem;
  position: relative;
}

.top-access_img {
  width: 45%;
}

.top-access_body {
  width: 50%;
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
  padding: 2.5rem 0;
}

.top-access_list dt:first-of-type,
.top-access_list dd:first-of-type {
  padding-top: 0;
}

.top-access_list dt {
  font-weight: 700;
  padding-left: 1em;
  width: 30%;
}

.top-access_list dd {
  width: 70%;
}

.top-access_list dd span {
  display: inline-block;
}

.top-access_map {
  margin-top: 9rem;
}

.top-access_map iframe {
  height: 37rem;
  width: 100%;
}

/*=============== top-insta ===========*/

.top-insta {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 9rem 0;
}

.top-insta .top-heading::before{
  margin-right: 0.4rem;
}


.top-insta_wrap {
  margin: 6rem auto 0;
  max-width: 86rem;
  padding: 0 2rem;
}

/*=============== page ===========*/

.p-inner {
  margin: 0 auto;
  width: 95%;
}

.p-ttl-4 {
  background: linear-gradient(transparent 50%, rgba(194, 0, 9, 0.2));
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  width: -moz-max-content;
  width: max-content;
}

.p-list {
  display: flex;
  justify-content: space-between;
}

.p-list li {
  width: 49%;
}

.ttl span.price {
  color: var(--brw1);
  display: inline;
  font-size: 0.8em;
  margin-left: 2rem;
}

.p-note {
  border-bottom: 1px solid var(--red2);
  color: var(--red2);
  margin-top: 3rem;
  width: -moz-max-content;
  width: max-content;
}

.p-omakase {
  padding-bottom: 10rem;
  position: relative;
}

.p-omakase::after {
  aspect-ratio: 600/946;
  background: url(../img/logo_omakase.png) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 15%;
  width: min(15%, 22rem);
}

.privacy {
  background: #fff;
  border: 2px solid var(--bk);
  font-size: 1.4rem;
  height: 500px;
  margin: 0 auto 5rem;
  overflow: auto;
  padding: 40px 20px;
  width: auto;
}

.privacy h2 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.privacy h3 {
  font-size: 1.6rem;
  margin-top: 2rem;
}

.privacy ul li {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 1rem;
}

.privacy-takeout {
  border: 2px solid var(--red);
  margin: 100px auto;
  padding: 20px;
}

.privacy span,
.privacy-takeout span {
  font-weight: bold;
}

p.privacy_notes {
  font-size: 1.4rem;
  padding: 30px 0;
}

@media only screen and (max-width: 1400px) {
  /* Wider than xxl-size */
}

@media only screen and (max-width: 1200px) {
  /* Wider than xl-size */

  .gnav_menu li {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 992px) {
  /* Wider than lg-size */

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  /* Wider than md-size */

  .header {
    background: transparent;
    height: 6rem;
    padding-top: 0;
    position: absolute;
    top: 0;
  }

  .header::before {
    content: none;
  }

  .header_logo {
    left: 0;
    top: 0;
    width: 10rem;
  }

  .footer {
    padding: 4rem 0 6rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: 1.5rem;
  }

  .footer_nav li {
    border-right: none;
  }

  .footer_nav li a {
    line-height: 1.8;
    padding: 0;
  }

  .footer_nav li:last-of-type a {
    font-size: 3rem;
  }

  .footer_logo {
    margin: 4rem auto 2rem;
    width: 12rem;
  }

  .top-container {
    margin: 0 5%;
    padding: 0;
  }

  .top-wrap {
    flex-direction: column;
  }

  .top-wrap.rev {
    flex-direction: column;
  }

  .top-wrap.mdrev {
    flex-direction: column-reverse;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .more a {
    background-size: 1.3rem auto;
    font-size: 1.6rem;
    height: 5.6rem;
    line-height: 5.6rem;
    width: 22rem;
  }

  .more a::after {
    left: 0.6rem;
    top: 0.6rem;
  }

  .more-lg a {
    height: 5.9rem;
    line-height: 5.9rem;
    width: 26rem;
  }

  .top-heading {
    font-size: 2.6rem;
    gap: 0.3rem;
  }

  .top-heading::before {
    width: 8rem;
  }

  .CMS-NEWS-INDEX {
    margin-bottom: 2rem;
  }

  .top .CMS-NEWS-ITEM {
    margin: 0 auto 5rem;
    max-width: 50rem;
    width: 100%;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }

  .fixed-btn {
    border-top: 1px solid #fff;
    padding: 0;
    width: 100%;
  }

  .fixed-btn a {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .fixed-btn img {
    margin: 0;
    width: 3rem;
  }

  .fixed-btn_wrapper {
    bottom: 0;
    left: 0;
    top: auto;
    transform: none;
  }

  .fixed-btn_inner {
    writing-mode: horizontal-tb;
  }

  .fixed-btn_inner {
    flex-direction: column;
  }

  .thanxs {
    text-align: left;
  }

  .top-kv {
    height: 32rem;
  }

  #main {
    margin-left: 0;
    width: 100%;
  }

  #main .slick-slide {
    height: 32rem;
  }

  #main .slick-dots {
    bottom: -3rem;
  }

  #main .slick-dots li {
    height: 0.8rem;
    margin: 0 0.5rem;
    width: 0.8rem;
  }

  .top-news {
    padding: 6rem 0;
  }

  .top-news .top-heading {
    margin: 0 auto 3rem;
  }

  .top-news_wrap {
    align-items: center;
    flex-direction: column;
  }

  .top-news_left {
    width: 100%;
  }

  .top-news_body {
    width: 100%;
  }

  .top-greeting {
    background-position: right top, center top;
    background-size: 60% auto, 100% auto;
    padding: 6rem 0;
  }

  .top-greeting_txt {
    letter-spacing: 0.1em;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 52rem;
    width: 90%;
    writing-mode: horizontal-tb;
  }

  .top-concept {
    padding: 6rem 0;
  }

  .top-concept_unit:nth-of-type(1) {
    margin: 3rem auto 0;
  }

  .top-concept_unit:nth-of-type(2) {
    margin: 5rem auto 0;
  }

  .top-concept_body {
    margin: 0 auto;
    padding-top: 0;
    width: 100%;
  }

  .top-concept_unit:nth-of-type(2) .top-concept_body {
    margin: 0 auto 2rem;
  }

  .top-concept_box {
    margin: 1.5rem auto 0;
    padding: 2rem;
    width: 100%;
  }

  .top-concept_img {
    margin: 0 calc(50% - 50vw) 3rem;
    position: static;
    width: 100vw;
  }

  .top-concept_ttl {
    font-size: 2.4rem;
    margin: 0;
  }

  .top-concept_ttl span {
    font-size: 1.6rem;
  }

  .top-concept_unit:nth-of-type(2) .top-concept_ttl {
    margin: 0;
  }

  .top-concept .more {
    margin: 3rem auto 0;
  }

  .top-concept .more {
    margin-top: 4rem;
  }

  .top-product {
    padding: 6rem 0;
  }

  .top-product_imgs {
    margin: 0 auto 3rem;
    width: 90%;
  }

  .top-product_imgs li:nth-of-type(1),
  .top-product_imgs li:nth-of-type(3) {
    margin-top: 12rem;
    width: 50%;
  }

  .top-product_imgs li:nth-of-type(2) {
    width: 60%;
  }

  .top-product_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 2rem auto 3rem;
    text-align: left;
    width: 90%;
  }

  .top-gallery {
    padding: 6rem 0;
  }

  .top-gallery #loopslider {
    margin: 3rem 0 4rem;
  }

  .top-online {
    padding: 6rem 0;
  }

  .top-online_heading {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }

  .top-online_txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
  }

  .top-online_txt span {
    display: inline-block;
  }

  .top-contact {
    background-position: left top;
    padding: 6rem 0;
  }

  .top-contact_btns {
    flex-direction: column;
    gap: 2rem;
  }

  .top-contact_btn {
    height: 7rem;
    margin: 0 auto;
    max-width: 45rem;
    width: 100%;
  }

  .top-contact_mail a {
    font-size: 1.8rem;
    line-height: 7rem;
  }

  .top-contact_tel a {
    pointer-events: auto;
    text-decoration: none;
  }

  .top-contact_tel a p {
    background-size: contain;
  }

  .top-contact_tel a p span {
    font-size: 2.2rem;
    text-decoration: underline;
  }

  .top-access {
    padding: 6rem 0 0;
  }

  .top-access_wrap {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    margin: 3rem 0 4rem;
  }

  .top-access_img {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_body {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_list dt {
    border-bottom: none;
    font-weight: 700;
    padding: 1.2rem 0 0;
    position: relative;
    width: 100%;
  }

  .top-access_list dt:before {
    content: "◆";
    margin-right: 0.5em;
  }

  .top-access_list dd {
    padding: 0 0 1.2rem 0;
    width: 100%;
  }

  .top-access_map {
    margin-top: 5rem;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-insta {
    padding: 6rem 0;
  }

  .top-insta_wrap {
    margin: 4rem auto 0;
    padding: 0 5%;
  }

  .p-omakase {
    padding-bottom: 10rem;
  }

  .p-omakase::after {
    width: min(25%, 10rem);
  }
}

@media screen and (max-width: 767px) {
  #loopslider {
    height: 139px;
    margin: 0 auto;
  }

  #loopslider ul {
    height: 139px;
  }

  #loopslider ul li {
    height: 139px;
    width: 190px;
  }

  .CMS-FORM-GROUP {
    display: block;
  }

  .CMS-FORM-GROUP label {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }

  .CMS-FORM-GROUP input,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }

  .CMS-FORM-GROUP input {
    max-width: 50rem;
    width: 100%;
  }

  .CMS-FORM-GROUP .CMS-FORM-SELECT {
    width: 100%;
  }

  .CMS-FORM-RADIO {
    width: 100%;
  }

  .CMS-FORM-RADIO label {
    display: flex;
    gap: 0.5rem;
    letter-spacing: 0;
  }

  .CMS-FORM-GROUP input[type=checkbox] {
    height: 3rem;
    width: 3rem;
  }

  .CMS-FORM-GROUP input[type=submit] {
    font-size: 1.8rem;
    margin-top: 3rem;
    width: 100%;
  }

  .thanx {
    text-align: left;
  }

  .privacy {
    font-size: 1.4rem;
    padding: 20px 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  /* Wider than sm-size */

  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .page-news .CMS-NEWS-ITEM:last-of-type {
    margin-bottom: 5rem;
  }
}