@charset "UTF-8";
/* ===========================
# Layout
===========================*/
/* header
=================*/
/* Inner
=================*/
/* Padding
=================*/
/* Layer
=================*/
/* ===========================
# Typography
===========================*/
/* Font-Family
=================*/
/* Font-Size
=================*/
/* Font-Weight
=================*/
/* Line-Height
=================*/
/* ===========================
# Color
===========================*/
/* General-Color
=================*/
/* Main-Color
=================*/
/* Hover-Color
=================*/
/* Transparency
=================*/
/* Background-Color
=================*/
/* Button
=================*/
/* Label
=================*/
/*  Border
=================*/
/* ===========================
# Function
===========================*/
/* Breakpoint
=================*/
/* Mediaquery
=================*/
/* other
=================*/
/* リキッドレイアウト対応 */
html {
  position: static;
  position: initial;
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  z-index: -9999;
  color: #333;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

main img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

/* Blur images when they have no alt attribute */
main img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h2 {
  width: 100%;
  padding: 0;
  letter-spacing: normal;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
main img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
main img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 620px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  height: 582.5px;
  height: 36.40625rem;
  background: url(../images/sp/main-visual.jpg) no-repeat center center/cover;
  opacity: 0;
  -webkit-animation: fadeIn 2s ease 0.3s 1 forwards;
  animation: fadeIn 2s ease 0.3s 1 forwards;
}
@media screen and (min-width: 768px) {
  .l-main-visual {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    height: 40rem;
    background: url(../images/pc/main-visual.jpg) no-repeat center center/cover;
  }
}

.l-main-visual__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 620px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-main-visual__inner {
    max-width: 1040px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-main-visual__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-main-visual__title {
    text-align: left;
  }
}

.l-main-visual__title img {
  display: inline-block;
  position: relative;
  bottom: -50px;
  bottom: -3.125rem;
  width: 100%;
  max-width: 244px;
  max-width: 15.25rem;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s ease 1s 1 forwards;
  animation: fadeIn 1.5s ease 1s 1 forwards;
}
@media screen and (min-width: 768px) {
  .l-main-visual__title img {
    position: absolute;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 26.25rem;
  }
}

.l-main-visual__btn {
  text-align: right;
  opacity: 0;
  -webkit-animation: fadeIn 2s ease 1.3s 1 forwards;
  animation: fadeIn 2s ease 1.3s 1 forwards;
}
@media screen and (min-width: 768px) {
  .l-main-visual__btn {
    position: absolute;
    right: 1.25rem;
    bottom: -3.125rem;
  }
}

.l-main-visual__btn a {
  display: inline-block;
  position: relative;
  bottom: -24px;
  bottom: -1.5rem;
  width: 112px;
  width: 7rem;
  height: 112px;
  height: 7rem;
}
@media screen and (min-width: 768px) {
  .l-main-visual__btn a {
    bottom: 0;
    width: 11.8125rem;
    height: 11.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-main-visual__btn a:hover {
    opacity: 0.8;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-card__wrap {
    position: relative;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-tab__item:nth-child(n+2) .p-card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-tab__item:nth-child(2n+1) .p-card__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-tab__item:first-child .p-card__img {
    margin-top: 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-tab__item:nth-child(n+2) .p-card__img {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .p-tab__item:first-child .p-card__box {
    position: absolute;
    top: 50%;
    left: -0.625rem;
    -webkit-transform: translateY(-68%);
            transform: translateY(-68%);
  }
}

@media screen and (min-width: 768px) {
  .p-tab__item:nth-child(n+2) .p-card__box {
    width: 50%;
    padding-left: 2.1875rem;
  }
}

.p-card__title {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-tab__item:nth-child(1) .p-card__title img {
  display: inline-block;
  width: 100%;
  max-width: 116.25px;
  max-width: 7.265625rem;
}
@media screen and (min-width: 768px) {
  .p-tab__item:nth-child(1) .p-card__title img {
    max-width: 13.6875rem;
  }
}

.p-tab__item:nth-child(2) .p-card__title img {
  display: inline-block;
  width: 100%;
  max-width: 301.25px;
  max-width: 18.828125rem;
}
@media screen and (min-width: 768px) {
  .p-tab__item:nth-child(2) .p-card__title img {
    max-width: 20.625rem;
  }
}

.p-tab__item:nth-child(3) .p-card__title img {
  display: inline-block;
  width: 100%;
  max-width: 179.75px;
  max-width: 11.234375rem;
}
@media screen and (min-width: 768px) {
  .p-tab__item:nth-child(3) .p-card__title img {
    max-width: 20.6875rem;
  }
}

.p-card__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-card__text {
    margin-top: 1.25rem;
    padding-left: 0.9375rem;
    font-size: 1.1875rem;
    line-height: 1.9;
  }
}

.p-tab__item:nth-child(3) .p-card__text {
  letter-spacing: 0.01em;
}

.p-card__foot {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-card__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    margin-top: -6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card__point {
    width: 63%;
  }
}

@media screen and (min-width: 768px) {
  .p-card__point:nth-child(2) {
    width: 33%;
    margin-right: 2%;
    margin-left: 2%;
  }
}

.p-card__point + .p-card__point {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-card__point + .p-card__point {
    margin-top: 0;
  }
}

.p-lead {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-lead {
    padding-top: 4.25rem;
    padding-bottom: 2.875rem;
  }
}

.p-lead__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-lead__text {
    font-size: 1.375rem;
    line-height: 2.2;
  }
}

.p-list {
  background-color: #fff;
}

.p-list__img {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-list__img {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-list__title {
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-list__title {
    margin-top: 2rem;
  }
}

.p-list__title img {
  display: inline-block;
  width: 100%;
}

.p-tab__list:nth-child(1) .p-list__title img {
  max-width: 197px;
  max-width: 12.3125rem;
}
@media screen and (min-width: 768px) {
  .p-tab__list:nth-child(1) .p-list__title img {
    max-width: 17.6875rem;
  }
}

.p-tab__list:nth-child(2) .p-list__title img {
  max-width: 165px;
  max-width: 10.3125rem;
}
@media screen and (min-width: 768px) {
  .p-tab__list:nth-child(2) .p-list__title img {
    max-width: 14.6875rem;
  }
}

.p-tab__list:nth-child(3) .p-list__title img {
  max-width: 82px;
  max-width: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-tab__list:nth-child(3) .p-list__title img {
    max-width: 7.375rem;
  }
}

.p-tab__list:last-child .p-list__title img {
  max-width: 148px;
  max-width: 9.25rem;
}
@media screen and (min-width: 768px) {
  .p-tab__list:last-child .p-list__title img {
    max-width: 13.25rem;
  }
}

.p-list__text {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: -0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-list__text {
    margin-top: 0.75rem;
    font-size: 1.1875rem;
    line-height: 1.9;
  }
}

.p-list__caption {
  margin-top: 5px;
  margin-top: 0.3125rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-list__caption {
    padding-right: 0.375rem;
    font-size: 0.875rem;
  }
}

.p-point {
  padding: 15px;
  padding: 0.9375rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-point {
    padding: 1.875rem 0;
  }
}

.p-point__title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__title {
    font-size: 1.5rem;
  }
}

.p-point__img {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__img {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-point__img img {
    position: relative;
    left: 1.875rem;
    width: 97%;
  }
}

.p-point__img.p-point__img--sm {
  padding-left: 60px;
  padding-left: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-point__img.p-point__img--sm {
    padding-left: 0;
  }
}

.p-point__img.p-point__img--sm img {
  display: inline-block;
  width: 100%;
  max-width: 254.5px;
  max-width: 15.90625rem;
}
@media screen and (min-width: 768px) {
  .p-point__img.p-point__img--sm img {
    width: 93%;
    max-width: 100%;
  }
}

.p-tab__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-tab__head {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.p-tab__btn {
  position: relative;
  width: calc(50% - 0.4375rem);
  height: 125px;
  height: 7.8125rem;
  background: #fff;
  border: 3px solid #000;
  border-radius: 0.625rem 0.625rem 0 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-tab__btn {
    bottom: 0.0625rem;
    width: calc(50% - 1.25rem);
    height: 11.25rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-tab__btn:nth-child(2) {
  margin-left: 14px;
  margin-left: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-tab__btn:nth-child(2) {
    margin-left: 2.5rem;
  }
}

.p-tab__btn:nth-child(1),
.p-tab__btn:nth-child(2) {
  position: relative;
}

.p-tab__btn:nth-child(1)::before,
.p-tab__btn:nth-child(2)::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 87%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-tab__btn:nth-child(1)::before {
  width: 77%;
  background: url(../images/sp/product_01.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-tab__btn:nth-child(1)::before {
    width: 90%;
    background: url(../images/pc/product_01.png) no-repeat center center/contain;
  }
}

.p-tab__btn:nth-child(2)::before {
  width: 47%;
  background: url(../images/sp/product_02.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-tab__btn:nth-child(2)::before {
    width: 80%;
    background: url(../images/pc/product_02.png) no-repeat center center/contain;
  }
}

.p-tab__btn.is-current {
  height: 138px;
  height: 8.625rem;
  background-color: #fffaf4;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-tab__btn.is-current {
    bottom: 0;
    height: 12.8125rem;
  }
}

.p-tab__btn.is-current::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-tab__btn.is-current::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -5px;
  bottom: -0.3125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 103%;
  height: 3px;
  height: 0.1875rem;
  background: #fffaf4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-tab__btn:nth-child(1).is-current::before {
  width: 77%;
  background: url(../images/sp/product_01-current.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-tab__btn:nth-child(1).is-current::before {
    width: 92%;
    background: url(../images/pc/product_01-current.png) no-repeat center center/contain;
  }
}

.p-tab__btn:nth-child(2).is-current::before {
  width: 77%;
  background: url(../images/sp/product_02-current.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-tab__btn:nth-child(2).is-current::before {
    width: 80%;
    background: url(../images/pc/product_02-current.png) no-repeat center center/contain;
  }
}

.p-tab__body {
  margin-top: -3px;
  margin-top: -0.1875rem;
  background-color: #fffaf4;
  border-top: 3px solid #000;
}
@media screen and (min-width: 768px) {
  .p-tab__body {
    margin-top: -0.20625rem;
  }
}

.p-tab__area {
  display: none;
}
.p-tab__area.is-current {
  display: block;
}
.p-tab__section--01 {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-tab__section--01 {
    padding-top: 5.3125rem;
    padding-bottom: 6.25rem;
  }
}

.p-tab__section--02 {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  background: url(../images/sp/bg_01.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-tab__section--02 {
    padding-top: 4.6875rem;
    padding-bottom: 6.5625rem;
    background: url(../images/pc/bg_01.jpg) no-repeat center center/cover;
  }
}

.p-tab__section--03 {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-tab__section--03 {
    padding-top: 6.25rem;
    padding-bottom: 6.875rem;
  }
}

.p-tab__section--01 .p-tab__title {
  text-align: center;
}

.p-tab__section--02 .p-tab__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tab__section--02 .p-tab__title {
    text-align: left;
  }
}

.p-tab__title span {
  display: block;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-tab__title span {
    margin-top: 0.9375rem;
    font-size: 3.125rem;
  }
}

.p-tab__title small {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-tab__title small {
    font-size: 1.75rem;
  }
}

.p-tab__title img {
  display: inline-block;
  width: 100%;
}

.p-tab__title.p-tab__title--01-1 img {
  max-width: 269px;
  max-width: 16.8125rem;
}
@media screen and (min-width: 768px) {
  .p-tab__title.p-tab__title--01-1 img {
    max-width: 33.625rem;
  }
}

.p-tab__title.p-tab__title--01-2 img {
  max-width: 307.5px;
  max-width: 19.21875rem;
}
@media screen and (min-width: 768px) {
  .p-tab__title.p-tab__title--01-2 img {
    max-width: 38.4375rem;
  }
}

.p-tab__title.p-tab__title--02 img {
  max-width: 66.5px;
  max-width: 4.15625rem;
}
@media screen and (min-width: 768px) {
  .p-tab__title.p-tab__title--02 img {
    max-width: 8.3125rem;
  }
}

.p-tab__title.p-tab__title--03 img {
  max-width: 182.5px;
  max-width: 11.40625rem;
}
@media screen and (min-width: 768px) {
  .p-tab__title.p-tab__title--03 img {
    max-width: 22.8125rem;
  }
}

.p-tab__sub-title {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tab__sub-title {
    margin-top: 3.125rem;
    font-size: 1.75rem;
  }
}

.p-tab__sub-title span {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-tab__sub-title span {
    font-size: 3.125rem;
  }
}

.p-tab__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-tab__text {
    margin-top: 1.875rem;
    font-size: 1.1875rem;
  }
}

.p-tab__text--center {
  text-align: center;
}

.p-tab__img {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-tab__img {
    margin-top: 2.5rem;
  }
}

.p-tab__items {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-tab__item + .p-tab__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-tab__item + .p-tab__item {
    margin-top: 3.75rem;
  }
}

.p-tab__item:nth-child(3) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-tab__item:nth-child(3) {
    margin-top: 3.125rem;
  }
}

.p-tab__lists {
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding: 25px;
  padding: 1.5625rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-tab__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.8125rem;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-tab__list {
    width: 50%;
    padding: 3.75rem 2.1875rem 2.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .p-tab__list {
    padding: 3.75rem 3.125rem 2.5rem;
  }
}

.p-tab__list + .p-tab__list {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-tab__list + .p-tab__list {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-tab__list:nth-child(n+3) {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-tab__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-tab__box {
    width: 32.2%;
    padding-top: 1.5625rem;
  }
}

.p-tab__recipe {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-tab__recipe {
    width: 63.3%;
    margin-left: 4.5%;
  }
}

.p-tab__more {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tab__more {
    margin-top: 5rem;
  }
}

.p-tab__more a,
.p-tab__more img {
  display: inline-block;
  width: 100%;
  max-width: 305.75px;
  max-width: 19.109375rem;
}
@media screen and (min-width: 768px) {
  .p-tab__more a,
.p-tab__more img {
    max-width: 20.9375rem;
  }
}

.p-tab__product {
  position: relative;
  z-index: 1;
  font-size: 17.5px;
  font-size: 1.09375rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tab__product {
    font-size: 2.1875rem;
  }
}

.p-tab__product span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  background-color: #fff;
}

.p-tab__product::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #000;
}

.p-tab__pic {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-tab__pic {
    margin-top: 1.875rem;
  }
}

.p-tab__pic img {
  display: inline-block;
  width: 100%;
  max-width: 238px;
  max-width: 14.875rem;
}
@media screen and (min-width: 768px) {
  .p-tab__pic img {
    max-width: 28.75rem;
  }
}

.p-tab__pic.p-tab__pic--sm img {
  display: inline-block;
  width: 100%;
  max-width: 143.5px;
  max-width: 8.96875rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-tab__pic.p-tab__pic--sm img {
    max-width: 20.8125rem;
  }
}

.p-tab__table {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-tab__table {
    margin-top: 1.875rem;
  }
}

.p-tab__caption {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-tab__caption {
    font-size: 0.875rem;
  }
}

.p-tab__links {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-tab__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6.25rem;
  }
}

.p-tab__link {
  text-align: center;
}

.p-tab__link a,
.p-tab__link img {
  display: inline-block;
  width: 100%;
  max-width: 278px;
  max-width: 17.375rem;
}
@media screen and (min-width: 768px) {
  .p-tab__link a,
.p-tab__link img {
    max-width: 22.75rem;
  }
}

.p-tab__link + .p-tab__link {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-tab__link + .p-tab__link {
    margin-top: 0;
    margin-left: 2.5rem;
  }
}

.p-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-table__row:nth-child(2n+1) {
  background-color: #fcf9f4;
}

.p-table__row dt,
.p-table__row dd {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-table__row dt,
.p-table__row dd {
    padding-top: 1.0625rem;
    padding-bottom: 1.0625rem;
    padding-left: 1.875rem;
  }
}

.p-table__row dt {
  width: 100%;
  max-width: 172px;
  max-width: 10.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-table__row dt {
    font-size: 1.125rem;
    max-width: 20.9375rem;
  }
}

.p-table__row dd {
  width: calc(100% - 10.75rem);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-table__row dd {
    width: calc(100% - 20.9375rem);
    font-size: 1.125rem;
  }
}

.p-table__row dt span {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-table__row dt span {
    font-size: 0.875rem;
  }
}

.u-show-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-show-sp {
    display: none;
  }
}

.u-switch-tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-switch-tab {
    display: block;
  }
}

.u-hr {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  border-top: 1px dashed #040000;
}
@media screen and (min-width: 768px) {
  .u-hr {
    margin-top: 4.6875rem;
    margin-bottom: 5rem;
  }
}

.u-hidden {
  visibility: hidden;
}

span:lang(ja) {
  font-family: sans-serif !important;
}

/*************
スクロールイン時のフェードイン
**************/
.fadein {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fade-slow {
  -webkit-transition: all 3.5s;
  transition: all 3.5s;
}

.fade-up {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.fade-up-long {
  -webkit-transform: translateY(60px) rotate(-45deg);
  transform: translateY(60px) rotate(-45deg);
}

.fade-up-rotate {
  -webkit-transform: translateY(30px) rotate(30deg);
  transform: translateY(30px) rotate(30deg);
}

/*************
グリルなべギャラリー
**************/
.contents-modal .content_wrap {
  padding-top: 5.3125rem;
  padding-bottom: 6.25rem;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .contents-modal .content_wrap {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}
.contents-modal .content_inner {
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
}
.contents-modal .modal_ttl img {
  width: auto;
  padding-bottom: 3rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contents-modal .modal_ttl img {
    width: 70%;
    padding-bottom: 2.5rem;
  }
}
.contents-modal .modal_blok {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contents-modal .modal_blok_item {
  width: 23.5%;
  position: relative;
  margin-bottom: 1.1rem;
}
.contents-modal .modal_blok_item::after {
  content: "";
  background-image: url(../images/modal_cont/modal_btn_01.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.5rem;
  width: 3rem;
  height: 3rem;
  background-size: cover;
  right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .contents-modal .modal_blok_item::after {
    bottom: 0.5rem;
    width: 2rem;
    height: 2rem;
    right: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contents-modal .modal_blok_item {
    width: 48%;
    margin-bottom: 1rem;
  }
}
.contents-modal .modal_blok_item_img {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1rem;
}
.contents-modal .modal_blok_item_img img {
  transition: 0.5s all;
  border-radius: 1rem;
}
.contents-modal .modal_blok_item_img img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.5s all;
  border-radius: 1rem;
}

.modal_content_img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.modal_content_img_wrap {
  -webkit-clip-path: inset(0 0 round 1rem 1rem 1rem 1rem);
          clip-path: inset(0 0 round 1rem 1rem 1rem 1rem);
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}
.modal_content_img_wrap video {
  width: 100%;
  width: 100%;
  height: 40vh;
}

.youtube iframe {
  position: relative;
  aspect-ratio: 320/560;
  width: 100%;
  height: 68vh;
}

.youtube2 iframe {
  position: relative;
  aspect-ratio: 560/315;
  width: 100%;
}

.youtube .video {
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  width: 300px; /* ビデオ横幅 */
}

.modal_content_img_text_inner.__01 {
  margin-bottom: 7px;
}
.remodal {
  max-height: 75vh;
  width: 50vh;
  padding: 2rem 2rem 0;
  border-radius: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .remodal {
    width: 50vh;
    padding: 1rem;
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  .remodal {
    width: 95%;
    max-width: 50vh;
    padding: 1rem;
    max-height: 75vh;
  }
}

.modal_content_img_text {
  position: absolute;
  bottom: 5px;
  left: 0;
  text-align: left;
  display: none;
}

.modal_content_img_text_01 {
  background-color: #FFF;
  color: #2f2c2a;
  padding: 3px 20px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .modal_content_img_text_01 {
    font-display: 0.8rem;
  }
}

.modal_content_img_text_02 {
  background-color: #2f2c2a;
  color: #FFF;
  padding: 10px 20px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal_content_img_text_02 {
    font-display: 1rem;
  }
}

.remodal-close {
  position: absolute;
  top: -46px;
  right: 0px;
  display: block;
  overflow: visible;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #FFF;
  border: 0;
  outline: 0;
  background-color: #2f2c2a;
}

.remodal-close:before {
  font-family: "Noto Sans JP" !important;
  font-style: normal;
  font-weight: 100;
  font-size: 35px;
  line-height: 0.7;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

.lity-container, #item#item1 {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  max-height: 100%;
  outline: none !important;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .lity-container, #item#item1 {
    margin-top: 1rem;
  }
}

.lity-content {
  position: relative;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-image:before {
  position: absolute;
  z-index: 10;
  content: "";
  bottom: 0px;
  left: 0px;
  width: calc(100% - 20px);
  height: 1.5vw;
  border-style: none;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #FFF 1.5vw);
  border-radius: 0 0 10px 10px;
}

.lity-content .comment_text {
  height: auto;
  max-height: 26vh;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .lity-content .comment_text {
    max-height: 23vh;
    padding: 0;
  }
}

.lity-content .comment_text {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 0 0 8px 8px;
  overflow: auto;
  background: #fff;
  line-height: 1.8em;
  font-size: 16px;
  color: #2f2c2a;
  overflow: scroll;
  word-break: break-all;
  font-family: "Noto Sans JP", "Noto Sans Japanese", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji", sans-serif;
  border: 10px solid #FFF;
  border-bottom: none;
  padding: 0 20px 20px 0;
}

.lity-content:after {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-content .after::-webkit-scrollbar {
  width: 10px;
  border-radius: 0 0 8px 8px;
}

.lity-content .after::-webkit-scrollbar-track {
  margin: 1px;
  border-radius: 0 0 8px 8px;
}

.lity-content .after::-webkit-scrollbar-corner {
  display: none;
  border-radius: 0 0 8px 8px;
}

.lity-content .after::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 100px;
  border: solid transparent;
  background-clip: content-box;
  border-width: 1px 2px;
}

