@charset "UTF-8";
/* style.scss */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet');
html,
body,
h1,
h2,
h3,
h4,
h5,
p,
div,
ul,
ol,
dl,
dt,
dd,
pre,
figure {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

ul,
ul ul,
ol {
  list-style: none;
}

table th,
table td {
  font-family: inherit;
}

body {
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  body {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: get-vw(16, desktop);
  }
}

.element-with-vw {
  font-size: 5.3333333333vw;
}

.element-with-rem {
  font-size: 1.125rem;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    text-decoration: none;
  }
}
.gradation {
  background-color: hsl(199, 53%, 34%);
  background-image: radial-gradient(at 99% 3%, hsla(359, 100%, 50%, 0.31) 0px, transparent 50%), radial-gradient(at 23% 12%, hsl(17, 100%, 50%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(64, 43%, 69%) 0px, transparent 50%), radial-gradient(at 91% 93%, hsl(226, 0%, 0%) 0px, transparent 50%), radial-gradient(at 99% 56%, hsl(239, 75%, 28%) 0px, transparent 50%), radial-gradient(at 55% 2%, hsl(359, 100%, 50%) 0px, transparent 50%), radial-gradient(at 41% 90%, hsl(239, 75%, 29%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(272, 34%, 73%, 0.4) 0px, transparent 50%);
  background-size: 100% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradation-dark,
.gradation-area {
  background-color: hsl(199, 0%, 0%);
  background-image: radial-gradient(at 99% 3%, hsla(358, 0%, 0%, 0.31) 0px, transparent 50%), radial-gradient(at 23% 12%, hsl(31, 27%, 20%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(40, 25%, 54%) 0px, transparent 50%), radial-gradient(at 91% 93%, hsl(0, 0%, 0%) 0px, transparent 50%), radial-gradient(at 99% 56%, hsl(239, 72%, 26%) 0px, transparent 50%), radial-gradient(at 55% 2%, hsl(359, 96%, 36%) 0px, transparent 50%), radial-gradient(at 41% 90%, hsl(239, 69%, 12%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsla(266, 12%, 35%, 0.4) 0px, transparent 50%);
  background-size: 200% 200%;
  animation: gradationAnim 10s ease infinite;
}

.gradation-dark {
  background-color: hsl(199, 100%, 30%);
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradationAnim 2s ease infinite;
}

@keyframes gradationAnim {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 70%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.bg-col_gry00 {
  background: #404653;
}

.bg-col_blue01 {
  background: #1B1464;
}

.bg-col_blue02 {
  background: #18226E;
}

.bg-col_blue03 {
  background: #1D337C;
}

.bg-col_blue04 {
  background: #214281;
}

@font-face {
  font-family: "fututaLt-B-O";
  src: url(../fonts/FuturaLTProBookOblique.otf);
}
.font-zero {
  font-size: 0;
  visibility: hidden;
}

.z-modal {
  z-index: 100;
}

.z-drawer {
  z-index: 50;
}

.z-floating {
  z-index: 40;
}

.z-header {
  z-index: 30;
}

.z-footer {
  z-index: 20;
}

.z-front {
  z-index: 10;
}

.z-kv-since {
  z-index: 2;
}

.z-background {
  z-index: -10;
}

body {
  font-family: "Shippori Mincho", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  color: #000000;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: inline-block !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 1000px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
html {
  scroll-behavior: smooth;
}

.l-gakuburu:hover {
  animation: gakuburu 0.1s infinite;
}

@keyframes gakuburu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.UpMove {
  animation: UpAnime 0.7s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    display: none;
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
.DownMove {
  animation: DownAnime 0.7s forwards;
}

@keyframes DownAnime {
  from {
    display: none;
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anm-marquee {
  animation: scrollSample01 40s linear infinite;
}

.anm-marquee02 {
  animation: scrollSample01 20s linear infinite;
}

@keyframes scrollSample01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.l-container {
  width: 100%;
  margin: 0 auto;
}

.l-sec {
  width: 100%;
}
.l-sec__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.l-sec__inner.wide-inner {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .l-sec__inner {
    width: calc(100% - 40px);
    max-width: 100%;
  }
}

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

@media screen and (max-width: 1000px) {
  .l-main {
    overflow: hidden;
  }
}

.l-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
.l-header.is_wht {
  mix-blend-mode: luminosity;
  filter: invert(1);
}
.l-header__inner {
  padding: 15px 2.196193265%;
  background: #FFFFFF;
}
.l-header .g-nav__link-box {
  width: 100%;
}
.l-header .g-nav__logo__wrap {
  min-width: 185px;
  width: 13.5431918009%;
}
.l-header .g-nav__list__wrap {
  width: 100%;
  justify-content: space-between;
}
.l-header .g-nav__list {
  width: 82.0644216691%;
  justify-content: end;
  align-items: center;
}
.l-header .g-nav__item {
  margin-right: 2.5622254758%;
}
.l-header .g-nav__item--insta {
  margin-right: 0;
}
.l-header .g-nav__item--insta .g-nav__link:hover {
  border-bottom: 1px solid transparent;
}
.l-header .g-nav__link {
  padding-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  color: #694A4A;
  border-bottom: 1px solid transparent;
}
.l-header .g-nav__link:hover {
  opacity: 1;
  border-bottom: 1px solid #694A4A;
}
@media screen and (max-width: 1000px) {
  .l-header__inner {
    padding: 15px 20px;
  }
  .l-header .g-nav__logo {
    min-width: 131px;
    width: 34.9333333333%;
  }
  .l-header .g-nav__list {
    display: none;
  }
  .l-header:has(.active) {
    background: #000000;
  }
  .l-header:has(.active) .g-nav__list {
    padding: 50px 0;
    width: 100%;
    height: 100vh;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    box-sizing: border-box;
  }
  .l-header:has(.active) .g-nav__item--insta {
    max-width: 10%;
  }
  .l-header:has(.active) .g-nav__link {
    font-size: 1.25rem;
  }
}

/* ハンバーガーメニュー */
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.hamburger {
  display: none;
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 0;
}

.openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 75px;
  height: 55px;
  right: 3.51%;
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 23px;
  height: 2px;
  border-radius: 2px;
  background: #694A4A;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 31px;
}

.openbtn1 span:nth-of-type(3) {
  top: 23px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 25px;
  transform: translateY(6px) rotate(-25deg);
  width: 45%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 25px;
  transform: translateY(-6px) rotate(25deg);
  width: 45%;
}

/* //ハンバーガーメニュー */
.g-nav__link-box.active .g-nav__list {
  display: flex;
}

@media screen and (max-width: 1000px) {
  .hamburger {
    display: block;
  }
}
#loadingWrapper {
  display: none; /* Hide by default */
  visibility: hidden; /* Hide by default */
  opacity: 0; /* Hide by default */
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #694A4A;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  transition: opacity 0.3s ease;
}

.loading__logo {
  margin-bottom: 70px;
}

.count_wrap {
  width: 100%;
  text-align: center;
  font-weight: 100;
  font-family: "Roboto", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  color: #FFFFFF;
}

.progress_bar {
  width: 100%;
  max-width: 300px;
  height: 2px;
  margin: 10px auto 0;
  position: relative;
}
.progress_bar::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ccc;
}

#progress_bar_count {
  height: 100%;
  left: 0;
  position: absolute;
  background: #FFFFFF;
  width: 0%; /* 初期値は0% */
}

.progress_text {
  display: none; /* 最初は非表示 */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 2rem;
}

#count {
  font-size: 25px;
}

.count_per {
  margin-left: 5px;
  font-size: 15px;
}

#loading.is-fade {
  opacity: 0;
}

#loading.is-hide {
  pointer-events: none;
  visibility: hidden;
}

@media screen and (max-width: 1000px) {
  .loading__txt {
    margin: 0 auto;
    width: 80%;
  }
}
.l-footer {
  background: #694A4A;
}
.l-footer__inner {
  margin: 0 auto;
  padding: 70px 0;
  width: 100%;
  max-width: 1100px;
  color: #FFFFFF;
}
.l-footer__inner a {
  color: #FFFFFF;
}
.l-footer__block {
  justify-content: space-between;
}
.l-footer__box--right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 54%;
}
.l-footer__logo {
  margin-bottom: 41.5px;
}
.l-footer__info {
  margin-bottom: 30px;
}
.l-footer__contact {
  font-size: 1.25rem;
}
.l-footer__dl {
  margin-bottom: 7px;
  display: flex;
  flex-wrap: wrap;
}
.l-footer__dl:last-child {
  margin-bottom: 0;
}
.l-footer__dt {
  margin-right: 20px;
  background: #483B3B;
  width: 87px;
  text-align: center;
  line-height: 1.7;
}
.l-footer__copy {
  font-size: 0.75rem;
}
.l-footer .g-nav {
  width: 100%;
}
.l-footer .g-nav__link-box {
  width: 100%;
}
.l-footer .g-nav__list {
  width: 100%;
  justify-content: end;
}
.l-footer .g-nav__list__wrap {
  width: 100%;
}
.l-footer .g-nav__item {
  margin-right: 3.1818181818%;
}
.l-footer .g-nav__item--insta {
  margin-right: 0;
}
.l-footer .g-nav__item--insta .g-nav__link:hover {
  border-bottom: 1px solid transparent;
}
.l-footer .g-nav__link {
  padding-bottom: 5px;
  font-size: 0.875rem;
  border-bottom: 1px solid transparent;
}
.l-footer .g-nav__link:hover {
  opacity: 1;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .l-footer__block {
    padding: 0 20px;
    justify-content: center;
  }
  .l-footer__box--left {
    margin-bottom: 40px;
  }
  .l-footer__box--right {
    align-items: center;
  }
  .l-footer__logo {
    margin: 0 auto 60px;
    width: 65.3333333333%;
  }
  .l-footer__info {
    text-align: center;
  }
  .l-footer__contact {
    font-size: 1.125rem;
  }
  .l-footer__dt {
    margin-right: 10px;
    font-size: 0.9375rem;
  }
  .l-footer__dd {
    font-size: 0.9375rem;
  }
  .l-footer__copy {
    text-align: center;
  }
  .l-footer .g-nav {
    margin-bottom: 40px;
    width: 100%;
  }
  .l-footer .g-nav__link-box {
    width: 100%;
  }
  .l-footer .g-nav__list {
    width: 100%;
    justify-content: center;
  }
  .l-footer .g-nav__list__wrap {
    width: 100%;
  }
  .l-footer .g-nav__item {
    margin-right: 3.1818181818%;
    display: none;
  }
  .l-footer .g-nav__item:last-child {
    margin-right: 0;
    display: block;
  }
  .l-footer .g-nav__link {
    font-size: 0.875rem;
  }
}

.c-big-link-area {
  position: relative;
  cursor: none;
}
.c-big-link-area__link {
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 73px;
  font-family: "Roboto", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  line-height: 1.3;
  font-weight: 100;
  cursor: url(../image/common/big-link-area-cursor.webp) 60 60, auto;
}
.c-big-link-area__link:hover {
  opacity: 1;
}
.c-big-link-area__link__acc {
  display: block;
  position: relative;
}
.c-big-link-area__link__acc::after {
  position: absolute;
  left: 0;
  content: "";
  max-width: 100%;
  width: 100%;
  height: 4px;
  background: #FFFFFF;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: 50% 50%; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.c-big-link-area__link__acc:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.c-big-link-area__link__txt-move {
  display: block;
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  /*
  影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 0 0 #FFFFFF, 0 1.5em 0 #FFFFFF; /* 2つの影の位置を上方向に1.5emずつずらす */
  transition: text-shadow 0.3s;
}
.c-big-link-area__link__txt-move:hover {
  text-shadow: 0 -1.5em 0 #FFFFFF, 0 0 0 #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .c-big-link-area__link {
    font-size: 53px;
  }
}

.c-blog__list__item {
  border-top: 1px solid #707070;
}
.c-blog__list__item:last-child {
  border-bottom: 1px solid #707070;
}
.c-blog__list__link {
  padding: 30px;
}
.c-blog__list__link a {
  color: #FFFFFF;
}
.c-blog__list__link:hover {
  background: #707070;
}
.c-blog__list__link:hover .c-blog__list__img img {
  transform: scale(1.1, 1.1);
}
.c-blog__list__img-box {
  width: 26%;
}
.c-blog__list__img {
  overflow: hidden;
}
.c-blog__list__img img {
  object-fit: cover;
  max-height: 215px;
  max-width: 312px;
  transition: 0.5s all;
}
.c-blog__list__txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 74%;
  padding-left: 7.8%;
}
.c-blog__list__info {
  margin-bottom: 16px;
}
.c-blog__list__info__type {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 3px 14px;
  background: #000000;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Roboto Mono", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.c-blog__list__info__date {
  display: inline-block;
  font-size: 15px;
}
.c-blog__list__title {
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  padding-right: 15%;
}
@media screen and (max-width: 1000px) {
  .c-blog__list__link {
    flex-direction: column;
  }
  .c-blog__list__img-box {
    margin-bottom: 30px;
    width: 100%;
  }
  .c-blog__list__img {
    text-align: center;
  }
  .c-blog__list__img img {
    width: 100%;
    max-width: 452px;
    max-height: 254.1px;
  }
  .c-blog__list__txt-box {
    width: 100%;
    padding-left: 0;
  }
  .c-blog__list__info {
    margin-bottom: 27px;
  }
  .c-blog__list__info__type {
    margin-bottom: 10px;
  }
  .c-blog__list__title {
    padding-right: 0;
  }
  .c-blog .arrow__wrap {
    display: none;
  }
}

.c-btn {
  width: fit-content;
}
.c-btn__wrap {
  display: flex;
  justify-content: end;
}
.c-btn__link {
  display: block;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 1rem;
  position: relative;
}
.c-btn__link:hover {
  opacity: 1;
}
.c-btn--all {
  margin-left: auto;
  width: 250px;
  margin-right: 4.5rem;
  border: 1px solid #FFFFFF;
  position: relative;
}
.c-btn--all .c-btn__link {
  padding: 18px 25px;
  font-size: 1.25rem;
}
.c-btn--all .c-btn__link::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: inline;
  width: 25px;
  height: 5px;
  top: 50%;
  right: 1.5rem;
  font-family: "Holtwood One SC", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  background: url(../image/common/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  transition: 0.5s;
}
.c-btn--all .c-btn__link:hover::after {
  right: 1rem;
}
.c-btn--more {
  margin-left: auto;
  width: 95px;
  margin-right: 0;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
}
.c-btn--more .c-btn__link::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: inline;
  width: 25px;
  height: 5px;
  top: 50%;
  right: 0;
  font-family: "Holtwood One SC", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  background: url(../image/common/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  transition: 0.5s;
}
.c-btn--more .c-btn__link:hover::after {
  right: -0.5rem;
}
.c-btn--prev {
  margin-left: 50px;
  position: relative;
}
.c-btn--prev::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 25px;
  height: 5px;
  top: -0.5rem;
  right: 4rem;
  border-radius: 50%;
  transition: 0.3s ease;
}
.c-btn--prev .c-btn__link::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: inline;
  width: 25px;
  height: 5px;
  top: 10px;
  right: 2.5rem;
  font-family: "Holtwood One SC", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  background: url(../image/common/arrow_prev.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.c-btn--next {
  margin-right: 50px;
  position: relative;
}
.c-btn--next::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  width: 25px;
  height: 5px;
  top: -0.5rem;
  right: -3.5rem;
  border-radius: 50%;
  transition: 0.3s ease;
}
.c-btn--next .c-btn__link::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: inline;
  width: 25px;
  height: 5px;
  top: 0;
  right: -2.5rem;
  transform: translateY(10px);
  font-family: "Holtwood One SC", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  background: url(../image/common/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.c-btn--next:hover::after {
  transform: scale(1.8);
}
.c-btn--arrow {
  position: relative;
}
.c-btn--arrow .c-btn__link::after {
  position: absolute;
  content: "";
  display: inline;
  width: 2rem;
  height: 2.5rem;
  top: 0.8rem;
  right: -3.5rem;
  background: url(../image/common/arrow_maki.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.c-btn--arrow .c-btn__link:hover::after {
  right: -4rem;
}
.c-btn--detial {
  position: relative;
}
.c-btn--detial::after {
  position: absolute;
  content: "";
  display: inline;
  width: 2rem;
  height: 2.5rem;
  top: 0.8rem;
  right: -3.5rem;
  background: url(../image/common/arrow_wht.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.c-btn--detial--blk::after {
  background: url(../image/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.c-btn--detial--blk:hover::after {
  right: -4rem;
}
@media screen and (max-width: 1000px) {
  .c-btn--arrow .c-btn__link::after {
    content: "";
    display: inline;
    width: 2rem;
    height: 2.5rem;
    top: 0;
    right: -3rem;
    background: url(../image/common/arrow_maki.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s ease;
  }
  .c-btn--arrow .c-btn__link:hover::after {
    right: -4rem;
  }
}

.c-card__list__link {
  display: flex;
  flex-direction: column;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  line-height: 1.25;
}
.c-card__list__name {
  margin-bottom: 5px;
}
.c-card__list__type {
  margin-bottom: 5px;
}
.c-card__list__date {
  margin-bottom: 8px;
  font-size: 0.875rem;
}
.c-card__list__tag {
  display: inline-block;
  margin-right: 2%;
  box-sizing: border-box;
  color: #FFFFFF;
}
.c-card__list__tag__box {
  margin-bottom: 8px;
}
.c-card__list__tag__box--parts {
  font-weight: 700;
  font-size: 0.9375rem;
}
.c-card__list__tag--ttl {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
@media screen and (max-width: 1000px) {
  .c-card__list__img img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 335/213;
  }
}

.c-checkered__txt-box {
  border: 1px solid #202020;
}

.p-pagination {
  margin-top: 30px;
}

ul.page-numbers {
  margin: 0 auto;
  margin-bottom: 306px;
  width: 80%;
  display: flex;
  justify-content: center;
}
ul.page-numbers li {
  margin-right: 60px;
  font-size: 18px;
}
ul.page-numbers li:last-child {
  margin-right: 0;
}
ul.page-numbers li .current {
  padding-bottom: 5px;
  border-bottom: 2px solid #FFFFFF;
}
@media screen and (max-width: 1000px) {
  ul.page-numbers {
    margin-top: 60px;
    margin-bottom: 150px;
  }
  ul.page-numbers li {
    margin-right: 10%;
  }
}

.page a:has(.arrow) {
  position: relative;
}
.page a:has(.arrow):hover {
  opacity: 1;
}
.page a:has(.arrow):hover .arrow {
  background-color: #FFFFFF;
}
.page a:has(.arrow):hover .arrow__wrap {
  background: #1B1464;
}
.page a:has(.arrow):hover .arrow::before, .page a:has(.arrow):hover .arrow::after {
  background-color: #FFFFFF;
}
.page .arrow {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  margin: 18px 0;
  border-radius: 9999px;
  background-color: #1B1464;
}
.page .arrow__wrap {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  border: solid 1px #1B1464;
  border-radius: 50%;
  padding: 0 10px;
  background: #FFFFFF;
}
.page .arrow::before,
.page .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 13px;
  height: 2px;
  border-radius: 9999px;
  background-color: #1B1464;
  transform-origin: calc(100% - 1px) 50%;
}
.page .arrow::before {
  transform: rotate(45deg);
}
.page .arrow::after {
  transform: rotate(-45deg);
}
.c-list__item {
  border-bottom: 1px dotted #A8A8A8;
  justify-content: space-between;
}
.c-list__cont {
  box-sizing: border-box;
  width: 80%;
  padding-left: 10px;
}

.c-heading {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #694A4A;
}
.c-heading::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 3.5rem;
  background: url(../image/common/icn_leaf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0) translateY(50%);
}
.c-heading--big {
  font-size: 3.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 1000px) {
  .c-heading {
    font-size: 1.0625rem;
    line-height: 1.1764705882;
  }
}

.c-lead {
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: 700;
  line-height: 2.778;
}
.c-lead + .c-btn {
  padding-top: 70px;
}
@media screen and (max-width: 1000px) {
  .c-lead {
    font-size: 16px;
  }
}

.c-title {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.c-title__wrap {
  padding: 0 0 0;
}
.c-title--big {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 145px;
  font-weight: 500;
  line-height: 1.4827586207;
}
@media screen and (max-width: 1000px) {
  .c-title {
    font-size: 60px;
  }
  .c-title__wrap {
    padding: 0 0 0;
  }
}

.c-ttl {
  font-size: 1.875rem;
  line-height: 1.6666666667;
}

.c-bnr {
  margin-bottom: 300px;
}
.c-bnr__inner {
  margin: 0 auto;
  max-width: 54.5454545455%;
}
.c-bnr__block {
  margin-bottom: 30px;
  padding-top: 96px;
  padding-bottom: 69px;
  transition: 0.7s;
}
.c-bnr__block:last-child {
  margin-bottom: 0;
}
.c-bnr__block--rice {
  background: url(../image/front/front_bnr_rice.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-bnr__block--rice:hover {
  background: url(../image/front/front_bnr_rice_hover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-bnr__block--millet {
  background: url(../image/front/front_bnr_millet.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-bnr__block--millet:hover {
  background: url(../image/front/front_bnr_millet_hover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-bnr__block--fruit {
  background: url(../image/front/front_bnr_fruit.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-bnr__block--fruit:hover {
  background: url(../image/front/front_bnr_fruit_hover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-bnr__block--dumpling {
  background: url(../image/front/front_bnr_dumpling.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-bnr__block--dumpling:hover {
  background: url(../image/front/front_bnr_dumpling_hover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.c-bnr__link {
  position: relative;
}
.c-bnr__link::after {
  position: absolute;
  content: "";
  display: inline;
  width: 2rem;
  height: 2.5rem;
  top: 0.8rem;
  right: 3.5rem;
  background: url(../image/common/arrow_wht.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.c-bnr__link:hover {
  opacity: 1;
}
.c-bnr__link:hover::after {
  right: 3rem;
}
.c-bnr__link__inner {
  justify-content: center;
}
.c-bnr__link .c-ttl--big {
  text-align: center;
  font-size: 1.875rem;
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .c-bnr {
    margin-bottom: 100px;
  }
  .c-bnr__inner {
    max-width: calc(100% - 40px);
  }
  .c-bnr__block {
    margin-bottom: 10px;
    padding-top: 66px;
    padding-bottom: 54px;
  }
  .c-bnr__link .c-ttl--big {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.c-shop-factory .p-title {
  margin-bottom: 73px;
}
.c-shop-factory__nav {
  margin-bottom: 100px;
}
.c-shop-factory__nav__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.c-shop-factory__nav__item {
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.c-shop-factory__nav__link {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.c-shop-factory__nav__link:hover {
  background: #FFFFFF;
  color: #000000;
  opacity: 1;
}
.contact-form__box {
  margin: 0 auto;
  max-width: 945px;
}
.contact-form__box__item {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form__box__item:last-of-type {
  margin-bottom: 100px;
}
.contact-form__box__item__ttl {
  margin-bottom: 18px;
  max-width: 188px;
  width: 19.8941798942%;
  font-size: 1rem;
}
.contact-form__box__item__ttl.--required {
  position: relative;
}
.contact-form__box__item__ttl.--required::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "必須";
  display: inline-block;
  width: 42px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 3px;
  color: #FFFFFF;
  background: #707070;
}
.contact-form__box__item__cont {
  min-width: 736px;
  width: 77.8835978836%;
  line-height: 2;
}
.contact-form__box__item__cont input:not([type=image i], [type=range i], [type=checkbox i], [type=radio i]), .contact-form__box__item__cont textarea {
  padding: 15px;
  width: 100%;
  border: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  box-sizing: border-box;
}
.contact-form__box__item__cont:has(.text-393) {
  line-height: 0;
}
.contact-form__box__item__cont.birth input {
  margin: 0 5px;
  width: 25%;
}
.contact-form__btn-box {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.contact-form__btn-box .c-btn--arrow {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.contact-form__btn-box .c-btn--arrow::after {
  position: absolute;
  content: "";
  display: inline;
  width: 2rem;
  height: 2.5rem;
  top: 1.4rem;
  right: 2.6rem;
  background: url(../image/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.contact-form__btn-box .c-btn--arrow:hover::after {
  right: 1rem;
}
.contact-form__btn-box .c-btn--arrow input {
  cursor: pointer;
  padding: 15px 80px;
  border: 1px solid #FFFFFF;
  background: #000000;
  color: #FFFFFF;
  letter-spacing: 1rem;
  text-indent: 1rem;
  transition: 0.5s;
}
.contact-form__btn-box .c-btn--arrow input:hover {
  background: #FFFFFF;
  color: #000000;
}

.wpcf7-form-contro-wrap {
  display: inline-block !important;
}

.wpcf7-form-control-wrap {
  position: unset;
}

.radio-204 .wpcf7-radio {
  display: block;
}

.wpcf7-radio {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .contact-form__box__item {
    margin-bottom: 40px;
  }
  .contact-form__box__item__ttl {
    width: 100%;
    max-width: 100%;
  }
  .contact-form__box__item__ttl.--required p {
    display: inline;
  }
  .contact-form__box__item__ttl.--required::after {
    margin-left: 10px;
    position: unset;
  }
  .contact-form__box__item__cont {
    width: 100%;
    min-width: auto;
  }
  .contact-form__box__item__cont input:not([type=image i], [type=range i], [type=checkbox i], [type=radio i]), .contact-form__box__item__cont textarea {
    box-sizing: border-box;
  }
  .contact-form__box__item__cont .wpcf7-form-control {
    font-size: 18px;
  }
  .contact-form__btn-box .c-btn--arrow::after {
    top: 1rem;
  }
}
.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}

.page-404 .l-sec__inner {
  padding-bottom: 0;
}
.page-404 .p-404__cont-area {
  margin-bottom: 70px;
}
.page-404 .p-404__search {
  margin-bottom: 70px;
}
.page-404 .p-404__search__box__window form {
  padding: 10px 0;
}
.page-404 .p-404__search__box__window form div {
  width: 100%;
}
.page-404 .p-404__search__box__window form input[type=text] {
  padding: 5px 10px;
  width: 60%;
  height: 2rem;
}
.page-404 .p-404__search__box__window form input[type=submit] {
  width: 10%;
  height: calc(2rem + 15px);
  letter-spacing: 2;
  text-align: center;
}
.page-404 .c-blog__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .page-404 .p-404__search__box__window form input[type=submit] {
    width: 30%;
  }
}

.post-list-content {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.post-list .entry-header a {
  font-size: 1rem;
  color: #694A4A;
}
.post-list .entry-summary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1; /* ここを2や3に変更することで、行数を指定 */
  max-height: 1.5em;
  color: #694A4A;
}

.normal-sidebar a,
.format-standard a,
.navigation a {
  color: #694A4A;
}

@media screen and (max-width: 1000px) {
  .site-content,
  .footer-widget-wrapper {
    max-width: calc(100% - 40px);
  }
}
.front .p-kv {
  margin-bottom: 170px;
}
.front .p-kv__logo {
  margin: 0 auto;
  width: 24.7437774524%;
  max-width: 338px;
}
.front .p-kv__logo__wrap {
  margin: 0 auto;
  padding: 50px 0;
}
@media screen and (max-width: 1000px) {
  .front .p-kv {
    margin-bottom: 100px;
  }
  .front .p-kv__logo {
    width: 59.4666666667%;
    max-width: 223px;
  }
  .front .p-kv__logo__wrap {
    margin-bottom: 0;
  }
  .front .p-kv__img img {
    height: 90vh;
    object-fit: cover;
    object-position: 55% 50%;
  }
}
.front .kv-slide,
.front .kv-slide .slide {
  width: 100%;
  height: 100vh; /* 全画面にしたい場合 */
  overflow: hidden;
}
.front .kv-slide .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  animation: kenburns 8s ease-out forwards;
}
@keyframes kenburns {
  0% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.front {
  /* Slickではactiveが変わるごとに新規アニメ適用 */
}
.front .kv-slide .slick-active img {
  animation: kenburns 8s ease-out forwards;
}

.front .p-intro {
  margin-bottom: 550px;
}
.front .p-intro .c-block .c-box--txt-box {
  width: 50%;
}
.front .p-intro .c-block .c-box--txt-box__inner {
  padding-left: 19.7657393851%;
}
.front .p-intro .c-block .c-box--txt-box .c-heading__wrap {
  margin-bottom: 50px;
}
.front .p-intro .c-block .c-box--txt-box .c-ttl {
  margin-bottom: 56px;
}
.front .p-intro .c-block .c-box--txt-box .c-txt {
  line-height: 3.125;
  color: #000000;
}
.front .p-intro .c-block .c-box--img-box {
  position: relative;
  width: 50%;
}
.front .p-intro .c-block .c-box--img-box .p-intro__img--01 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  max-width: 545px;
  width: 79.7950219619%;
}
.front .p-intro .c-block .c-box--img-box .p-intro__img--02 {
  position: absolute;
  z-index: 2;
  bottom: -130px;
  left: 45px;
  max-width: 302px;
  width: 44.2166910688%;
}
.front .p-intro .c-block .c-box--img-box .p-intro__img--03 {
  position: absolute;
  z-index: 3;
  bottom: -333px;
  left: 50%;
  max-width: 224px;
  width: 32.7964860908%;
}
@media screen and (max-width: 1000px) {
  .front .p-intro {
    margin-bottom: 150px;
  }
  .front .p-intro__inner {
    width: 100%;
  }
  .front .p-intro .c-block .c-box--txt-box {
    margin-bottom: 108px;
    padding: 0 20px;
    width: 100%;
  }
  .front .p-intro .c-block .c-box--txt-box__inner {
    padding-left: 0;
  }
  .front .p-intro .c-block .c-box--txt-box .c-ttl {
    margin-bottom: 50px;
    font-size: 1.5625rem;
    line-height: 1.8;
  }
  .front .p-intro .c-block .c-box--img-box {
    width: 100%;
    height: 100%;
  }
}

.page-front .p-lead {
  margin-bottom: 260px;
}
.page-front .p-lead__txt {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75;
}
.front .p-info .c-heading__wrap {
  margin-bottom: 25px;
}
.front .p-info__block {
  margin-bottom: 40px;
}
.front .p-info .p-map {
  line-height: 1;
}
.front .p-info .p-map__inner {
  width: 100%;
}
.front .p-info .p-map__inner iframe {
  width: 100%;
  aspect-ratio: 1366/541;
}
.front .p-bnr .c-heading__wrap {
  margin-bottom: 20px;
}
.front .p-bnr__block {
  margin-bottom: 10px;
}
.front .p-bnr__block:last-child {
  margin-bottom: 0;
}
.front .p-bnr__link {
  display: block;
  padding: 136px 0 126px;
  color: #FFFFFF;
  transition: 0.7s;
}
.front .p-bnr__link__inner {
  margin: 0 auto;
  max-width: 1100px;
  justify-content: space-between;
}
.front .p-bnr__link--01 {
  background: url(../image/front/front_bnr_rice.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front .p-bnr__link--01:hover {
  background: url(../image/front/front_bnr_rice_hover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front .p-bnr__link--01 .c-ttl--big::before {
  width: 81px;
  height: 135px;
  background: url(../image/common/icn_rice_wht.svg);
}
.front .p-bnr__link--02 {
  background: url(../image/front/front_bnr_millet.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front .p-bnr__link--02:hover {
  background: url(../image/front/front_bnr_millet_hover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front .p-bnr__link--02 .c-ttl--big::before {
  width: 105px;
  height: 95px;
  background: url(../image/common/inc_millet_wht.svg);
}
.front .p-bnr__link--03 {
  background: url(../image/front/front_bnr_fruit.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front .p-bnr__link--03:hover {
  background: url(../image/front/front_bnr_fruit_hover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front .p-bnr__link--03 .c-ttl--big::before {
  width: 99px;
  height: 85px;
  background: url(../image/common/icn_fruit_wht.svg);
}
.front .p-bnr__link--04 {
  background: url(../image/front/front_bnr_dumpling.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front .p-bnr__link--04:hover {
  background: url(../image/front/front_bnr_dumpling_hover.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front .p-bnr__link--04 .c-ttl--big::before {
  width: 125px;
  height: 105px;
  background: url(../image/common/icn_dumpling_wht.svg);
}
.front .p-bnr__link:hover {
  opacity: 1;
}
.front .p-bnr__link:hover .c-btn--detial::after {
  right: -4rem;
}
.front .p-bnr .c-ttl--big {
  display: flex;
  align-items: center;
  font-size: 3.125rem;
}
.front .p-bnr .c-ttl--big::before {
  margin-right: 2rem;
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front .p-bnr__cont .c-ttl {
  margin-bottom: 15px;
}
.front .p-bnr__cont .c-txt {
  margin-bottom: 60px;
}
.front .p-bnr__cont .c-btn--detial {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .front .p-bnr .c-heading__wrap {
    margin-bottom: 20px;
  }
  .front .p-bnr__link__inner {
    padding: 0 20px;
  }
  .front .p-bnr__link--01 .c-ttl--big::before {
    width: 56px;
    height: 93px;
  }
  .front .p-bnr__link--02 .c-ttl--big::before {
    width: 72px;
    height: 65px;
  }
  .front .p-bnr__link--03 .c-ttl--big::before {
    width: 69px;
    height: 60px;
  }
  .front .p-bnr__link--04 .c-ttl--big::before {
    width: 75px;
    height: 63px;
  }
  .front .p-bnr__link .c-btn--detial::after {
    right: 0;
  }
  .front .p-bnr__link:hover .c-btn--detial::after {
    right: 0;
  }
  .front .p-bnr .c-ttl--big {
    margin-bottom: 46px;
    font-size: 2.125rem;
    line-height: 1.2058823529;
  }
  .front .p-bnr__cont {
    width: 100%;
  }
  .front .p-bnr__cont .c-ttl {
    margin-bottom: 40px;
  }
  .front .p-bnr__cont .c-btn--detial {
    padding-right: 13%;
  }
}

.front .p-news {
  margin-bottom: 200px;
}
.front .p-news .c-heading__wrap {
  width: 26.8181818182%;
}
.front .p-news__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.front .p-news__block {
  width: 73.1818181818%;
}
.front .p-news__item {
  border-top: 1px dotted #C6C6C6;
  padding: 35px 0;
}
.front .p-news__item:last-child {
  border-bottom: 1px dotted #C6C6C6;
}
.front .p-news__link {
  padding: 0 0.8695652174%;
  display: flex;
  font-family: "Shippori Mincho", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 0.875rem;
  color: #323232;
}
.front .p-news__date {
  padding-right: 1.6149068323%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front .p-news__category {
  margin-right: 1.6149068323%;
  border: 1px solid #707070;
  width: 15.7763975155%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front .p-news__title {
  font-size: 1rem;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front .p-news .c-btn--detial {
  margin-top: 64px;
  margin-right: 7%;
  text-align: right;
}
.front .p-news .c-btn--detial a {
  color: #694A4A;
}
@media screen and (max-width: 1000px) {
  .front .p-news {
    margin-bottom: 150px;
  }
  .front .p-news .c-heading__wrap {
    margin-bottom: 20px;
    width: 100%;
  }
  .front .p-news__block {
    width: 100%;
  }
  .front .p-news__link {
    flex-wrap: wrap;
  }
  .front .p-news__category {
    width: auto;
    padding: 0 5%;
  }
  .front .p-news__title {
    width: 100%;
    justify-content: flex-start;
    word-break: break-word;
  }
  .front .p-news .c-btn--detial {
    margin-right: 50px;
  }
  .front .p-news .c-btn--detial::after {
    right: -38px;
  }
}

.front .p-calendar {
  margin-bottom: 172px;
}
.front .p-calendar__inner {
  display: flex;
  justify-content: space-between;
}
.front .p-calendar__block {
  margin: 0 auto;
}
.front .p-calendar__item {
  display: flex;
  justify-content: center;
}
.front .p-calendar__img {
  max-width: 384px;
}
@media screen and (max-width: 1000px) {
  .front .p-calendar {
    margin-bottom: 150px;
  }
  .front .p-calendar .c-heading__wrap {
    margin-bottom: 20px;
  }
  .front .p-calendar__inner {
    flex-wrap: wrap;
  }
  .front .p-calendar__block {
    width: 100%;
  }
}

.front .p-shop .l-sec__inner {
  padding: 130px 0 160px;
}
.front .p-shop__btn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front .p-shop__link {
  width: 51%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 10%;
  text-align: center;
  border: 1px solid #694A4A;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  position: relative;
  color: #694A4A;
  transition: 0.7s;
}
.front .p-shop__link::before {
  position: absolute;
  top: 50%;
  left: 12%;
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../image/common/icn_leaf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0) translateY(-50%);
  transition: 0.7s;
}
.front .p-shop__link::after {
  position: absolute;
  top: 50%;
  right: 12%;
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../image/common/icn_leaf_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0) translateY(-50%);
  transition: 0.7s;
}
.front .p-shop__link:hover {
  background: #694A4A;
  color: #FFFFFF;
  opacity: 1;
}
.front .p-shop__link:hover::before {
  position: absolute;
  top: 50%;
  left: 12%;
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../image/common/icn_leaf_wht.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0) translateY(-50%);
}
.front .p-shop__link:hover::after {
  position: absolute;
  top: 50%;
  right: 12%;
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../image/common/icn_leaf_right_wht.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0) translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .front .p-shop .l-sec__inner {
    padding: 50px 0 150px;
  }
  .front .p-shop__link {
    padding: 30px 0;
    width: 100%;
    font-size: 1rem;
  }
  .front .p-shop__link::before {
    left: 6%;
  }
  .front .p-shop__link::after {
    right: 6%;
  }
}

.page-rice .c-kv {
  margin-bottom: 162px;
}
.page-rice .c-kv .c-heading::before {
  background: url(../image/common/icn_rice.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0) translateY(0);
}
.page-rice .c-kv .c-heading__wrap {
  margin: 0 auto 26px;
  padding-top: 63px;
  width: 100%;
  max-width: 1100px;
}
.page-rice .p-products {
  margin-bottom: 150px;
}
.page-rice .p-products__block {
  margin: 0 auto;
  max-width: 32.7272727273%;
}
.page-rice .p-products__item {
  border-top: 1px dotted #BFBFBF;
  padding: 40px 0;
  text-align: center;
  font-size: 1.25rem;
}
.page-rice .p-products__item:last-child {
  border-bottom: 1px dotted #BFBFBF;
}
.page-rice .p-tokubai {
  margin-bottom: 150px;
}
.page-rice .p-tokubai__block {
  margin: 0 auto;
  max-width: 47.9090909091%;
  justify-content: center;
  align-items: center;
}
.page-rice .p-tokubai__icn {
  width: 138px;
}
.page-rice .p-tokubai__youbi {
  padding: 45px 0;
  padding-left: 7.5901328273%;
  box-sizing: border-box;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #694A4A;
}
.page-rice .p-icatch {
  margin-bottom: 300px;
}
@media screen and (max-width: 1000px) {
  .page-rice .c-kv {
    margin-bottom: 80px;
  }
  .page-rice .c-kv .c-heading {
    font-size: 2.1875rem;
  }
  .page-rice .c-kv .c-heading__wrap {
    max-width: calc(100% - 40px);
  }
  .page-rice .p-products {
    margin-bottom: 20px;
  }
  .page-rice .p-products__block {
    max-width: 68%;
  }
  .page-rice .p-products__item {
    padding: 30px 0;
    font-size: 1rem;
  }
  .page-rice .p-tokubai {
    margin-bottom: 80px;
  }
  .page-rice .p-tokubai__block {
    max-width: 74.4%;
  }
  .page-rice .p-tokubai__icn {
    width: 20.2666666667%;
  }
  .page-rice .p-tokubai__youbi {
    padding: 0 0;
    padding-left: 5.8666666667%;
    font-size: 1.3125rem;
    line-height: 1.1904761905;
  }
  .page-rice .p-icatch {
    margin-bottom: 100px;
  }
  .page-rice .p-icatch .l-sec__inner {
    width: 100%;
  }
}

.page-millet .c-kv {
  margin-bottom: 162px;
}
.page-millet .c-kv .c-heading::before {
  background: url(../image/common/inc_millet.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0) translateY(25%);
  width: 3.5rem;
  height: 3.5rem;
}
.page-millet .c-kv .c-heading__wrap {
  margin: 0 auto 26px;
  padding-top: 63px;
  width: 100%;
  max-width: 1100px;
}
.page-millet .p-products {
  margin-bottom: 200px;
}
.page-millet .p-products__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 7.2727272727%;
  column-gap: 4.5454545455%;
}
.page-millet .p-products__item__img {
  margin-bottom: 20px;
  background: #f7f7f7;
}
.page-millet .p-products__item__name {
  margin-bottom: 12px;
  font-size: 1.125rem;
}
.page-millet .p-products__item__price {
  margin-bottom: 12px;
}
.page-millet .p-products__item__txt {
  line-height: 1.4375;
}
.page-millet .p-tokubai {
  margin-bottom: 150px;
}
.page-millet .p-icatch {
  margin-bottom: 300px;
}
@media screen and (max-width: 1000px) {
  .page-millet .c-kv {
    margin-bottom: 80px;
  }
  .page-millet .c-kv .c-heading {
    font-size: 2.1875rem;
  }
  .page-millet .c-kv .c-heading__wrap {
    max-width: calc(100% - 40px);
  }
  .page-millet .p-products {
    margin-bottom: 80px;
  }
  .page-millet .p-products__list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 53px;
    column-gap: 0;
  }
  .page-millet .p-products__item__name {
    font-size: 1.125rem;
  }
  .page-millet .p-icatch {
    margin-bottom: 100px;
  }
}

.page-fruit .c-kv {
  margin-bottom: 152px;
}
.page-fruit .c-kv .c-heading::before {
  background: url(../image/common/icn_fruit.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0) translateY(25%);
  width: 3.5rem;
  height: 3.5rem;
}
.page-fruit .c-kv .c-heading__wrap {
  margin: 0 auto 26px;
  padding-top: 63px;
  width: 100%;
  max-width: 1100px;
}
.page-fruit .p-products {
  margin-bottom: 150px;
}
.page-fruit .p-products__ttl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.875rem;
  color: #694A4A;
}
.page-fruit .p-products__list {
  margin: 0 auto;
  max-width: 50%;
}
.page-fruit .p-products__item {
  border-top: 1px dotted #BFBFBF;
  padding: 40px 0;
  justify-content: space-between;
}
.page-fruit .p-products__item:last-child {
  border-bottom: 1px dotted #BFBFBF;
}
.page-fruit .p-products__name {
  padding-left: 1rem;
}
.page-fruit .p-tokubai {
  margin-bottom: 150px;
}
.page-fruit .p-icatch {
  margin-bottom: 300px;
}
@media screen and (max-width: 1000px) {
  .page-fruit .c-kv {
    margin-bottom: 87px;
  }
  .page-fruit .c-kv .c-heading {
    font-size: 2.1875rem;
  }
  .page-fruit .c-kv .c-heading__wrap {
    max-width: calc(100% - 40px);
  }
  .page-fruit .p-products {
    margin-bottom: 60px;
  }
  .page-fruit .p-products__ttl {
    margin-bottom: 38px;
    font-size: 1.5625rem;
  }
  .page-fruit .p-products__list {
    max-width: 100%;
  }
  .page-fruit .p-products__item {
    padding: 30px 0;
    font-size: 1.125rem;
  }
  .page-fruit .p-products__season {
    padding-right: 1rem;
  }
  .page-fruit .p-icatch {
    margin-bottom: 100px;
  }
}

.page-dumpling .c-kv {
  margin-bottom: 150px;
}
.page-dumpling .c-kv .c-heading::before {
  background: url(../image/common/icn_dumpling.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0) translateY(25%);
  width: 3.5rem;
  height: 3.5rem;
}
.page-dumpling .c-kv .c-heading__wrap {
  margin: 0 auto 26px;
  padding-top: 63px;
  width: 100%;
  max-width: 1100px;
}
.page-dumpling .p-lead {
  margin-bottom: 105px;
}
.page-dumpling .p-lead__ttl {
  margin-bottom: 35px;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #694A4A;
}
.page-dumpling .p-lead .c-txt {
  text-align: center;
}
.page-dumpling .p-products {
  margin-bottom: 160px;
}
.page-dumpling .p-products__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 4.5454545455%;
  row-gap: 80px;
}
.page-dumpling .p-products__item__img {
  margin-bottom: 20px;
}
.page-dumpling .p-products__item__name {
  margin-bottom: 13px;
  font-size: 1.125rem;
}
.page-dumpling .p-process {
  margin-bottom: 200px;
  padding-top: 82px;
  padding-bottom: 164px;
  background: #FCF9F2;
}
.page-dumpling .p-process .c-heading {
  margin-bottom: 20px;
}
.page-dumpling .p-process .c-heading__wrap {
  margin-bottom: 60px;
}
.page-dumpling .p-process__lead::before {
  content: "";
  display: inline-block;
  padding-right: 0.5rem;
  width: 2rem;
  height: 1rem;
  background: url(../image/common/icn_hyphen.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(0) translateY(50%);
}
.page-dumpling .p-process__item {
  position: relative;
  margin-bottom: 70px;
  padding: 20px;
  background: #FFFFFF;
}
.page-dumpling .p-process__item::after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  content: "";
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url(../image/common/icn_delta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%) translateY(100%);
}
.page-dumpling .p-process__item:last-child::after {
  display: none;
}
.page-dumpling .p-process__ttl {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  color: #694A4A;
}
.page-dumpling .p-process__ttl__wrap {
  position: relative;
  width: 18.7272727273%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-dumpling .p-process__ttl__wrap::after {
  position: absolute;
  right: 0;
  content: "";
  display: inline-block;
  width: 10px;
  height: 80%;
  border-right: 1px solid #694A4A;
}
.page-dumpling .p-process__ttl span {
  display: inline-block;
  padding-left: 1rem;
  font-size: 2.1875rem;
}
.page-dumpling .p-process__cont {
  width: 81.2727272727%;
  justify-content: space-between;
  align-items: center;
  min-height: 187px;
}
.page-dumpling .p-process__cont__box--txt {
  width: 62.7272727273%;
  padding-left: 5.8181818182%;
}
.page-dumpling .p-process__cont__box--img {
  width: 23.5454545455%;
}
.page-dumpling .p-process__cont__ttl {
  font-size: 1.375rem;
  line-height: 1.5909090909;
  color: #694A4A;
}
@media screen and (max-width: 1000px) {
  .page-dumpling .c-kv {
    margin-bottom: 87px;
  }
  .page-dumpling .c-kv .c-heading {
    font-size: 2.1875rem;
  }
  .page-dumpling .c-kv .c-heading__wrap {
    max-width: calc(100% - 40px);
  }
  .page-dumpling .p-lead {
    margin-bottom: 80px;
  }
  .page-dumpling .p-lead__ttl {
    margin-bottom: 33px;
    font-size: 1.5625rem;
    line-height: 1.2;
  }
  .page-dumpling .p-products {
    margin-bottom: 80px;
  }
  .page-dumpling .p-products__list {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 50px;
  }
  .page-dumpling .p-process {
    margin-bottom: 80px;
    padding-top: 75px;
    padding-bottom: 80px;
  }
  .page-dumpling .p-process .c-heading {
    margin-bottom: 18px;
  }
  .page-dumpling .p-process .c-heading__wrap {
    margin-bottom: 36px;
  }
  .page-dumpling .p-process__item {
    position: relative;
    margin-bottom: 70px;
    padding: 20px;
    background: #FFFFFF;
  }
  .page-dumpling .p-process__item:last-child {
    margin-bottom: 0;
  }
  .page-dumpling .p-process__item:last-child::after {
    display: none;
  }
  .page-dumpling .p-process__ttl {
    text-align: left;
  }
  .page-dumpling .p-process__ttl__wrap {
    width: 100%;
    justify-content: left;
  }
  .page-dumpling .p-process__ttl__wrap::after {
    width: 100%;
    height: 100%;
    border-right: none;
    border-bottom: 1px dotted #694A4A;
  }
  .page-dumpling .p-process__cont {
    padding-top: 33px;
    width: 100%;
    min-height: auto;
  }
  .page-dumpling .p-process__cont__box--txt {
    padding-left: 0;
    width: 100%;
  }
  .page-dumpling .p-process__cont__box--img {
    width: 100%;
  }
  .page-dumpling .p-process__cont__box .c-txt {
    margin-bottom: 28px;
  }
  .page-dumpling .p-process__cont__ttl {
    margin-bottom: 16px;
  }
}

.page-news .c-kv {
  margin-bottom: 152px;
}
.page-news .c-kv .c-heading::before {
  display: none;
}
.page-news .c-kv .c-heading__wrap {
  margin: 0 auto 26px;
  padding-top: 63px;
  width: 100%;
  max-width: 1100px;
}
.page-news .p-news__inner {
  display: grid;
  grid-template-columns: 1fr 10fr;
}
.page-news .p-news__nav {
  position: sticky;
  top: 100px;
  z-index: 10;
  align-self: start;
}
.page-news .p-news__nav__link {
  color: #323232;
  line-height: 3.125;
}
.page-news .p-news__block {
  margin-bottom: 111px;
}
.page-news .p-news__list {
  margin-left: auto;
  max-width: 81.8181818182%;
}
.page-news .p-news__list__item {
  border-top: 1px solid #C6C6C6;
}
.page-news .p-news__list__item:last-child {
  border-bottom: 1px solid #C6C6C6;
}
.page-news .p-news__list__link {
  padding: 37px 0;
  align-items: center;
  color: #323232;
}
.page-news .p-news__list__date {
  margin-right: 13px;
  font-size: 0.875rem;
}
.page-news .p-news__list__category {
  margin-right: 13px;
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 127px;
  font-size: 0.875rem;
}
@media screen and (max-width: 1000px) {
  .page-news .c-kv {
    margin-bottom: 80px;
  }
  .page-news .c-kv .c-heading__wrap {
    max-width: 100%;
  }
  .page-news .p-news__inner {
    grid-template-columns: 1fr;
  }
  .page-news .p-news__nav {
    display: none;
  }
  .page-news .p-news .c-heading__wrap {
    margin-bottom: 20px;
  }
  .page-news .p-news__block {
    margin-bottom: 111px;
  }
  .page-news .p-news__list {
    margin-left: 0;
    max-width: 100%;
  }
  .page-news .p-news__list__link {
    padding: 30px 0;
  }
  .page-news .p-news__list__date {
    margin-bottom: 16px;
    margin-right: 13px;
    font-size: 0.875rem;
  }
  .page-news .p-news__list__category {
    margin-bottom: 16px;
    margin-right: 13px;
    border: 1px solid #707070;
    box-sizing: border-box;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 127px;
    font-size: 0.875rem;
  }
  .page-news .p-news__list__title {
    word-break: break-all;
  }
}

.p-service .c-lead {
  margin-bottom: 130px;
}
.p-service .p-bnr {
  margin-bottom: 295px;
}
.p-service .p-bnr__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1306px;
}
.p-service .p-bnr__list {
  justify-content: space-between;
}
.p-service .p-bnr__item {
  margin-bottom: 30px;
  width: 48.8514548239%;
  overflow: hidden;
}
.p-service .p-bnr__link {
  display: block;
  width: 100%;
  position: relative;
  transition: 0.5s;
}
.p-service .p-bnr__link:hover {
  transform: scale(1.05);
}
.p-service .p-bnr__block {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 40px;
}
.p-service .p-bnr__cont {
  margin-bottom: 100px;
}
.p-service .p-bnr__box--ttl {
  margin-bottom: 55px;
}
.p-service .p-bnr__num {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 2.4375rem;
  line-height: 1.4871794872;
}
.p-service .p-bnr__ttl {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 5.625rem;
  line-height: 1;
}
.p-service .p-bnr__item--big {
  width: 100%;
}
.p-service .p-bnr__item--big .p-bnr__block {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 40px;
  transform: translateY(-50%);
}
.p-service .p-bnr__item--big .p-bnr__cont {
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  width: 80%;
}
.p-service .p-bnr__item--big .p-bnr__box--ttl {
  margin-bottom: 0;
  margin-right: auto;
}
.p-service .p-bnr__item--big .p-bnr__box--txt {
  margin-top: auto;
  width: 50%;
}
.p-service .p-bnr .c-btn {
  margin-left: auto;
}
.p-service .p-bnr__item:nth-child(6) .p-bnr__cont {
  margin-bottom: 24px;
}
.p-single-service .p-title {
  margin-bottom: 80px;
}
.p-single-service .p-title .c-title--big {
  width: 55%;
}
.p-single-service .c-lead {
  margin-bottom: 80px;
}
.p-single-service .p-bnr__inner {
  margin-bottom: 150px;
}
.p-single-service .p-bnr__big {
  margin-bottom: 60px;
}
.p-single-service .p-bnr__small__item {
  margin-right: 20px;
}
.p-single-service .p-bnr__small__item:last-child {
  margin-right: 0;
}
.p-single-service .p-movie__inner {
  margin: 0 auto 150px;
  max-width: 900px;
}
.p-single-service .p-movie__inner iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 560/315;
}
.p-single-service .p-more__inner {
  margin-bottom: 150px;
}
.p-single-service .c-card .c-ttl__wrap {
  margin-bottom: 27px;
}
.p-single-service .c-card__list {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.p-single-service .c-card__list__item {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.p-single-service .c-card__list__item:hover {
  border: 1px solid #707070;
  transition: 1s;
}
.p-single-service .c-card__list__img {
  margin-bottom: 14px;
  overflow: hidden;
}
.p-single-service .c-card__list__img img {
  width: 340px;
  height: 260px;
  object-fit: cover;
  transition: 0.5s;
}
.p-single-service .c-card__list__img:hover img {
  transform: scale(1.1);
}
.p-single-service .c-card__list__date {
  margin-bottom: 5px;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-single-service .c-card__list__name {
  margin-bottom: 5px;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 1rem;
  line-height: 1.25;
}
.p-single-service .c-card__list__tag {
  font-size: 0.9375rem;
  line-height: 1.4;
}
.p-single-service .c-card .c-btn {
  margin-bottom: 150px;
}
.p-single-service .p-other {
  border-top: 1px solid #FFFFFF;
}
.p-single-service .p-other .c-ttl {
  font-size: 3.75rem;
  line-height: 1.4833333333;
}
.p-single-service .p-other__inner {
  padding: 100px 0;
}
.p-single-service.foot-work .p-title .c-title--big {
  width: 100%;
}
.p-madia .c-shop-factory__nav__item:nth-child(6) .c-shop-factory__nav__link {
  background: #FFFFFF;
  color: #000000;
}
.p-madia .c-ttl {
  font-size: 2.5rem;
}
.p-madia .p-movie {
  margin-bottom: 153px;
}
.p-madia .p-movie .c-ttl__wrap {
  margin-bottom: 40px;
}
.p-madia .p-movie__lead {
  margin-bottom: 60px;
}
.p-madia .p-movie__block:not(:last-child) {
  margin-bottom: 53px;
}
.p-madia .p-movie__cont__inner {
  margin: 0 auto;
  max-width: 700px;
}
.p-madia .p-movie__cont__inner iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 700/393.7;
}
.p-madia .p-magazine {
  margin-bottom: 300px;
}
.p-madia .p-magazine .c-ttl__wrap {
  margin-bottom: 30px;
}
.p-madia .p-magazine__nav__list {
  margin-bottom: 47px;
}
.p-madia .p-magazine__nav__item {
  margin-right: 5.0909090909%;
  margin-bottom: 9px;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.p-madia .p-magazine__block {
  margin-bottom: 120px;
}
.p-madia .p-magazine__block:last-of-type {
  margin-bottom: 0;
}
.p-madia .p-magazine__ttl {
  margin-bottom: 18px;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 1.875rem;
  line-height: 2.5;
}
.p-madia .p-magazine__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 4.5454545455%;
  row-gap: 50px;
}
.p-madia .p-magazine__tuhm {
  margin-bottom: 6px;
}
.p-madia .p-magazine__date {
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.p-recruit .c-title {
  margin-bottom: 50px;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 2.5rem;
  line-height: 1.875;
}
.p-recruit .p-lead__block {
  margin-bottom: 120px;
  justify-content: space-between;
}
.p-recruit .p-lead__block:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.p-recruit .p-lead__box--txt {
  width: 55.1818181818%;
}
.p-recruit .p-lead__box--img {
  width: 37.7272727273%;
}
.p-recruit .p-lead__ttl {
  margin-bottom: 53px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.4666666667;
}
.p-recruit .p-band {
  margin-bottom: 120px;
}
.p-recruit .p-bg {
  margin-bottom: -50px;
}
.p-recruit .p-requirements {
  margin-bottom: 150px;
}
.p-recruit .p-requirements__item {
  margin-bottom: 70px;
}
.p-recruit .p-requirements__item:last-child {
  margin-bottom: 0;
}
.p-recruit .p-requirements__ttl {
  margin-bottom: 18px;
  padding: 6px 0;
  padding-left: 10px;
  border: 1px solid #FFFFFF;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-recruit .p-requirements__ttl .small {
  font-size: 0.875rem;
}
.p-recruit .p-entry {
  margin-bottom: 325px;
}
.p-recruit .p-entry__note {
  margin-bottom: 40px;
}
.contact .c-title__wrap {
  padding-bottom: 0;
}
.contact .p-message .l-sec__inner {
  padding: 190px 0 150px;
}
.contact .p-contact-form .l-sec__inner {
  margin: 0 auto;
  padding: 0 0 506px;
  max-width: 833px;
}
.contact .p-contact-form__item {
  margin-bottom: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .p-contact-form__item.--message {
  margin-bottom: 100px;
}
.contact .p-contact-form__item.--message .p-contact-form__ttl {
  align-items: start;
}
.contact .p-contact-form__item.--message textarea {
  width: 60%;
}
.contact .p-contact-form__ttl,
.contact .p-contact-form label {
  width: 20.7683073229%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 14px;
}
.contact .p-contact-form__ttl.--required::after,
.contact .p-contact-form label.--required::after {
  margin-left: auto;
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 1.5rem;
  color: #FFFFFF;
  background: #1B1464;
}
.contact .p-contact-form__cont,
.contact .p-contact-form input, .contact .p-contact-form textarea {
  width: 79.2316926771%;
  width: 100%;
  background: #F2F2F7 !important;
  border: none;
  padding: 10px;
  border-style: none !important;
}
.contact .p-contact-form__cont textarea,
.contact .p-contact-form input textarea, .contact .p-contact-form textarea textarea {
  height: 320px;
}
.contact .p-contact-form__send-btn {
  margin: 0 auto;
  padding: 21px 0 !important;
  border: 2px solid #1B1464 !important;
  border-radius: 50px !important;
  display: flex;
  color: #1B1464 !important;
  justify-content: center;
  align-items: center;
  width: 25% !important;
  max-width: 300px !important;
  height: auto !important;
  background-color: #FFFFFF !important;
  font-size: 20px !important;
  font-family: "Roboto Mono", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo !important;
  transition: 0.5s !important;
}
.contact .p-contact-form__send-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1B1464;
  border-radius: 50px;
  transform: translateX(-100%);
  transition: 0.25s;
  z-index: -1;
}
.contact .p-contact-form__send-btn:hover {
  color: #FFFFFF !important;
  background: none !important;
}
.contact .p-contact-form__send-btn:hover:before {
  transform: translateX(0);
}
.contact .wpforms-container .wpforms-required-label {
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 1.5rem;
  color: #FFFFFF;
  background: #1B1464;
}
.contact button {
  position: relative !important;
  overflow: hidden !important;
}
.contact div.wpforms-container-full button[type=submit]:focus:after {
  border: 0;
}
.contact div.wpforms-container-full input[type=submit]:hover, .contact div.wpforms-container-full input[type=submit]:active, .contact div.wpforms-container-full button[type=submit]:hover, .contact div.wpforms-container-full button[type=submit]:active, .contact div.wpforms-container-full .wpforms-page-button:hover, .contact div.wpforms-container-full .wpforms-page-button:active, .contact .wp-core-ui div.wpforms-container-full input[type=submit]:hover, .contact .wp-core-ui div.wpforms-container-full input[type=submit]:active, .contact .wp-core-ui div.wpforms-container-full button[type=submit]:hover, .contact .wp-core-ui div.wpforms-container-full button[type=submit]:active, .contact .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover, .contact .wp-core-ui div.wpforms-container-full .wpforms-page-button:active {
  background: none !important;
}
@media screen and (max-width: 1000px) {
  .contact .p-message .l-sec__inner {
    padding: 90px 0 70px;
  }
  .contact .p-contact-form .l-sec__inner {
    padding: 0 0 150px;
    max-width: 100%;
  }
  .contact .p-contact-form__item {
    margin-bottom: 40px;
    flex-direction: column;
  }
  .contact .p-contact-form__item.--message {
    margin-bottom: 80px;
  }
  .contact .p-contact-form__item.--message textarea {
    width: 100%;
  }
  .contact .p-contact-form__ttl,
  .contact .p-contact-form label {
    margin-bottom: 10px;
    width: 100%;
  }
  .contact .p-contact-form__ttl.--required::after,
  .contact .p-contact-form label.--required::after {
    margin-left: 10px;
  }
  .contact .p-contact-form__cont,
  .contact .p-contact-form input, .contact .p-contact-form textarea {
    width: 100%;
  }
  .contact .p-contact-form__cont input, .contact .p-contact-form__cont textarea,
  .contact .p-contact-form input input,
  .contact .p-contact-form input textarea, .contact .p-contact-form textarea input, .contact .p-contact-form textarea textarea {
    box-sizing: border-box;
  }
  .contact .p-contact-form__send-btn {
    width: 80% !important;
    max-width: 100% !important;
  }
  .contact .wpforms-container .wpforms-required-label {
    margin-left: 10px;
  }
}

.archive-works .p-category-nav__area {
  margin-bottom: 27px;
}
.archive-works .p-category-nav__area:last-child {
  margin-bottom: 0;
}
.archive-works .p-category-nav__ttl {
  margin-bottom: 6px;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 2;
}
.archive-works .p-category-nav__item {
  margin-right: 2.2727272727%;
  margin-bottom: 6px;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: 700;
  line-height: 1.5625;
}
.archive-works .p-category-nav__link {
  position: relative;
}
.archive-works .p-category-nav__link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.archive-works .p-category-nav__link:hover::after {
  transform: scale(1, 1);
}
.archive-works .p-work .l-sec__inner {
  padding-top: 0;
  border-bottom: 2px solid #FFFFFF;
}
.archive-works .p-work .c-card__list {
  column-gap: 0.9090909091%;
  row-gap: 10px;
}
.archive-works .p-work .c-card__list__item {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px dotted #FFFFFF;
}
.archive-works .p-work .c-card__list__item:hover {
  opacity: 0.9;
}
.archive-works .p-work .c-card__list__link {
  padding: 25px;
}
.archive-works .page-nation {
  margin-top: 30px;
  margin-bottom: 306px;
}
.archive-works .page-nation ul {
  justify-content: center;
}
.archive-works .page-nation ul li {
  margin-right: 60px;
}
.archive-works .page-nation ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .archive-works .p-category-nav .l-sec__inner {
    padding-bottom: 40px;
  }
  .archive-works .p-category-nav__area {
    margin-bottom: 20px;
  }
  .archive-works .p-work .l-sec__inner {
    padding-top: 60px;
    padding-bottom: 77px;
  }
  .archive-works .p-work .c-card__list {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  .archive-works .p-work .c-card__list__link {
    padding: 0;
  }
  .archive-works .page-nation {
    margin-bottom: 150px;
  }
  .archive-works .page-nation ul li {
    margin-right: 10%;
  }
}

.single-products .p-post .l-sec__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.single-products .p-post .c-heading--sub {
  margin-bottom: 17px;
}
.single-products .p-post .c-heading--sub.p-post__ttl__name {
  margin-bottom: 0;
}
.single-products .p-post__ttl-area {
  margin-bottom: 60px;
}
.single-products .p-post__main {
  max-width: 800px;
}
.single-products .p-post__block {
  margin-bottom: 50px;
}
.single-products .p-post__info {
  margin-bottom: 16px;
}
.single-products .p-post__info__tag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-products .p-post__info__category {
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 3px 14px;
  background: #2E2E2E;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 14px;
}
.single-products .p-post__info__category a {
  color: #FFFFFF;
}
.single-products .p-post__info__category__wrap {
  margin-bottom: 70px;
}
.single-products .p-post__info__date {
  padding: 3px 0;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.single-products .p-post__ttl {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.6;
}
.single-products .p-post__thumbnail img {
  object-fit: cover;
}
.single-products .p-post__url {
  padding-top: 50px;
}
.single-products .p-post__url__link {
  padding-bottom: 4px;
  padding-left: 2em;
  position: relative;
  color: #1B1464;
  border-bottom: 2px solid #1B1464;
}
.single-products .p-post__url__link::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  display: inline;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-50%);
  background: url(../image/common/icn_link_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single-products .p-post__txt-box {
  margin-bottom: 190px;
}
.single-products .p-post__other_works .l-sec__inner {
  padding: 200px 0;
}
.single-products .p-post__other_works .c-card__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5%;
}
.single-products .p-post__pagination .l-sec__inner {
  padding: 0 0 306px;
}
.single-products .p-post__pagination__list {
  justify-content: space-between;
}
.single-products .p-post__pagination .c-btn {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .single-products .p-post .c-heading--sub {
    margin-bottom: 12px;
  }
  .single-products .p-post__ttl-area {
    margin-bottom: 50px;
  }
  .single-products .p-post__info {
    margin-bottom: 16px;
  }
  .single-products .p-post__info__category {
    margin-bottom: 10px;
  }
  .single-products .p-post__thumbnail img {
    max-height: fit-content;
    max-width: 100%;
  }
  .single-products .p-post__url {
    padding-top: 60px;
  }
  .single-products .p-post__txt-box {
    margin-bottom: 80px;
  }
  .single-products .p-post__other_works {
    margin-bottom: 50px;
  }
  .single-products .p-post__other_works .l-sec__inner {
    padding: 100px 0 80px;
  }
  .single-products .p-post__other_works .c-card__list {
    display: flex;
  }
  .single-products .p-post__other_works .c-card__list__item {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    margin-bottom: 80px;
  }
  .single-products .p-post__other_works .c-card__list__item:last-child {
    margin-bottom: 0;
  }
  .single-products .p-post__pagination .l-sec__inner {
    padding-bottom: 150px;
  }
}

.post .p-post__txt-box img {
  width: auto;
}
@media screen and (max-width: 1000px) {
  .post .p-post__txt-box img {
    width: 100%;
  }
}

.archive .page-nation {
  margin-top: 30px;
  margin-bottom: 306px;
}
.archive .page-nation ul {
  justify-content: center;
}
.archive .page-nation ul li {
  margin-right: 60px;
}
.archive .page-nation ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .archive .page-nation {
    margin-top: 78px;
    margin-bottom: 150px;
  }
  .archive .page-nation ul li {
    margin-right: 10%;
  }
}

.post .p-post .l-sec__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.post .p-post .c-heading--sub {
  margin-bottom: 17px;
}
.post .p-post .c-heading--sub.p-post__ttl__name {
  margin-bottom: 0;
}
.post .p-post__ttl-area {
  margin-bottom: 60px;
}
.post .p-post__main {
  max-width: 800px;
}
.post .p-post__block {
  margin-bottom: 50px;
}
.post .p-post__info {
  margin-bottom: 16px;
}
.post .p-post__info__tag {
  display: flex;
  justify-content: center;
  align-items: center;
}
.post .p-post__info__category {
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 3px 14px;
  background: #2E2E2E;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-size: 14px;
}
.post .p-post__info__category a {
  color: #FFFFFF;
}
.post .p-post__info__category__wrap {
  margin-bottom: 70px;
}
.post .p-post__info__date {
  padding: 3px 0;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
}
.post .p-post__ttl {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.6;
}
.post .p-post__thumbnail img {
  object-fit: cover;
}
.post .p-post__url {
  padding-top: 50px;
}
.post .p-post__url__link {
  padding-bottom: 4px;
  padding-left: 2em;
  position: relative;
  color: #1B1464;
  border-bottom: 2px solid #1B1464;
}
.post .p-post__url__link::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  content: "";
  display: inline;
  width: 1.5em;
  height: 1.5em;
  transform: translateY(-50%);
  background: url(../image/common/icn_link_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.post .p-post__txt-box {
  margin-bottom: 190px;
}
.post .p-post__other_works .l-sec__inner {
  padding: 200px 0;
}
.post .p-post__other_works .c-card__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 5%;
}
.post .p-post__pagination .l-sec__inner {
  padding: 0 0 306px;
}
.post .p-post__pagination__list {
  justify-content: space-between;
}
.post .p-post__pagination .c-btn {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .post .p-post .c-heading--sub {
    margin-bottom: 12px;
  }
  .post .p-post__ttl-area {
    margin-bottom: 50px;
  }
  .post .p-post__info {
    margin-bottom: 16px;
  }
  .post .p-post__info__category {
    margin-bottom: 10px;
  }
  .post .p-post__thumbnail img {
    max-height: fit-content;
    max-width: 100%;
  }
  .post .p-post__url {
    padding-top: 60px;
  }
  .post .p-post__txt-box {
    margin-bottom: 80px;
  }
  .post .p-post__other_works {
    margin-bottom: 50px;
  }
  .post .p-post__other_works .l-sec__inner {
    padding: 100px 0 80px;
  }
  .post .p-post__other_works .c-card__list {
    display: flex;
  }
  .post .p-post__other_works .c-card__list__item {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    margin-bottom: 80px;
  }
  .post .p-post__other_works .c-card__list__item:last-child {
    margin-bottom: 0;
  }
  .post .p-post__pagination .l-sec__inner {
    padding-bottom: 150px;
  }
}

.single-post .post .p-post__txt-box img {
  width: auto;
}
@media screen and (max-width: 1000px) {
  .single-post .post .p-post__txt-box img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */