@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

::-ms-expand {
  display: none;
}

html, body {
  width: 100%;
  min-height: 100%;
  height: auto;
}

:root {
  --transition-duration: .3s;
  --transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  --window-width: tan(atan2(100vw, 1px));
  --pc-lr: clamp(4rem,calc(50% - 80rem),16rem);
  --inner:100rem;
  --innerSp: 32.5rem;
  --fontJA:"Noto Sans JP", sans-serif;
  --fontEN:"Inter", sans-serif;
  --baseColor:#383737;
  --orange:#FFA54B;
  --yellow:#FFEF2E;
  --bg:#FAF7DF;
}

.eng {
  font-family: var(--fontEN);
}

:root {
  --transition-duration: .3s;
  --transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  --window-width: tan(atan2(100vw, 1px));
  --pc-lr: clamp(4rem,calc(50% - 80rem),16rem);
  --inner:100rem;
  --innerSp: 32.5rem;
  --fontJA:"Noto Sans JP", sans-serif;
  --fontEN:"Inter", sans-serif;
  --baseColor:#383737;
  --orange:#FFA54B;
  --yellow:#FFEF2E;
  --bg:#FAF7DF;
}

.eng {
  font-family: var(--fontEN);
}

* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: min(62.5%, 0.7142857143vw);
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  color: var(--baseColor);
  font-family: "A1ゴシック R", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
body * {
  box-sizing: border-box;
  outline: none;
}
@media screen and (max-width: 767px) {
  body sup {
    top: 0.6rem;
  }
  body img {
    width: 100%;
    max-width: inherit;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
}

img, svg {
  display: block;
  max-width: 100%;
}

svg {
  width: 100%;
  height: 100%;
  fill: var(--baseColor);
  overflow: visible;
}

a {
  color: var(--baseColor);
  text-decoration: none;
  transition: opacity 0.3s;
  word-break: break-all;
  cursor: pointer;
}
@media screen and (1025px <= width) {
  a:hover img {
    opacity: 0.7;
  }
}
a img {
  transition: opacity 0.3s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 7rem;
  font-size: 0;
  line-height: 0;
  z-index: 1000;
}
header .logo {
  position: absolute;
  top: 1.6rem;
  left: 2.5rem;
  width: 22rem;
  margin: 0 0 0 0;
}
header #menu {
  display: none;
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  background: url(../img/icon-menu.svg) center center no-repeat;
  background-size: 3rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear;
}
header #menu:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
header #menuclose {
  display: none;
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  background: url(../img/icon-menu2.svg) center center no-repeat;
  background-size: 3rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear;
}
header #menuclose:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
header .insta {
  position: absolute;
  top: 1.7rem;
  right: 2.5rem;
  width: 3rem;
}
header img {
  width: auto;
}
header ul.header-menu {
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 2rem;
}
header ul.header-menu li {
  display: inline-block;
  height: 2rem;
  margin-left: 2rem;
}
header ul.header-menu li:first-child {
  margin-left: 0;
}
header ul.header-menu li a {
  display: block;
  height: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none;
  font-family: "A1ゴシック R", "A1 Gothic R";
}
header ul.header-menu li a:hover {
  text-decoration: underline;
}
header ul.header-menu-sub {
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 7rem;
  height: 2rem;
}
header ul.header-menu-sub li {
  display: inline-block;
  height: 2rem;
  margin-left: 2rem;
}
header ul.header-menu-sub li:first-child {
  margin-left: 0;
}
header ul.header-menu-sub li a {
  display: block;
  height: 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  text-decoration: none;
  font-family: "A1ゴシック R", "A1 Gothic R";
}
header ul.header-menu-sub li a:hover {
  text-decoration: underline;
}

nav {
  display: none;
}

.pageTop a {
  display: block;
  width: 4rem;
}

@media screen and (min-width: 1330px) {
  header ul.header-menu {
    width: 85rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1330px) {
  header ul.header-menu li {
    margin-left: 1rem;
  }
  header ul.header-menu li a {
    font-size: 1.2rem;
  }
  header ul.header-menu-sub li {
    margin-left: 1rem;
  }
  header ul.header-menu-sub li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header ul.header-menu {
    display: none;
  }
  header #menu {
    display: block;
    position: absolute;
    top: 2rem;
    left: 3rem;
    background: url(../img/icon-menu.svg) center center no-repeat;
    background-size: 3rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  header .logo {
    position: absolute;
    top: 2rem;
    left: 50%;
    width: 17.1rem;
    margin: 0 0 0 -8.5rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 10.66vw;
    font-size: 0;
    line-height: 0;
    z-index: 900;
  }
  header .logo {
    position: absolute;
    top: 2.66vw;
    left: 50%;
    width: 30vw;
    margin: 0 0 0 -15vw;
  }
  header #menu {
    display: block;
    position: absolute;
    top: 2.66vw;
    left: 3.33vw;
    background: url(../img/icon-menu.svg) center center no-repeat;
    background-size: 5.33vw;
    width: 5.33vw;
    height: 5.33vw;
    cursor: pointer;
  }
  header #menuclose {
    display: none;
    position: absolute;
    top: 2.66vw;
    left: 3.33vw;
    background: url(../img/icon-menu2.svg) center center no-repeat;
    background-size: 5.33vw;
    width: 5.33vw;
    height: 5.33vw;
    cursor: pointer;
  }
  header .insta {
    position: absolute;
    top: 2.66vw;
    right: 3.33vw;
    width: 5.33vw;
  }
  header img {
    width: 100%;
    height: auto;
  }
  header ul.header-menu, header ul.header-menu-sub {
    display: none;
  }
  nav {
    display: block;
    position: fixed;
    top: 10.66vw;
    left: -100%;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 10.66vw);
    overflow: hidden;
    z-index: 1000;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  nav.active {
    left: 0px;
  }
  nav .menu {
    position: relative;
    float: left;
    background: rgba(144, 196, 36, 0.95);
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
  nav .menu .title {
    width: 26.66vw;
    padding: 6.66vw 0 6.66vw 6.66vw;
  }
  nav .menu .menu1 li {
    border-bottom: 1px solid #e3e3cc;
  }
  nav .menu .menu1 li a {
    display: block;
    font-family: "A1ゴシック R", "A1 Gothic R";
    width: 100%;
    height: 13.33vw;
    padding: 0 0 0 15.33vw;
    font-size: 3.73vw;
    font-weight: bold;
    line-height: 13.33vw;
    color: #111;
    text-decoration: none;
  }
  nav .menu .menu1 li:nth-child(1) a {
    background: url(../img/menu-icon_00.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(2) a {
    background: url(../img/menu-icon_01.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(3) a {
    background: url(../img/menu-icon_02.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(4) a {
    background: url(../img/menu-icon_03.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(5) a {
    background: url(../img/menu-icon_04.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(6) a {
    background: url(../img/menu-icon_05.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(7) a {
    background: url(../img/menu-icon_06.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu2 {
    border-bottom: 1px solid #e3e3cc;
    overflow: hidden;
  }
  nav .menu .menu2 li {
    float: left;
    width: 50%;
  }
  nav .menu .menu2 li:nth-child(2) {
    border-left: 1px solid #e3e3cc;
  }
  nav .menu .menu2 li a {
    display: block;
    width: 100%;
    height: 13.33vw;
    padding: 0 0 0 11.33vw;
    font-size: 3.33vw;
    font-weight: bold;
    line-height: 13.33vw;
    color: #111;
    text-decoration: none;
  }
  nav .menu .menu2 li:nth-child(1) a {
    background: url(../img/menu-icon_07.svg) 4vw center no-repeat;
    background-size: 5.33vw;
  }
  nav .menu .menu2 li:nth-child(2) a {
    background: url(../img/menu-icon_08.svg) 4vw center no-repeat;
    background-size: 5.33vw;
  }
  nav .menu .close {
    cursor: pointer;
    height: 16vw;
    font-size: 3.33vw;
    font-weight: bold;
    line-height: 16vw;
    text-align: center;
    color: #111;
  }
  nav > .close {
    position: relative;
    float: left;
    background: rgba(227, 227, 204, 0.95);
    width: 13.33%;
    height: 100vh;
    z-index: 2;
  }
  nav > .close img {
    position: absolute;
    top: 8vw;
    left: -4vw;
    width: 16vw;
  }
}
footer {
  position: relative;
  border-top: 0.3rem solid #ddd;
  width: 100%;
  height: 10rem;
  background: #fff;
  padding: 0 3rem;
}
footer a {
  background: none;
  padding: 0 0 0 0;
}
footer .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16rem;
  font-size: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}
footer .mail {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 22rem;
  height: 4rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
footer .mail a {
  display: block;
  border-radius: 4rem;
  width: 100%;
  height: 4rem;
  background: #90c424;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
footer .insta {
  position: absolute;
  top: 50%;
  right: 27rem;
  width: 4rem;
  height: 4rem;
  padding: 0.2rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
footer .copy {
  position: absolute;
  top: 50%;
  left: 3rem;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #66554e;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  footer {
    position: relative;
    border-top: 3px solid #ddd;
    width: 100%;
    background: #fff;
    padding: 52px 2.66vw 15px 2.66vw;
  }
  footer .mail {
    position: absolute;
    top: 7.66vw;
    right: 2.66vw;
    width: 26%;
    z-index: 2;
  }
  footer .mail a {
    display: block;
    border-radius: 20vw;
    background: #90c424;
    width: 100%;
    height: 8vw;
    font-size: 2.66vw;
    line-height: 8vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  footer .insta {
    position: absolute;
    top: 7.66vw;
    right: 30vw;
    width: 8vw;
    z-index: 2;
  }
  footer .copy {
    position: absolute;
    top: 7.66vw;
    left: 2.66vw;
    text-align: left;
    font-size: 2.5vw;
    line-height: 8vw;
    letter-spacing: 0.05em;
    color: #66554e;
    z-index: 1;
  }
  footer .logo {
    position: relative;
    width: 36%;
    /*margin: 0 auto;*/
    font-size: 0;
    z-index: 2;
  }
}
.topPage main {
  padding-top: 7rem;
  padding-bottom: 15rem;
  background: #FAF7DF;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  .topPage main {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.topPage main .cmnHead {
  position: relative;
  padding: 0 10rem;
  font-size: 3.6rem;
  line-height: 1.1666666667;
  font-family: "A1ゴシック M", "A1 Gothic M";
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .topPage main .cmnHead {
    font-size: 2rem;
    padding: 0 4.6rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
}
.topPage main .cmnHead::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  border-bottom: 4px double #0B4141;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topPage main .cmnHead::before {
    bottom: 0;
    top: 0;
  }
}
.topPage main .cmnHead span {
  background: var(--bg);
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topPage main .cmnHead span {
    padding: 0 1rem;
  }
}
.topPage main .cmnHead small {
  font-size: 2.4rem;
  display: inline-block;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .topPage main .cmnHead small {
    font-size: 1.5rem;
  }
}
.topPage main .mv {
  margin-bottom: 8rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topPage main .mv {
    margin-bottom: 2rem;
  }
}
.topPage main .mv__ttl {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  width: 54rem;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__ttl {
    width: 33.9rem;
    top: 9.7rem;
  }
}
.topPage main .mv__ttl > img {
  width: 29rem;
  position: absolute;
  top: 36.4rem;
  left: 0.7rem;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__ttl > img {
    width: 21.6rem;
    top: 24.6rem;
    left: 0.4rem;
  }
}
.topPage main .mv__bg {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  max-height: 60rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__bg {
    width: 62.4rem;
    height: 24.1rem;
    left: -12.4rem;
  }
}
.topPage main .mv__bg img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.topPage main .mv__ob {
  background: var(--yellow);
  width: 21rem;
  height: 21rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 30.5rem;
  left: 0;
  right: -63rem;
  margin: auto;
  border-radius: 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__ob {
    width: 14.5rem;
    height: 14.5rem;
    left: auto;
    top: 47.5rem;
    right: 1.5rem;
  }
}
.topPage main .mv__ob dl {
  width: 15.6rem;
  height: 15.6rem;
  aspect-ratio: 1/1;
  border: 2px solid #383737;
  border-radius: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  line-height: 1;
  font-family: "A1ゴシック M", "A1 Gothic M";
  padding-bottom: 1.2rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__ob dl {
    width: 11rem;
    height: 11rem;
  }
}
.topPage main .mv__ob dl::after {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 100%;
  border: 1px solid #383737;
}
.topPage main .mv__ob dl dt {
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__ob dl dt {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
  }
}
.topPage main .mv__ob dl dt strong {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__ob dl dt strong {
    font-size: 1.8rem;
  }
}
.topPage main .mv__ob dl dd {
  border-top: 2px solid #383737;
  font-size: 2.4rem;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__ob dl dd {
    font-size: 1.6rem;
    padding-top: 0.7rem;
  }
}
.topPage main .mv__obTxt {
  animation: rotate 30s linear infinite;
  width: 19rem;
  height: 19rem;
  position: absolute;
  inset: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__obTxt {
    width: 13.4rem;
    height: 13.4rem;
  }
}
.topPage main .mv__btm {
  background: url(../img/img_mv_btm.png) no-repeat center top/cover;
  height: 31rem;
  position: relative;
  z-index: 2;
  margin-top: -10rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__btm {
    align-items: flex-start;
    padding-top: 5rem;
    margin-top: 6rem;
    height: 39.5rem;
    background-image: url(../img/img_mv_btm_sp.png);
  }
}
.topPage main .mv__btm p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7222222222;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__btm p {
    margin: 0 auto;
    width: 32.5rem;
    font-size: 1.4rem;
    line-height: 1.5714285714;
    text-align: justify;
  }
}
.topPage main .mv__btm::before {
  pointer-events: none;
  content: "";
  background: url(../img/img_mv_btm_ob.png) no-repeat center top/100%;
  max-width: 127rem;
  width: 84.6666666667%;
  height: 26.8rem;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topPage main .mv__btm::before {
    display: none;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.topPage main .pageNav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 0.9rem 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .topPage main .pageNav {
    margin-bottom: 2rem;
    flex-direction: column;
  }
}
.topPage main .pageNav a {
  position: relative;
  font-size: 1.8rem;
  font-family: "A1ゴシック M", "A1 Gothic M";
  padding-right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .topPage main .pageNav a {
    font-size: 1.5rem;
    padding-right: 3rem;
  }
}
.topPage main .pageNav a span {
  position: relative;
  padding: 0.3rem 0;
  display: inline-block;
}
.topPage main .pageNav a span::before {
  content: "";
  display: block;
  background: #0B4141;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.topPage main .pageNav a::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/arrow_btm.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 0.2rem;
  transition: 0.3s;
}
@media screen and (1025px <= width) {
  .topPage main .pageNav a:hover span::before {
    right: 0;
    left: auto;
    width: 0;
  }
  .topPage main .pageNav a:hover::after {
    top: 0.5rem;
  }
}
.topPage main .recipe {
  background: url(../img/bg_recommend_top.png) no-repeat center bottom/100%;
  padding-bottom: calc(9.6666666667vw + 9rem);
}
@media screen and (max-width: 767px) {
  .topPage main .recipe {
    padding-bottom: 7.5rem;
  }
}
.topPage main .recipe__head, .topPage main .recipe__detail {
  max-width: 127rem;
  width: calc(100% - 10rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head, .topPage main .recipe__detail {
    width: 34.5rem;
  }
}
.topPage main .recipe__head {
  position: relative;
  margin-bottom: 23.5rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head {
    margin-bottom: 6rem;
  }
}
.topPage main .recipe__head .ttl,
.topPage main .recipe__head .cont {
  width: 51.1811023622%;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .ttl,
  .topPage main .recipe__head .cont {
    width: 100%;
  }
}
.topPage main .recipe__head .ttl {
  position: relative;
  z-index: 2;
  left: 0;
  top: 0;
  background: url(../img/bg_recipe.png) var(--orange) no-repeat top 14rem center/56rem;
  color: #fff;
  border-radius: 18rem 0 0 0;
  padding: 8.5rem 7.5rem 9rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .ttl {
    background-size: 29.9rem;
    background-position: center top 7.4rem;
    border-radius: 9rem 0 0 0;
    padding: 4.5rem 3rem;
  }
}
.topPage main .recipe__head .ttl img {
  margin: 0 auto 2.6rem;
  width: 11.8rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .ttl img {
    width: 8rem;
    margin-bottom: 1.6rem;
  }
}
.topPage main .recipe__head .ttl .sub {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 1.5rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .ttl .sub {
    gap: 1rem;
    margin-bottom: 0.6rem;
  }
}
.topPage main .recipe__head .ttl .sub::before, .topPage main .recipe__head .ttl .sub::after {
  width: 1px;
  height: 3.1rem;
  background-color: #fff;
  content: "";
  display: block;
  position: relative;
  top: 0.6rem;
  margin: 0 0.7rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .ttl .sub::before, .topPage main .recipe__head .ttl .sub::after {
    height: 2rem;
    top: 0.3rem;
  }
}
.topPage main .recipe__head .ttl .sub::before {
  rotate: -35deg;
}
.topPage main .recipe__head .ttl .sub::after {
  rotate: 35deg;
}
.topPage main .recipe__head .ttl .sub dt {
  background: #815742;
  border-radius: 0.3rem;
  padding: 0.5rem 0.9rem;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .ttl .sub dt {
    font-size: 1.2rem;
    padding: 0.4rem 0.5rem;
  }
}
.topPage main .recipe__head .ttl .sub dd {
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .ttl .sub dd {
    font-size: 1.5rem;
  }
}
.topPage main .recipe__head .ttl h2 {
  font-size: 4.6rem;
  line-height: 1;
  margin-bottom: 2.5rem;
  text-align: center;
  font-family: "A1ゴシック M", "A1 Gothic M";
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .ttl h2 {
    font-size: 2.4rem;
    margin-bottom: 2.2rem;
  }
}
.topPage main .recipe__head .ttl p {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .ttl p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.topPage main .recipe__head .cont {
  position: absolute;
  z-index: 0;
  top: 8rem;
  right: 0;
  background-color: #fff;
  border-radius: 0 0 18rem 0;
  padding: 6.5rem 7rem 7.5rem 10rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .cont {
    position: relative;
    top: 0;
    border-radius: 0 0 9rem 0;
    padding: 3.5rem 3rem 4rem;
  }
}
.topPage main .recipe__head .cont h3 {
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-size: 2.5rem;
  margin-bottom: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .cont h3 {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    margin-bottom: 2.2rem;
  }
}
.topPage main .recipe__head .cont h3 mark {
  font-size: 3.6rem;
  background: linear-gradient(transparent 85%, #FFEF2E 85%);
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .cont h3 mark {
    font-size: 2.4rem;
  }
}
.topPage main .recipe__head .cont p {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .cont p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
    margin-bottom: 2rem;
  }
}
.topPage main .recipe__head .cont__btm {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: stretch;
  position: relative;
}
.topPage main .recipe__head .cont__btm .table {
  width: 52.0833333333%;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .cont__btm .table {
    width: 26rem;
    margin: 0 auto;
  }
}
.topPage main .recipe__head .cont__btm .table dl {
  border: 1px solid #858881;
  margin-bottom: 0.7rem;
}
.topPage main .recipe__head .cont__btm .table dl dt {
  background: #858881;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .cont__btm .table dl dt {
    padding: 0.4rem 0;
  }
}
.topPage main .recipe__head .cont__btm .table dl dd {
  padding: 0.8rem 1.4rem;
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
.topPage main .recipe__head .cont__btm .table table th, .topPage main .recipe__head .cont__btm .table table td {
  text-align: left;
}
.topPage main .recipe__head .cont__btm .table table td {
  padding-left: 1em;
}
.topPage main .recipe__head .cont__btm .table p.att {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .cont__btm .table p.att {
    margin-bottom: 0.8rem;
  }
}
.topPage main .recipe__head .cont__btm .img {
  position: absolute;
  right: -1.7rem;
  top: 0;
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__head .cont__btm .img {
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    width: 22.4rem;
  }
}
.topPage main .recipe__block .twoClm {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin: 0 auto 6rem;
  gap: 5.8666666667%;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm {
    gap: 2.5rem;
    margin-bottom: 3rem;
  }
}
.topPage main .recipe__block .twoClm .img {
  max-width: 77.2rem;
  width: 51.4666666667%;
  border-radius: 0 100rem 100rem 100rem;
  overflow: hidden;
  box-shadow: 0.8rem 0.8rem 0 var(--orange);
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .img {
    width: 34rem;
    box-shadow: 0.4rem 0.4rem 0 var(--orange);
  }
}
.topPage main .recipe__block .twoClm .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topPage main .recipe__block .twoClm .txt {
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}
.topPage main .recipe__block .twoClm .txt .eng {
  position: absolute;
  top: -6.3rem;
  left: -1.8rem;
  width: 18rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt .eng {
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    width: 12.6rem;
  }
}
.topPage main .recipe__block .twoClm .txt h3 {
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-size: 5rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt h3 {
    font-size: 2.6rem;
    line-height: 1.3076923077;
    text-align: center;
    margin-bottom: 0.8rem;
  }
}
.topPage main .recipe__block .twoClm .txt ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt ul {
    justify-content: center;
  }
}
.topPage main .recipe__block .twoClm .txt ul.info {
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt ul.info {
    margin-bottom: 1.5rem;
  }
}
.topPage main .recipe__block .twoClm .txt ul.info li {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 3.1rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt ul.info li {
    padding-left: 2.2rem;
    font-size: 1.3rem;
  }
}
.topPage main .recipe__block .twoClm .txt ul.info li strong {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt ul.info li strong {
    font-size: 1.9rem;
  }
}
.topPage main .recipe__block .twoClm .txt ul.info .quantity {
  background-image: url(../img/icon_quantity.svg);
  background-size: 2rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt ul.info .quantity {
    background-size: 1.4rem;
  }
}
.topPage main .recipe__block .twoClm .txt ul.info .time {
  background-image: url(../img/icon_time.svg);
  background-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt ul.info .time {
    background-size: 1.8rem;
  }
}
.topPage main .recipe__block .twoClm .txt ul.nutrition {
  gap: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt ul.nutrition {
    font-size: 1.4rem;
    gap: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.topPage main .recipe__block .twoClm .txt ul.nutrition li {
  background: #fff;
  padding: 1rem 1.8rem;
  line-height: 1;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt ul.nutrition li {
    padding: 0.7rem 1.4rem;
  }
}
.topPage main .recipe__block .twoClm .txt p.att {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block .twoClm .txt p.att {
    text-align: center;
    font-size: 1.2rem;
  }
}
.topPage main .recipe__block:nth-child(odd) .twoClm {
  flex-direction: row-reverse;
}
.topPage main .recipe__block:nth-child(odd) .twoClm .img {
  border-radius: 100rem 0 100rem 100rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__block:nth-child(odd) .twoClm {
    flex-direction: row;
  }
}
.topPage main .recipe__detail {
  max-width: 115rem;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 7.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.8rem 10%;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail {
    border-radius: 1rem;
    padding: 1.5rem 1.5rem 3rem;
    gap: 4rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    margin-bottom: 6.2rem;
  }
}
.topPage main .recipe__detail .point {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  grid-area: 1/1/2/3;
}
.topPage main .recipe__detail .point dt {
  width: 14rem;
  background: #F4F1E2;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .point dt {
    width: 100%;
    padding: 1.2rem 0.7rem 1.5rem 0;
  }
}
.topPage main .recipe__detail .point dt img {
  margin: 0 auto;
  width: 8.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .point dt img {
    width: 7.8rem;
  }
}
.topPage main .recipe__detail .point dd {
  width: calc(100% - 14rem);
  color: #0B4141;
  background: #FCFAED;
  padding: 3.5rem 4rem;
  font-size: 1.7rem;
  line-height: 1.8235294118;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .point dd {
    width: 100%;
    padding: 1.8rem 2.5rem;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.topPage main .recipe__detail h4 {
  border-bottom: 4px double #0B4141;
  padding: 0 0 1rem 0;
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-size: 2.4rem;
  margin-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-position: left top 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail h4 {
    font-size: 1.9rem;
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
    background-position: left top 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .material,
  .topPage main .recipe__detail .flow {
    width: 28.5rem;
    margin: 0 auto;
  }
}
.topPage main .recipe__detail .material {
  grid-area: 2/1/3/2;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  align-content: flex-start;
}
.topPage main .recipe__detail .material h4 {
  padding-left: 3.8rem;
  background-image: url(../img/icon_material.svg);
  background-size: 2.6rem;
}
.topPage main .recipe__detail .material .ph {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .material .ph {
    margin-bottom: 2.5rem;
  }
}
.topPage main .recipe__detail .material .ph .img {
  width: 8rem;
}
.topPage main .recipe__detail .material .ph .txt {
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .material .ph .txt {
    width: 18.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (1025px <= width) {
  .topPage main .recipe__detail .material .ph:hover .txt {
    text-decoration: none;
  }
}
.topPage main .recipe__detail .material .description {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 1.4rem 2rem;
  border: 1px solid #D9D9D9;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .material .description {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 2.4rem;
  }
}
.topPage main .recipe__detail .material .list {
  width: 100%;
}
.topPage main .recipe__detail .material .list table {
  width: 100%;
  font-size: 1.6rem;
  border-top: 1px solid #EFEFEF;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .material .list table {
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.topPage main .recipe__detail .material .list table:not(:last-child) {
  margin-bottom: 3.6rem;
}
.topPage main .recipe__detail .material .list table th, .topPage main .recipe__detail .material .list table td {
  border-bottom: 1px solid #EFEFEF;
  vertical-align: middle;
}
.topPage main .recipe__detail .material .list table thead th {
  text-align: left;
  font-family: "A1ゴシック M", "A1 Gothic M";
  padding: 0.3rem 0;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .material .list table thead th {
    padding: 0.7rem 0 0.8rem;
  }
}
.topPage main .recipe__detail .material .list table tbody th {
  text-align: left;
  position: relative;
  padding: 0.3rem 2rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .material .list table tbody th {
    padding: 0.7rem 2rem 0.8rem;
  }
}
.topPage main .recipe__detail .material .list table tbody th::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: var(--orange);
  position: absolute;
  left: 0.7rem;
  top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .material .list table tbody th::before {
    top: 1.4rem;
  }
}
.topPage main .recipe__detail .material .list table tbody td {
  text-align: right;
  padding: 0.3rem 0.9rem 0.3rem 0;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .material .list table tbody td {
    padding: 0.7rem 1rem 0.8rem 0;
    min-width: 6.5rem;
  }
}
.topPage main .recipe__detail .flow {
  grid-area: 2/2/3/3;
}
.topPage main .recipe__detail .flow h4 {
  padding-left: 5.3rem;
  background-image: url(../img/icon_flow.svg);
  background-size: 4.2rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .flow h4 {
    background-position: left top;
    margin-bottom: 2.6rem;
  }
}
.topPage main .recipe__detail .flow ol {
  font-size: 1.6rem;
  line-height: 1.625;
  list-style: none;
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .flow ol {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.topPage main .recipe__detail .flow ol li {
  padding-left: 3.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .flow ol li {
    padding-left: 1.9rem;
  }
}
.topPage main .recipe__detail .flow ol li:not(:last-child) {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .flow ol li:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.topPage main .recipe__detail .flow ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0.1rem;
  top: -0.4rem;
  color: var(--orange);
  font-size: 2.4rem;
  font-family: "A1ゴシック M", "A1 Gothic M";
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__detail .flow ol li::before {
    font-size: 2rem;
    top: -0.1rem;
  }
}
.topPage main .recipe__att {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-top: -4.5rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__att {
    margin: -2.5rem auto 0;
    width: 31.5rem;
  }
}
.topPage main .recipe__att ul li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 1.3rem;
  line-height: 1.3846153846;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .topPage main .recipe__att ul li {
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
.topPage main .recipe__att ul li::before {
  content: "※";
}
.topPage main .recommend .engTtl,
.topPage main .commitment .engTtl {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend .engTtl,
  .topPage main .commitment .engTtl {
    gap: 1.2rem;
    margin-bottom: 0.7rem;
  }
}
.topPage main .recommend .engTtl img,
.topPage main .commitment .engTtl img {
  transform: translateY(-0.5rem);
}
@media screen and (max-width: 767px) {
  .topPage main .recommend .engTtl img,
  .topPage main .commitment .engTtl img {
    transform: translateY(0);
  }
}
.topPage main .recommend .engTtl::before, .topPage main .recommend .engTtl::after,
.topPage main .commitment .engTtl::before,
.topPage main .commitment .engTtl::after {
  content: "";
  display: block;
  height: 1px;
  width: 15rem;
  border-bottom: 4px double #0B4141;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend .engTtl::before, .topPage main .recommend .engTtl::after,
  .topPage main .commitment .engTtl::before,
  .topPage main .commitment .engTtl::after {
    width: 6rem;
  }
}
.topPage main .recommend h2,
.topPage main .commitment h2 {
  font-family: "A1ゴシック M", "A1 Gothic M";
  text-align: center;
  margin-bottom: 6.4rem;
  font-size: 4.6rem;
  line-height: 1.2173913043;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 76.2rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend h2,
  .topPage main .commitment h2 {
    background-size: 32.6rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: 1.2916666667;
  }
}
.topPage main .recommend h2 small,
.topPage main .commitment h2 small {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend h2 small,
  .topPage main .commitment h2 small {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
  }
}
.topPage main .recommend h2 mark,
.topPage main .commitment h2 mark {
  background: linear-gradient(transparent 85%, #FDCF36 85%);
}
.topPage main .recommend {
  background: #F2EDB5;
  padding: 0 0 1rem;
  margin-top: -2.3rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend {
    padding: 2.3rem 0 3rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .topPage main .recommend .engTtl img {
    width: 12.8rem;
  }
}
.topPage main .recommend h2 {
  background-image: url(../img/bg_recommend_ttl.svg);
}
.topPage main .recommend__list, .topPage main .recommend__series {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__list, .topPage main .recommend__series {
    width: 34.5rem;
  }
}
.topPage main .recommend__list {
  max-width: 115rem;
  width: calc(100% - 10rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 2.347826087%;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__list {
    width: 34.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem 2rem;
    margin-bottom: 3.5rem;
  }
}
.topPage main .recommend__list a {
  display: block;
}
.topPage main .recommend__list a .img {
  border-radius: 50rem 0 50rem 50rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0.4rem 0.4rem 0 #FFA54B;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__list a .img {
    box-shadow: 0.2rem 0.2rem 0 #FFA548;
    margin-bottom: 0.7rem;
  }
}
.topPage main .recommend__list a .img .tag {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-size: 1.3rem;
  line-height: 1.1538461538;
  text-align: center;
  color: #0B4141;
  background: #F5ED7F;
  padding: 0.7rem 1rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__list a .img .tag {
    font-size: 0.9rem;
    line-height: 1.1111111111;
    padding: 0.3rem 0.6rem;
  }
}
.topPage main .recommend__list a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topPage main .recommend__list a .ttl {
  text-align: center;
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__list a .ttl {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
@media screen and (1025px <= width) {
  .topPage main .recommend__list a:hover {
    opacity: 0.7;
  }
  .topPage main .recommend__list a:hover .img img {
    opacity: 1;
  }
  .topPage main .recommend__list a:hover .ttl {
    text-decoration: underline;
  }
}
.topPage main .recommend .btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.topPage main .recommend .btn a {
  max-width: 38.2rem;
  width: 100%;
  border: 1px solid #383737;
  background: url(../img/arrow_right_black.svg) no-repeat #fff right 2.7rem center/1.2rem;
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-size: 1.7rem;
  text-align: center;
  box-shadow: 0.4rem 0.4rem 0 #383737;
  padding: 1.5rem 2rem 1rem 1.2rem;
  border-radius: 6rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend .btn a {
    width: 30rem;
    padding-left: 2.8rem;
    font-size: 1.5rem;
    text-align: left;
    background-position: right 2rem center;
  }
}
@media screen and (1025px <= width) {
  .topPage main .recommend .btn a:hover {
    box-shadow: 0 0 0 #383737;
    transform: translate(0.4rem, 0.4rem);
    background-image: url(../img/arrow_right_white.svg);
    color: #fff;
    background-color: var(--orange);
  }
}
.topPage main .recommend__series {
  background: #fff;
  border-radius: 1.5rem;
  padding: 6.3rem 10.8rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  max-width: 122rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__series {
    width: 34.5rem;
    border-radius: 1rem;
    padding: 3rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__series .cmnHead {
    margin-bottom: 1.5rem;
  }
}
.topPage main .recommend__series .cmnHead span {
  background: #fff;
}
.topPage main .recommend__seriesList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.6rem 2.7888446215%;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__seriesList {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3rem 1.5rem;
  }
}
.topPage main .recommend__seriesList a, .topPage main .recommend__seriesList > div {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__seriesList a, .topPage main .recommend__seriesList > div {
    font-size: 1.4rem;
  }
}
.topPage main .recommend__seriesList a .img, .topPage main .recommend__seriesList > div .img {
  position: relative;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__seriesList a .img, .topPage main .recommend__seriesList > div .img {
    margin-bottom: 0.7rem;
  }
}
.topPage main .recommend__seriesList a .tag, .topPage main .recommend__seriesList > div .tag {
  position: absolute;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: var(--yellow);
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-size: 2rem;
  padding: 1rem 0.5rem;
  width: 7.6rem;
  height: 7.6rem;
  line-height: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__seriesList a .tag, .topPage main .recommend__seriesList > div .tag {
    width: 4rem;
    height: 4rem;
    font-size: 1.2rem;
    padding: 0.4rem 0.2rem;
  }
}
.topPage main .recommend__seriesList a .tag small, .topPage main .recommend__seriesList > div .tag small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .topPage main .recommend__seriesList a .tag small, .topPage main .recommend__seriesList > div .tag small {
    font-size: 0.8rem;
  }
}
@media screen and (1025px <= width) {
  .topPage main .recommend__seriesList a:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
  .topPage main .recommend__seriesList a:hover .img img {
    opacity: 1;
  }
}
.topPage main .commitment {
  background: url(../img/bg_recommend_btm.png) no-repeat center top/100%;
  padding-top: calc(9.6666666667vw + 12rem);
}
@media screen and (max-width: 767px) {
  .topPage main .commitment {
    padding-top: 9.3rem;
  }
}
@media screen and (max-width: 767px) {
  .topPage main .commitment .engTtl {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .topPage main .commitment .engTtl img {
    width: 9.4rem;
  }
}
.topPage main .commitment h2 {
  background-image: url(../img/bg_commitment_ttl.svg);
}
.topPage main .commitment__point, .topPage main .commitment__block {
  max-width: 122rem;
  width: calc(100% - 10rem);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__point, .topPage main .commitment__block {
    width: 34.5rem;
  }
}
.topPage main .commitment__point {
  margin-bottom: 11.7rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 2.4590163934%;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__point {
    font-size: 1.6rem;
    gap: 2rem;
    margin-bottom: 5.5rem;
  }
}
.topPage main .commitment__point .single {
  flex: 1;
  background-color: #fff;
  border-radius: 18rem;
  padding: 6.7rem 0 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__point .single {
    padding-top: 4.8rem;
  }
}
.topPage main .commitment__point .single .eng {
  border-bottom: 2px solid var(--orange);
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  line-height: 1;
  font-family: "A1ゴシック M", "A1 Gothic M";
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__point .single .eng {
    margin-bottom: 1.8rem;
  }
}
.topPage main .commitment__point .single h3 {
  font-size: 2.8rem;
  margin-bottom: 1.4rem;
  font-family: "A1ゴシック M", "A1 Gothic M";
  line-height: 1.2857142857;
  min-height: 7.2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__point .single h3 {
    min-height: inherit;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0.8rem;
  }
}
.topPage main .commitment__point .single p {
  font-size: 1.7rem;
  line-height: 1.5882352941;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__point .single p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.topPage main .commitment__point .single:nth-child(1) {
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__point .single:nth-child(1) {
    padding-bottom: 5rem;
  }
}
.topPage main .commitment__point .single:nth-child(1) p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__point .single:nth-child(1) p {
    margin-bottom: 2.8rem;
  }
}
.topPage main .commitment__point .single:nth-child(1) img {
  width: 22.8rem;
}
.topPage main .commitment__point .single:nth-child(2) {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__point .single:nth-child(2) {
    padding-bottom: 9.2rem;
  }
}
.topPage main .commitment__point .single:nth-child(2) p {
  margin-bottom: 3.9rem;
}
.topPage main .commitment__point .single:nth-child(2) img {
  width: 29rem;
}
.topPage main .commitment__point .single:nth-child(3) {
  padding-bottom: 6.3rem;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__point .single:nth-child(3) {
    padding-bottom: 5.5rem;
  }
}
.topPage main .commitment__point .single:nth-child(3) p {
  margin-bottom: 3rem;
}
.topPage main .commitment__point .single:nth-child(3) img {
  width: 23rem;
}
.topPage main .commitment__block {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.topPage main .commitment__block:not(:last-child) {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__block:not(:last-child) {
    margin-bottom: 5.5rem;
  }
}
.topPage main .commitment__block .linkList {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  gap: 2.7049180328%;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__block .linkList {
    gap: 1.2rem;
    width: 32.5rem;
  }
}
.topPage main .commitment__block .linkList li {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__block .linkList li {
    flex: inherit;
    width: 100%;
  }
}
.topPage main .commitment__block .linkList a {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 2rem;
  height: 14rem;
  padding: 4rem;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "A1ゴシック M", "A1 Gothic M";
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__block .linkList a {
    height: 9rem;
    padding: 2rem 3rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.topPage main .commitment__block .linkList a::after {
  content: "";
  display: block;
  width: 29.6rem;
  height: 29.6rem;
  background-image: url(../img/arrow_right_white.svg);
  background-repeat: no-repeat;
  background-position: left 3.2rem center;
  background-size: 1.2rem;
  background-color: #BDD682;
  border-radius: 100%;
  right: -22.7rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__block .linkList a::after {
    right: -23.7rem;
    background-position: left 2.6rem center;
  }
}
@media screen and (1025px <= width) {
  .topPage main .commitment__block .linkList a:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__block .cmnHead {
    max-width: 32rem;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.8rem;
    padding: 0 6rem;
    text-align: center;
  }
  .topPage main .commitment__block .cmnHead span {
    line-height: 1.2;
  }
  .topPage main .commitment__block .cmnHead small {
    padding-bottom: 0;
  }
}
.topPage main .commitment__block .twoClm {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.topPage main .commitment__block .twoClm .txt {
  width: 40.9836065574%;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__block .twoClm .txt {
    order: 0;
    width: 31.5rem;
    margin: 0 auto 2.5rem;
  }
}
.topPage main .commitment__block .twoClm .txt h4 {
  font-size: 2.8rem;
  font-family: "A1ゴシック M", "A1 Gothic M";
  line-height: 1.5;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__block .twoClm .txt h4 {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    margin-bottom: 0.7rem;
  }
}
.topPage main .commitment__block .twoClm .txt p {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__block .twoClm .txt p {
    font-size: 1.5rem;
    line-height: 1.5333333333;
  }
}
.topPage main .commitment__block .twoClm .txt p:not(:last-child) {
  margin-bottom: 2.3rem;
}
.topPage main .commitment__block .twoClm .txt hr {
  border: 1px solid #383737;
  border-top: none;
  margin: 3rem 0;
}
.topPage main .commitment__block .twoClm .figure {
  width: 52.4590163934%;
  background: #fff;
  padding: 7rem;
  border-radius: 0 18rem 0 0;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__block .twoClm .figure {
    order: 1;
    width: 100%;
    padding: 4rem 3rem;
    border-radius: 0 9rem 0 0;
  }
}
.topPage main .commitment__block .twoClm .movie {
  border-radius: 2rem;
  width: 52.4590163934%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .topPage main .commitment__block .twoClm .movie {
    width: 34.5rem;
  }
}