@charset "UTF-8";
html {
  font-size: 62.5%;
  font-size: 10px;
}
@media (max-width: 1230px) {
  html {
    font-size: 0.7463vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 39.08%;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 2.66666vw;
  }
}

body {
  font-size: 1.6rem;
  font-family: "noto sans jp", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 350;
  color: #484848;
  word-wrap: break-word;
  padding-top: 9.8rem;
}
@media screen and (max-width: 520px) {
  body {
    padding-top: 6.6rem;
  }
}

/* body-fixed クラスの定義 */
body.body-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

#products {
  overflow-x: hidden;
}

p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 350;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  p {
    font-size: 1.3rem;
  }
}

a {
  font-weight: 400;
}

a, button {
  cursor: pointer;
}

.p-header, .p-drawer {
  display: none;
}

@media screen and (max-width: 520px) {
  iframe {
    width: 100%;
    height: auto;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-common-cta {
  margin-top: 19.8rem;
}
@media screen and (max-width: 960px) {
  .l-common-cta {
    margin-top: 8rem;
  }
}

.l-common-cta.l-common-cta--top {
  margin-top: 16rem;
}
@media screen and (max-width: 960px) {
  .l-common-cta.l-common-cta--top {
    margin-top: 8rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 125rem;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 520px) {
  .l-inner {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}

.l-inner.l-inner--lg {
  max-width: 125rem;
}

.l-inner.l-inner--sm {
  max-width: 112.5rem;
}

.l-page-header {
  margin-top: 4.2rem;
}
@media screen and (max-width: 520px) {
  .l-page-header {
    margin-top: 0;
  }
}

.l-table-scroll {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}

.c-alphabet-list {
  counter-reset: alphabet;
}

.c-alphabet-list__item {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
  counter-increment: alphabet;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 520px) {
  .c-alphabet-list__item {
    font-size: 1.3rem;
  }
}

.c-alphabet-list__item:nth-child(n+2) {
  margin-top: 0.4rem;
}

.c-alphabet-list__item::before {
  content: "(" counter(alphabet, lower-alpha) ")";
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-right: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .c-alphabet-list__item::before {
    font-size: 1.3rem;
  }
}

.c-annotation-list__item {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .c-annotation-list__item {
    font-size: 1.3rem;
  }
}

.c-annotation-list__item:nth-child(n+2) {
  margin-top: 0.4rem;
}

.c-annotation-list__item::before {
  content: "※";
  display: inline-block;
  font-weight: 500;
  color: #808080;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 520px) {
  .c-annotation-list__item::before {
    font-size: 1.3rem;
  }
}

.c-article-img img {
  width: 100%;
  height: auto;
}

.c-article-list__item {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-article-list__item {
    font-size: 1.3rem;
  }
}

.c-article-text p {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-article-text p {
    font-size: 1.3rem;
  }
}

.c-article-text p + p {
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .c-article-text p + p {
    margin-top: 2rem;
  }
}

.c-article-text a {
  display: inline-block;
  color: #E57017;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) {
  .c-article-text a:hover {
    opacity: 0.7;
  }
}
.c-article-time {
  color: #999;
  display: inline-block;
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-article-time {
    font-size: 1.1rem;
  }
}

.c-article-title01 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EBE6DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 520px) {
  .c-article-title01 {
    font-size: 1.6rem;
    padding-bottom: 1.2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-article-title01::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-circle.svg) no-repeat center center/contain;
  margin-right: 1.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .c-article-title01::before {
    margin-top: 0.8rem;
  }
}

.c-article-title02 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .c-article-title02 {
    font-size: 1.4rem;
  }
}

.c-article-title02::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: calc(100% - 1.6rem);
  background-color: #E57017;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 520px) {
  .c-article-title02::before {
    height: calc(100% - 1rem);
  }
}

.c-article-title03 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-article-title03 {
    font-size: 1.4rem;
  }
}

.c-article-title04 {
  color: #E57017;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-article-title04 {
    font-size: 1.3rem;
  }
}

.c-article-title05 {
  color: #E57017;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-article-title05 {
    font-size: 1.6rem;
  }
}

.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.3rem;
}

.c-breadcrumb__item {
  color: #484848;
  font-size: 1.1rem;
  font-weight: 350;
  opacity: 0.7;
}
@media screen and (max-width: 520px) {
  .c-breadcrumb__item {
    font-size: 1rem;
  }
}

.c-breadcrumb__item:first-child a {
  text-decoration: underline;
}

.c-breadcrumb__item a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) {
  .c-breadcrumb__item a:hover {
    opacity: 0.7;
  }
}
.c-breadcrumb__item:first-child a {
  padding-left: 0;
}

.c-breadcrumb__item:not(:last-child)::after {
  content: "/";
  margin: 0 0.6rem;
}

.c-breadcrumb.c-breadcrumb--light {
  color: #DEDAD3;
}

.c-btn01 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4;
  letter-spacing: 0.1em;
  padding: 1.3rem 2.4rem;
  border-radius: 4rem;
  border: 1px solid #EBE6DF;
  background: #fff;
  min-width: 15.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .c-btn01 {
    font-size: 1.3rem;
    padding: 1.3rem 2.4rem;
    min-width: 0;
    min-width: initial;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-btn01::after {
  content: "";
  display: inline-block;
  width: 0.9rem;
  height: 1.2rem;
  background: url(/cms/combi/images/icon-arrow-right.svg) no-repeat center center/contain;
  margin-left: 3.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .c-btn01::after {
    margin-left: 0.8rem;
  }
}

.c-btn01.c-btn01--lg {
  width: 100%;
}

@media screen and (max-width: 520px) {
  .c-btn01.c-btn01--contact {
    font-size: 1.2rem;
    padding: 1rem 2.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    width: initial;
    min-width: 20.5rem;
  }
}

.c-btn01.c-btn01--contact::after {
  margin-left: 0.5rem;
}

@media screen and (max-width: 520px) {
  .c-btn01.c-btn01--sm {
    display: inline-block;
    width: auto;
    width: initial;
    padding: 0.9rem 2.4rem;
  }
}

.c-btn01.c-btn01--md {
  min-width: 20.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .c-btn01.c-btn01--md {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    width: initial;
    padding: 0.9rem 2.4rem;
  }
}

.c-btn01.c-btn01--md::after {
  margin-left: auto;
}

@media (hover: hover) {
  .c-btn01:hover {
    opacity: 0.5;
  }
}
.c-btn01.c-btn01--menu {
  min-width: 20.5rem;
  padding: 1.3rem 2.4rem;
}

.c-btn01.c-btn01--menu::after {
  margin-left: 0.8rem;
}

.c-btn01.c-btn01--link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 520px) {
  .c-btn01.c-btn01--link {
    width: auto;
    width: initial;
    font-size: 1.2rem;
    padding: 1.05rem 2.4rem;
  }
}

.c-btn01.c-btn01--link::after {
  width: 1.4rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center center/contain;
  margin-left: 0.8rem;
}

.c-btn01.c-btn01--link02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-btn01.c-btn01--link02::after {
  background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center center/contain;
  margin-left: 0.8rem;
}

.c-btn01.c-btn01--link01::after {
  width: 1.4rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center center/contain;
}

.c-btn01.c-btn01--link02::after {
  width: 1.4rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center center/contain;
}

.c-btn01.c-btn01--xsm {
  min-width: 0;
}

@media screen and (max-width: 520px) {
  .c-btn01--sp100 {
    width: 100%;
  }
}

.c-btn01--row {
  line-height: 1.4;
}

.c-btn02 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .c-btn02 {
    font-size: 1.2rem;
  }
}

.c-btn02::after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/cms/combi/images/icon-circle-arrow.svg) no-repeat center center/contain;
  margin-left: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .c-btn02::after {
    width: 2.8rem;
    height: 2.8rem;
    margin-left: 0.6rem;
  }
}

.c-btn02.c-btn02--link::after {
  background: url(/cms/combi/images/icon-circle-link.svg) no-repeat center center/contain;
}

@media screen and (max-width: 520px) {
  .c-btn02.c-btn02--news::after {
    width: 3.6rem;
    height: 3.6rem;
  }
}

@media (hover: hover) {
  .c-btn02:hover {
    opacity: 0.5;
  }
}
.c-btn02.c-btn02--en {
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-weight: 400;
}

.c-btn03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 1.6rem 1.6rem 2.4rem 1.6rem;
  border-bottom: 1px solid #EBE6DF;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .c-btn03 {
    font-size: 1.4rem;
    padding: 1.2rem 1.4rem 1.6rem 1.6rem;
  }
}

.c-btn03::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 1px;
  background-color: #E57017;
  position: absolute;
  right: 0;
  bottom: -1px;
}

.c-btn03::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.3rem;
  background: url(/cms/combi/images/icon-arrow-right.svg) no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .c-btn03::after {
    margin-left: 2.4rem;
  }
}

@media (hover: hover) {
  .c-btn03:hover {
    opacity: 0.5;
  }
}
.c-btn04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.01em;
  background-color: #F0BD47;
  padding: 1rem 2.4rem;
  border-radius: 4rem;
  min-width: 28rem;
}

.c-btn04::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-arrow-right-white.svg) no-repeat center center/contain;
  margin-left: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.8rem;
}

.c-btn04.c-btn04--brown {
  background-color: #8E7860;
}

.c-btn05 {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  padding: 1.6rem 4.8rem 2.4rem 1.6rem;
  border-bottom: 1px solid #EBE6DF;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .c-btn05 {
    font-size: 1.4rem;
    padding: 1.4rem 4.8rem 1.8rem 1.6rem;
  }
}

.c-btn05::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.3rem;
  background: url(/cms/combi/images/icon-arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  top: 2.6rem;
  right: 1.6rem;
}
@media screen and (max-width: 520px) {
  .c-btn05::after {
    width: 1% rem;
    height: 1.3rem;
  }
}

.c-btn05::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 1px;
  background-color: #E57017;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (hover: hover) {
  .c-btn05:hover {
    opacity: 0.7;
  }
}
.c-list__item {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .c-list__item {
    font-size: 1.3rem;
  }
}

.c-list__item:nth-child(n+2) {
  margin-top: 0.4rem;
}

.c-list__item::before {
  content: "・";
  display: inline-block;
  font-weight: 500;
  color: #808080;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 520px) {
  .c-list__item::before {
    font-size: 1.3rem;
  }
}

.c-menu-title {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E0DDD7;
  letter-spacing: 0.01em;
}

.c-number-list {
  counter-reset: num;
}

.c-number-list__item {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
  counter-increment: num;
  padding-left: 3.2rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .c-number-list__item {
    font-size: 1.3rem;
  }
}

.c-number-list__item:nth-child(n+2) {
  margin-top: 0.4rem;
}

.c-number-list__item::before {
  content: "0" counter(num) ".";
  display: block;
  font-size: 1.6rem;
  color: #808080;
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 520px) {
  .c-number-list__item::before {
    font-size: 1.3rem;
  }
}

.c-page-text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-page-text {
    font-size: 1.3rem;
  }
}

.c-page-top {
  width: 5.4rem;
  height: 5.4rem;
  position: fixed;
  z-index: 80;
  bottom: 1rem;
  right: 2.6rem;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 520px) {
  .c-page-top {
    width: 4.5rem;
    height: 4.5rem;
    right: 1rem;
  }
}

.c-page-top a img {
  width: 100%;
  height: auto;
}

.c-page-top.is-active {
  opacity: 1;
  visibility: visible;
}

.c-page-top.in-footer {
  opacity: 0.2;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}
@media screen and (max-width: 520px) {
  .c-pagination {
    -webkit-column-gap: 0.4rem;
       -moz-column-gap: 0.4rem;
            column-gap: 0.4rem;
  }
}

.c-pagination__item a,
.c-pagination__item span {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #EBE6DF;
  color: #E57017;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .c-pagination__item a,
  .c-pagination__item span {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}

.c-pagination__item.current span {
  background-color: #E57017;
  color: #fff;
}

.c-pagination__item--prev a,
.c-pagination__item--next a,
.c-pagination__item--first a,
.c-pagination__item--last a {
  width: 8rem;
  border-radius: 6rem;
}
@media screen and (max-width: 520px) {
  .c-pagination__item--prev a,
  .c-pagination__item--next a,
  .c-pagination__item--first a,
  .c-pagination__item--last a {
    width: 5rem;
  }
}

.c-pagination__item--prev a::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-pagination-arrow.svg) no-repeat center center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 520px) {
  .c-pagination__item--prev a::before {
    width: 0.5rem;
    height: 0.9rem;
  }
}

.c-pagination__item--next a::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-pagination-arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 520px) {
  .c-pagination__item--next a::before {
    width: 0.5rem;
    height: 0.9rem;
  }
}

.c-pagination__item--first a::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-pagination-arrow02.svg) no-repeat center center/contain;
}
@media screen and (max-width: 520px) {
  .c-pagination__item--first a::before {
    width: 1.3rem;
    height: 0.9rem;
  }
}

.c-pagination__item--last a::before {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-pagination-arrow02.svg) no-repeat center center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 520px) {
  .c-pagination__item--last a::before {
    width: 1.3rem;
    height: 0.9rem;
  }
}

.c-pagination.c-pagination--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 520px) {
  .c-pagination.c-pagination--right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (hover: hover) {
  .c-pagination__item a:hover {
    opacity: 0.5;
  }
}
.c-profile__name {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 350;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-profile__name {
    font-size: 1.3rem;
  }
}

.c-profile__detail {
  font-size: 1.3rem;
  line-height: 1.6;
}

.c-section-title {
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-size: 2rem;
  color: #E57017;
  font-weight: 500;
  letter-spacing: 0.09em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.8rem;
  line-height: 1.5;
  border-bottom: 1px solid #DEDAD3;
}
@media screen and (max-width: 520px) {
  .c-section-title {
    font-size: 1.3rem;
    padding-bottom: 1.6rem;
  }
}

.c-section-title::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8em;
  background: url(/cms/combi/images/icon-circle.svg) no-repeat center center/contain;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .c-section-title::before {
    width: 0.6rem;
    height: 0.6rem;
    background: url(/cms/combi/images/icon-circle-sp.svg) no-repeat center center/contain;
  }
}

@media screen and (max-width: 520px) {
  .c-section-title.c-section-title--en {
    font-size: 1.3rem;
    padding-bottom: 1.3rem;
  }
}

@media screen and (max-width: 520px) {
  .c-section-title.c-section-title--en::before {
    width: 1rem;
    height: 1rem;
  }
}

.c-title-circle {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 520px) {
  .c-title-circle {
    font-size: 1.6rem;
  }
}

.c-title-circle::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-circle.svg) no-repeat center center/contain;
  margin-right: 1.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .c-title-circle::before {
    margin-right: 0.8rem;
  }
}

.c-title-quaternary {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .c-title-quaternary {
    font-size: 1.4rem;
  }
}

.c-title-quaternary::before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: calc(100% - 1.6rem);
  background-color: #E57017;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 520px) {
  .c-title-quaternary::before {
    height: calc(100% - 1rem);
  }
}

.c-title-quinary {
  color: #E57017;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-title-quinary {
    font-size: 1.3rem;
  }
}

.c-title-secondary {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-top: 3.2rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .c-title-secondary {
    font-size: 2rem;
    padding-top: 2rem;
  }
}

.c-title-secondary::before {
  content: "";
  display: inline-block;
  width: 7rem;
  height: 1px;
  background-color: #E57017;
  position: absolute;
  top: 0;
  left: 0;
}

.c-title-secondary.c-title-secondary--en {
  padding-top: 4rem;
}
@media screen and (max-width: 520px) {
  .c-title-secondary.c-title-secondary--en {
    padding-top: 2rem;
  }
}

.c-title-senary {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .c-title-senary {
    font-size: 1.4rem;
    font-weight: 350;
  }
}

.c-title-tertiary {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EBE6DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 520px) {
  .c-title-tertiary {
    font-size: 1.6rem;
    padding-bottom: 1.2rem;
  }
}

.c-title-tertiary::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-circle.svg) no-repeat center center/contain;
  margin-right: 1.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-topics-title {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-top: 3.2rem;
  position: relative;
}

.c-topics-title::before {
  content: "";
  display: inline-block;
  width: 7rem;
  height: 1px;
  background-color: #E57017;
  position: absolute;
  top: 0;
  left: 0;
}

.p-bg-box {
  background-color: #F7F5F0;
  padding: 3.2rem 4rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 520px) {
  .p-bg-box {
    padding: 2.4rem 2.4rem 3.5rem 2.4rem;
  }
}

.p-bg-box__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-bg-box__title {
    font-size: 1.4rem;
  }
}

.p-bg-box__list {
  margin-top: 1.7rem;
}
@media screen and (max-width: 520px) {
  .p-bg-box__list {
    margin-top: 0.8rem;
  }
}

.p-bg-box__list-item:nth-child(n+2) {
  margin-top: 1.3rem;
}
@media screen and (max-width: 520px) {
  .p-bg-box__list-item:nth-child(n+2) {
    margin-top: 0.8rem;
  }
}

.p-bg-box__list-item {
  padding-left: 1.8rem;
  position: relative;
}
.p-bg-box__list-item:before {
  content: "・";
  display: inline-block;
  font-weight: 500;
  color: #808080;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 520px) {
  .p-bg-box__list-item:before {
    font-size: 1.3rem;
  }
}

.p-bg-box__list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: underline;
}
.p-bg-box__list-item a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .p-bg-box__list-item a {
    font-size: 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-bg-box__list-item a::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-arrow-right.svg) no-repeat center center/contain;
  margin-left: 0.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .p-bg-box__list-item a::after {
    width: 1.2rem;
    height: 1.5rem;
  }
}

@media (hover: hover) {
  .p-bg-box__list-item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 520px) {
  .p-cards01__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 520px) {
  .p-card01__img {
    width: 42.8134556575%;
  }
}

.p-card01__img img {
  aspect-ratio: 269/200;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-card01__img img {
    border-radius: 0.8rem;
    aspect-ratio: 140/103.96;
  }
}

.p-card01__img--inherit-aspect img {
  aspect-ratio: inherit;
}

.p-cards01__title {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-cards01__title {
    width: 49.8470948012%;
    margin-top: 0;
    font-size: 1.3rem;
  }
}

.p-cards01__title span {
  display: block;
}

.p-card02__link {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-card02__img img {
  aspect-ratio: 420/240;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}

.p-card02__img--inherit-aspect img {
  aspect-ratio: inherit;
}

.p-card02__body {
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-card02__body {
    margin-top: 1.6rem;
  }
}

.p-cards02__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-cards02__title {
    font-size: 1.4rem;
  }
}

.p-cards02__text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 520px) {
  .p-cards02__text {
    font-size: 1.3rem;
  }
}

.p-cards02__btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-cards02__btn {
    margin-top: 1.6rem;
  }
}

@media (hover: hover) {
  .p-card02__link:hover {
    opacity: 0.7;
  }
}
.p-card03 {
  display: block;
  background-color: #FCFCFA;
  border-radius: 1.6rem;
  padding: 4.3rem 3.2rem 3.2rem 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-card03 {
    padding: 2rem 1.6rem 2rem 1.6rem;
  }
}

.p-card03__logo {
  width: 8rem;
  position: absolute;
  top: 2.2rem;
  right: 2rem;
}
@media screen and (max-width: 520px) {
  .p-card03__logo {
    width: 4rem;
    top: 1rem;
    right: 1rem;
  }
}

.p-card03__logo img {
  width: 100%;
  height: auto;
}

.p-card03::before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 1px;
  background-color: #7DBCE8;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-card03::after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/cms/combi/images/icon-circle-arrow-blue.svg) no-repeat center center/contain;
  margin-top: auto;
}
@media screen and (max-width: 520px) {
  .p-card03::after {
    width: 3rem;
    height: 3rem;
  }
}

.p-card03__img {
  width: 18rem;
  height: 18rem;
  margin-inline: auto;
}
@media screen and (max-width: 520px) {
  .p-card03__img {
    width: 9rem;
    height: 9rem;
  }
}

.p-card03__img img {
  width: 100%;
  height: auto;
}

.p-card03__title {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 520px) {
  .p-card03__title {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 0.6rem;
    margin-bottom: 0.8rem;
  }
}

.p-card03__title::after {
  content: attr(data-en);
  color: #7DBCE8;
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 0.5rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 520px) {
  .p-card03__title::after {
    font-size: 1rem;
    margin-top: 0.4rem;
  }
}

@media (hover: hover) {
  .p-card03:hover {
    opacity: 0.7;
  }
}
.p-card03.p-card03--gray::before {
  background-color: #CDCCC7;
}

.p-card03.p-card03--gray::after {
  background: url(/cms/combi/images/icon-circle-arrow-gray.svg) no-repeat center center/contain;
}

.p-card03.p-card03--gray .p-card03__title::after {
  color: #CDCCC7;
}

.p-card03.p-card03--pink::before {
  background-color: #E28581;
}

.p-card03.p-card03--pink::after {
  background: url(/cms/combi/images/icon-circle-arrow-pink.svg) no-repeat center center/contain;
}

.p-card03.p-card03--pink .p-card03__title::after {
  color: #E28581;
}

.p-card03.p-card03--lightBrown::before {
  background-color: #D7AD81;
}

.p-card03.p-card03--lightBrown::after {
  background: url(/cms/combi/images/icon-circle-arrow-lightbrown.svg) no-repeat center center/contain;
}

.p-card03.p-card03--lightBrown .p-card03__title::after {
  color: #D7AD81;
}

.p-card03.p-card03--green::before {
  background-color: #5EC0BD;
}

.p-card03.p-card03--green::after {
  background: url(/cms/combi/images/icon-circle-arrow-green.svg) no-repeat center center/contain;
}

.p-card03.p-card03--green .p-card03__title::after {
  color: #5EC0BD;
}

.p-card03.p-card03--blue02::before {
  background-color: #5488CC;
}

.p-card03.p-card03--blue02::after {
  background: url(/cms/combi/images/icon-circle-link-blue.svg) no-repeat center center/contain;
}

.p-card03.p-card03--blue02 .p-card03__title::after {
  color: #5488CC;
}

.p-card03.p-card03--purple::before {
  background-color: #B282B2;
}

.p-card03.p-card03--purple::after {
  background: url(/cms/combi/images/icon-circle-link-purple.svg) no-repeat center center/contain;
}

.p-card03.p-card03--purple .p-card03__title::after {
  color: #B282B2;
}

@media (hover: hover) {
  .p-card03:hover {
    opacity: 0.7;
  }
}
.p-card04__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}

.p-card04__link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-card04__title {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-card04__title {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-top: 1.2rem;
  }
}

@media (hover: hover) {
  .p-card04__link:hover {
    opacity: 0.5;
  }
}
.p-card05 {
  display: block;
  padding: 3.2rem;
  min-height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-card05 {
    padding: 2.4rem;
    min-height: 24rem;
  }
}

.p-card05::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 18.3rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333));
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 1.6rem 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-card05::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(#333));
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #333 100%);
    height: 100%;
  }
}

.p-card05__body {
  position: relative;
  z-index: 2;
  padding-right: 5.2rem;
  width: 100%;
}

.p-card05__body::after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/cms/combi/images/icon-circle-arrow02.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 520px) {
  .p-card05__body::after {
    width: 3rem;
    height: 3rem;
  }
}

.p-card05__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-card05__title {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

.p-card05__title span {
  display: inline-block;
}

.p-card05__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 520px) {
  .p-card05__text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.p-card05__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1.6rem;
}

.p-card05__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) {
  .p-card05:hover .p-card05__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (hover: hover) {
  .p-card05:hover {
    opacity: 0.7;
  }
}
.p-card06 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-card06__link {
  display: block;
}

.p-card06__img {
  border-radius: 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .p-card06__img {
    border-radius: 1.2rem;
  }
}

.p-card06__img img {
  aspect-ratio: 584/250;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-card06__img img {
    aspect-ratio: 327/140;
    border-radius: 1.2rem;
  }
}

.p-card06__body {
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-card06__body {
    margin-top: 1.2rem;
  }
}

.p-card06__title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 520px) {
  .p-card06__title {
    font-size: 1.4rem;
  }
}

.p-card06__title::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center center/contain;
  margin-left: 0.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .p-card06__title::after {
    width: 1rem;
    height: 1rem;
  }
}

.p-card06__text {
  color: #808080;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 520px) {
  .p-card06__text {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 0.8rem;
  }
}

@media (hover: hover) {
  .p-card06:hover .p-card06__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-card06:hover {
    opacity: 0.7;
  }
}
.p-card07 {
  display: block;
  position: relative;
  min-height: 34rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-card07 {
    min-height: 28rem;
    padding: 2.4rem;
  }
}

.p-card07__body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  height: 100%;
}

.p-card07__num {
  color: #fff;
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 520px) {
  .p-card07__num {
    font-size: 2rem;
  }
}

.p-card07__num::before {
  content: "#";
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 350;
  margin-right: -0.8rem;
}
@media screen and (max-width: 520px) {
  .p-card07__num::before {
    font-size: 1.4rem;
    margin-right: -0.5rem;
  }
}

.p-card07__title {
  font-size: 1.8rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-top: 0.8rem;
}
@media screen and (max-width: 520px) {
  .p-card07__title {
    font-size: 1.5rem;
    margin-top: 0.6rem;
  }
}

.p-card07__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 1.6rem;
}

.p-card07__img img {
  aspect-ratio: 840/340;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) {
  .p-card07:hover {
    opacity: 0.7;
  }
}
.p-products-technology__slider-area .c-card07 {
  min-height: 54rem;
}
@media screen and (max-width: 520px) {
  .p-products-technology__slider-area .c-card07 {
    min-height: 35.3rem;
  }
}

.p-card08 {
  background-color: #fff;
  border-radius: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-card08 {
    border-radius: 1.2rem;
  }
}

.p-card08__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .p-card08__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-card08__body {
  width: 30.8333333333%;
  padding: 4.8rem 4rem 4.8rem 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 250px;
}
@media screen and (max-width: 520px) {
  .p-card08__body {
    width: 100%;
    padding: 1.6rem 2.4rem 3.2rem 2.4rem;
  }
}

.p-card08__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 520px) {
  .p-card08__title {
    font-size: 1.6rem;
  }
}

.p-card08__title::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 1px;
  background-color: #E57017;
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-card08__title::after {
    width: 3rem;
    margin-top: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .p-card08__btn {
    margin-top: 1.6rem;
  }
}

.p-card08__img {
  width: 69.1666666667%;
  padding: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-card08__img {
    width: 100%;
    padding: 1.6rem;
  }
}

.p-card08__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
}
@media screen and (max-width: 520px) {
  .p-card08__img img {
    aspect-ratio: 296/180;
    border-radius: 1.2rem;
  }
}

.p-card08__items {
  padding: 1rem 5rem 5.5rem 5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 15rem));
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 520px) {
  .p-card08__items {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 1fr;
    padding: 0 2.4rem 1.6rem 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  .p-card08__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    gap: 1.2rem;
    border-top: 1px solid #EBE6DF;
  }
}

.p-card08__item-link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .p-card08__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    padding: 1.2rem 2.4rem 1.2rem 0.4rem;
    gap: 1.2rem;
    position: relative;
  }
}

@media screen and (max-width: 520px) {
  .p-card08__item-link::after {
    content: "";
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center/contain;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 520px) {
  .p-card08__item:last-child {
    border-bottom: 1px solid #EBE6DF;
  }
}

.p-card08__item-title {
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 520px) {
  .p-card08__item-title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    font-size: 1.3rem;
  }
}

.p-card08__item-img {
  border-bottom: 1px solid b;
}
@media screen and (max-width: 520px) {
  .p-card08__item-img {
    width: 5.6rem;
  }
}

.p-card08__item-img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}

.p-card08__logo {
  width: 11.3rem;
  margin-top: 2.4rem;
  margin-left: -1rem;
}
@media screen and (max-width: 520px) {
  .p-card08__logo {
    width: 9rem;
    margin-top: 0;
  }
}

.p-card08__logo.p-card08__logo--pet {
  width: 13.7rem;
  margin-top: 2.4rem;
  margin-left: 0;
}
@media screen and (max-width: 520px) {
  .p-card08__logo.p-card08__logo--pet {
    width: 9.8rem;
    margin-top: 0;
  }
}

.p-card08__logo img {
  width: 100%;
  height: auto;
}

.p-card08__content {
  margin-bottom: 3rem;
}
@media screen and (max-width: 520px) {
  .p-card08__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 520px) {
  .p-card08__content .p-card08__logo {
    margin-left: 1.2rem;
  }
}

@media screen and (max-width: 520px) {
  .p-card08.p-card08--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-card08.p-card08--lg .p-card08__body {
  width: 32.8%;
}
@media screen and (max-width: 520px) {
  .p-card08.p-card08--lg .p-card08__body {
    display: contents;
  }
}

.p-card08.p-card08--lg .p-card08__img {
  width: 67%;
}
@media screen and (max-width: 520px) {
  .p-card08.p-card08--lg .p-card08__img {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .p-card08.p-card08--lg .p-card08__wrapper {
    display: contents;
  }
}

@media screen and (max-width: 520px) {
  .p-card08.p-card08--lg .p-card08__item-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 520px) {
  .p-card08.p-card08--lg .p-card08__title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1.6rem 2.4rem 0 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  .p-card08.p-card08--lg .p-card08__items {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1.6rem;
    padding: 0 2.4rem 0 2.4rem;
  }
}

@media screen and (max-width: 520px) {
  .p-card08.p-card08--lg .p-card08__btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 0 2.4rem 3.6rem 2.4rem;
  }
}

.p-card08.p-card08--logo .p-card08__wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-card08.p-card08--logo .p-card08__img picture {
  height: 100%;
}

@media screen and (max-width: 960px) {
  .p-card08.p-card08--logo .p-card08__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

@media (hover: hover) {
  .p-card08__item-link:hover {
    opacity: 0.7;
  }
}
.p-cards01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-cards01 {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.p-cards02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-cards02 {
    grid-template-columns: 1fr;
  }
}

.p-cards03 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-cards03 {
    grid-template-columns: 1fr;
  }
}

.p-common-cta {
  padding: 12rem 0;
  background: url(/cms/combi/images/common-cta.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-common-cta {
    padding: 3.6rem 0 4rem;
    background: url(/cms/combi/images/common-cta-sp.jpg) no-repeat center center/cover;
  }
}

.p-common-cta__inner {
  position: relative;
  z-index: 3;
}

.p-common-cta__title {
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 520px) {
  .p-common-cta__title {
    font-size: 1.3rem;
    padding-bottom: 1.1rem;
  }
}

.p-common-cta__title::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(/cms/combi/images/icon-circle-white.svg) no-repeat center center/contain;
  margin-right: 1rem;
}
@media screen and (max-width: 520px) {
  .p-common-cta__title::before {
    width: 0.6rem;
    height: 0.6rem;
    background: url(/cms/combi/images/icon-circle-white-sm.svg) no-repeat center center/contain;
    margin-right: 1rem;
  }
}

.p-common-cta__text {
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-common-cta__text {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.p-common-cta__btn {
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .p-common-cta__btn {
    margin-top: 2.4rem;
  }
}

.p-common-link {
  background-color: #F7F5F0;
  padding: 5.6rem 0;
}
@media screen and (max-width: 520px) {
  .p-common-link {
    padding: 4rem 0;
  }
}

.p-common-link__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-common-link__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    row-gap: 2.4rem;
  }
}

.p-common-link__item-link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-common-link__item-logo {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2rem 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 520px) {
  .p-common-link__item-logo {
    padding: 2rem 0;
    min-height: 7rem;
  }
}

.p-common-link__item-logo img {
  width: auto;
  height: 4rem;
}
@media screen and (max-width: 520px) {
  .p-common-link__item-logo img {
    height: 3.2rem;
  }
}

.p-common-link__item-text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 520px) {
  .p-common-link__item-text {
    font-size: 1rem;
    margin-top: 0.8rem;
    line-height: 1.8;
  }
}

.p-common-link__item-text::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center center/contain;
  margin-left: 0.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (hover: hover) {
  .p-common-link__item-link:hover {
    opacity: 0.5;
  }
}
.p-company-table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .l-table-scroll .p-company-table {
    width: 180%;
  }
}

.p-company-table__row {
  border: 1px solid #EBE6DF;
}
@media screen and (max-width: 520px) {
  .p-company-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
  }
  .p-company-table__row:first-child {
    border-top: 1px solid #EBE6DF;
  }
  .l-table-scroll .p-company-table__row {
    display: table-row;
  }
}

.p-history .p-company-table__row th:nth-child(1):nth-last-child(3) {
  background-color: #F0ECE4;
}
.p-history--en .p-company-table__row th:nth-child(1) {
  background-color: #F0ECE4;
}

.p-company-table__head {
  min-width: 107px;
  text-align: left;
  background-color: #F7F5F0;
  padding: 1.6rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-company-table__head {
    width: 100%;
    font-size: 1.3rem;
    padding: 1.2rem 1.6rem;
  }
  .l-table-scroll .p-company-table__head {
    width: auto;
  }
}

.p-company-table__data {
  padding: 1.6rem 2.4rem;
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #fff;
}
@media screen and (max-width: 520px) {
  .p-company-table__data {
    width: 100%;
    font-size: 1.3rem;
    padding: 1.2rem 1.6rem;
  }
  .l-table-scroll .p-company-table__data {
    width: auto;
  }
}

.p-company-table__data-notes {
  color: #808080;
  font-size: 1.2rem;
}
@media screen and (max-width: 520px) {
  .p-company-table__data-notes {
    font-size: 1.1rem;
  }
}

.p-company-table__dt {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-company-table__dt {
    font-size: 1.3rem;
  }
}

.p-company-table__dd {
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-company-table__dd {
    font-size: 1.3rem;
  }
}

.p-company-table__dd a {
  color: #E57017;
  color: #E57017;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-company-table__dd-item a {
  color: #E57017;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-company-table__dl:nth-child(n+2) {
  margin-top: 1.6rem;
}

@media (hover: hover) {
  .p-company-table__dd a:hover {
    text-decoration: underline;
  }
  .p-company-table__dd-item a:hover {
    text-decoration: underline;
  }
}
.p-cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-cta {
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
  }
}

.p-cta__item {
  background-color: #F7F5F0;
  border-radius: 0.8rem;
  padding: 3.2rem 4rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-cta__item {
    padding: 2.4rem 2.4rem;
  }
}

.p-cta__item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 2.8rem;
  background-color: #E57017;
  position: absolute;
  top: 3.6rem;
  left: 0;
}
@media screen and (max-width: 520px) {
  .p-cta__item::after {
    height: 2rem;
    top: 2.8rem;
  }
}

.p-cta__item-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-cta__item-title {
    font-size: 1.6rem;
  }
}

.p-cta__item-tel {
  color: #E57017;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-cta__item-tel::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/cms/combi/images/icon-tel-black.svg) no-repeat center center/contain;
  margin-right: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-cta__item-hour {
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-cta__item-hour {
    font-size: 1.1rem;
  }
}

.p-cta__item-address {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-cta__item-address {
    font-size: 1.4rem;
  }
}

.p-drawer {
  overflow-y: auto;
  padding-bottom: 4em;
  background-color: #fff;
}

.p-drawer__nav-item {
  border-top: 1px solid #EDEDED;
}

.p-drawer__nav-item:first-child {
  border-top: none;
}

.p-drawer__nav-item:last-child {
  border-bottom: 1px solid #EDEDED;
}

.p-drawer__nav-link {
  display: block;
  background-color: #fff;
  padding: 2.4rem 5.6rem 2.4rem 2.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
}

.p-drawer__nav-link::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: #E57017;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-drawer__nav-link::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1px;
  background-color: #E57017;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
}

.p-drawer__nav-link.is-active::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.p-drawer__subNav-item.p-drawer__subNav-link--parent {
  background-color: #F0ECE4;
  position: relative;
}

.p-drawer__subNav-link::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
}

.p-drawer__subNav-list {
  display: none;
}

.p-drawer__subNav-item {
  border-bottom: 1px solid #EDEDED;
  background-color: #F7F5F0;
}

.p-drawer__subNav-item:last-child {
  border-bottom: none;
}

.p-drawer__subNav-link {
  display: block;
  padding: 1.8rem 5.6rem 1.8rem 3.2rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
}

.p-drawer__subNav-link.js-toggle-switch::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.4rem;
  background-color: #E57017;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-drawer__subNav-link.js-toggle-switch::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1px;
  background-color: #E57017;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
}

.p-drawer__subNav-link.is-active::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.p-drawer__deepNave-list.p-drawer__deepNave-list--active {
  display: block;
  border-top: none;
}

.p-drawer__deepNave-item {
  text-align: center;
}

.p-drawer__deepNave-item:nth-child(n+2) {
  border-top: 1px solid #EDEDED;
}

.p-drawer__deepNave-list {
  display: none;
  border-top: 1px solid #EDEDED;
  background-color: #F7F5F0;
}

.p-drawer__deepNave-ite:nth-child(n+2) {
  margin-top: 1.2rem;
}

.p-drawer__deepNave-link {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  width: 100%;
  padding: 1.2rem 4rem 1.6rem 5rem;
  max-width: 90rem;
  margin-inline: auto;
  text-align: left;
}
@media screen and (max-width: 520px) {
  .p-drawer__deepNave-link {
    padding: 1.2rem 4rem 1.6rem 4rem;
  }
}

.p-drawer__store-link {
  color: #F2EEE7 !important;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #E57017;
  text-align: center;
  padding: 3.2rem 3.2rem;
  gap: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-drawer__store-link::before {
  content: "";
  display: inline-block;
  width: 2.3rem;
  height: 2rem;
  background: url(/cms/combi/images/icon-shopping-white.svg) no-repeat center center/contain;
  margin-right: 1rem;
}

.p-drawer__store-link::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background: url(/cms/combi/images/icon-link-gray.svg) no-repeat center center/contain;
  margin-left: 0.5rem;
}

.p-drawer__sns {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.p-drawer__sns-link {
  display: inline-block;
  padding: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-drawer__close-btn {
  display: block;
  color: #484848;
  width: 100%;
  background-color: #F7F5F0;
  padding: 2.4rem;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-drawer__close-btn::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/cms/combi/images/icon-cross.svg) no-repeat center center/contain;
  margin-right: 0.5rem;
}

@media (hover: hover) {
  .p-drawer__store-link:hover {
    opacity: 0.7;
  }
  .p-drawer__sns-link:hover {
    opacity: 0.7;
  }
}
.p-english-message {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 520px) {
  .p-english-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.2rem;
    row-gap: 2.4rem;
  }
}

.p-english-message__img {
  width: 12.8rem;
  width: 14.6788990826%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 128px;
}
@media screen and (max-width: 520px) {
  .p-english-message__img {
    width: 12.8rem;
    min-width: inherit;
    margin-inline: auto;
  }
}

.p-english-message__img img {
  width: 100%;
  height: auto;
}

.p-english-message__body {
  width: 80.7339449541%;
  margin-left: 4rem;
}
@media screen and (max-width: 520px) {
  .p-english-message__body {
    width: 100%;
    margin-left: 0;
  }
}

.p-english-message__text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-english-message__text {
    font-size: 1.3rem;
    font-weight: 300;
  }
}

.p-english-message__name {
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .p-english-message__name {
    font-size: 1.1rem;
    font-weight: 300;
    margin-top: 2.4rem;
  }
}

.p-english-message__name span {
  display: block;
  color: #808080;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0, 1em;
}
@media screen and (max-width: 520px) {
  .p-english-message__name span {
    font-size: 1.1rem;
    font-weight: 300;
  }
}

.p-enTop-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-enTop-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.6rem;
    margin-top: 3.2rem;
  }
}

.p-enTop-link__item {
  background-color: #F7F5F0;
  width: 100%;
  border-radius: 0.8rem;
  padding: 3.2rem 4rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-enTop-link__item {
    padding: 2.4rem;
  }
}

.p-enTop-link__item::before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 2.8rem;
  background-color: #E57017;
  position: absolute;
  top: 3.6rem;
  left: 0;
}
@media screen and (max-width: 520px) {
  .p-enTop-link__item::before {
    height: 2rem;
    top: 2.8rem;
  }
}

.p-enTop-link__item-title {
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-enTop-link__item-title {
    font-size: 1.6rem;
  }
}

.p-enTop-link__item-list {
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-enTop-link__item-list {
    margin-top: 1.2rem;
  }
}

.p-enTop-link__item-btn:nth-child(n+2) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-enTop-link__item-btn:nth-child(n+2) {
    margin-top: 1.2rem;
  }
}

.p-footer {
  padding: 12rem 0;
  background-color: #fff;
}
@media screen and (max-width: 520px) {
  .p-footer {
    padding: 4rem 0;
  }
}

.p-footer--en {
  padding: 12rem 0;
}
@media screen and (max-width: 520px) {
  .p-footer--en {
    padding: 4rem 0;
  }
}

.p-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .p-footer__body {
    display: block;
  }
}

.p-footer__logo {
  width: 15rem;
}
@media screen and (max-width: 960px) {
  .p-footer__logo {
    margin-inline: auto;
  }
}
@media screen and (max-width: 520px) {
  .p-footer__logo {
    width: 11rem;
  }
}

.p-footer__logo img {
  width: 100%;
  height: auto;
  display: block !important;
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.1rem;
  margin-top: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 520px) {
  .p-footer__sns {
    margin-top: 2.4rem;
  }
}

.p-footer__sns-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-footer__sns-item a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block !important;
}

.p-footer__sns-item {
  width: 2.3rem;
}

.p-footer__main {
  width: 12.5%;
}
@media screen and (max-width: 960px) {
  .p-footer__main {
    width: 100%;
  }
}

.p-footer__nav {
  width: 76.1666666667%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
}
@media screen and (max-width: 960px) {
  .p-footer__nav {
    width: 100%;
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 520px) {
  .p-footer__nav {
    display: none;
  }
}

.p-footer__nav-box {
  border-top: 1px solid #DEDAD3;
  padding-top: 3.2rem;
  padding-bottom: 4rem;
}

.p-footer__nav-parent {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-footer__nav-list {
  margin-top: 2.4rem;
}

.p-footer__nav-item a {
  display: inline-block;
  color: #808080;
  width: 100%;
  font-size: 1.3rem;
  line-height: 2.5;
  letter-spacing: 0.05em;
}

.p-footer__bottom {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .p-footer__bottom {
    margin-top: 2.1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-footer__copy {
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #808080;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 520px) {
  .p-footer__copy {
    font-size: 1rem;
    text-align: center;
    margin-top: 1.8rem;
  }
}

.p-footer__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-footer__bottom-link-item {
  position: relative;
}

.p-footer__bottom-link-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.6rem;
  background-color: #E6E6E6;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .p-footer__bottom-link-item:not(:last-child)::after {
    height: 1.1rem;
  }
}

.p-footer__bottom-link-item a {
  display: inline-block;
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #808080;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.09em;
  text-decoration: underline;
  padding: 0 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .p-footer__bottom-link-item a {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

.p-footer__bottom-link-item:last-child a {
  padding-right: 0;
}

@media screen and (max-width: 520px) {
  .p-footer__bottom-link-item:first-child a {
    padding-left: 0;
  }
}

@media (hover: hover) {
  .p-footer__sns-item a:hover {
    opacity: 0.5;
  }
  a.p-footer__nav-parent:hover {
    text-decoration: underline;
  }
  .p-footer__nav-item a:hover {
    text-decoration: underline;
  }
  .p-footer__bottom-link-item a:hover {
    opacity: 0.5;
  }
}
.p-header {
  height: 9.8rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2.4rem;
  border-bottom: 1px solid #EDEDED;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
}
@media screen and (max-width: 520px) {
  .p-header {
    height: 6.6rem;
    padding-left: 1.6rem;
    border-bottom: 1px solid #EDEDED;
  }
}

.p-header--en {
  height: 9.8rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2.4rem;
  border-bottom: 1px solid #EDEDED;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
}
@media screen and (max-width: 520px) {
  .p-header--en {
    height: 6.6rem;
    padding-left: 1.6rem;
    border-bottom: 1px solid #EDEDED;
  }
}

.p-header::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.8rem;
  background-color: #E57017;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 520px) {
  .p-header::before {
    height: 0.6rem;
  }
}

.p-header__logo {
  width: 13.3rem;
  height: 4.8rem;
  padding-top: 0.8rem;
}
@media screen and (max-width: 960px) {
  .p-header__logo {
    padding-top: 0;
  }
}
@media screen and (max-width: 520px) {
  .p-header__logo {
    width: 8.3rem;
    padding-top: 0.3rem;
  }
}

.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__logo img {
  width: 100%;
  height: auto;
  display: block !important;
}

.p-header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}
@media screen and (max-width: 960px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-link {
  display: inline-block;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  padding: 1.8rem 1rem 1rem 1rem;
  position: relative;
}

.p-header__nav-link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #E57017;
  position: absolute;
  left: 50%;
  bottom: 3.2rem;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-header__nav-link::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.6rem;
  background: url(/cms/combi/images/icon-arrow-bottom.svg) no-repeat center center/contain;
  margin-left: 0.6rem;
}

.p-header__lang-btn {
  height: inherit;
}

.p-header__lang-btn a {
  color: #808080;
  font-size: 1.3rem;
  letter-spacing: 0.005em;
  padding: 3.2rem 2.4rem 2.4rem 1.4rem;
  height: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.p-header__lang-btn a::after {
  content: "";
  display: inline-block;
  width: 70%;
  height: 1px;
  background-color: #808080;
  position: absolute;
  left: 50%;
  bottom: 3.2rem;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-header__lang-btn a::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-lang.svg) no-repeat center center/contain;
  margin-right: 0.6rem;
}

.p-header__shopping {
  width: 10rem;
  height: inherit;
  background-color: #E57017;
}
@media screen and (max-width: 520px) {
  .p-header__shopping {
    width: 6rem;
  }
}

.p-header__shopping a {
  display: inline-block;
  width: inherit;
  height: calc(100% - 0.8rem);
  text-align: center;
  padding-top: 4.8rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #E57017;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .p-header__shopping a {
    padding-top: 6rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    line-height: 1.1;
  }
}
@media screen and (max-width: 520px) {
  .p-header__shopping a {
    padding-top: 3.6rem;
  }
}

.p-header__shopping a.u-desktop {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .p-header__shopping a.u-desktop {
    display: none;
  }
}

.p-header__shopping a.u-mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-header__shopping a.u-mobile {
    display: inline-block;
  }
}

.p-header__shopping a::before {
  content: "";
  display: inline-block;
  width: 2.3rem;
  height: 2rem;
  background: url(/cms/combi/images/icon-shopping-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .p-header__shopping a::before {
    top: 2.7rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media screen and (max-width: 520px) {
  .p-header__shopping a::before {
    top: 1.6rem;
    width: 2rem;
    height: 2rem;
  }
}

.p-header__shopping span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EBE6DF;
  font-size: 1.3rem;
}
@media screen and (max-width: 520px) {
  .p-header__shopping span {
    font-size: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: flex-start;
    font-size: 1rem;
  }
}

.p-header__shopping span::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background: url(/cms/combi/images/icon-link-gray.svg) no-repeat center center/contain;
  margin-left: 0.4rem;
  margin-top: 0.4rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 520px) {
  .p-header__shopping span::after {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.2rem;
  }
}

.p-header__mega-menu {
  background-color: #F7F5F0;
  top: 9.5rem;
  left: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  width: 100%;
  min-height: 28rem;
  z-index: 100;
  background: #F7F5F0;
}

.p-overlay {
  background: rgba(72, 72, 72, .2);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  width: 100vw;
  z-index: 8;
}

.p-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.p-header__nav-item:hover .p-header__mega-menu {
  opacity: 1;
  visibility: visible;
}

@media (hover: hover) {
  .p-header__nav-item:hover {
    opacity: 1;
  }
  .p-header__nav-item a:hover::before {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
  .p-header__shopping a:hover {
    opacity: 0.7;
  }
  .p-header__logo a:hover {
    opacity: 0.7;
  }
  .p-header__lang-btn a:hover::after {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 960px) {
  .p-header__hamburger {
    display: block;
    width: 10rem;
    height: 100%;
    background-color: #F7F5F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.3rem;
  }
}
@media screen and (max-width: 520px) {
  .p-header__hamburger {
    width: 6rem;
  }
}

.p-header__hamburger span {
  width: 2.2rem;
  height: 1px;
  background-color: #E57017;
}

.p-header__hamburger span:nth-child(2) {
  margin: 0.8rem 0;
}

@media screen and (max-width: 960px) {
  .p-header__drawer {
    width: 100%;
    height: calc(100vh - 6.5rem);
    height: 100dvh;
    position: fixed;
    top: 9.8rem;
    left: 0;
    z-index: 20;
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .p-header__drawer {
    top: calc(6.5rem + 1px);
  }
}

.p-ikuji-imgSec01 {
  padding-top: 8rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01 {
    padding-top: 5rem;
    padding-bottom: 16rem;
  }
}

.p-ikuji-imgSec01__inner {
  position: relative;
  padding-top: 10.5rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01__inner {
    padding-top: 4.5rem;
    padding-right: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-ikuji-imgSec01__inner::before {
  content: "";
  display: inline-block;
  width: 17.5rem;
  height: 20.7rem;
  background: url(/cms/combi/images/ikujinohonto/ikujinohonto-img03.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 27.1rem;
}
@media screen and (max-width: 960px) {
  .p-ikuji-imgSec01__inner::before {
    right: 7rem;
  }
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01__inner::before {
    width: 7.7rem;
    height: 9.2rem;
    top: -0.2rem;
    right: 11rem;
  }
}

.p-ikuji-imgSec01__inner::after {
  content: "";
  display: inline-block;
  width: 15.5rem;
  height: 9.4rem;
  background: url(/cms/combi/images/ikujinohonto/ikujinohonto-img04.png) no-repeat center center/contain;
  position: absolute;
  bottom: 24rem;
  left: 8rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01__inner::after {
    width: 10rem;
    height: 6rem;
    bottom: -8rem;
    left: 2.5rem;
  }
}

.p-ikuji-imgSec01__image01 {
  width: 40.7rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01__image01 {
    width: 43.4666666667%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-ikuji-imgSec01__image01 img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01__image01 img {
    border-radius: 0 1.6rem 1.6rem 0;
  }
}

.p-ikuji-imgSec01__image02 {
  margin-left: 28.9rem;
  margin-right: calc(50% - 50vw);
  margin-top: 10rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01__image02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 4rem;
    margin-left: 4.9rem;
  }
}

.p-ikuji-imgSec01__image02 img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem 0 0 1.6rem;
}

.p-ikuji-imgSec01__content {
  margin-top: 10rem;
  padding-right: 6.7rem;
  padding-left: 20.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    padding-left: 7.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 2.4rem;
  }
}

.p-ikuji-imgSec01__image03 {
  width: 31.2rem;
  margin-top: 28rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01__image03 {
    margin-top: 1.6rem;
    width: 11.5rem;
  }
}

.p-ikuji-imgSec01__image03 img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01__image03 img {
    border-radius: 0.8rem;
  }
}

.p-ikuji-imgSec01__image04 {
  width: 53.3rem;
  margin-left: 3rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01__image04 {
    width: 22.3rem;
    margin-left: auto;
    nav-left: 0;
  }
}

.p-ikuji-imgSec01__image04 img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-imgSec01__image04 img {
    border-radius: 0.8rem 0 0 0.8rem;
  }
}

.p-ikuji-introduction {
  padding-top: 8rem;
  padding-bottom: 28rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 240, 228, 0)), to(#F0E9DD));
  background: linear-gradient(180deg, rgba(247, 240, 228, 0) 0%, #F0E9DD 100%);
}
@media screen and (max-width: 520px) {
  .p-ikuji-introduction {
    padding-top: 8rem;
    padding-bottom: 27.7rem;
    position: relative;
  }
}

@media screen and (max-width: 520px) {
  .p-ikuji-introduction::after {
    content: "";
    display: inline-block;
    width: 7.4rem;
    height: 10rem;
    background: url(/cms/combi/images/ikujinohonto/ikujinohonto-img01.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    bottom: 15.3rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-ikuji-introduction__lead {
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .p-ikuji-introduction__lead {
    font-size: 2rem;
  }
}

.p-ikuji-introduction__text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-introduction__text {
    font-size: 1.3rem;
    margin-top: 2.2rem;
  }
}

.p-ikuji-introduction__text span {
  display: block;
}

.p-ikuji-introduction__text span + span {
  margin-top: 3.6rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-introduction__text span + span {
    margin-top: 2.7rem;
  }
}

.p-ikuji-introduction__logo {
  width: 13.8rem;
  margin-top: 6.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 520px) {
  .p-ikuji-introduction__logo {
    width: 8.5rem;
    margin-top: 4rem;
  }
}

.p-ikuji-introduction__logo img {
  width: 100%;
  height: auto;
}

.p-ikuji-main {
  padding-top: 19.5rem;
  padding-bottom: 12rem;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20rem, #F7F5F0));
  background: linear-gradient(transparent 0% 20rem, #F7F5F0 20rem 100%);
  margin-top: -23rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main {
    padding-top: 10rem;
    padding-bottom: 7.2rem;
    margin-top: -12rem;
  }
}

.p-ikuji-main::after {
  content: "";
  display: inline-block;
  width: 192rem;
  height: 52rem;
  width: 100%;
  background: url(/cms/combi/images/bg02.png) no-repeat top center/cover;
  position: absolute;
  top: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 520px) {
  .p-ikuji-main::after {
    height: 30rem;
    background: url(/cms/combi/images/bg02-sp.png) no-repeat top center/cover;
  }
}

.p-ikuji-main::before {
  content: "";
  display: inline-block;
  width: 13.2rem;
  height: 17.9rem;
  background: url(/cms/combi/images/ikujinohonto/ikujinohonto-img01.png) no-repeat top center/cover;
  position: absolute;
  top: -9.5rem;
  left: calc(50% + 24rem);
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main::before {
    display: none;
  }
}

.p-ikuji-main__inner {
  position: relative;
  z-index: 2;
}

.p-ikuji-main__head {
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__head {
    padding-bottom: 14.7rem;
  }
}

.p-ikuji-main__head::after {
  content: "";
  display: inline-block;
  width: 14.4rem;
  height: 15.5rem;
  background: url(/cms/combi/images/ikujinohonto/ikujinohonto-img02.png) no-repeat top center/cover;
  position: absolute;
  bottom: 0;
  right: 20.4rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__head::after {
    width: 8.1rem;
    height: 8.9rem;
    bottom: 4rem;
    left: 1rem;
  }
}

.p-ikuji-main__title {
  color: #E57017;
  font-weight: 350;
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-size: 7.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__title {
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
}

.p-ikuji-main__link {
  text-align: center;
}

.p-ikuji-main__link a {
  display: inline-block;
  color: #E57017;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Raleway", "noto sans jp", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__link a {
    font-size: 1.2rem;
  }
}

.p-ikuji-main__lead {
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__lead {
    letter-spacing: 0.2rem;
    font-size: 2rem;
    margin-top: 2rem;
  }
}

.p-ikuji-main__text {
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__text {
    font-size: 1.3rem;
    margin-top: 2.4rem;
  }
}

.p-ikuji-main__body {
  margin-top: 0;
}

.p-ikuji-main__item:nth-child(n+2) {
  margin-top: 6.4rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__item:nth-child(n+2) {
    margin-top: 4rem;
  }
}

.p-ikuji-main__item-title {
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-bottom: 2rem;
  border-bottom: 1px solid #EBE6DF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__item-title {
    font-size: 1.6rem;
    padding-bottom: 1.2rem;
  }
}

.p-ikuji-main__item-title::before {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 2px solid #E57017;
  margin-right: 1.3rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__item-title::before {
    margin-right: 0.8rem;
  }
}

.p-ikuji-main__movie-list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 2.8rem;
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__movie-list {
    margin-top: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0;
    -webkit-column-gap: 1.6rem;
       -moz-column-gap: 1.6rem;
            column-gap: 1.6rem;
  }
}

@media screen and (max-width: 520px) {
  .p-ikuji-main__movie-item:first-child {
    width: 100%;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 520px) {
  .p-ikuji-main__movie-item:nth-child(n+2) {
    margin-top: 1.7rem;
  }
}

.p-ikuji-main__movie-item:nth-child(n+4) {
  margin-top: 3.9rem;
}

@media screen and (max-width: 520px) {
  .p-ikuji-main__movie-item {
    width: calc(50% - 0.8rem);
  }
}

.p-ikuji-main__movie-item a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-ikuji-main__movie-thumbnail {
  position: relative;
}

.p-ikuji-main__movie-thumbnail::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(/cms/combi/images/movie_thumbnail_arrow.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ikuji-main__movie-thumbnail img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-ikuji-main__movie-title {
  font-size: 1.6rem;
  line-height: 2.4;
  font-weight: 350;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__movie-title {
    font-size: 1.1rem;
    margin-top: 0;
    line-height: 2;
  }
}

.p-ikuji-main__movie-title span {
  display: inline-block;
}

.p-ikuji-main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-ikuji-main__btn {
    margin-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

@media (hover: hover) {
  .p-ikuji-main__movie-item a:hover {
    opacity: 0.7;
  }
}
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#cboxClose {
  position: absolute;
  top: -6rem;
  right: 0;
  display: block;
  background: url(/cms/combi/images/btn-close-01.png) no-repeat center center/contain;
  width: 49px;
  height: 52px;
  text-indent: -9999px;
  opacity: 1;
  z-index: 999;
}

#cboxContent {
  overflow: visible;
}

#cboxWrapper {
  overflow: visible;
}

#colorbox {
  overflow: visible !important;
}

#cboxClose:hover {
  background-position: center center;
}

@media (hover: hover) {
  .p-ikuji-main__link a:hover {
    opacity: 0.7;
  }
}
.p-link01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-link01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
}

.p-link02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-link02 {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.p-link02__item {
  background-color: #F7F5F0;
  border-radius: 0.8rem;
  padding: 3.2rem 4rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-link02__item {
    padding: 2.4rem;
  }
}

.p-link02__item::before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 2.8rem;
  background-color: #E57017;
  position: absolute;
  top: 3.6rem;
  left: 0;
}
@media screen and (max-width: 520px) {
  .p-link02__item::before {
    height: 2rem;
    top: 2.8rem;
  }
}

.p-link02__item-link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-link02__item-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-link02__item-title {
    font-size: 1.6rem;
  }
}

.p-link02__item-text {
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 520px) {
  .p-link02__item-text {
    font-size: 1.3rem;
    margin-top: 0.4rem;
  }
}

.p-link02__item-btn {
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-link02__item-btn {
    margin-top: 1.2rem;
  }
}

@media (hover: hover) {
  .p-link02__item-link:hover {
    opacity: 0.5;
  }
}
.p-link03__item:nth-child(n+2) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-link03__item:nth-child(n+2) {
    margin-top: 1.2rem;
  }
}

.p-link03__item-link {
  color: #E57017;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}
@media screen and (max-width: 520px) {
  .p-link03__item-link {
    font-size: 1.3rem;
  }
}
.p-link03__item-link:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-link03__item-link::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center center/contain;
  margin-left: 0.1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5rem;
}
@media screen and (max-width: 520px) {
  .p-link03__item-link::after {
    width: 1.1rem;
    height: 1.1rem;
  }
}

.p-link03__item-link span {
  position: relative;
  text-decoration: underline;
}

@media (hover: hover) {
  .p-link03__item-link:hover span {
    opacity: 0.6;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.p-link04 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-link04 {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.p-link04.p-link04--col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-link04.p-link04--col2 {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}

.p-link05 {
  background-color: #FCFCFA;
  border-radius: 0.8rem;
  padding: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-link05 {
    padding: 1.6rem;
  }
}
.p-link05__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 520px) {
  .p-link05__item {
    gap: 2rem;
  }
}
.p-link05__item--noimage .p-link05__textarea {
  width: 100%;
}
.p-link05__img {
  width: 16.6rem;
  border-radius: 0.8rem;
  aspect-ratio: 1.67/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 520px) {
  .p-link05__img {
    width: 10rem;
  }
}
.p-link05__textarea {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 10rem);
}
@media screen and (max-width: 520px) {
  .p-link05__textarea {
    font-size: 1.3rem;
  }
}
.p-link05__textarea:after {
  content: "";
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/cms/combi/images/icon-circle-arrow.svg) no-repeat center center/contain;
}
@media screen and (max-width: 520px) {
  .p-link05__textarea:after {
    width: 3rem;
    height: 3rem;
  }
}
.p-link05__text {
  width: calc(100% - 3.6rem);
}
@media screen and (max-width: 520px) {
  .p-link05__text {
    width: calc(100% - 3rem);
  }
}
.p-link05:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-mega-menu {
  text-align: left;
}

.p-mega-menu::before {
  content: "";
  display: inline-block;
  width: calc(50vw - 37rem);
  height: 100%;
  background-color: #F0ECE4;
  position: absolute;
  top: 0;
  left: 0;
}

.p-mega-menu__inner {
  max-width: 130rem;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  height: inherit;
  padding-right: 1rem;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-mega-menu__content {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 20.3125%;
  height: inherit;
}

.p-mega-menu__title {
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 4rem;
}

.p-mega-menu__title::after {
  content: attr(data-en);
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #E57017;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-top: 0.8rem;
}

.p-mega-menu__body {
  padding-top: 5.6rem;
  padding-left: 5.6rem;
  padding-bottom: 5.6rem;
  width: 78.125%;
}

.p-mega-menu__btn {
  margin-top: auto;
}

.p-menu-about {
  display: grid;
  gap: 3rem;
  grid-template-columns: 33% 18.4% 18.4% 18.4%;
  grid-template-columns: 33% 19% 19% 19%;
}

.p-menu-about__img {
  width: 100%;
  height: 10rem;
  margin-top: 2.4rem;
}

.p-menu-about__img img {
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-menu-about__nav {
  margin-top: 2.4rem;
}

.p-menu-about__nav.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem;
}

.p-menu-about__nav-item:nth-child(n+2) {
  margin-top: 1.6rem;
}

.p-menu-about__nav-link {
  color: #5C5C5C;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  display: inline-block;
}

.p-menu-about__nav-link.p-menu-about__nav-link--icon::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center/contain;
  margin-left: 0.2rem;
}

@media (hover: hover) {
  .p-menu-about__nav-link:hover {
    text-decoration: underline;
  }
}
.p-menu-news__nav {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-menu-news__nav-item:nth-child(n+2) {
  margin-top: 1.6rem;
}

.p-menu-news__nav-link {
  color: #5C5C5C;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  display: inline-block;
}

.p-menu-news__nav-link.p-menu-news__nav-link--icon::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center/contain;
  margin-left: 0.2rem;
}

@media (hover: hover) {
  .p-menu-news__nav-link:hover {
    text-decoration: underline;
  }
}
.p-menu-product__list {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.p-menu-product__item-link {
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 1.6rem 4rem 1.6rem 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-menu-product__item-link::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-arrow-blue.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
}

.p-menu-product__item-title {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-left: 1.2rem;
}

.p-menu-product__item.p-menu-product__item--gray .p-menu-product__item-link::after {
  background: url(/cms/combi/images/icon-arrow-gray.svg) no-repeat center/contain;
}

.p-menu-product__item.p-menu-product__item--pink .p-menu-product__item-link::after {
  background: url(/cms/combi/images/icon-arrow-pink.svg) no-repeat center/contain;
}

.p-menu-product__item.p-menu-product__item--brown .p-menu-product__item-link::after {
  background: url(/cms/combi/images/icon-arrow-brown.svg) no-repeat center/contain;
}

.p-menu-product__item.p-menu-product__item--orange .p-menu-product__item-link::after {
  background: url(/cms/combi/images/icon-arrow-orange.svg) no-repeat center/contain;
}

.p-menu-product__item.p-menu-product__item--linkBlue .p-menu-product__item-link::after {
  background: url(/cms/combi/images/icon-link-blue.svg) no-repeat center/contain;
}

.p-menu-product__item.p-menu-product__item--linkPurple .p-menu-product__item-link::after {
  background: url(/cms/combi/images/icon-link-purple.svg) no-repeat center/contain;
}

@media (hover: hover) {
  .p-menu-product__item-link:hover {
    opacity: 0.7;
  }
}
.p-menu-special {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-menu-special__nav {
  margin-top: 2.4rem;
}

.p-menu-special__nav-item:nth-child(n+2) {
  margin-top: 1.6rem;
}

.p-menu-special__banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.p-menu-special__banner-link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-menu-special__banner img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.p-menu-special__nav-link {
  color: #5C5C5C;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  display: inline-block;
}

.p-menu-special__nav-link.p-menu-special__nav-link--icon::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center/contain;
  margin-left: 0.2rem;
}

@media (hover: hover) {
  .p-menu-special__nav-link:hover {
    text-decoration: underline;
  }
  .p-menu-special__banner-link:hover {
    opacity: 0.7;
  }
}
.p-menu-support__nav {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-menu-support__nav-item:nth-child(n+2) {
  margin-top: 1.6rem;
}

.p-menu-support__banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.p-menu-support__banner img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.p-menu-support__nav-link {
  color: #5C5C5C;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  display: inline-block;
}

.p-menu-support__nav-link.p-menu-support__nav-link--icon::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background: url(/cms/combi/images/icon-link-orange.svg) no-repeat center/contain;
  margin-left: 0.2rem;
}

@media (hover: hover) {
  .p-menu-support__nav-link:hover {
    text-decoration: underline;
  }
}
.p-mv {
  padding-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-mv {
    padding-top: 0;
    min-height: 37.5rem;
  }
}

.p-mv__inner {
  margin-inline: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-mv__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-mv__body {
  position: relative;
  z-index: 2;
  padding-top: 24.9rem;
  padding-bottom: 25rem;
  padding-left: 5rem;
  max-width: 130rem;
  margin-inline: auto;
}
@media screen and (max-width: 520px) {
  .p-mv__body {
    padding-top: 16.6rem;
    padding-bottom: 2rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}

.p-mv__title {
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #fff;
  font-weight: 350;
  font-size: 7.4rem;
  letter-spacing: 0.08em;
  padding-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-mv__title {
    font-size: 4rem;
    line-height: 1.2;
    padding-bottom: 2.4rem;
  }
}

.p-mv__title::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 520px) {
  .p-mv__title::before {
    width: 3rem;
  }
}

.p-mv__text {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 3.2rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 520px) {
  .p-mv__text {
    font-size: 1.2rem;
    letter-spacing: 0.07em;
    margin-top: 1.8rem;
  }
}

.p-mv__slider-area {
  position: absolute;
  width: calc(100% - 4rem);
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 74rem;
}
@media screen and (max-width: 520px) {
  .p-mv__slider-area {
    width: 100%;
    min-height: 37.5rem;
  }
}

.p-mv__slider {
  height: 100%;
}

.p-mv__slider img {
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-mv__slider img {
    border-radius: 0;
  }
}

.p-mv__slider-slide picture {
  height: 100%;
}

.p-mv__slider-area {
  position: absolute;
}

.p-mv__slider .swiper-horizontal > .swiper-scrollbar, .p-mv__slider .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 95.2rem;
  width: 79.3333333333%;
  height: 2px;
  bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-mv__slider .swiper-horizontal > .swiper-scrollbar, .p-mv__slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 1.25rem;
    width: 19rem;
    width: calc(100% - 25rem);
  }
}
@media screen and (max-width: 520px) {
  .p-mv__slider .swiper-horizontal > .swiper-scrollbar, .p-mv__slider .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: calc(100% - 13rem);
  }
}

.p-mv__slider-area {
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.p-mv__slider-area .swiper-button-prev,
.p-mv__slider-area .swiper-button-next {
  height: 4rem;
  width: 4rem;
  bottom: 0;
  top: auto;
  top: initial;
  z-index: 100;
}
@media screen and (max-width: 520px) {
  .p-mv__slider-area .swiper-button-prev,
  .p-mv__slider-area .swiper-button-next {
    width: 5rem;
    height: 3.2rem;
  }
}
.p-mv__slider-area .swiper-button-next {
  position: absolute;
  right: calc(50% - 11rem);
  bottom: -2rem;
  z-index: 30;
}
@media screen and (max-width: 520px) {
  .p-mv__slider-area .swiper-button-next {
    bottom: -3.6rem;
    right: calc(50% - 16rem);
  }
}
.p-mv__slider-area .swiper-button-prev {
  position: absolute;
  left: inherit;
  bottom: -2rem;
  z-index: 30;
  left: calc(50% - 11rem);
}
@media screen and (max-width: 520px) {
  .p-mv__slider-area .swiper-button-prev {
    bottom: -3.6rem;
    left: calc(50% - 16rem);
  }
}
.p-mv__slider-area .swiper-button-prev::after,
.p-mv__slider-area .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.4rem;
  margin: auto;
  width: 1.2rem;
  margin: 0;
}
.p-mv__slider-area .swiper-button-prev::after {
  background: url(/cms/combi/images/icon-arrow-right.svg) no-repeat center center/contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-mv__slider-area .swiper-button-next::after {
  background: url(/cms/combi/images/icon-arrow-right.svg) no-repeat center center/contain;
}
.p-mv__slider-area .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.8rem !important;
  background-color: #E57017;
}
@media screen and (max-width: 520px) {
  .p-mv__slider-area .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.4rem !important;
  }
}
.p-mv__slider-area .swiper-pagination-bullet-active {
  background-color: #E57017;
}
.p-mv__slider-area .swiper-pagination {
  height: 6rem;
  bottom: 0 !important;
  background-color: #F7F5F0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin-inline: auto;
  min-width: 25rem;
  border-radius: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50%);
          transform: translateX(-50%) translateY(50%);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 520px) {
  .p-mv__slider-area .swiper-pagination {
    height: 4rem;
    border-radius: 0;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
  }
}

/* 初期状態で非表示にする */
.p-mv__slider-area .mv-swiper-pagination,
.p-mv__slider-area .mv-swiper-button-next,
.p-mv__slider-area .mv-swiper-button-prev {
  display: none;
}

/* JavaScriptでスライドが複数ある場合に表示 */
.p-mv__slider-area.has-multiple-slides .mv-swiper-pagination {
  display: block;
}

.p-mv__slider-area.has-multiple-slides .mv-swiper-button-next,
.p-mv__slider-area.has-multiple-slides .mv-swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-notice-box {
  background-color: #F7F5F0;
  padding: 3.2rem 4rem 4rem 4rem;
}
@media screen and (max-width: 520px) {
  .p-notice-box {
    padding: 2.4rem 2.4rem;
  }
}

.p-notice-box__title {
  color: #E01313;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .p-notice-box__title {
    font-size: 1.4rem;
  }
}

.p-notice-box__body {
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-notice-box__body {
    margin-top: 0.8rem;
  }
}

.p-notice-box__text {
  color: #5C5C5C;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0, 1em;
  line-height: 1.6;
}
@media screen and (max-width: 520px) {
  .p-notice-box__text {
    font-size: 1.3rem;
  }
}

.p-notice-box__list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  counter-reset: num;
}
@media screen and (max-width: 520px) {
  .p-notice-box__list {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.p-notice-box__list-item {
  counter-increment: num;
  color: #5C5C5C;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0, 1em;
  padding-left: 2.4rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-notice-box__list-item {
    padding-left: 1.6rem;
    font-size: 1.3rem;
  }
}

.p-notice-box__list-item span {
  color: #E01313;
}

.p-notice-box__list-item::before {
  content: counter(num) ".";
  display: block;
  position: absolute;
  left: 0.4rem;
  top: 0;
}
@media screen and (max-width: 520px) {
  .p-notice-box__list-item::before {
    font-size: 1.3rem;
  }
}

.p-page-head__title {
  color: #E57017;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-page-head__title {
    font-size: 2rem;
  }
}

.p-page-head__text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-page-head__text {
    font-size: 1.3rem;
  }
}

.p-page-header {
  max-width: 192rem;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
  margin-inline: auto;
}
@media screen and (max-width: 520px) {
  .p-page-header {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-page-header__wrapper {
  min-height: 45rem;
  border-radius: 2.4rem;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, .6))), url(/cms/combi/images/page-header-about.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(270deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, .6) 100%), url(/cms/combi/images/page-header-about.jpg) lightgray 50%/cover no-repeat;
  background-position: top center;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .p-page-header__wrapper {
    min-height: 28rem;
    border-radius: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, .4)), to(rgba(26, 26, 26, .4))), url(/cms/combi/images/page-header-about-sp.jpg) lightgray 50%/cover no-repeat;
    background: linear-gradient(0deg, rgba(26, 26, 26, .4) 0%, rgba(26, 26, 26, .4) 100%), url(/cms/combi/images/page-header-about-sp.jpg) lightgray 50%/cover no-repeat;
  }
}

.p-page-header__body {
  position: relative;
  z-index: 2;
  padding-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-page-header__body {
    padding-top: 2.4rem;
  }
}

.p-page-header__breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.3rem;
}

.p-page-header__breadcrumb-item {
  color: #DEDAD3;
  font-size: 1.1rem;
  font-weight: 350;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-page-header__breadcrumb-item {
    font-size: 1rem;
  }
}

.p-page-header__breadcrumb-item a {
  text-decoration: underline;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (hover: hover) {
  .p-page-header__breadcrumb-item a:hover {
    opacity: 0.7;
  }
}
.p-page-header__breadcrumb-item:first-child a {
  padding-left: 0;
}

.p-page-header__breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin: 0 0.6rem;
}

.p-page-header__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 9.5rem;
}
@media screen and (max-width: 520px) {
  .p-page-header__title {
    margin-top: 6rem;
    font-size: 2.4rem;
  }
}

.p-page-header__title-en {
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #E57017;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.09em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 520px) {
  .p-page-header__title-en {
    font-size: 1.1rem;
  }
}

.p-page-header__title-en::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background: url(/cms/combi/images/icon-circle.svg) no-repeat center center/contain;
  margin-right: 0.8rem;
}
@media screen and (max-width: 520px) {
  .p-page-header__title-en::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.p-page-header.p-page-header--deco .p-page-header__wrapper::before {
  content: "";
  display: inline-block;
  width: 92rem;
  height: 92.2rem;
  border-radius: 92.2rem;
  opacity: 0.5;
  background: #F9F5F3;
  mix-blend-mode: overlay;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="40" /></filter></svg>#filter');
  -webkit-filter: blur(40px);
          filter: blur(40px);
  position: absolute;
  top: 28rem;
  right: -14rem;
}
@media screen and (max-width: 520px) {
  .p-page-header.p-page-header--deco .p-page-header__wrapper::before {
    display: none;
  }
}

.p-page-header.p-page-header--deco .p-page-header__wrapper::after {
  content: "";
  display: inline-block;
  width: 78rem;
  height: 78rem;
  border-radius: 782px;
  opacity: 0.2;
  background: #F9F5F3;
  mix-blend-mode: overlay;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
          filter: blur(20px);
  position: absolute;
  left: -28.9rem;
  bottom: -4rem;
}
@media screen and (max-width: 520px) {
  .p-page-header.p-page-header--deco .p-page-header__wrapper::after {
    display: none;
  }
}

.p-page-header.p-page-header--deco .p-page-header__body {
  position: relative;
}

.p-page-header.p-page-header--products .p-page-header__wrapper {
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, .6))), url(/cms/combi/images/products/page-header-products.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(270deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, .6) 100%), url(/cms/combi/images/products/page-header-products.jpg) lightgray 50%/cover no-repeat;
}
@media screen and (max-width: 520px) {
  .p-page-header.p-page-header--products .p-page-header__wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, .4)), to(rgba(26, 26, 26, .4))), url(/cms/combi/images/products/page-header-products-sp.jpg) lightgray 50%/cover no-repeat;
    background: linear-gradient(0deg, rgba(26, 26, 26, .4) 0%, rgba(26, 26, 26, .4) 100%), url(/cms/combi/images/products/page-header-products-sp.jpg) lightgray 50%/cover no-repeat;
  }
}

.p-page-header.p-page-header--soudan .p-page-header__wrapper {
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, .6))), url(/cms/combi/images/soudan/page-header-soudan.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(270deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, .6) 100%), url(/cms/combi/images/soudan/page-header-soudan.jpg) lightgray 50%/cover no-repeat;
}
@media screen and (max-width: 520px) {
  .p-page-header.p-page-header--soudan .p-page-header__wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, .4)), to(rgba(26, 26, 26, .4))), url(/cms/combi/images/soudan/page-header-soudan-sp.jpg) lightgray 50%/cover no-repeat;
    background: linear-gradient(0deg, rgba(26, 26, 26, .4) 0%, rgba(26, 26, 26, .4) 100%), url(/cms/combi/images/soudan/page-header-soudan-sp.jpg) lightgray 50%/cover no-repeat;
  }
}

.p-page-header.p-page-header--ikuji .p-page-header__wrapper {
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, .6))), url(/cms/combi/images/ikujinohonto/page-header-ikuji.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(270deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, .6) 100%), url(/cms/combi/images/ikujinohonto/page-header-ikuji.jpg) lightgray 50%/cover no-repeat;
}
@media screen and (max-width: 520px) {
  .p-page-header.p-page-header--ikuji .p-page-header__wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, .4)), to(rgba(26, 26, 26, .4))), url(/cms/combi/images/ikujinohonto/page-header-ikuji-sp.jpg) lightgray 50%/cover no-repeat;
    background: linear-gradient(0deg, rgba(26, 26, 26, .4) 0%, rgba(26, 26, 26, .4) 100%), url(/cms/combi/images/ikujinohonto/page-header-ikuji-sp.jpg) lightgray 50%/cover no-repeat;
  }
}

.p-page-header.p-page-header--topics .p-page-header__wrapper {
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, .6))), url(/cms/combi/images/topics/page-header-topics.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(270deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, .6) 100%), url(/cms/combi/images/topics/page-header-topics.jpg) lightgray 50%/cover no-repeat;
  background-position: top center;
}
@media screen and (max-width: 520px) {
  .p-page-header.p-page-header--topics .p-page-header__wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, .4)), to(rgba(26, 26, 26, .4))), url(/cms/combi/images/topics/page-header-topics-sp.jpg) lightgray 50%/cover no-repeat;
    background: linear-gradient(0deg, rgba(26, 26, 26, .4) 0%, rgba(26, 26, 26, .4) 100%), url(/cms/combi/images/topics/page-header-topics-sp.jpg) lightgray 50%/cover no-repeat;
  }
}

.p-page-header.p-page-header--special .p-page-header__wrapper {
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, .6))), url(/cms/combi/images/special/page-header-special.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(270deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, .6) 100%), url(/cms/combi/images/special/page-header-special.jpg) lightgray 50%/cover no-repeat;
}
@media screen and (max-width: 520px) {
  .p-page-header.p-page-header--special .p-page-header__wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, .4)), to(rgba(26, 26, 26, .4))), url(/cms/combi/images/special/page-header-special-sp.jpg) lightgray 50%/cover no-repeat;
    background: linear-gradient(0deg, rgba(26, 26, 26, .4) 0%, rgba(26, 26, 26, .4) 100%), url(/cms/combi/images/special/page-header-special-sp.jpg) lightgray 50%/cover no-repeat;
  }
}

.p-page-header.p-page-header--babystation .p-page-header__wrapper {
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, .6))), url(/cms/combi/images/brand/combiwith/page-header-babystation.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(270deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, .6) 100%), url(/cms/combi/images/brand/combiwith/page-header-babystation.jpg) lightgray 50%/cover no-repeat;
}
@media screen and (max-width: 520px) {
  .p-page-header.p-page-header--babystation .p-page-header__wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, .4)), to(rgba(26, 26, 26, .4))), url(/cms/combi/images/brand/combiwith/page-header-babystation-sp.jpg) lightgray 50%/cover no-repeat;
    background: linear-gradient(0deg, rgba(26, 26, 26, .4) 0%, rgba(26, 26, 26, .4) 100%), url(/cms/combi/images/brand/combiwith/page-header-babystation-sp.jpg) lightgray 50%/cover no-repeat;
  }
}

.p-page-header.p-page-header--en .p-page-header__wrapper {
  background: -webkit-gradient(linear, right top, left top, from(rgba(26, 26, 26, 0)), to(rgba(26, 26, 26, .6))), url(/cms/combi/images/english/page-header-english.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(270deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, .6) 100%), url(/cms/combi/images/english/page-header-english.jpg) lightgray 50%/cover no-repeat;
}
@media screen and (max-width: 520px) {
  .p-page-header.p-page-header--en .p-page-header__wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 26, 26, .4)), to(rgba(26, 26, 26, .4))), url(/cms/combi/images/english/page-header-english-sp.jpg) lightgray 50%/cover no-repeat;
    background: linear-gradient(0deg, rgba(26, 26, 26, .4) 0%, rgba(26, 26, 26, .4) 100%), url(/cms/combi/images/english/page-header-english-sp.jpg) lightgray 50%/cover no-repeat;
  }
}

.p-page-header__title.p-page-header__title--en {
  font-family: "Raleway", "noto sans jp", sans-serif;
}

.p-page-img img {
  width: auto;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-page-img img {
    border-radius: 1.2rem;
  }
}

.p-page-img.p-page-img--100 img {
  width: 100%;
}

.p-page-link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
@media screen and (max-width: 520px) {
  .p-page-link {
    grid-template-columns: 1fr;
  }
}
.p-page-link--6col {
  grid-template-columns: repeat(6, 1fr);
}
.p-page-link--2col {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 520px) {
  .p-page-link--2col-sp {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-page-link__item:nth-child(1) a {
  border-radius: 0.8rem 0 0 0.8rem;
}
@media screen and (max-width: 520px) {
  .p-page-link__item:nth-child(1) a {
    border-radius: 0.8rem 0.8rem 0 0;
  }
}

.p-page-link__item:last-child a {
  border-radius: 0 0.8rem 0.8rem 0;
}
@media screen and (max-width: 520px) {
  .p-page-link__item:last-child a {
    border-radius: 0 0 0.8rem 0.8rem;
  }
}

.p-page-link__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.8;
  background-color: #F7F5F0;
  letter-spacing: 0.1em;
  padding: 1.2rem 1.6rem;
  width: 100%;
  height: 100%;
  min-height: 7.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-page-link__item a {
    font-size: 1.3rem;
    padding: 1.6rem 1.6rem;
    min-height: 6rem;
  }
}

.p-page-link__item a::after {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(/cms/combi/images/icon-btn-bottom.svg) no-repeat center center/contain;
  margin-left: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .p-page-link__item a::after {
    margin-left: 0.6rem;
  }
}

@media (hover: hover) {
  .p-page-link__item a:hover {
    opacity: 0.5;
  }
}
.p-page-link.p-page-link--special .p-page-link__item a {
  min-height: 6rem;
}

.p-page-subHeader {
  padding-top: 7rem;
  padding-bottom: 7.4rem;
}
@media screen and (max-width: 520px) {
  .p-page-subHeader {
    padding-top: 2.4rem;
    padding-bottom: 0;
  }
}

.p-page-subHeader__body {
  margin-top: 2.6rem;
}
@media screen and (max-width: 520px) {
  .p-page-subHeader__body {
    margin-top: 0;
    min-height: 14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.p-page-subHeader__title {
  color: #484848;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-page-subHeader__title {
    font-size: 2.4rem;
  }
}

.p-page__body {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 28.2rem;
}
@media screen and (max-width: 960px) {
  .p-page__body {
    display: block;
    overflow: hidden;
    margin-top: 2.4rem;
    margin-bottom: 8rem;
  }
}

.p-page__main {
  width: 72.6666666667%;
}
@media screen and (max-width: 960px) {
  .p-page__main {
    width: 100%;
  }
}

.p-page__sidebar {
  width: 22%;
}
@media screen and (max-width: 960px) {
  .p-page__sidebar {
    width: 100%;
    margin-top: 6.4rem;
  }
}

#products .p-page__body {
  display: block;
  margin-top: 8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  #products .p-page__body {
    margin-top: 0;
  }
}

#ikujinohonto .p-page__body {
  margin-top: 0;
}

.p-page__body.p-page__body--mt0 {
  margin-top: 0;
}
@media screen and (max-width: 520px) {
  .p-page__body.p-page__body--mt0 {
    margin-top: 2rem;
  }
}

#topics .p-page__body {
  margin-bottom: 10rem;
}
@media screen and (max-width: 520px) {
  #topics .p-page__body {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
}

#special .p-page__body {
  display: block;
  margin-top: 8rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 520px) {
  #special .p-page__body {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
}

#special-brand .p-page__body {
  display: block;
  margin-top: 0rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 520px) {
  #special-brand .p-page__body {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
}

#english .p-page__body {
  margin-bottom: 0rem;
}
@media screen and (max-width: 520px) {
  #english .p-page__body {
    margin-top: 4rem;
    margin-bottom: 8rem;
  }
}

#english-message .p-page__body {
  margin-bottom: 0rem;
}
@media screen and (max-width: 520px) {
  #english-message .p-page__body {
    margin-top: 4rem;
    margin-bottom: 8rem;
  }
}

#soudan .p-page__body {
  margin-bottom: 10rem;
}

.p-product-items {
  background-color: #FCFCFA;
  border-radius: 1.6rem;
  padding: 4rem 6.4rem 4rem 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4.8rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-product-items {
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .p-product-items {
    padding: 2rem 2.4rem 2.4rem 2.4rem;
    display: block;
  }
}

.p-product-items::before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 1px;
  background-color: #F0BD47;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-product-items__spBtn {
  display: none;
}
@media screen and (max-width: 520px) {
  .p-product-items__spBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    padding-right: 5rem;
  }
}

.p-product-items__spBtnt-img {
  width: 8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-product-items__spBtnt-img img {
  width: 100%;
  height: auto;
}

.p-product-items__spBtnt-title {
  color: #484848;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 1.6rem;
  text-align: left;
}

.p-product-items__spBtnt-title::after {
  content: attr(data-en);
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #F0BD47;
  font-size: 1rem;
  letter-spacing: 0.09em;
  margin-top: 0.6rem;
}

.p-product-items__spBtnt-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #DEDAD3;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-product-items__spBtnt-icon::before {
  content: "";
  width: 1.2rem;
  height: 1px;
  background-color: #F0BD47;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-product-items__spBtnt-icon::after {
  content: "";
  width: 1px;
  height: 1.2rem;
  background-color: #F0BD47;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-product-items__spBtn.is-active .p-product-items__spBtnt-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-product-items::before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 1px;
  background-color: #F0BD47;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-product-items__parent {
  width: 15rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .p-product-items__parent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 40rem;
    margin-inline: auto;
  }
}

@media (hover: hover) {
  .p-product-items__parent:hover {
    opacity: 0.7;
  }
}
.p-product-items__parent::after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/cms/combi/images/icon-circle-arrow-yellow.svg) no-repeat center center/contain;
  margin-top: 1.2rem;
}

.p-product-items__parent-img {
  width: 15rem;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .p-product-items__parent-img {
    margin-inline: initial;
  }
}

.p-product-items__parent-img img {
  width: 100%;
  height: auto;
}

.p-product-items__parent-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.1rem;
}

.p-product-items__parent-title::after {
  content: attr(data-en);
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #F0BD47;
  font-size: 1.2rem;
  letter-spacing: 0.09em;
  font-weight: 500;
  margin-top: 0.8rem;
}

.p-product-items__child {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2rem;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
}
@media screen and (max-width: 960px) {
  .p-product-items__child {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .p-product-items__child {
    display: block;
  }
}

.p-product-items__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 520px) {
  .p-product-items__content {
    display: none;
  }
}

.p-product-items__child-item {
  border-bottom: 1px solid #EBE6DF;
}

@media screen and (max-width: 520px) {
  .p-product-items__child-item:first-child {
    border-top: 1px solid #EBE6DF;
  }
}

.p-product-items__child-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-product-items__child-link {
    padding: 1.2rem 0;
  }
}

.p-product-items__child-link::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(/cms/combi/images/icon-link-yellow.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 3.6rem;
}
@media screen and (max-width: 520px) {
  .p-product-items__child-link::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (hover: hover) {
  .p-product-items__child-link:hover {
    opacity: 0.7;
  }
}
.p-product-items__child-img {
  width: 8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 520px) {
  .p-product-items__child-img {
    width: 5.6rem;
  }
}

.p-product-items__child-img img {
  width: 100%;
  height: auto;
}

.p-product-items__child-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: left;
  padding: 1.4rem 2.8rem 1.4rem 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 520px) {
  .p-product-items__child-title {
    font-size: 1.3rem;
    padding: 0.7rem 2.8rem 0rem 0rem;
    margin-left: 1.2rem;
  }
}

.p-product-items__spLink {
  display: none;
}
@media screen and (max-width: 520px) {
  .p-product-items__spLink {
    display: block;
    margin-top: 1.25rem;
    text-align: center;
  }
}

.p-top-product__list02.p-top-product__list02--brown::before {
  background-color: #8E7860;
}

.p-top-product__list02.p-top-product__list02--brown .p-product-items__spBtnt-title::after {
  color: #8E7860;
}

.p-top-product__list02.p-top-product__list02--brown .p-product-items__parent-title::after {
  color: #8E7860;
}

.p-top-product__list02.p-top-product__list02--brown .p-product-items__parent::after {
  background: url(/cms/combi/images/icon-circle-arrow-brown.svg) no-repeat center center/contain;
}

.p-top-product__list02.p-top-product__list02--brown .p-product-items__child-link::after {
  background: url(/cms/combi/images/icon-link-brown.svg) no-repeat center center/contain;
}

.p-top-product__list02.p-top-product__list02--brown .p-product-items__spBtnt-icon::after {
  background-color: #8E7860;
}

.p-top-product__list02.p-top-product__list02--brown .p-product-items__spBtnt-icon::before {
  background-color: #8E7860;
}

.p-top-product__notice {
  margin-top: 2.4rem;
}

.p-top-product__notice a {
  display: inline-block;
  width: 100%;
  background-color: #E57017;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 1.6rem 7.6rem 1.6rem 7.6rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .p-top-product__notice a {
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 2rem 6rem 2rem 6rem;
  }
}

.p-top-product__notice a::before {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/cms/combi/images/icon-notice.svg) no-repeat center center/contain;
  position: absolute;
  left: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .p-top-product__notice a::before {
    width: 3rem;
    height: 3rem;
    left: 2rem;
  }
}

.p-top-product__notice a::after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/cms/combi/images/icon-circle-arrow02.svg) no-repeat center center/contain;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 520px) {
  .p-top-product__notice a::after {
    width: 3rem;
    height: 3rem;
    right: 2rem;
  }
}

@media (hover: hover) {
  .p-top-product__notice a:hover {
    opacity: 0.7;
  }
}
.p-products-imgSec01 {
  padding-bottom: 4.2rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec01 {
    padding-bottom: 6.6rem;
    padding-top: 6.2rem;
  }
}

.p-products-imgSec01__inner {
  position: relative;
}

.p-products-imgSec01__inner::before {
  content: "";
  display: inline-block;
  width: 19rem;
  height: 8.5rem;
  background: url(/cms/combi/images/products/products-img01.png) no-repeat center center/contain;
  position: absolute;
  right: 3rem;
  bottom: -5rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec01__inner::before {
    width: 11.2rem;
    height: 5rem;
    right: 7.5rem;
    bottom: -6.5rem;
  }
}

@media screen and (max-width: 520px) {
  .p-products-imgSec01__inner::after {
    content: "";
    display: inline-block;
    width: 9.6rem;
    height: 7rem;
    background: url(/cms/combi/images/products/products-img02.png) no-repeat center center/contain;
    position: absolute;
    right: 2.4rem;
    top: -4.8rem;
  }
}

@media screen and (max-width: 520px) {
  .p-products-imgSec01__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-products-imgSec01__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 15rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec01__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-right: 0;
  }
}

.p-products-imgSec01__image01 {
  width: 57.1428571429%;
  margin-top: 10.5rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec01__image01 {
    width: 67.4666666667%;
    margin-top: 2.9rem;
  }
}

.p-products-imgSec01__images {
  width: 34.8571428571%;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec01__images {
    width: 76.5333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 1.6rem;
  }
}

.p-products-imgSec01__body {
  margin-top: 12.2rem;
}

@media screen and (max-width: 520px) {
  .p-products-imgSec01__image02 {
    width: 40.4181184669%;
    margin-top: 6.3rem;
  }
}

@media screen and (max-width: 520px) {
  .p-products-imgSec01__image03 {
    width: 54.0069686411%;
  }
}

.p-products-imgSec01__image01 img,
.p-products-imgSec01__image02 img,
.p-products-imgSec01__image03 img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}

@media screen and (max-width: 520px) {
  .p-products-imgSec01__image01 img {
    border-radius: 0 0.8rem 0.8rem 0;
  }
}

@media screen and (max-width: 520px) {
  .p-products-imgSec01__image02 img {
    border-radius: 0.8rem;
  }
}

@media screen and (max-width: 520px) {
  .p-products-imgSec01__image03 img {
    border-radius: 0 0.8rem 0.8rem 0;
  }
}

.p-products-imgSec02 {
  padding-top: 7.1rem;
  padding-bottom: 12rem;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec02 {
    padding-top: 0rem;
    padding-bottom: 6.4rem;
  }
}

.p-products-imgSec02__inner {
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec02__inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 9rem;
  }
}

.p-products-imgSec02__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 31.5rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec02__images {
    padding-left: 0;
    position: relative;
    z-index: 2;
  }
}

.p-products-imgSec02__image01 {
  width: 32.5842696629%;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec02__image01 {
    width: 32.5333333333%;
    position: relative;
    z-index: 2;
  }
}

.p-products-imgSec02__inner::before {
  content: "";
  display: inline-block;
  width: 25rem;
  height: 20.5rem;
  background: url(/cms/combi/images/products/products-img04.png) no-repeat center center/contain;
  position: absolute;
  top: 11rem;
  left: 2rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec02__inner::before {
    width: 12.1rem;
    height: 9.9rem;
    top: 4rem;
    left: 10.4rem;
  }
}

.p-products-imgSec02__image02 {
  width: 55.8426966292%;
  margin-top: 11rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec02__image02 {
    width: 55.7333333333%;
    margin-top: 4.5rem;
  }
}

.p-products-imgSec02__image03 {
  margin-left: calc(50% - 50vw);
  margin-right: 29rem;
  margin-top: 10rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec02__image03 {
    width: 87.2%;
    margin-top: 4rem;
  }
}

.p-products-imgSec02__image01 img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec02__image01 img {
    border-radius: 0 0.8rem 0.8rem 0;
  }
}

.p-products-imgSec02__image02 img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec02__image02 img {
    border-radius: 0.8rem 0 0 0.8rem;
  }
}

.p-products-imgSec02__image03 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 1.6rem 1.6rem 0;
  max-height: 70.5rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec02__image03 img {
    border-radius: 0 0.8rem 0.8rem 0;
  }
}

.p-products-imgSec03 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec03 {
    padding-top: 4rem;
    padding-bottom: 19.4rem;
  }
}

.p-products-imgSec03__inner {
  position: relative;
}

.p-products-imgSec03__inner::after {
  content: "";
  display: inline-block;
  width: 20.3rem;
  height: 18rem;
  background: url(/cms/combi/images/products/products-img06.png) no-repeat center center/contain;
  position: absolute;
  top: 37%;
  right: 13rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec03__inner::after {
    width: 9.1rem;
    height: 8.1rem;
    right: inherit;
    top: 20.3rem;
    left: 9.7rem;
  }
}

@media screen and (max-width: 520px) {
  .p-products-imgSec03__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-products-imgSec03__images {
  padding-right: 39.5rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-products-imgSec03__images {
    padding-right: 30%;
  }
}
@media screen and (max-width: 520px) {
  .p-products-imgSec03__images {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
  }
}

.p-products-imgSec03__image01 {
  width: 41rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec03__image01 {
    width: 45.0666666667%;
    margin-top: 0;
  }
}

.p-products-imgSec03__image02 {
  width: 40.2rem;
  margin-left: auto;
  margin-top: 5.8rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec03__image02 {
    width: 48.2666666667%;
    margin-top: 8rem;
  }
}

.p-products-imgSec03__image01 img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec03__image01 img {
    border-radius: 0 0.8rem 0.8rem 0;
  }
}

.p-products-imgSec03__image02 img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-products-imgSec03__image02 img {
    border-radius: 0.8rem 0 0 0.8rem;
  }
}

.p-products-main {
  padding-top: 7rem;
  padding-bottom: 12rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 240, 228, 0)), color-stop(17%, rgba(244, 237, 224, .46)), to(#F0E9DD));
  background: linear-gradient(180deg, rgba(247, 240, 228, 0) 0%, rgba(244, 237, 224, .46) 17%, #F0E9DD 100%);
}
@media screen and (max-width: 520px) {
  .p-products-main {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 240, 228, 0)), color-stop(17.5%, rgba(240, 233, 221, .9)), to(#F0E9DD));
    background: linear-gradient(180deg, rgba(247, 240, 228, 0) 0%, rgba(240, 233, 221, .9) 17.5%, #F0E9DD 100%);
  }
}

.p-products-main__title {
  position: relative;
}

.p-products-main__title::before {
  content: "";
  display: inline-block;
  width: 13.7rem;
  height: 12.7rem;
  background: url(/cms/combi/images/products/products-img03.png) no-repeat center center/contain;
  position: absolute;
  bottom: -3rem;
  left: calc(50% + 18rem);
}
@media screen and (max-width: 520px) {
  .p-products-main__title::before {
    width: 8.3rem;
    height: 7.7rem;
    bottom: -7.5rem;
    left: calc(50% + 8rem);
  }
}

.p-products-main__items {
  margin-top: 7.5rem;
}

.p-products-main__item:nth-child(n+2) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-products-main__item:nth-child(n+2) {
    margin-top: 1.6rem;
  }
}

.p-products-main__item:nth-child(even) .p-card08__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 520px) {
  .p-products-main__item:nth-child(even) .p-card08__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-products-slider {
  padding-bottom: 11rem;
}
@media screen and (max-width: 520px) {
  .p-products-slider {
    padding-bottom: 5.7rem;
  }
}

.p-products-slider__swiper {
  margin-right: calc(50% - 50vw);
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
.p-products-slider__swiper .swiper-slide > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-products-slider__swiper .swiper-horizontal > .swiper-scrollbar, .p-products-slider__swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 95.2rem;
  width: 79.3333333333%;
  height: 2px;
  bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-products-slider__swiper .swiper-horizontal > .swiper-scrollbar, .p-products-slider__swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 1.25rem;
    width: 19rem;
    width: calc(100% - 25rem);
  }
}
@media screen and (max-width: 520px) {
  .p-products-slider__swiper .swiper-horizontal > .swiper-scrollbar, .p-products-slider__swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: calc(100% - 13rem);
  }
}
.p-products-slider__swiper .swiper-button-prev,
.p-products-slider__swiper .swiper-button-next {
  height: 4.8rem;
  width: 8rem;
  bottom: 0;
  top: auto;
  top: initial;
}
@media screen and (max-width: 520px) {
  .p-products-slider__swiper .swiper-button-prev,
  .p-products-slider__swiper .swiper-button-next {
    width: 5rem;
    height: 3.2rem;
  }
}
.p-products-slider__swiper .swiper-button-next {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.p-products-slider__swiper .swiper-button-prev {
  position: absolute;
  left: inherit;
  right: 8.8rem;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 520px) {
  .p-products-slider__swiper .swiper-button-prev {
    right: 5.2rem;
  }
}
.p-products-slider__swiper .swiper-button-prev::after,
.p-products-slider__swiper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4.8rem;
  margin: auto;
  width: 8rem;
  margin: 0;
}
.p-products-slider__swiper .swiper-button-prev::after {
  background: url(/cms/combi/images/icon-slide-arrow.svg) no-repeat center center/contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-products-slider__swiper .swiper-button-next::after {
  background: url(/cms/combi/images/icon-slide-arrow.svg) no-repeat center center/contain;
}

.p-products-slider__swiper-slide:nth-child(even) {
  margin-top: 4.8rem;
}
@media screen and (max-width: 520px) {
  .p-products-slider__swiper-slide:nth-child(even) {
    margin-top: 2.2rem;
  }
}

.p-card07.p-card07--lg {
  min-height: 54rem;
}
@media screen and (max-width: 520px) {
  .p-card07.p-card07--lg {
    min-height: 35.3rem;
  }
}

.p-products-technology {
  padding-top: 19rem;
  padding-bottom: 6.4rem;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20rem, #F7F5F0));
  background: linear-gradient(#fff 0% 20rem, #F7F5F0 20rem 100%);
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .p-products-technology {
    padding-top: 8rem;
  }
}

.p-products-technology::after {
  content: "";
  display: inline-block;
  width: 192rem;
  height: 52rem;
  width: 100%;
  background: url(/cms/combi/images/bg01.png) no-repeat top center/cover;
  position: absolute;
  top: 0rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 520px) {
  .p-products-technology::after {
    height: 30rem;
    background: url(/cms/combi/images/bg01-sp.png) no-repeat top center/cover;
  }
}

.p-products-technology__title {
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-products-technology__title {
    padding-bottom: 9rem;
  }
}

.p-products-technology__title::after {
  content: "";
  display: inline-block;
  width: 16rem;
  height: 13.3rem;
  background: url(../images/products/products-img05.png) no-repeat center/contain;
  position: absolute;
  bottom: -8rem;
  left: calc(50% + 19.7rem);
}
@media screen and (max-width: 520px) {
  .p-products-technology__title::after {
    width: 10rem;
    height: 8.3rem;
    bottom: 0;
    left: calc(50% + 4rem);
  }
}

.p-products-technology__inner {
  position: relative;
  z-index: 2;
}

.p-products-technology__slider-area {
  margin-top: 16.3rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-products-technology__slider-area {
    margin-top: 2.3rem;
  }
}

.p-row-box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 520px) {
  .p-row-box01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}

.p-row-box01__body {
  width: 50%;
}
@media screen and (max-width: 520px) {
  .p-row-box01__body {
    width: 100%;
  }
}

.p-row-box01__title {
  color: #E57017;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-row-box01__title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}

.p-row-box01__img {
  width: 50%;
}
@media screen and (max-width: 520px) {
  .p-row-box01__img {
    width: 100%;
  }
}

.p-row-box01__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}

.p-row-box01__img--43 img {
  aspect-ratio: 416/312;
}
@media screen and (max-width: 520px) {
  .p-row-box01__img--43 img {
    aspect-ratio: 327/245.25;
  }
}

.p-row-box01.p-row-box01--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 520px) {
  .p-row-box01.p-row-box01--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-row-box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 520px) {
  .p-row-box02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 520px) {
  .p-row-box02--inherit {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}

.p-row-box02__body {
  width: 50%;
}
@media screen and (max-width: 520px) {
  .p-row-box02__body {
    width: 100%;
  }
}

.p-row-box02__title {
  color: #E57017;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-row-box02__title {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }
}

.p-row-box02__img {
  width: 50%;
}
@media screen and (max-width: 520px) {
  .p-row-box02__img {
    width: 100%;
  }
}

.p-row-box02__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}

.p-row-box02__img--43 img {
  aspect-ratio: 416/312;
}
@media screen and (max-width: 520px) {
  .p-row-box02__img--43 img {
    aspect-ratio: 327/245.25;
  }
}

.p-row-box02.p-row-box02--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 520px) {
  .p-row-box02.p-row-box02--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-sec02__text {
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-sec02__text {
    margin-top: 1.2rem;
  }
}

.p-special__link {
  max-width: 87.2rem;
  margin-inline: auto;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-special__link {
    margin-bottom: 4rem;
  }
}

.p-special__item:nth-child(n+2) {
  margin-top: 6.4rem;
}
@media screen and (max-width: 520px) {
  .p-special__item:nth-child(n+2) {
    margin-top: 8rem;
  }
}

.p-special__item-title {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-top: 3.2rem;
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 520px) {
  .p-special__item-title {
    font-size: 2rem;
    padding-top: 2rem;
    margin-bottom: 3.2rem;
  }
}

.p-special__item-title::before {
  content: "";
  display: inline-block;
  width: 7rem;
  height: 1px;
  background-color: #E57017;
  position: absolute;
  top: 0;
  left: 0;
}

.p-special__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  row-gap: 4rem;
}
@media screen and (max-width: 520px) {
  .p-special__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    row-gap: 2.4rem;
  }
}

.p-special__item-btn {
  text-align: right;
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .p-special__item-btn {
    margin-top: 2.4rem;
  }
}

.p-special__pagination {
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .p-special__pagination {
    margin-top: 3.6rem;
  }
}

.p-sidebar {
  padding-right: 5.6rem;
  border-right: 1px solid #EBE6DF;
}
@media screen and (max-width: 960px) {
  .p-sidebar {
    display: none;
  }
}

.p-sidebar--soudan {
  padding-right: 5.6rem;
  border-right: 1px solid #EBE6DF;
}
@media screen and (max-width: 960px) {
  .p-sidebar--soudan {
    display: none;
  }
}

.p-sidebar--soudan .p-sidebar__subnav-item a {
  letter-spacing: 0.05;
}

.p-sidebar--topics {
  padding-right: 5.6rem;
  border-right: 1px solid #EBE6DF;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-sidebar--topics {
    padding-right: 0;
    border-top: 2px solid #EBE6DF;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    padding-top: 4rem;
    width: 100vw;
    margin-top: 8rem;
  }
}

@media screen and (max-width: 960px) {
  .p-sidebar__about {
    display: none;
  }
}

.p-sidebar__about-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-right: 3.6rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-sidebar__about-link.p-sidebar__about-link--en {
  font-weight: 500;
}

.p-sidebar__about-link.current {
  color: #E57017;
}

.p-sidebar__about-link.current::after {
  background: url(/cms/combi/images/icon-circle-arrow-orange.svg) no-repeat center center/contain;
}

.p-sidebar__about-link.current .p-sidebar__about-en {
  font-size: 1rem;
  color: #808080;
}

.p-sidebar__about-link::after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/cms/combi/images/icon-circle-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-sidebar__about-en {
  display: block;
  color: #E57017;
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.09em;
}

.p-sidebar__nav {
  margin-top: 3rem;
  padding: 2.4rem 0;
  border-top: 1px solid #EBE6DF;
  border-bottom: 1px solid #EBE6DF;
}
@media screen and (max-width: 960px) {
  .p-sidebar__nav {
    display: none;
  }
}
.p-sidebar__nav-item:nth-child(n+2) {
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-sidebar__nav-item:nth-child(n+2) {
    margin-top: 1rem;
  }
}

.p-sidebar__nav-title {
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  .p-sidebar__nav-title {
    font-size: 1.3rem;
  }
}

.p-sidebar__subnav-list {
  padding-left: 0.8rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 520px) {
  .p-sidebar__subnav-list {
    margin-top: 0.3rem;
  }
}

.p-sidebar--soudan .p-sidebar__subnav-item a {
  letter-spacing: 0.08em;
}

.p-sidebar__subnav-item a {
  display: block;
  color: #5C5C5C;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.5rem 0;
}
.p-sidebar__subnav-item a span {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 520px) {
  .p-sidebar__subnav-item a span {
    display: inline-block;
  }
}
@media screen and (max-width: 520px) {
  .p-sidebar__subnav-item a {
    padding: 0.3rem 0;
    font-size: 1.3rem;
  }
}

.p-sidebar__subnav-item a.current {
  color: #E57017;
}

.p-sidebar__subnav-item:nth-child(n+2) {
  margin-top: 0.1rem;
}
@media screen and (max-width: 520px) {
  .p-sidebar__subnav-item:nth-child(n+2) {
    margin-top: 0.4rem;
  }
}

.p-sidebar__sns-list {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.2rem;
}
@media screen and (max-width: 960px) {
  .p-sidebar__sns-list {
    display: none;
  }
}

.p-sidebar__sns-item a {
  background-color: #F7F5F0;
  padding: 1rem 1.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-sidebar__sns-item a {
    font-size: 1.2rem;
    padding: 1.2rem 1.2rem;
  }
}

.p-sidebar__sns-item a::before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.2rem;
}
@media screen and (max-width: 520px) {
  .p-sidebar__sns-item a::before {
    margin-right: 0.7rem;
  }
}

.p-sidebar__sns-item.p-sidebar__sns-item--campaign a::before {
  background: url(/cms/combi/images/icon-flag-circle.svg) no-repeat center center/contain;
}

.p-sidebar__sns-item.p-sidebar__sns-item--x a::before {
  background: url(/cms/combi/images/icon-x-circle.svg) no-repeat center center/contain;
}

.p-sidebar__sns-item.p-sidebar__sns-item--youtube a::before {
  background: url(/cms/combi/images/icon-youtube-circle.svg) no-repeat center center/contain;
}

.p-sidebar__sns-item.p-sidebar__sns-item--instagram a::before {
  background: url(/cms/combi/images/icon-instagram-circle.svg) no-repeat center center/contain;
}

.p-sidebar__sns-item:first-child a {
  border-radius: 0.8rem 0.8rem 0 0;
}
@media screen and (max-width: 520px) {
  .p-sidebar__sns-item:first-child a {
    border-radius: 0.8rem 0 0 0;
  }
}

@media screen and (max-width: 520px) {
  .p-sidebar__sns-item:nth-child(2) a {
    border-radius: 0 0.8rem 0 0;
  }
}

@media screen and (max-width: 520px) {
  .p-sidebar__sns-item:nth-child(2) a {
    border-radius: 0 0.8rem 0;
  }
}

@media screen and (max-width: 520px) {
  .p-sidebar__sns-item:nth-last-child(2) a {
    border-radius: 0 0 0 0.8rem;
  }
}

@media screen and (max-width: 520px) {
  .p-sidebar__sns-item:last-child a {
    border-radius: 0 0 0 0.8rem;
  }
}

.p-sidebar__sns-item:last-child a {
  border-radius: 0 0 0.8rem 0.8rem;
}
@media screen and (max-width: 520px) {
  .p-sidebar__sns-item:last-child a {
    border-radius: 0 0 0.8rem 0;
  }
}

.p-sidebar__link-list {
  margin-top: 2.4rem;
}
@media screen and (max-width: 960px) {
  .p-sidebar__link-list {
    max-width: 50rem;
    margin-inline: auto;
    margin-top: 0;
  }
}

.p-sidebar__link-item a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-sidebar__link-item a img {
  width: 100%;
  height: auto;
}

@media (hover: hover) {
  .p-sidebar__about-link:hover::after {
    background: url(/cms/combi/images/icon-circle-arrow-orange.svg) no-repeat center center/contain;
  }
  .p-sidebar__subnav-item a:hover {
    opacity: 0.5;
  }
  .p-sidebar__sns-item a:hover {
    opacity: 0.5;
  }
  .p-sidebar__link-item a:hover {
    opacity: 0.7;
  }
}
@media (hover: hover) {
  .p-sidebar__subnav-item a:hover {
    color: #E57017;
    opacity: 1;
  }
  .p-sidebar__btn-link:hover::after {
    background: url(/cms/combi/images/icon-circle-arrow-orange.svg) no-repeat center center/contain;
  }
  .p-sidebar__archive-link:hover {
    opacity: 0.5;
  }
}
.p-sidebar__btn a {
  display: block;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding-right: 3.6rem;
  position: relative;
  border-bottom: 1px solid #EBE6DF;
}
.p-sidebar__btn a:first-child {
  padding-top: 0;
}

.p-sidebar__btn a:first-child::after {
  top: 34%;
}

.p-sidebar__btn a::after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/cms/combi/images/icon-circle-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-sidebar__btn-en {
  color: #E57017;
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-weight: 500;
  letter-spacing: 0.09em;
  display: block;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 520px) {
  .p-sidebar__btn-en {
    font-size: 1rem;
  }
}

.p-sidebar__btn-link.current {
  color: #E57017;
}

.p-sidebar__btn-link.current .p-sidebar__btn-en {
  font-size: 1rem;
  color: #808080;
}

.p-sidebar__archive {
  margin-top: 2.4rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #EBE6DF;
}
@media screen and (max-width: 520px) {
  .p-sidebar__archive {
    margin-bottom: 3.2rem;
  }
}

.p-sidebar__archive-item:nth-child(n+2) {
  margin-top: 0.1rem;
}

.p-sidebar__archive-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 520px) {
  .p-sidebar__archive-title {
    font-size: 1.3rem;
  }
}

.p-sidebar__archive-link {
  display: block;
  color: #5C5C5C;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 0.8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-sidebar__archive-link {
    font-size: 1.3rem;
  }
}

.p-sidebar__archive-link.current {
  color: #E57017;
}

.p-page__sidebar.p-sidebar--en {
  padding-right: 5.6rem;
  border-right: 1px solid #EBE6DF;
  padding-bottom: 10rem;
}
@media screen and (max-width: 960px) {
  .p-page__sidebar.p-sidebar--en {
    display: none;
  }
}

.p-sidebar__nav-list:nth-child(n+2) {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #EBE6DF;
}

.p-station-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 520px) {
  .p-station-list {
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
  }
}

.p-station-list__item {
  border-radius: 1.2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-station-list__btn {
  padding: 2rem 2.4rem 2rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #FCFCFA;
  border-radius: 1.2rem;
}

.p-station-list__btn.open {
  border-radius: 1.2rem 1.2rem 0 0;
}

.p-station-list__btn::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1px;
  background-color: #8E7860;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-station-list__btn-title {
  color: #484848;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 520px) {
  .p-station-list__btn-title {
    font-size: 1.4rem;
  }
}

.p-station-list__btn-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #DEDAD3;
  border-radius: 50%;
  margin-left: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.p-station-list__btn-icon::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1px;
  background-color: #8E7860;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-station-list__btn-icon::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.2rem;
  background-color: #8E7860;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-station-list__content {
  padding: 1.2rem 2.4rem 2.4rem 2.4rem;
  background-color: #FCFCFA;
  position: relative;
  border-radius: 0 0 1.2rem 1.2rem;
  background-color: #FCFCFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-station-list__content::before {
  content: "";
  display: inline-block;
  width: 28.7rem;
  height: 1px;
  background-color: #EBE6DF;
  position: absolute;
  top: 0;
  left: 2.4rem;
}

.p-station-list__content-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 520px) {
  .p-station-list__content-title {
    font-size: 1.4rem;
  }
}

.p-station-list__content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.2rem;
}

.p-station-list__content-img {
  width: 9.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-station-list__content-img img {
  width: 100%;
  height: auto;
}

.p-station-list__content-area {
  color: #E57017;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-left: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 520px) {
  .p-station-list__content-area {
    margin-left: 1.2rem;
  }
}

.p-station-list__content-area::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 2.2rem;
  background: url(/cms/combi/images/icon-location-orange.svg) no-repeat center center/contain;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-station-list__content-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 520px) {
  .p-station-list__content-text {
    font-size: 1.4rem;
  }
}

.p-station-list__content-btn {
  margin-top: auto;
}

.p-station-list__btn.open .p-station-list__btn-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  background-color: #E57017;
}

.p-station-list__btn.open .p-station-list__btn-icon::before {
  background-color: #E57017;
}

.p-station-list__btn.open::before {
  background-color: #E57017;
}

@media (hover: hover) {
  .p-station-list__btn:hover {
    opacity: 0.7;
  }
}
.p-test {
  color: red;
  font-size: 3.125rem;
}
@media screen and (max-width: 520px) {
  .p-test {
    font-size: 1.5625rem;
  }
}

.p-title-area__title {
  color: #E57017;
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-size: 7.4rem;
  font-weight: 350;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .p-title-area__title {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
  }
}

.p-title-area__link {
  color: #E57017;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-title-area__link {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.07em;
  }
}

.p-title-area__lead {
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-title-area__lead {
    font-size: 2rem;
    margin-top: 2.4rem;
  }
}

.p-title-area__lead span {
  display: inline-block;
}

.p-title-area__text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-title-area__text {
    font-size: 1.3rem;
    line-height: 2.4;
    margin-top: 2.4rem;
  }
}

@media (hover: hover) {
  .p-title-area__link:hover {
    opacity: 0.7;
  }
}
.p-top-about {
  padding-top: 16rem;
  padding-bottom: 12rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 240, 228, 0)), to(#F0E9DD));
  background: linear-gradient(180deg, rgba(247, 240, 228, 0) 0%, #F0E9DD 100%);
  overflow-x: hidden;
}
@media screen and (max-width: 520px) {
  .p-top-about {
    padding-top: 8.2rem;
    padding-bottom: 5.6rem;
  }
}

.p-top-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 520px) {
  .p-top-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-top-about__body {
  width: 43.9166666667%;
  padding-top: 5.2rem;
  min-width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .p-top-about__body {
    width: 39%;
  }
}
@media screen and (max-width: 520px) {
  .p-top-about__body {
    width: 100%;
    padding-top: 5.5rem;
  }
}

@media screen and (max-width: 520px) {
  .p-top-about__title {
    text-align: center;
  }
}

.p-top-about__lead {
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-top-about__lead {
    font-size: 2rem;
    text-align: center;
    margin-top: 2.4rem;
  }
}

.p-top-about__text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.4;
  letter-spacing: 0.1em;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-top-about__text {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 2.4rem;
  }
}

.p-top-about__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 520px) {
  .p-top-about__btn {
    text-align: center;
    margin-top: 2.4rem;
  }
}

.p-top-about__img-area {
  width: 61.6666666667%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 2.5rem;
  padding-left: 9rem;
  padding-bottom: 14.4rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-top-about__img-area {
    padding-left: 5rem;
    padding-bottom: 16rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .p-top-about__img-area {
    width: calc(50vw + 16.3rem);
    margin-left: 0;
    padding-left: 5.1rem;
    padding-bottom: 8rem;
  }
}

.p-top-about__img-area::after {
  content: "";
  display: inline-block;
  width: 76rem;
  height: 76rem;
  border-radius: 50%;
  opacity: 0.07;
  background: #E57017;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
          filter: blur(20px);
  position: absolute;
  top: -6.1rem;
  left: 54%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 520px) {
  .p-top-about__img-area::after {
    width: 30rem;
    height: 30rem;
    top: 0;
  }
}

.p-top-about__img-01 {
  height: 48rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-top-about__img-01 {
    height: 38rem;
  }
}
@media screen and (max-width: 520px) {
  .p-top-about__img-01 {
    height: 20.6rem;
  }
}

.p-top-about__img-01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.6rem 0 0 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-top-about__img-01 img {
    border-radius: 1.2rem 0 0 1.2rem;
  }
}

.p-top-about__img-02 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36rem;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .p-top-about__img-02 {
    width: 31rem;
  }
}
@media screen and (max-width: 520px) {
  .p-top-about__img-02 {
    width: 17.2rem;
  }
}

.p-top-about__img-02 img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-top-about__img-02 img {
    border-radius: 1.2rem;
  }
}

.p-top-about__slider-area {
  position: relative;
  padding-top: 22rem;
}
@media screen and (max-width: 520px) {
  .p-top-about__slider-area {
    padding-top: 6.5rem;
  }
}

.p-top-about__slider-area::before {
  content: "Functions";
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #A6968D;
  font-size: 11rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.09em;
  opacity: 0.08;
  white-space: nowrap;
  position: absolute;
  top: 14rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 520px) {
  .p-top-about__slider-area::before {
    font-size: 5.5rem;
    top: 2.5rem;
  }
}

.p-top-brandStore {
  padding-top: 8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F5F0), color-stop(30.5rem, #fff));
  background: linear-gradient(180deg, #F7F5F0 0% 30.5rem, #fff 30.5rem 100%);
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-top-brandStore {
    padding-top: 4rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#F7F5F0), color-stop(18rem, #fff));
    background: linear-gradient(180deg, #F7F5F0 0% 18rem, #fff 18rem 100%);
  }
}

.p-top-brandStore::before {
  content: "Brand Store";
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #A6968D;
  font-weight: 200;
  font-size: 11rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  opacity: 0.08;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 520px) {
  .p-top-brandStore::before {
    font-size: 5.5rem;
  }
}

.p-top-brandStore__head {
  padding: 8.5rem 8rem;
  border-radius: 2.4rem;
  background: url(/cms/combi/images/top/brand-store01.jpg) no-repeat center center/cover;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-top-brandStore__head {
    padding: 4.8rem 3.2rem;
    background-position: 56% center;
  }
}

.p-top-brandStore__head::after {
  content: "";
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, from(rgba(77, 77, 77, 0)), to(#4D4D4D));
  background: linear-gradient(270deg, rgba(77, 77, 77, 0) 0%, #4D4D4D 100%);
  height: 100%;
  width: 75rem;
  border-radius: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 520px) {
  .p-top-brandStore__head::after {
    width: 100%;
    border-radius: 12px;
    background: rgba(61, 61, 61, .7);
  }
}

.p-top-brandStore__head-body {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .p-top-brandStore__head-body {
    text-align: center;
  }
}

.p-top-brandStore__lead {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  padding: 0.4rem 1rem;
  border-radius: 0.4rem;
}
@media screen and (max-width: 520px) {
  .p-top-brandStore__lead {
    font-size: 1.1rem;
  }
}

.p-top-brandStore__title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-top-brandStore__title {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}

.p-top-brandStore__head-btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-top-brandStore__head-btn {
    margin-top: 2.4rem;
  }
}

.p-top-brandStore__featured {
  margin-top: 9.6rem;
}
@media screen and (max-width: 520px) {
  .p-top-brandStore__featured {
    margin-top: 8rem;
  }
}

.p-top-brandStore__featured-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.2rem;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-top-brandStore__featured-list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    row-gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

.p-top-brandStore__img {
  margin-top: 16rem;
}
@media screen and (max-width: 520px) {
  .p-top-brandStore__img {
    margin-top: 8rem;
  }
}

.p-top-brandStore__img img {
  width: 100%;
  height: auto;
}

.p-top-groupSite {
  padding-top: 14.4rem;
  margin-top: -14.4rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-top-groupSite {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}

.p-top-groupSite__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-top-groupSite__title {
    font-size: 2rem;
    gap: 2rem;
  }
}

.p-top-groupSite__list {
  margin-top: 6.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  row-gap: 4rem;
}
@media screen and (max-width: 520px) {
  .p-top-groupSite__list {
    grid-template-columns: 1fr;
    row-gap: 3.2rem;
    margin-top: 3.2rem;
  }
}

.p-top-lasted {
  padding-top: 9.6rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 520px) {
  .p-top-lasted {
    padding-top: 4rem;
    padding-bottom: 6.4rem;
  }
}

.p-top-link01 {
  padding: 4rem 0;
  background-color: #F7F5F0;
}
@media screen and (max-width: 520px) {
  .p-top-link01 {
    padding: 3.2rem 0;
  }
}

.p-top-link01__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 520px) {
  .p-top-link01__items {
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
  }
}

.p-top-link01__item-link img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.8rem;
}

@media (hover: hover) {
  .p-top-link01__item-link:hover img {
    opacity: 0.7;
  }
}
.p-top-news__list {
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-top-news__list {
    margin-top: 2.4rem;
  }
}

.p-top-news__list-item-link {
  padding: 1.8rem 1.6rem;
  border-top: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-top-news__list-item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.2rem 0;
  }
}

.p-top-news__list-item:last-child {
  border-bottom: 1px solid #EDEDED;
}

.p-top-news__list-item-time {
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #999;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09em;
  min-width: 9.9rem;
}
@media screen and (max-width: 520px) {
  .p-top-news__list-item-time {
    font-size: 1.1rem;
  }
}

.p-top-news__list-title {
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .p-top-news__list-title {
    font-size: 1.3rem;
    margin-top: 0.5rem;
  }
}

.p-top-news__btn {
  text-align: right;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-top-news__btn {
    margin-top: 2.4rem;
  }
}

@media (hover: hover) {
  .p-top-news__list-item-link:hover {
    opacity: 0.5;
  }
}
.p-top-notice {
  padding-top: 12rem;
}
@media screen and (max-width: 520px) {
  .p-top-notice {
    padding-top: 6.4rem;
  }
}

.p-top-pickUp {
  padding-top: 14.4rem;
  padding-bottom: 14.4rem;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 520px) {
  .p-top-pickUp {
    padding-top: 6.4rem;
    padding-bottom: 8rem;
    overflow-x: hidden;
  }
}

.p-top-pickUp::before {
  content: "Information";
  font-size: 11rem;
  color: #A6968D;
  font-family: "Raleway", "noto sans jp", sans-serif;
  font-weight: 200;
  letter-spacing: 0.09em;
  opacity: 0.08;
  position: absolute;
  top: 14.4rem;
  left: calc(50% + 6rem);
}
@media screen and (max-width: 520px) {
  .p-top-pickUp::before {
    font-size: 5.5rem;
    top: 14.2rem;
    left: 0;
    right: auto;
    right: initial;
  }
}

.p-top-pickUp::after {
  content: "";
  display: inline-block;
  width: 80rem;
  height: 80rem;
  border-radius: 50%;
  opacity: 0.07;
  background: #E57017;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
          filter: blur(20px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 14.4rem;
}
@media screen and (max-width: 520px) {
  .p-top-pickUp::after {
    width: 36rem;
    height: 36rem;
    top: 12.7rem;
  }
}

.p-top-pickUp__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-top-pickUp__title {
    font-size: 2rem;
    gap: 2rem;
  }
}

.p-top-pickUp__body {
  margin-top: 6.4rem;
  position: relative;
  padding-bottom: 9.7rem;
}
@media screen and (max-width: 520px) {
  .p-top-pickUp__body {
    margin-top: 4rem;
    padding-bottom: 5.4rem;
  }
}

.p-top-pickUp__slider {
  margin-right: calc(50% - 50vw);
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 95.2rem;
  width: 79.3333333333%;
  height: 2px;
  bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 1.25rem;
    width: 19rem;
    width: calc(100% - 25rem);
  }
}
@media screen and (max-width: 520px) {
  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: calc(100% - 13rem);
  }
}

.swiper-scrollbar-drag {
  background: #E57017;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 4.8rem;
  width: 8rem;
  bottom: 0;
  top: auto;
  top: initial;
}
@media screen and (max-width: 520px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 5rem;
    height: 3.2rem;
  }
}

.swiper-button-next {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.swiper-button-prev {
  position: absolute;
  left: inherit;
  right: 8.8rem;
  bottom: 0;
  z-index: 10;
}
@media screen and (max-width: 520px) {
  .swiper-button-prev {
    right: 5.2rem;
  }
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4.8rem;
  margin: auto;
  width: 8rem;
  margin: 0;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background: url(/cms/combi/images/icon-slide-arrow.svg) no-repeat center center/contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background: url(/cms/combi/images/icon-slide-arrow.svg) no-repeat center center/contain;
}

.p-top-product {
  padding-top: 17rem;
  padding-bottom: 6.4rem;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(20rem, #F7F5F0));
  background: linear-gradient(#fff 0% 20rem, #F7F5F0 20rem 100%);
}
@media screen and (max-width: 520px) {
  .p-top-product {
    padding-top: 7rem;
  }
}

.p-top-product::after {
  content: "";
  display: inline-block;
  width: 192rem;
  height: 52rem;
  width: 100%;
  background: url(/cms/combi/images/bg01.png) no-repeat top center/cover;
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 520px) {
  .p-top-product::after {
    height: 30rem;
    background: url(/cms/combi/images/bg01-sp.png) no-repeat top center/cover;
  }
}

.p-top-product__inner {
  position: relative;
  z-index: 2;
}

.p-top-product__title {
  text-align: center;
}

.p-top-product__lead {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-top-product__lead {
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin-top: 1.6rem;
  }
}

.p-top-product__list01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 960px) {
  .p-top-product__list01 {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .p-top-product__list01 {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
    row-gap: 1.2rem;
    margin-top: 4rem;
  }
}

.p-top-product__list02 {
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-top-product__list02 {
    margin-top: 1.2rem;
  }
}

.p-top-recommend {
  padding-top: 14rem;
  padding-bottom: 16rem;
  background-color: #F7F5F0;
}
@media screen and (max-width: 520px) {
  .p-top-recommend {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

.p-top-recommend__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__title {
    font-size: 2rem;
    gap: 2rem;
  }
}

.p-top-recommend__body {
  margin-top: 6.4rem;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__body {
    margin-top: 3.2rem;
  }
}

.p-top-recommend__item {
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 2.4rem 2.4rem 2.4rem 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__item {
    border-radius: 1.2rem;
    padding: 1.6rem 1.6rem 3.2rem 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-top-recommend__item-body {
  width: 45.390070922%;
  padding-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__item-body {
    width: 100%;
    padding-top: 3.2rem;
    padding-right: 0.8rem;
    padding-left: 0.5rem;
  }
}

.p-top-recommend__item-lead {
  color: #E57017;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 0.4rem 1rem;
  background-color: #F7F5F0;
  display: inline-block;
  border-radius: 0.4rem;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__item-lead {
    font-size: 1rem;
  }
}

.p-top-recommend__item-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 1.6rem;
  padding-bottom: 2.4rem;
  position: relative;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__item-title {
    font-size: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.p-top-recommend__item-title::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 1px;
  background-color: #E57017;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__item-title::after {
    width: 3rem;
  }
}

.p-top-recommend__item-text {
  font-size: 1.6rem;
  font-weight: 350;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__item-text {
    font-size: 1.3rem;
    margin-top: 1.6rem;
    line-height: 2;
  }
}

.p-top-recommend__item-img {
  width: 48.9361702128%;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__item-img {
    width: 100%;
  }
}

.p-top-recommend__item-img img {
  aspect-ratio: 552/412;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__item-img img {
    aspect-ratio: 296/200;
    border-radius: 0.8rem;
  }
}

.p-top-recommend__item-btn {
  margin-top: 1.6rem;
}

.p-top-recommend__item:nth-child(n+2) {
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__item:nth-child(n+2) {
    margin-top: 1.6rem;
  }
}

.p-top-recommend__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 2.4rem 4.8rem 2.4rem 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 1.6rem 1.6rem 3.2rem 1.6rem;
  }
}

.p-top-recommend__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3.2rem;
     -moz-column-gap: 3.2rem;
          column-gap: 3.2rem;
  margin-top: 5.6rem;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__row {
    grid-template-columns: 1fr;
    row-gap: 1.6rem;
    margin-top: 1.6rem;
  }
}

.p-top-recommend__rowItem-link {
  background-color: #fff;
  border-radius: 0.8rem;
  padding: 2.4rem 6.8rem 2.4rem 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__rowItem-link {
    padding: 1.2rem 3.8rem 1.2rem 1.2rem;
  }
}

.p-top-recommend__rowItem-link::after {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/cms/combi/images/icon-circle-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.4rem;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__rowItem-link::after {
    width: 3rem;
    height: 3rem;
    right: 1.2rem;
  }
}

.p-top-recommend__rowItem-img {
  width: 38%;
}
@media screen and (max-width: 520px) {
  .p-top-recommend__rowItem-img {
    width: 37.5939849624%;
  }
}

.p-top-recommend__rowItem-img img {
  aspect-ratio: 166/100;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}

.p-top-recommend__rowItem-title {
  margin-left: 3.2rem;
  width: 68.6354378819%;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .p-top-recommend__rowItem-title {
    font-size: 1.3rem;
    margin-left: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  .p-top-recommend__rowItem-title {
    font-size: 1.3rem;
    width: 56.3909774436%;
    margin-left: 1.6rem;
  }
}

.p-top-recommend__rowItem-title span {
  display: block;
}

@media (hover: hover) {
  .p-top-recommend__item-link:hover {
    opacity: 0.7;
  }
  .p-top-recommend__rowItem-link:hover {
    opacity: 0.7;
  }
}
.p-topics-list__item {
  border-top: 1px solid #EBE6DF;
}

.p-topics-list__item:last-child {
  border-bottom: 1px solid #EBE6DF;
}

.p-topics-list__item-link {
  display: block;
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 520px) {
  .p-topics-list__item-link {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}

.p-topics-list__item-time {
  font-family: "Raleway", "noto sans jp", sans-serif;
  color: #808080;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
@media screen and (max-width: 520px) {
  .p-topics-list__item-time {
    font-size: 1.1rem;
  }
}

.p-topics-list__item-title {
  font-size: 1.4rem;
  font-weight: 350;
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 520px) {
  .p-topics-list__item-title {
    font-size: 1.3rem;
    margin-top: 0.4rem;
  }
}

@media (hover: hover) {
  .p-topics-list__item-link:hover {
    opacity: 0.7;
  }
}
.p-topics__pagination {
  margin-top: 3.2rem;
}

.u-align--center {
  text-align: center !important;
}
.u-align--center-pc {
  text-align: center !important;
}
@media screen and (max-width: 520px) {
  .u-align--center-pc {
    text-align: inherit !important;
  }
}
@media screen and (max-width: 520px) {
  .u-align--center-sp {
    text-align: center !important;
  }
}
@media screen and (max-width: 520px) {
  .u-align--center-sp2 {
    margin: 0 auto;
  }
}

@media screen and (max-width: 520px) {
  .u-desktop {
    display: none;
  }
}

.u-display-block {
  display: block;
}
@media screen and (max-width: 520px) {
  .u-display-block-sp {
    display: block;
  }
}

.u-display-inline-block {
  display: inline-block;
}

.u-display-inline {
  display: inline;
}

img.u-display-inline,
picture.u-display-inline {
  display: inline;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 520px) {
  .u-flex--block-sp {
    display: block;
  }
}
.u-flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.u-flex--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.u-flex--jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-flex--jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.u-flex--jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.u-flex--jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.u-flex--jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.u-flex--aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-flex--aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.u-flex--aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.u-flex--aib {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.u-flex--aist {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.u-grid {
  display: grid;
}
.u-grid--col1 {
  grid-template-columns: 1fr;
}
.u-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 520px) {
  .u-grid--col2 {
    grid-template-columns: 1fr;
  }
}
.u-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 520px) {
  .u-grid--col3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 960px) {
  .u-grid--md-col2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 520px) {
  .u-grid--md-col2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 520px) {
  .u-grid--sp-col1 {
    grid-template-columns: 1fr;
  }
}
.u-grid--colgap24 {
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
}
.u-grid--colgap32 {
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.u-grid--colgap40 {
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
.u-grid--rowgap24 {
  row-gap: 2.4rem;
}
.u-grid--rowgap32 {
  row-gap: 3.2rem;
}
@media screen and (max-width: 520px) {
  .u-grid--sp-rowgap12 {
    row-gap: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  .u-grid--sp-rowgap16 {
    row-gap: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .u-grid--sp-rowgap40 {
    row-gap: 4rem;
  }
}
.u-grid--aline-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.u-grid--justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-iframe iframe {
  width: 100%;
}
.u-iframe--inline iframe {
  background-color: #F7F5F0;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media screen and (max-width: 520px) {
  .u-iframe--inline iframe {
    height: 300px;
  }
}
@media screen and (max-width: 520px) {
  .u-iframe--map iframe {
    height: 300px;
  }
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mt12 {
  margin-top: 1.2rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt12 {
    margin-top: 0.8rem !important;
  }
}

.u-mt16sp4 {
  margin-top: 1.6rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt16sp4 {
    margin-top: 0.4rem !important;
  }
}

.u-mt16 {
  margin-top: 1.6rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt16 {
    margin-top: 1rem !important;
  }
}

.u-mt16sp16 {
  margin-top: 1.6rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt16sp16 {
    margin-top: 1.6rem !important;
  }
}

.u-mt16sp24 {
  margin-top: 1.6rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt16sp24 {
    margin-top: 2.4rem !important;
  }
}

.u-mt24 {
  margin-top: 2.4rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt24 {
    margin-top: 1.6rem !important;
  }
}

.u-mt32 {
  margin-top: 3.2rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt32 {
    margin-top: 2.4rem !important;
  }
}

.u-mt40 {
  margin-top: 4rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt40 {
    margin-top: 3rem !important;
  }
}

.u-mt48sp12 {
  margin-top: 4.8rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt48sp12 {
    margin-top: 1.2rem !important;
  }
}

.u-mt48 {
  margin-top: 4.8rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt48 {
    margin-top: 3.2rem !important;
  }
}

.u-mt56 {
  margin-top: 5.6rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt56 {
    margin-top: 3.6rem !important;
  }
}

.u-mt52 {
  margin-top: 5.2rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt52 {
    margin-top: 3.6rem !important;
  }
}

.u-mt60 {
  margin-top: 6rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt60 {
    margin-top: 3.8rem !important;
  }
}

.u-mt64 {
  margin-top: 6.4rem !important;
}
@media screen and (max-width: 520px) {
  .u-mt64 {
    margin-top: 4rem !important;
  }
}

.u-mr24 {
  margin-right: 2.4rem !important;
}
@media screen and (max-width: 520px) {
  .u-mr24 {
    margin-right: 1.6rem !important;
  }
}

.u-ml24 {
  margin-left: 2.4rem !important;
}
@media screen and (max-width: 520px) {
  .u-ml24 {
    margin-left: 1.6rem !important;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 520px) {
  .u-mobile {
    display: block;
  }
}

.u-text--red {
  color: #E01313;
}
.u-text--accent {
  color: #E57017;
}
.u-text--bold {
  font-weight: bold;
}
.u-text--link {
  color: #E57017;
  text-decoration: underline;
}
.u-text--link:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-text--link__underline {
  text-decoration: underline;
}
.u-text--link__underline:hover {
  text-decoration: none;
}
.u-text--center {
  text-align: center;
}
.u-text--left {
  text-align: left;
}
.u-text--right {
  text-align: right;
}
.u-text--size-sm {
  font-size: 1.3rem;
}
@media screen and (max-width: 520px) {
  .u-text--size-sm-sp {
    font-size: 1.2rem;
  }
}
.u-text--size-xs {
  font-size: 1.1rem;
}
@media screen and (max-width: 520px) {
  .u-text--size-xs-sp {
    font-size: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .u-text--size-13-sp {
    font-size: 1.3rem;
  }
}
.u-text--lh-sm {
  line-height: 1.6;
}

.u- {
  width: 0 !important;
}
.u-w {
  width: 0 !important;
}
.u-w300per {
  width: 300% !important;
}
.u-w300px {
  width: 300px !important;
}
.u-w290per {
  width: 290% !important;
}
.u-w290px {
  width: 290px !important;
}
.u-w280per {
  width: 280% !important;
}
.u-w280px {
  width: 280px !important;
}
.u-w270per {
  width: 270% !important;
}
.u-w270px {
  width: 270px !important;
}
.u-w260per {
  width: 260% !important;
}
.u-w260px {
  width: 260px !important;
}
.u-w250per {
  width: 250% !important;
}
.u-w250px {
  width: 250px !important;
}
.u-w240per {
  width: 240% !important;
}
.u-w240px {
  width: 240px !important;
}
.u-w230per {
  width: 230% !important;
}
.u-w230px {
  width: 230px !important;
}
.u-w220per {
  width: 220% !important;
}
.u-w220px {
  width: 220px !important;
}
.u-w210per {
  width: 210% !important;
}
.u-w210px {
  width: 210px !important;
}
.u-w200per {
  width: 200% !important;
}
.u-w200px {
  width: 200px !important;
}
.u-w190per {
  width: 190% !important;
}
.u-w190px {
  width: 190px !important;
}
.u-w180per {
  width: 180% !important;
}
.u-w180px {
  width: 180px !important;
}
.u-w170per {
  width: 170% !important;
}
.u-w170px {
  width: 170px !important;
}
.u-w160per {
  width: 160% !important;
}
.u-w160px {
  width: 160px !important;
}
.u-w150per {
  width: 150% !important;
}
.u-w150px {
  width: 150px !important;
}
.u-w140per {
  width: 140% !important;
}
.u-w140px {
  width: 140px !important;
}
.u-w130per {
  width: 130% !important;
}
.u-w130px {
  width: 130px !important;
}
.u-w120per {
  width: 120% !important;
}
.u-w120px {
  width: 120px !important;
}
.u-w110per {
  width: 110% !important;
}
.u-w110px {
  width: 110px !important;
}
.u-w100per {
  width: 100% !important;
}
.u-w100px {
  width: 100px !important;
}
.u-w95per {
  width: 95% !important;
}
.u-w95px {
  width: 95px !important;
}
.u-w90per {
  width: 90% !important;
}
.u-w90px {
  width: 90px !important;
}
.u-w85per {
  width: 85% !important;
}
.u-w85px {
  width: 85px !important;
}
.u-w80per {
  width: 80% !important;
}
.u-w80px {
  width: 80px !important;
}
.u-w75per {
  width: 75% !important;
}
.u-w75px {
  width: 75px !important;
}
.u-w70per {
  width: 70% !important;
}
.u-w70px {
  width: 70px !important;
}
.u-w65per {
  width: 65% !important;
}
.u-w65px {
  width: 65px !important;
}
.u-w60per {
  width: 60% !important;
}
.u-w60px {
  width: 60px !important;
}
.u-w55per {
  width: 55% !important;
}
.u-w55px {
  width: 55px !important;
}
.u-w50per {
  width: 50% !important;
}
.u-w50px {
  width: 50px !important;
}
.u-w45per {
  width: 45% !important;
}
.u-w45px {
  width: 45px !important;
}
.u-w40per {
  width: 40% !important;
}
.u-w40px {
  width: 40px !important;
}
.u-w35per {
  width: 35% !important;
}
.u-w35px {
  width: 35px !important;
}
.u-w30per {
  width: 30% !important;
}
.u-w30px {
  width: 30px !important;
}
.u-w25per {
  width: 25% !important;
}
.u-w25px {
  width: 25px !important;
}
.u-w20per {
  width: 20% !important;
}
.u-w20px {
  width: 20px !important;
}
.u-w15per {
  width: 15% !important;
}
.u-w15px {
  width: 15px !important;
}
.u-w10per {
  width: 10% !important;
}
.u-w10px {
  width: 10px !important;
}
.u-w5per {
  width: 5% !important;
}
.u-w5px {
  width: 5px !important;
}
@media screen and (max-width: 520px) {
  .u-w300per-sp {
    width: 300% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w300px-sp {
    width: 80vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w290per-sp {
    width: 290% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w290px-sp {
    width: 77.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w280per-sp {
    width: 280% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w280px-sp {
    width: 74.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w270per-sp {
    width: 270% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w270px-sp {
    width: 72vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w260per-sp {
    width: 260% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w260px-sp {
    width: 69.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w250per-sp {
    width: 250% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w250px-sp {
    width: 66.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w240per-sp {
    width: 240% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w240px-sp {
    width: 64vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w230per-sp {
    width: 230% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w230px-sp {
    width: 61.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w220per-sp {
    width: 220% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w220px-sp {
    width: 58.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w210per-sp {
    width: 210% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w210px-sp {
    width: 56vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w200per-sp {
    width: 200% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w200px-sp {
    width: 53.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w190per-sp {
    width: 190% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w190px-sp {
    width: 50.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w180per-sp {
    width: 180% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w180px-sp {
    width: 48vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w170per-sp {
    width: 170% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w170px-sp {
    width: 45.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w160per-sp {
    width: 160% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w160px-sp {
    width: 42.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w150per-sp {
    width: 150% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w150px-sp {
    width: 40vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w140per-sp {
    width: 140% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w140px-sp {
    width: 37.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w130per-sp {
    width: 130% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w130px-sp {
    width: 34.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w120per-sp {
    width: 120% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w120px-sp {
    width: 32vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w110per-sp {
    width: 110% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w110px-sp {
    width: 29.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w100per-sp {
    width: 100% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w100px-sp {
    width: 26.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w95per-sp {
    width: 95% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w95px-sp {
    width: 25.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w90per-sp {
    width: 90% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w90px-sp {
    width: 24vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w85per-sp {
    width: 85% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w85px-sp {
    width: 22.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w80per-sp {
    width: 80% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w80px-sp {
    width: 21.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w75per-sp {
    width: 75% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w75px-sp {
    width: 20vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w70per-sp {
    width: 70% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w70px-sp {
    width: 18.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w65per-sp {
    width: 65% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w65px-sp {
    width: 17.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w60per-sp {
    width: 60% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w60px-sp {
    width: 16vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w55per-sp {
    width: 55% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w55px-sp {
    width: 14.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w50per-sp {
    width: 50% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w50px-sp {
    width: 13.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w45per-sp {
    width: 45% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w45px-sp {
    width: 12vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w40per-sp {
    width: 40% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w40px-sp {
    width: 10.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w35per-sp {
    width: 35% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w35px-sp {
    width: 9.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w30per-sp {
    width: 30% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w30px-sp {
    width: 8vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w25per-sp {
    width: 25% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w25px-sp {
    width: 6.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w20per-sp {
    width: 20% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w20px-sp {
    width: 5.3333333333vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w15per-sp {
    width: 15% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w15px-sp {
    width: 4vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w10per-sp {
    width: 10% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w10px-sp {
    width: 2.6666666667vw !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w5per-sp {
    width: 5% !important;
  }
}
@media screen and (max-width: 520px) {
  .u-w5px-sp {
    width: 1.3333333333vw !important;
  }
}
.u-w-auto {
  width: auto !important;
}
/*# sourceMappingURL=styles.css.map */
