/*------------------------------
theme name: rokkoku-kitchen
version: 260212
author: yamabatosha
author uri: https://yamabatosha.com
------------------------------*/
@charset "utf-8";
@import url(css/reset.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap'); */

/*------------------------------*/

/*------------------------------
style
------------------------------*/
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #0c1430;
  color: #e8ecf5;
  /* rgb(232, 236, 245) */
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  /* 13px-16px */
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
  word-break: break-all;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

/*------------------------------
basic
------------------------------*/
p {
  margin-top: 1em;
}

h2,
h3,
h4 {
  line-height: 1.8;
  font-weight: 600;
  margin-top: 2em;
  letter-spacing: .1em;
}


h2 {
  /* font-size: 36px; */
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
}

h2.lg {
  /* font-size: 40px; */
  font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
  /* font-family: "Montserrat", sans-serif; */
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  transform: rotate(-1deg);
}

h3 {
  /* font-size: 20px; */
  font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
  letter-spacing: .05em;
}

h4 {
  /* font-size: 20px; */
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}

div p:first-child,
div h2:first-child,
div h3:first-child,
div h4:first-child,
ol.list:first-child,
ul.list:first-child {
  margin: 0;
}

a {
  transition: .3s;
}

a,
a:hover,
a:active,
a:focus {
  color: #e8ecf5;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

a img:hover {
  opacity: .7;
}

.link a {
  color: #e8ecf5;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.link a:hover {
  opacity: .7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  transition: .3s;
}

/*------------------------------
fx
------------------------------*/
/* .fx div {
  position: relative;
  overflow: hidden;
  padding-top: 66.666%;
}

.fx div a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: .2s ease-in-out;
  filter: brightness(1);
}

.fx div a:hover img {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
  cursor: pointer;
  filter: brightness(.6);
}

.fx div p {
  opacity: 0;
  text-align: center;
  margin: 0;
  color: #e8ecf5;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s ease-in-out;
}

.fx div a:hover p {
  opacity: 1;
} */

/*------------------------------
list
------------------------------*/
ol.list,
ul.list {
  margin-top: 2em;
}

ol.list li,
ul.list li {
  position: relative;
  margin-left: 1.5em;
}

ul.list li {
  list-style: none;
}

ul.list li::after {
  display: block;
  content: '';
  position: absolute;
  top: 1em;
  left: -1em;
  width: 3px;
  height: 3px;
  background: #e8ecf5;
  border-radius: 50%;
}

/*------------------------------
btn
------------------------------*/
.btn {
  display: inline-block;
  min-width: 160px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  letter-spacing: .2em;
  border-radius: 0;
  margin: 40px auto 0;
  position: relative;
  transition: all .3s;
}

.btn::after {
  content: '';
  position: absolute;
  z-index: -1;
  transition: all .3s;
}

/* btn-wb */

.btn-wb {
  border: 1px solid #e8ecf5;
  color: #e8ecf5;
  background: transparent;
}

.btn-wb:hover {
  color: #e8ecf5;
  background: #e8ecf5;
}

/* btn-wb2 */

.btn-wb2 {
  border: 1px solid #e8ecf5;
  color: #e8ecf5;
  background: #000;
  z-index: 0;
}

.btn-wb2::after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e8ecf5;
}

.btn-wb2:hover {
  color: #000;
}

.btn-wb2:hover::after {
  width: 100%;
}


/*------------------------------
tag
------------------------------*/

.tag {
  font-size: 10px;
  padding: 4px 6px 4px 8px;
  color: #000;
  background: #e8ecf5;
}

.new {
  font-size: 10px;
  padding: 4px 6px 4px 8px;
  color: #e8ecf5;
  background: #e73462;
}

/*------------------------------
news
------------------------------*/

dl.news {
  /* border-bottom: 1px solid #364262; */
  border-bottom: 1px solid rgba(232, 236, 245, 0.4);
}

dl.news dt,
dl.news dd {
  /* border-top: 1px solid #364262; */
  border-top: 1px solid rgba(232, 236, 245, 0.4);
  padding: 1em;
}

dl.news dt {
  float: left;
}

/*------------------------------
table
------------------------------*/

table {
  width: 100%;
}

table tr {
  /* background: rgba(255, 255, 255, 0.05); */
  background: #121A3A;
}

table tr:nth-child(odd) {
  /* background: rgba(255, 255, 255, 0.1); */
  background: #162044;
}

table th {
  background: #0c1430;
  padding: 20px;
  vertical-align: middle;
  font-weight: 700;
  text-align: center;
}

table td {
  padding: 20px;
  vertical-align: middle;
  color: #e8ecf5;
}

table th:first-child,
table td:first-child {
  white-space: nowrap;
}

table a,
table a:hover {
  border-bottom: 1px solid #e8ecf5;
}

/*------------------------------
form
------------------------------*/

table.form tr td:first-child {
  width: 5em;
  vertical-align: top;
  padding: 1em 0 0;
  line-height: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
  background: #f9f9f9;
  width: 100%;
  padding: 1em 1.2em;
  color: #000;
  letter-spacing: .1em;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, YuGothic, 'Yu Gothic', sans-serif;
  line-height: 1;
  border-radius: 8px;
}

textarea {
  height: 10em;
  line-height: 1.6;
}

input[type="submit"] {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

select {
  appearance: none;
  border-radius: none;
  cursor: pointer;
}

.sel-arrow {
  position: relative;
}

.sel-arrow::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #e8ecf5;
  border-right: 1.5px solid #e8ecf5;
  transform: rotate(135deg);
  top: calc(50% - 6px);
  right: 1.2rem;
}

/*------------------------------
embed
------------------------------*/
/* 
.embed {
  position: relative;
  width: 100%;
  padding-top: 500px;
}

.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(0.8);
} */

.embed-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.embed-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* video {
  filter: drop-shadow(0px 0px #000);
} */

/*------------------------------
header
------------------------------*/

header {
  position: fixed;
  display: table;
  width: 100%;
  height: 80px;
  background: #0c1430;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  z-index: 1;
  transition: .5s;
}

header .container {
  margin: 0 auto;
}

/* header fx */

/* 
header.is-on {
  background: #e8ecf5;
}
*/

/*------------------------------
nav
------------------------------*/
header h1 img {
  position: relative;
  top: 25px;
  left: 0;
  width: auto;
  height: 30px;
}

header nav ul {
  position: absolute;
  line-height: 1;
}

header nav ul li {
  font-weight: 700;
  vertical-align: middle;
}

#toggle {
  display: none;
}

/* sp */

@media (max-width: 1023px) {
  header nav {
    visibility: hidden;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c1430;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  html.open {
    overflow: hidden;
  }

  .open nav {
    visibility: visible;
    opacity: 1;
  }

  header nav ul {
    top: 80px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
  }

  header nav ul li {
    display: block;
    font-size: 17px;
    margin: 32px 0;
    font-weight: 700;
  }

  header nav ul li h1 {
    margin-bottom: 80px;
  }

  /* toggle
  ------------------------------*/

  #toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
  }

  #toggle div {
    position: relative;
  }

  #toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #e8ecf5;
    position: absolute;
    left: 0;
    transition: 0.3s ease-in-out;
  }

  #toggle span:nth-child(1) {
    top: 5px;
  }

  #toggle span:nth-child(2) {
    top: 14px;
  }

  #toggle span:nth-child(3) {
    top: 23px;
  }

  /* toggle .open */

  .open #toggle span:nth-child(1) {
    top: 14px;
    transform: rotate(45deg);
  }

  .open #toggle span:nth-child(2) {
    opacity: 0;
  }

  .open #toggle span:nth-child(3) {
    top: 14px;
    transform: rotate(-45deg);
  }
}

/*------------------------------
section
------------------------------*/

section {
  margin: 80px auto 0;
}

.frame {
  background: #f9f9f9;
  padding: 1.5em 2em;
}

.bg-gradient1 {
  display: inline-block;
  width: 100%;
  background: linear-gradient(to bottom, #0c1430, #162044);
}

.bg-gradient2 {
  display: inline-block;
  width: 100%;
  background: linear-gradient(to bottom, #162044, #0c1430);
}

.bg-image {
  clip-path: inset(0);
  width: 100%;
  height: 100%;
  display: inline-block;
}

.bg-image::before {
  content: "";
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/sub/sub_05.webp") no-repeat center / cover;
}

/* .corner-frame */
#comment li,
.corner-frame {
  position: relative;
  padding: 2em;
  font-size: 0.813rem;
  margin-top: 2em;
}

#comment li::before,
#comment li::after,
.corner-frame::before,
.corner-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#comment li::before,
.corner-frame::before {
  border-top: 1px solid rgba(232, 236, 245, 0.4);
  border-bottom: 1px solid rgba(232, 236, 245, 0.4);
  margin: 0 20px;
}

#comment li::after,
.corner-frame::after {
  border-left: 1px solid rgba(232, 236, 245, 0.4);
  border-right: 1px solid rgba(232, 236, 245, 0.4);
  margin: 20px 0;
}

#comment li {
  margin: 0 2em;
  font-size: 1em;
}

/*------------------------------
front-page
------------------------------*/
/* scroll-infinity__wrap
------------------------------*/
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  position: relative;
  inset-inline-start: 50%;
  margin-inline-start: -50vw;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__item {
  width: calc(100vw / 3);
  height: auto;
}

.scroll-infinity__item>img {
  width: 100%;
  height: auto;
  /* filter: brightness(.85); */
  padding: 0 2px;
  /* transform: rotate(-4deg); */

}

/* .gap8 {
  grid-gap: 4px!important;
  position: relative;
  width: 100vw;
  inset-inline-start: 50%;
  margin-inline-start: -50vw;
} */

.col-3.profile img {
  object-fit: cover;
  overflow: hidden;
  aspect-ratio: 3/2;
}

.profile p:nth-last-child(2) {
  font-weight: 600;
  line-height: 1.8;
}


.profile p:nth-last-child(1) {
  font-size: 0.813em;
  margin-top: 8px;
}

.col-3.profile p:nth-last-child(2),
.col-5.profile p:nth-last-child(2) {
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.5;
  text-align: center;
}

.col-3.profile p:nth-last-child(1),
.col-5.profile p:nth-last-child(1) {
  font-size: 0.813em;
  margin-top: 8px;
}

.commenter {
  font-weight: 500;
  margin-top: 1em;
}

/* .goods {
  background: #f0f0f0;
  aspect-ratio: 3/2;
  display: flex;
}

.goods img {
  display: block;
  margin: 0 auto;
  width: min(160px, 100%);
  max-width: 33.3%;
} */

.goods {
  aspect-ratio: 3 / 3;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px;
}

.goods img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  /* transform: rotate(2deg); */
}


/*------------------------------
footer
------------------------------*/
footer {
  text-align: center;
  color: #e8ecf5;
  padding: 40px 0;
}

.footer-logo {
  width: clamp(12.5rem, 11.591rem + 4.55vw, 15rem);
  margin: 20px auto;
  display: block;
}

.icon img {
  margin: 40px 8px 0;
  width: 40px;
}

/*------------------------------
js
------------------------------*/

/* slick
------------------------------*/

/* .slide {
  width: 100%;
  height: auto;
  margin: 0 auto;
} */

/* dots */
.slick-dots {
  bottom: -40px;
  left: 0;
  width: auto;
}

.slick-dots li {
  margin: 0 4px;
  width: 32px;
  height: 4px;
}

.slick-dots li button:before {
  content: '';
  width: 32px;
  height: 4px;
  background: #eee;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background: #888;
}

/* arrow */
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  box-sizing: content-box;
  width: 1em;
  padding: 1em;
  z-index: 10;
  cursor: pointer;
}

.prev-arrow {
  left: -2em;
}

.next-arrow {
  right: -2em;
}

@media (min-width: 1024px) {
  .prev-arrow {
    left: -4em;
  }

  .next-arrow {
    right: -4em;
  }
}

/* inview
------------------------------*/

/* .inview p,
.inview h2,
.inview h3,
.inview h4,
.inview .fx div {
  transition: .8s;
  transform: translateY(20px);
  opacity: 0;
}


.inview p.is_show,
.inview h2.is_show,
.inview h3.is_show,
.inview h4.is_show,
.inview .fx div.is_show {
  transform: none;
  opacity: 1;
} */

/* scroll-hint
------------------------------*/
.scrollable {
  white-space: nowrap;
  box-shadow: 2px 2px 8px -4px #0c1430;
}

@media (max-width: 599px) {
  .scroll-hint-icon {
    height: 90px;
  }

  .scroll-hint-text {
    letter-spacing: 0;
    font-weight: 700;
  }
}

/*------------------------------
wp
------------------------------*/
/* キャプション調整 */
.wp-block-image,
.wp-block-image figcaption {
  font-size: .8em;
  margin: 0;
}

/* カラムマージン調整 */
.wp-block-columns {
  margin: 0;
}

/* 引用調整 */
.wp-block-quote {
  border-left: 3px solid #e8ecf5;
  padding-left: 30px;
}

.wp-block-quote cite a {
  font-style: normal;
  color: #999;
}

/* pagination
------------------------------*/
.page-link {
  text-align: center;
  margin-top: 80px;
  display: inline-block;
  width: 100%;
}

.page-link a {
  color: #e8ecf5;
  font-weight: 700;
  margin: 0 20px;
}

.pagination {
  text-align: center;
}

.page-numbers {
  display: inline-block;
  color: #666;
  font-size: 1.2em;
  letter-spacing: 0;
  margin: 0 10px;
  text-align: center;
  vertical-align: middle;
}

.page-numbers.current {
  color: #e8ecf5;
  background: #666;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin: 0 5px;
}

a.page-numbers:hover {
  color: #666;
}

/*------------------------------
wpcf7
------------------------------*/
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
  border: none !important;
  color: #f98a6a;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, 'Zen Kaku Gothic New', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  text-align: center;
}

div.wpcf7 .ajax-loader {
  display: none;
}

div.wpcf7 .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

/*------------------------------
1280px
------------------------------*/
@media (min-width: 1024px) {
  p {
    margin-top: 2em;
  }

  h2,
  h3,
  h4 {
    margin-top: 4em;
  }

  .btn {
    min-width: 200px;
    height: 56px;
    line-height: 54px;
  }

  /* header 1280px
  ------------------------------*/
  header {
    height: 120px;
  }

  header h1 img {
    top: 40px;
    height: 40px;
  }

  header nav ul {
    top: 48px;
    right: 0;
  }

  header nav ul li {
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 20px;
  }

  /* hover-fx 1280px
  ------------------------------*/
  header nav ul li a {
    position: relative;
    display: inline-block;
    letter-spacing: 0;
  }

  header nav ul li a::after {
    position: absolute;
    top: 20px;
    left: -1px;
    content: '';
    width: 100%;
    height: 2px;
    background: #e8ecf5;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }

  header nav ul li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  header nav ul li a.current::after {
    transform-origin: center top;
    transform: scale(1, 1);
  }

  header nav ul li.icon a:hover::after {
    transform: scale(0, 1);
  }

  /* section 1280px
  ------------------------------*/
  section {
    margin: 120px auto 0;
  }

  /* front-page 1280px
  ------------------------------*/
  .col-3.profile img {
    aspect-ratio: 1;
  }

  .director {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
  }

  .director img {
    max-width: calc((100% - 80px) / 2);
  }
}

/*------------------------------
container
------------------------------*/
.container {
  position: relative;
  width: min(1280px, 85%);
  margin: 80px auto;
}

@media (min-width: 1024px) {
  .container {
    margin: 120px auto;
  }
}

/*------------------------------
display
------------------------------*/
@media (min-width: 1024px) {
  .sp {
    display: none !important
  }

  .sp-center {
    text-align: left;
  }

  .pc-center {
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .pc {
    display: none !important
  }

  .sp-center {
    text-align: center;
  }

  .pc-center {
    text-align: left;
  }

}