@charset "UTF-8";
html {
  font-size: 112.5%;
  height: 100%;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  width: 100%;
}

html body * {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-text-size-adjust: 100%;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}
  
html body * *,
html body * *::before,
html body * *::after {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  list-style: inherit;
  outline: none;
  text-decoration: inherit;
  text-decoration: none;
}

.navi-review-agreement-checkbox {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
    
html body * img {
  vertical-align: bottom;
}

html body,
html body * {
  font-family: "Noto Sans JP", sans-serif;
}

body::before {
  background-image: url(../img/icn/icn_fav_green.svg), url(../img/icn/icn_gn_about_green.svg), url(../img/icn/icn_gn_search_green.svg), url(../img/icn/icn_gn_calendar_green.svg), url(../img/icn/icn_gn_gude_green.svg), url(../img/icn/icn_gn_mail_green.svg);
  background-position: 100px 100px;
  background-repeat: no-repeat;
  background-size: 1px;
  content: "";
  left: 0;
  padding: 1px 0 0 1px;
  position: fixed;
  top: 0;
  transform: translate(-100%, -100%);
}

.l-body {
  background-color: #F2F2F2;
  color: #3C3C3C;
}
.l-body a {
  color: #3C3C3C;
  text-decoration: none;
}

.l-main {
  position: relative;
}

.l-footer {
  background: rgba(0, 97, 44, 0.8);
  color: white;
  font-size: 0.5555555556rem;
  line-height: 2.4;
  text-align: center;
}

.l-header {
  z-index: 3;
}

.p-header,
.p-header__shortcuts {
  z-index: 100;
}

.l-main {
  z-index: 2;
}

.p-global_nav {
  position: relative;
  z-index: 99;
}

.p-fixed_bnr.-home {
  z-index: 1;
}

.p-btt a {
  z-index: 20;
}

.p-modal {
  z-index: 200;
}

.c-speakNav {
  height: 1px;
  left: 0;
  overflow: hidden;
  padding-top: 1px;
  position: fixed;
  top: 0;
  width: 1px;
}

.c-input_text, .c-input_search {
  height: 48px;
  width: 100%;
}
.c-input_text input, .c-input_search input {
  background-color: white;
  border: 2px solid #F2F2F2;
  border-radius: 8px;
  height: 100%;
  padding-left: 56px;
  width: 100%;
}
.c-input_text input::-moz-placeholder, .c-input_search input::-moz-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.c-input_text input::placeholder, .c-input_search input::placeholder {
  color: #ADADAD;
  opacity: 1;
}

.c-input_search input {
  background-image: url(../img/icn/icn_form_search.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
}
.c-input_search input::-moz-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.c-input_search input::placeholder {
  color: #ADADAD;
  opacity: 1;
}
.c-input_search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.c-select {
  align-items: center;
  display: flex;
}
.c-select + .c-select {
  margin-top: 8px;
}
.c-select .c-label {
  font-size: 0.8888888889rem;
  font-weight: bold;
  margin-right: 8px;
  white-space: nowrap;
}
.c-select select {
  background-color: white;
  background-image: url(../img/icn/icn_arrow_select.svg);
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  border: 2px solid #ADADAD;
  border-radius: 5px;
  height: 48px;
  padding: 10px 40px 10px 10px;
}

.c-img img {
  max-width: 100%;
}

.c-heading.-lv1 {
  font-weight: bold;
}
.c-heading.-lv1 + * {
  margin-top: 24px;
}
.c-heading.-green {
  color: #00612C;
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
}
.c-grid.-nowrap {
  flex-wrap: nowrap;
}
.c-grid.-center {
  justify-content: center;
}

.c-link.-img img {
  transition: 0.2s;
}
.c-link.-img:hover img {
  opacity: 0.7;
}

.c-btn.-cmn {
  align-items: center;
  background: #00612C;
  border-radius: 8px;
  color: white;
  display: inline-flex;
  font-size: 0.8888888889rem;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  line-height: 1.5;
  width: 323px;
}
.c-btn.-cmn.-line {
  background: white;
  border: 1px solid #ADADAD;
  color: #00612C;
}
.c-btn.-cmn.-thin {
  border-radius: 8px;
  height: 40px;
}
.c-btn.-cart {
  align-items: center;
  background: white;
  border-radius: 4px;
  color: #00612C;
  display: inline-flex;
  font-size: 0.6666666667rem;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  padding: 4px;
}
.c-btn.-cart::before {
  background-image: url(../img/icn/icn_header_cart.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  content: "";
  height: 24px;
  width: 24px;
}
.c-btn.-fav {
  align-items: center;
  background: white;
  background-image: url(../assets/img/icn/icn_fav_line.svg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.c-btn.-fav[data-fav-status=true] {
  background-image: url(../assets/img/icn/icn_fav_green.svg);
  border: 2px solid #009F48;
}
.c-btn_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-figure.-slider {
  background: white;
  border-radius: 36px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06);
  height: 100%;
  overflow: hidden;
  padding: 0 16px 24px;
}
.c-figure.-slider .c-img {
  margin: 0 -16px 16px;
}
.c-figure.-slider figcaption {
  font-size: 0.8888888889rem;
  font-weight: bold;
  line-height: 1.4;
}
.c-figure.-slider figcaption + p {
  margin-top: 16px;
}
.c-figure.-slider p {
  font-size: 0.7777777778rem;
  line-height: 1.71428571;
}
.c-figure.-slider p:last-child {
  margin-bottom: 20px;
}
.c-figure.-type {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.c-figure.-type .c-img {
  border-radius: 100%;
  overflow: hidden;
}
.c-figure.-type .c-img + * {
  margin-top: 8px;
}
.is-active .c-figure.-type .c-img {
  outline: 4px solid #00612C;
  outline-offset: -4px;
}
.c-figure.-type figcaption {
  font-size: 0.7777777778rem;
  font-weight: bold;
}
.is-active .c-figure.-type figcaption {
  color: #00612C;
}

dl.c-list.-subscription_merit .c-scope {
  display: flex;
}
dl.c-list.-subscription_merit .c-scope + .c-scope {
  margin-top: 16px;
}
dl.c-list.-subscription_merit dt {
  flex-shrink: 0;
  margin-right: 16px;
  width: 64px;
}
dl.c-list.-subscription_merit dd {
  flex: 1;
}
dl.c-list.-subscription_merit dd b {
  color: #00612C;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.33333333;
}
dl.c-list.-subscription_merit dd b + span {
  margin-top: 8px;
}
dl.c-list.-subscription_merit dd span {
  display: block;
  font-size: 0.8888888889rem;
  line-height: 1.5;
}

.p-header {
  background: white;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.p-header__container {
  display: flex;
  height: 80px;
  position: relative;
}
.p-header__welcome {
  color: #00612C;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 0.7777777778rem;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  line-height: 1.71428571;
  margin-right: 36px;
}
.p-header__welcome .c-user_name {
  font-size: 1rem;
  line-height: 1.33333333;
  margin-right: 8px;
}
.p-header__symbol {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-header__symbol a {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.p-header__search {
  flex: 1;
  margin-left: auto;
  position: relative;
}
.p-header__search .c-input_submit {
  background: rgba(0, 97, 44, 0.6);
  border-radius: 4px;
  color: white;
  display: block;
  font-size: 0.7777777778rem;
  font-weight: bold;
  height: 36px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 88px;
}
.p-header__search .c-input_search input[type=search]:focus {
  border-radius: 8px 8px 0 0;
}

.p-global_nav {
  left: 0;
  position: fixed;
  right: 0;
}
.p-global_nav__contents .c-menu_item.-has_children .c-kv, .p-global_nav__contents .c-menu_item.-lv2 .c-kv {
  text-align: center;
}
.p-global_nav__contents .c-menu_item.-has_children .c-kv img, .p-global_nav__contents .c-menu_item.-lv2 .c-kv img {
  width: 88px;
}
.p-global_nav__contents .c-menu_item.-about {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  max-width: 376px;
  text-align: center;
  width: 100%;
}
.p-global_nav__contents .c-menu_item.-about:first-child {
  border-right: 1px solid #ADADAD;
  margin-right: 16px;
  max-width: 393px;
  padding-right: 16px;
}
.p-global_nav__contents .c-menu_item.-about .c-kv {
  margin-bottom: 8px;
}
.p-global_nav__contents .c-menu_item.-about .c-kv img {
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
  width: 100%;
}
.p-global_nav__contents .c-menu_item.-about .c-sub_category {
  width: 100%;
}
.p-global_nav__contents .c-menu_item.-about ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -8px;
  margin-top: 16px;
  width: 100%;
}
.p-global_nav__contents .c-menu_item.-about li {
  margin-bottom: 8px;
}
.p-global_nav__contents .c-menu_item .c-link.-bar {
  align-items: center;
  background: white;
  display: flex;
  font-size: 0.7777777778rem;
  font-size: 0.7777777778rem;
  font-size: 0.7777777778rem;
  height: 36px;
  justify-content: center;
  padding: 4px;
  width: 180px;
}
.p-main_nav ul {
  display: flex;
}
.p-main_nav li {
  display: flex;
  position: relative;
}
.p-main_nav li a, .p-main_nav li button {
  display: inline-flex;
  position: relative;
}
.p-main_nav li a.-has_children, .p-main_nav li button.-has_children {
  background-image: url(../img/icn/icn_arrow_s_d_gray.svg);
  background-position: calc(100% - 10px) 20px;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.p-main_nav .c-label {
  color: #707070;
  font-weight: bold;
  white-space: nowrap;
}
.p-main_nav .c-badge {
  align-items: center;
  background: #9E8949;
  border-radius: 21px;
  color: white;
  display: inline-flex;
  font-size: 0.7777777778rem;
  font-weight: bold;
  height: 21px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  width: 21px;
}
.p-main_nav .c-hamburger .c-icn {
  height: 36px;
  position: relative;
  width: 50px;
}
.p-main_nav .c-hamburger .c-icn::before, .p-main_nav .c-hamburger .c-icn::after, .p-main_nav .c-hamburger .c-icn .c-patty {
  background: #00612C;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.2s;
  width: 38px;
}
.p-main_nav .c-hamburger .c-icn::before {
  transform: translateY(-7px);
}
.p-main_nav .c-hamburger .c-icn::after {
  transform: translateY(7px);
}
[data-gnav-status=true] .p-main_nav .c-hamburger .c-icn::before {
  background: #98A6B5;
  transform: translateY(0) rotate(45deg);
}
[data-gnav-status=true] .p-main_nav .c-hamburger .c-icn::after {
  background: #98A6B5;
  transform: translateY(0) rotate(-45deg);
}
[data-gnav-status=true] .p-main_nav .c-hamburger .c-icn .c-patty {
  width: 0;
}
.p-main_nav .c-container {
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  left: -15px;
  overflow: hidden;
  padding: 8px 0;
  position: absolute;
  right: -15px;
  top: 100%;
}
.p-main_nav .c-container .c-list {
  display: flex;
  flex-direction: column;
}
.p-main_nav .c-container li + li {
  border-top: 1px solid #ADADAD;
  margin: 0;
}
.p-main_nav .c-container li a {
  align-items: center;
  color: #3C3C3C;
  display: flex;
  font-size: 0.6666666667rem;
  height: 36px;
  justify-content: center;
  line-height: 1.71428571;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.p-hansel {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
}
.p-hansel::-webkit-scrollbar {
  display: none;
}
.p-hansel__body {
  display: flex;
  flex-wrap: nowrap;
  margin: auto;
}
.p-hansel__body::after {
  content: "";
  flex-shrink: 0;
  height: 36px;
  width: 24px;
}
.p-hansel__item {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
}
.p-hansel__item + .p-hansel__item {
  margin-left: 8px;
}
.p-hansel__item + .p-hansel__item::before {
  background-image: url("../img/icn/icn_arrow_s_r_gray.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  margin-right: 8px;
  width: 16px;
}
.p-hansel__item a, .p-hansel__item mark, .p-hansel__item p {
  color: #707070;
  font-size: 0.7777777778rem;
  font-weight: bold;
}

.p-aside__social {
  background: rgba(0, 97, 44, 0.8);
}
.p-aside__social ul {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.p-aside__social li + li {
  margin-left: 40px;
}
.p-aside__sitemap {
  background: rgba(0, 97, 44, 0.8);
}
.p-aside__sitemap * {
  color: white;
}
.p-aside__sitemap .c-container {
  padding-top: 18px;
}
.p-aside__sitemap .c-caption {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.33333333;
  width: 100%;
}
.p-aside__sitemap .c-caption + * {
  margin-top: 24px;
}
.p-aside__sitemap .c-caption.-has_children {
  position: relative;
  transition: 0.3s;
}
.p-aside__sitemap .c-caption.-has_children::before, .p-aside__sitemap .c-caption.-has_children::after {
  background: white;
  bottom: 0;
  content: "";
  height: 2px;
  margin: auto;
  position: absolute;
  top: 0;
  transition: 0.2s;
  width: 18px;
}
.p-aside__sitemap .c-caption.-has_children::after {
  transform: rotate(90deg);
}
.p-aside__sitemap .c-caption.-has_children[data-accordion-status=false] {
  margin-bottom: 0;
}
.p-aside__sitemap .c-caption.-has_children[data-accordion-status=true]::before, .p-aside__sitemap .c-caption.-has_children[data-accordion-status=true]::after {
  background: #ADADAD;
}
.p-aside__sitemap .c-caption.-has_children[data-accordion-status=true]::after {
  right: 11px;
  transform: rotate(90deg);
  width: 0;
}
.p-aside__sitemap .c-list dt {
  font-weight: bold;
  line-height: 1.5;
}
.p-aside__sitemap .c-link {
  background-image: url("../img/icn/icn_arrow_r_white.svg");
  background-position: calc(100% - 8px) center;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  font-weight: bold;
  line-height: 1.44444444;
}
.p-aside__sitemap .c-link.-bar {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  background-position: calc(100% - 8px) center;
  font-weight: normal;
  min-height: 48px;
  padding: 10px;
  transition: 0.2s;
}

/*
fn-accordion に -has_children がついていれば、直後の要素を dn する。
直下の要素の開閉で、PC だけ、あるいは SP だけの時は、個別に CSS で固定する。
*/
.fn-accordion.-has_children + * {
  display: none;
}

.p-sp_search {
  padding: 8px;
  position: relative;
  z-index: 3;
}
.p-sp_search .c-input_submit {
  background: rgba(0, 97, 44, 0.6);
  border-radius: 6px;
  bottom: 0;
  color: white;
  font-size: 0.6111111111rem;
  font-weight: bold;
  height: 33px;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 0;
  width: 76px;
}
.p-home_category_nav .c-list {
  display: flex;
}
.p-home_category_nav .c-list a {
  background: #fff;
  display: block;
}
.p-home_category_nav .c-figure {
  align-items: center;
  display: flex;
}
.p-home_category_nav .c-figure figcaption {
  color: rgba(0, 97, 44, 0.8);
  font-weight: bold;
  white-space: nowrap;
}
.p-home_contact {
  align-items: center;
  background: #009F48;
  display: flex;
  height: 96px;
  justify-content: center;
}
.p-home_contact .c-link {
  align-items: center;
  color: white;
  display: inline-flex;
  font-size: 1.3333333333rem;
  font-weight: bold;
}
.p-home_contact .c-link::before {
  background-image: url("../img/icn/icn_info.svg");
  content: "";
  display: block;
  height: 35px;
  margin-right: 18px;
  transform: translateY(2px);
  width: 35px;
}
.p-home_contact .c-link::after {
  background-image: url("../img/icn/icn_arrow_r_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 24px;
  margin-left: 16px;
  width: 24px;
}

.p-banner {
  text-align: center;
}
.p-banner img {
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}
.p-banner.-home a img {
  border-radius: 8px;
}

.p-carousel + * {
  margin-top: 64px;
}
.p-carousel .c-container {
  position: relative;
}
.p-carousel .c-stage {
  position: relative;
}
.p-carousel .c-stage::before, .p-carousel .c-stage::after {
  background: red;
  bottom: -20px;
  pointer-events: none;
  position: absolute;
  top: -10px;
  transition: 0.2s;
  width: calc(100vw - 1024px + 192px);
}
.p-carousel .c-stage::before {
  background: linear-gradient(to left, rgba(242, 242, 242, 0) 0, #F2F2F2 320px);
  right: 832px;
  z-index: 2;
}
.p-carousel .c-stage::after {
  background: linear-gradient(to right, rgba(242, 242, 242, 0) 0, #F2F2F2 320px);
  left: 832px;
}
.p-carousel .c-list {
  display: flex;
  position: relative;
}
.p-carousel .c-list li {
  flex-shrink: 0;
}
.p-carousel .c-btn.-forward, .p-carousel .c-btn.-back {
  background-color: #00612C;
  background-image: url(../img/icn/icn_arrow_s_r_white.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-size: 36px;
  border-radius: 100%;
  bottom: 0;
  cursor: pointer;
  height: 64px;
  margin: auto;
  position: absolute;
  top: 0;
  transition: 0.2s;
  width: 64px;
  z-index: 2;
}
.p-carousel .c-btn.-forward {
  right: -48px;
}
.p-carousel .c-btn.-back {
  left: -48px;
  transform: rotate(180deg);
}
.p-carousel.-ranking li {
  counter-increment: ranking;
  position: relative;
}
.p-carousel.-ranking li:nth-child(-n+3) .c-ribbon::before {
  border-style: solid;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: calc(100% - 1px);
  transform: scale(100%, 70%);
  transform-origin: top;
  width: 0;
}
.p-carousel.-ranking li:nth-child(-n+3) .c-ribbon::after {
  border-color: transparent #ADADAD transparent transparent;
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  transform: scale(100%, 70%);
  transform-origin: top;
  width: 0;
}
.p-carousel.-ranking li:nth-child(1) .c-ribbon {
  background: #9E8949;
}
.p-carousel.-ranking li:nth-child(1) .c-ribbon::before {
  border-color: #9E8949 transparent transparent transparent;
}
.p-carousel.-ranking li:nth-child(1) .c-ribbon::after {
  border-color: transparent #9E8949 transparent transparent;
}
.p-carousel.-ranking li:nth-child(2) .c-ribbon {
  background: #7B90A8;
}
.p-carousel.-ranking li:nth-child(2) .c-ribbon::before {
  border-color: #7B90A8 transparent transparent transparent;
}
.p-carousel.-ranking li:nth-child(2) .c-ribbon::after {
  border-color: transparent #7B90A8 transparent transparent;
}
.p-carousel.-ranking li:nth-child(3) .c-ribbon {
  background: #9B937A;
}
.p-carousel.-ranking li:nth-child(3) .c-ribbon::before {
  border-color: #9B937A transparent transparent transparent;
}
.p-carousel.-ranking li:nth-child(3) .c-ribbon::after {
  border-color: transparent #9B937A transparent transparent;
}
.p-carousel.-ranking a {
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-carousel.-ranking a::before {
  color: white;
  content: counter(ranking);
  display: flex;
  justify-content: center;
  line-height: 1.25;
  position: absolute;
  top: 0;
}
.p-carousel.-ranking .c-ribbon {
  background: #ADADAD;
  color: white;
  display: flex;
  justify-content: center;
  line-height: 1.25;
  position: absolute;
  top: 0;
}
.p-carousel.-recommend li {
  position: relative;
}
.p-carousel.-recommend a {
  background: white;
  border-radius: 8px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.16);
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-carousel.-recommend .c-figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px;
}
.p-carousel.-recommend .c-img {
  margin: -8px -8px 0;
  overflow: hidden;
}
.p-carousel.-recommend .c-img img {
  border-radius: 8px;
  display: block;
  outline: 4px solid white;
  outline-offset: -4px;
}
.p-carousel.-recommend figcaption {
  font-weight: bold;
}
.p-carousel.-recommend .c-price {
  font-size: 1.1111111111rem;
  line-height: 1.2;
  margin-top: auto;
}
.p-carousel.-category_detail .c-container {
  position: relative;
  width: 100%;
}
.p-carousel.-category_detail .c-container + .c-thumbnail {
  margin-top: 16px;
}
.p-carousel.-category_detail .c-container .c-fav {
  bottom: 16px;
  position: absolute;
  right: 16px;
}
.p-carousel.-category_detail .c-stage {
  overflow: hidden;
}
.p-carousel.-category_detail .c-stage ul {
  display: flex;
  width: 100%;
}
.p-carousel.-category_detail .c-stage li {
  flex-shrink: 0;
  width: 100%;
}
.p-carousel.-category_detail .c-stage .c-img {
  background: white;
  text-align: center;
  width: 100%;
}
.p-carousel.-category_detail .c-stage .c-img img {
  width: auto;
}
.p-carousel.-category_detail .c-stage::before, .p-carousel.-category_detail .c-stage::after {
  content: none;
}
.p-carousel.-category_detail .c-btn.-back, .p-carousel.-category_detail .c-btn.-forward {
  background-color: transparent;
  background-image: url(../img/icn/icn_arrow_carousel.svg);
  background-position: center;
  background-size: 100%;
  border-radius: 0;
  height: 22px;
  width: 22px;
}
.p-carousel.-category_detail .c-thumbnail {
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.p-carousel.-category_detail .c-thumbnail ul {
  display: flex;
  overflow: hidden;
}
.p-carousel.-category_detail .c-thumbnail li {
  cursor: pointer;
  margin-right: 8px;
  width: calc(25% - 8px);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.p-carousel.-category_detail .c-thumbnail-forward ,
.p-carousel.-category_detail .c-thumbnail-back {
  background-color: transparent;
  background-image: url(../img/icn/icn_arrow_carousel.svg);
  background-position: center;
  background-size: 100%;
  border-radius: 0;
  height: 22px;
  width: 22px;
  flex-shrink: 0;
}
.p-carousel.-category_detail .c-thumbnail-back {
  left: -48px;
  transform: rotate(180deg);
}
.p-carousel.-category_detail .c-thumbnail li.is-current {
  outline-color: #00612C;
  outline-style: solid;
}
.p-carousel.-category_list_modal .c-container {
  position: relative;
  width: 100%;
}
.p-carousel.-category_list_modal .c-container .c-fav {
  bottom: 0;
  position: absolute;
  right: 0;
}
.p-carousel.-category_list_modal .c-stage {
  overflow: hidden;
}
.p-carousel.-category_list_modal .c-stage ul {
  display: flex;
  width: 100%;
}
.p-carousel.-category_list_modal .c-stage li {
  flex-shrink: 0;
  width: 100%;
}
.p-carousel.-category_list_modal .c-stage .c-img {
  background: white;
  text-align: center;
}
.p-carousel.-category_list_modal .c-stage .c-img img {
  max-height: 200px;
  width: auto;
}
.p-carousel.-category_list_modal .c-stage::before, .p-carousel.-category_list_modal .c-stage::after {
  content: none;
}
.p-carousel.-category_list_modal .c-btn.-back, .p-carousel.-category_list_modal .c-btn.-forward {
  background-color: transparent;
  background-image: url(../img/icn/icn_arrow_carousel.svg);
  background-position: center;
  background-size: 100%;
  border-radius: 0;
  height: 22px;
  width: 22px;
}
.p-carousel.-column .c-stage::before, .p-carousel.-column .c-stage::after {
  content: none;
}
.p-carousel.-column .c-col {
  margin-right: 16px;
}
.p-carousel.-bnr .c-list li {
  border-radius: 8px;
  overflow: hidden;
}
.p-topics .c-list {
  border-top: 1px solid #ADADAD;
}
.p-topics .c-list + .c-list {
  border-top: none;
  display: none;
}
.p-topics .c-list + .c-read_more {
  margin-top: 24px;
}
.p-topics .c-list .c-scope {
  border-bottom: 1px solid #ADADAD;
  padding: 16px 0;
}
.p-topics .c-list dt {
  font-size: 0.8888888889rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-topics .c-list dt + dd {
  margin-top: 8px;
}
.p-topics .c-list dt .c-date {
  color: #ADADAD;
  margin-right: 8px;
}
.p-topics .c-list dt .c-important {
  color: #B50303;
}
.p-topics .c-list dd {
  line-height: 1.5;
}
.p-topics .c-read_more {
  overflow: hidden;
  text-align: center;
  transition: 0.2s;
}
.p-topics .c-read_more .c-btn {
  align-items: center;
  display: inline-flex;
  font-weight: bold;
  justify-content: center;
  overflow: hidden;
}
.p-topics .c-read_more .c-btn[data-accordion-status=true] {
  height: 0;
}
.p-guide.-home .c-container {
  align-items: stretch;
  background: white;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-guide.-home .c-heading {
  text-align: center;
  width: 100%;
}
.p-guide.-home .c-figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
}
.p-guide.-home .c-figure .c-icn img {
  width: 120px;
}
.p-guide.-home .c-figure figcaption {
  color: #00612C;
  font-size: 1.1111111111rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.p-guide.-home .c-figure p {
  font-size: 0.7777777778rem;
  line-height: 1.71428571;
}
.p-guide.-home .c-figure p + .c-read_more {
  margin-top: 8px;
}
.p-guide.-home .c-figure .c-read_more {
  font-weight: bold;
}
.p-guide.-home .c-figure .c-read_more .c-link {
  color: #00612C;
}
.p-category_list .c-heading {
  background: rgba(0, 97, 44, 0.8);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 10px 24px;
}
.p-category_list__item {
  display: flex;
  flex-wrap: wrap;
}
.p-category_list__item .c-img {
  margin-bottom: 8px;
  margin-right: 8px;
  width: 148px;
}
.p-category_list__item .c-img img {
  border: 2px solid white;
  border-radius: 8px;
}
.p-category_list__item .c-name {
  font-size: 0.8888888889rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
.p-category_list__item .c-price {
  font-size: 1.3333333333rem;
  line-height: 1.66666667;
}
.p-category_list__item .c-btn_wrapper {
  width: 100%;
}
.p-category_list__item .c-btn_wrapper span + span {
  margin-left: 8px;
}
.p-category_list__item .c-btn_wrapper span:last-child {
  flex: 1;
}
.p-category_list__item .c-btn_wrapper .c-btn.-cart {
  width: 100px;
}
.p-category_list__item .c-btn_wrapper .c-btn.-cmn {
  background: rgba(0, 97, 44, 0.6);
  width: 100%;
}
.p-category_list__type {
  display: flex;
  margin-bottom: 8px;
}
.p-category_list__type .c-type {
  margin-right: 4px;
}
.p-category_list__type .c-type:last-child {
  margin-right: 0;
}
.p-category_list__type .c-type b {
  align-items: center;
  background: white;
  border: 2px solid;
  border-radius: 4px;
  color: #9E8949;
  display: inline-flex;
  font-size: 0.7777777778rem;
  font-weight: bold;
  height: 32px;
  justify-content: center;
  padding: 4px 14px;
  white-space: nowrap;
}
.p-category_list__type .c-type.-trial {
  margin-bottom: 8px;
}
.p-category_list__type .c-type.-trial b {
  color: #B50303;
}

.p-btt a {
  align-items: center;
  background-color: white;
  border-radius: 8px 0 0 8px;
  bottom: 16px;
  color: #00612C;
  display: flex;
  font-size: 0.8888888889rem;
  font-weight: bold;
  letter-spacing: 0.25em;
  padding: 16px 8px;
  position: fixed;
  right: 0;
  writing-mode: vertical-rl;
}
.p-btt a::before {
  background-image: url(../img/icn/icn_arrow_btt.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 32px;
  margin-bottom: 8px;
  width: 32px;
}
.p-category_detail__desc {
  flex: 1;
}
.p-category_detail__type {
  display: flex;
  margin-bottom: 8px;
}
.p-category_detail__type .c-type {
  margin-right: 4px;
}
.p-category_detail__type .c-type:last-child {
  margin-right: 0;
}
.p-category_detail__type .c-type b {
  align-items: center;
  background: white;
  border: 2px solid;
  border-radius: 4px;
  color: #9E8949;
  display: inline-flex;
  font-size: 0.7777777778rem;
  font-weight: bold;
  height: 32px;
  justify-content: center;
  padding: 4px 14px;
  white-space: nowrap;
}
.p-category_detail__type .c-type.-trial {
  margin-bottom: 8px;
}
.p-category_detail__type .c-type.-trial b {
  color: #B50303;
}
.p-category_detail .c-name p {
  font-size: 1.3333333333rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-category_detail .c-name h1 {
  font-size: 1.3333333333rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-category_detail .c-name .c-capacity {
  display: block;
  font-size: 0.7777777778rem;
  font-weight: normal;
}
.p-category_detail .c-see_review {
  margin-top: 24px;
}
.p-category_detail .c-see_review .c-link {
  color: #9E8949;
  font-size: 0.8888888889rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-category_detail .c-see_review .c-link::after {
  background-image: url("../img/icn/icn_arrow_s_d_gold.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 16px;
  margin-left: 8px;
  vertical-align: middle;
  width: 16px;
}
.p-category_detail__feature {
  height: 155px;
  margin-top: 24px;
  overflow: hidden;
  position: relative;
}
.p-category_detail__feature::after {
  background: linear-gradient(to top, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  bottom: 0;
  content: "";
  height: 125px;
  left: 0;
  position: absolute;
  transition: 0.2s;
  width: 100%;
  z-index: 1;
}
.p-category_detail__feature[data-sneak-peak-status=true]::after {
  opacity: 0;
  pointer-events: none;
}
.p-category_detail__feature p {
  line-height: 1.77777778;
}
.p-category_detail__feature .c-switch {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 100;
}
.p-category_detail__feature .c-switch button {
  font-size: 0.7777777778rem;
}
.p-category_detail__select_type {
  margin-top: 30px;
}
.p-category_detail__select_type .c-btn {
  background: white;
  border-radius: 8px;
  color: #00612C;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  height: 88px;
  justify-content: flex-end;
  line-height: 1.25;
  padding: 15px 18px;
  position: relative;
  width: 100%;
}
.p-category_detail__select_type .c-btn small {
  font-size: 0.8888888889rem;
}
.p-category_detail__select_type .c-btn b {
  font-size: 1.3333333333rem;
}
.p-category_detail__select_type .c-btn .c-img {
  bottom: 0;
  position: absolute;
  right: 18px;
}
.p-category_detail__purchase_plan {
  margin-top: 16px;
}
.p-category_detail__purchase_plan + * {
  margin-top: 36px;
}
.p-category_detail__purchase_plan li + li {
  margin-top: 8px;
}
.p-category_detail__purchase_plan .c-purchase_plan {
  background: white;
  border: 4px solid #ADADAD;
  border-radius: 8px;
  display: block;
  padding: 18px 12px 12px 48px;
  position: relative;
}
.p-category_detail__purchase_plan .c-purchase_plan::before {
  background: white;
  border: 2px solid #707070;
  border-radius: 24px;
  box-shadow: 0 0 0 3px white inset;
  content: "";
  height: 24px;
  left: 12px;
  position: absolute;
  top: 26px;
  width: 24px;
}
.p-category_detail__purchase_plan .c-purchase_plan[data-purchaseplan=true] {
  border-color: #00612C;
}
.p-category_detail__purchase_plan .c-purchase_plan[data-purchaseplan=true]::before {
  background: #00612C;
  border-color: #00612C;
}
.p-category_detail__purchase_plan .c-purchase_plan[data-purchaseplan=true] .c-plan {
  display: block;
}
.p-category_detail__purchase_plan .c-plan_name {
  align-items: center;
  display: flex;
  font-size: 1.3333333333rem;
  font-weight: bold;
  justify-content: space-between;
  line-height: 1.66666667;
}
.p-category_detail__purchase_plan .c-note {
  display: block;
  margin-top: 4px;
}
.p-category_detail__purchase_plan .c-note + .c-price {
  margin-top: 8px;
}
.p-category_detail__purchase_plan .c-price {
  display: block;
  font-size: 1.5555555556rem;
  line-height: 1.42857143;
  margin-top: 12px;
}
.p-category_detail__purchase_plan .c-price + * {
  margin-top: 5px;
}
.p-category_detail__purchase_plan .c-tax_type {
  font-size: 0.6666666667rem;
  margin-left: 8px;
}
.p-category_detail__purchase_plan .c-regular_price {
  font-size: 0.6666666667rem;
}
.p-category_detail__purchase_plan .c-regular_price .c-num {
  font-size: 0.8888888889rem;
  margin-left: 8px;
}
.p-category_detail__purchase_plan .c-regular_price s {
  text-decoration: line-through;
}
.p-category_detail__purchase_plan .c-about_subscription {
  align-items: center;
  border: 4px solid #9E8949;
  border-radius: 8px;
  color: #9E8949;
  display: flex;
  font-size: 0.7777777778rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1.2;
  margin-left: -36px;
  padding: 12px;
}
.p-category_detail__purchase_plan .c-about_subscription strong {
  font-size: 1.1111111111rem;
}
.p-category_detail__purchase_plan .c-about_subscription::before {
  background-image: url(../img/icn/Icn_calendar_gold.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
.p-category_detail__purchase_plan .c-plan {
  border-top: 1px solid #ADADAD;
  display: none;
  margin-left: -36px;
  margin-top: 16px;
  padding-top: 16px;
}
.p-category_detail__purchase_plan .c-plan .c-select + .c-btn {
  margin-top: 8px;
}
.p-category_detail__purchase_plan .c-plan .c-select .c-label {
  width: 90px;
}
.p-category_detail__purchase_plan .c-plan .c-btn {
  width: 100%;
}
.p-category_detail__purchase_plan .c-plan .c-btn + .c-btn {
  margin-top: 16px;
}
.p-category_detail__by_phone .c-btn {
  font-size: 1.3333333333rem;
  width: 100%;
}
.p-category_detail__by_phone p {
  font-size: 0.8888888889rem;
  line-height: 1.5;
}
.p-category_detail__by_phone p + p {
  margin-top: 12px;
}

.p-slider + * {
  margin-top: 64px;
}
.p-slider .c-container {
  position: relative;
}
.p-slider .c-stage {
  position: relative;
}
.p-slider .c-stage::before, .p-slider .c-stage::after {
  background: red;
  bottom: -20px;
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  transition: 0.2s;
  width: calc(100vw - 1024px + 192px);
}
.p-slider .c-stage::before {
  background: linear-gradient(to left, rgba(242, 242, 242, 0) 0, #F2F2F2 320px);
  right: 832px;
  z-index: 2;
}
.p-slider .c-stage::after {
  background: linear-gradient(to right, rgba(242, 242, 242, 0) 0, #F2F2F2 320px);
  left: 832px;
}
.p-slider .c-list {
  display: flex;
  position: relative;
}
.p-slider .c-list li {
  flex-shrink: 0;
}
.p-slider .c-btn.-back, .p-slider .c-btn.-forward {
  background-color: #00612C;
  background-image: url(../img/icn/icn_arrow_s_r_white.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-size: 36px;
  border-radius: 100%;
  bottom: 0;
  cursor: pointer;
  height: 64px;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: 0.2s;
  width: 64px;
  z-index: 2;
}
.p-slider .c-btn.-forward {
  right: -48px;
}
.p-slider .c-btn.-back {
  left: -48px;
  transform: rotate(180deg);
}
.p-slider.-ranking li {
  counter-increment: ranking;
  position: relative;
}
.p-slider.-ranking li:nth-child(-n+3) .c-ribbon::before {
  border-style: solid;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: calc(100% - 1px);
  transform: scale(100%, 70%);
  transform-origin: top;
  width: 0;
}
.p-slider.-ranking li:nth-child(-n+3) .c-ribbon::after {
  border-color: transparent #ADADAD transparent transparent;
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  transform: scale(100%, 70%);
  transform-origin: top;
  width: 0;
}
.p-slider.-ranking li:nth-child(1) .c-ribbon {
  background: #9E8949;
}
.p-slider.-ranking li:nth-child(1) .c-ribbon::before {
  border-color: #9E8949 transparent transparent transparent;
}
.p-slider.-ranking li:nth-child(1) .c-ribbon::after {
  border-color: transparent #9E8949 transparent transparent;
}
.p-slider.-ranking li:nth-child(2) .c-ribbon {
  background: #7B90A8;
}
.p-slider.-ranking li:nth-child(2) .c-ribbon::before {
  border-color: #7B90A8 transparent transparent transparent;
}
.p-slider.-ranking li:nth-child(2) .c-ribbon::after {
  border-color: transparent #7B90A8 transparent transparent;
}
.p-slider.-ranking li:nth-child(3) .c-ribbon {
  background: #9B937A;
}
.p-slider.-ranking li:nth-child(3) .c-ribbon::before {
  border-color: #9B937A transparent transparent transparent;
}
.p-slider.-ranking li:nth-child(3) .c-ribbon::after {
  border-color: transparent #9B937A transparent transparent;
}
.p-slider.-ranking a {
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-slider.-ranking a::before {
  color: white;
  content: counter(ranking);
  display: flex;
  justify-content: center;
  line-height: 1.25;
  position: absolute;
  top: 0;
}
.p-slider.-ranking .c-ribbon {
  background: #ADADAD;
  color: white;
  display: flex;
  justify-content: center;
  line-height: 1.25;
  position: absolute;
  top: 0;
}
.p-slider.-recommend li {
  position: relative;
}
.p-slider.-recommend a {
  background: white;
  border-radius: 8px;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.16);
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-slider.-recommend .c-figure {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px;
}
.p-slider.-recommend .c-img {
  margin: -8px -8px 0;
  overflow: hidden;
}
.p-slider.-recommend .c-img img {
  border-radius: 8px;
  display: block;
  outline: 4px solid white;
  outline-offset: -4px;
}
.p-slider.-recommend figcaption {
  font-weight: bold;
}
.p-slider.-recommend .c-price {
  font-size: 1.1111111111rem;
  line-height: 1.2;
  margin-top: auto;
}
.p-slider.-category_nav .c-container {
  margin: auto;
  width: 1024px;
}
.p-slider.-category_nav .c-list {
  display: flex;
  margin-right: -16px;
}
.p-slider.-category_nav .c-list li {
  margin-right: 16px;
  width: calc(16.6666666667% - 16px);
}
.p-slider.-category_nav .c-list a {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
  display: block;
}
.p-slider.-category_nav .c-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 157px;
  justify-content: space-between;
  padding: 18px;
}
.p-slider.-category_nav .c-figure .c-img {
  width: 102px;
}
.p-slider.-category_nav .c-figure figcaption {
  color: rgba(0, 97, 44, 0.8);
  font-weight: bold;
  white-space: nowrap;
}
.p-slider.-bnr .c-list li {
  border-radius: 8px;
  overflow: hidden;
}
/* .p-slider.-column .c-stage::before, .p-slider.-column .c-stage::after {
  content: none;
} */
.p-slider.-column .c-col {
  margin-right: 16px;
}
.p-slider.-type .c-container {
  width: 100%;
}
.p-slider.-type .c-stage::before, .p-slider.-type .c-stage::after {
  content: none;
}
.p-slider.-type li {
  width: 93px;
}
.p-slider.-type .c-btn.-back, .p-slider.-type .c-btn.-forward {
  background-position: center;
  background-size: 18px;
  bottom: 16px;
  height: 32px;
  width: 32px;
}
.p-slider[data-expansion*=left] .c-stage::before {
  opacity: 1;
}
.p-slider[data-expansion*=left] .c-btn.-back {
  opacity: 1;
  pointer-events: auto;
}
.p-slider[data-expansion*=right] .c-stage::after {
  opacity: 1;
}
.p-slider[data-expansion*=right] .c-btn.-forward {
  opacity: 1;
  pointer-events: auto;
}

.p-notice {
  background: rgba(181, 3, 3, 0.1);
}
.p-notice .c-container {
  margin: auto;
}
.p-notice .c-list .c-scope {
  align-items: center;
  display: flex;
}
.p-notice .c-list dt {
  color: #B50303;
  font-size: 0.6666666667rem;
  font-weight: bold;
  margin-right: 8px;
  white-space: nowrap;
}
.p-notice .c-list dd {
  flex: 1;
  max-width: calc(100vw - 90px - 32px);
}
.p-notice .c-list dd a {
  display: block;
  font-size: 0.7777777778rem;
  line-height: 1.71428571;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-modal {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.p-modal.is-show {
  display: flex;
}
.p-modal__wrapper,
.p-modal .c-bg {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-modal .c-bg {
  background: rgba(0, 0, 0, 0.5);
}
.p-modal__scroll {
  background: white;
  border-radius: 16px;
  max-height: calc(100vh - 32px);
  max-width: calc(100vw - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.p-modal.-category_list .c-heading.-choice {
  font-size: 0.7777777778rem;
  line-height: 1.71428571;
  margin-bottom: 4px;
  margin-top: 16px;
  text-align: left;
}
.p-modal.-category_list .p-carousel {
  margin-left: auto;
  margin-right: auto;
}
.p-modal.-category_list .c-select + .c-price {
  margin-top: 8px;
}
.p-modal.-category_list .c-select select {
  width: 100%;
}
.p-modal.-category_list .c-price {
  align-items: center;
  display: flex;
  font-size: 1.3333333333rem;
}
.p-modal.-category_list .c-free_shipping {
  border: 2px solid;
  border-radius: 4px;
  color: #9E8949;
  font-size: 0.7777777778rem;
  font-weight: bold;
  line-height: 1.71428571;
  margin-left: auto;
  padding: 4px 14px;
}
.p-modal.-category_list .c-btn_wrapper {
  border-top: 1px solid #F2F2F2;
  flex-direction: row;
}
.p-modal.-category_list .c-btn_wrapper .c-select {
  margin-right: 8px;
}
.p-modal.-category_list .c-btn_wrapper .c-btn {
  flex: 1;
  width: auto;
}
.p-modal.-category_list .c-btn_wrapper .c-cancel {
  color: #707070;
  font-size: 0.8888888889rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  width: 100%;
}
.p-modal.-variation .c-heading.-lv2 {
  font-size: 0.8888888889rem;
  font-weight: bold;
  line-height: 1.71428571;
  margin-bottom: 16px;
  text-align: left;
}
.p-modal.-variation .c-section + .c-section {
  border-top: 1px solid #ADADAD;
  margin-top: 16px;
  padding-top: 16px;
}
.p-modal.-variation .c-btn_wrapper {
  border-top: 1px solid #F2F2F2;
}
.p-modal.-variation .c-btn_wrapper .c-btn {
  width: 100%;
}
.c-btn.-cmn.-line.c-cancel.fn-cancel{
    color:#00612C;
}

.p-modal.-variation .c-cancel {
  color: #707070;
  font-size: 0.8888888889rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  width: 100%;
}
.p-modal.-subscription .c-btn_wrapper {
  border-top: 1px solid #F2F2F2;
}
.p-modal.-subscription .c-btn_wrapper .c-btn {
  width: 100%;
}
.p-modal.-subscription .c-cancel {
  color: #707070;
  font-size: 0.8888888889rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  width: 100%;
}
.p-modal.-sp_search .p-modal__wrapper {
  align-items: flex-start;
}
.p-modal.-sp_search .p-modal__scroll {
  border-radius: 0;
  max-width: none;
  overflow: visible;
  width: 100%;
}
.p-modal.-sp_search .p-sp_search {
  flex: 1;
  padding: 0;
  position: static;
}
.p-modal.-sp_search .p-sp_search .c-input_submit {
  right: 55px;
}
.p-modal.-sp_search .p-sp_search__body {
  align-items: center;
  background: #F2F2F2;
  display: flex;
  padding: 16px;
  position: relative;
}
.p-modal.-sp_search .p-sp_search__body .c-close {
  flex-shrink: 0;
  height: 24px;
  margin-left: 8px;
  overflow: hidden;
  position: relative;
  text-indent: -100vh;
  width: 24px;
}
.p-modal.-sp_search .p-sp_search__body .c-close::before, .p-modal.-sp_search .p-sp_search__body .c-close::after {
  background: #3C3C3C;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  width: 18px;
}
.p-modal.-sp_search .p-sp_search__body .c-close::after {
  transform: rotate(-45deg);
}
.p-modal.-sp_search .p-type_ahead {
  border-radius: 0;
}

.p-flow {
  padding: 36px 0 4px;
}
.p-flow .c-list {
  display: flex;
  justify-content: space-between;
  margin: auto;
  position: relative;
}
.p-flow .c-list::before {
  background: #00612C;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 7px;
  width: calc(100% - 2px);
}
.p-flow li {
  align-items: center;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  width: 16px;
}
.p-flow li::before {
  background: white;
  border: 2px solid #00612C;
  border-radius: 100%;
  content: "";
  height: 16px;
  margin-bottom: 8px;
  position: relative;
  width: 16px;
}
.p-flow li.is-active::before {
  background: #00612C;
}

.p-overview .c-list .c-scope {
  border-bottom: 1px solid #ADADAD;
  padding: 8px 0 8px 12px;
}
.p-overview .c-list dt {
  font-weight: bold;
  padding: 16px 0;
  position: relative;
}
.p-overview .c-list dt::before, .p-overview .c-list dt::after {
  background: #3C3C3C;
  bottom: 0;
  content: "";
  height: 18px;
  margin: auto;
  position: absolute;
  right: 11px;
  top: 0;
  transition: 0.2s;
  width: 2px;
}
.p-overview .c-list dt::before {
  transform: rotate(90deg);
}
.p-overview .c-list dt[data-accordion-status=true]::before, .p-overview .c-list dt[data-accordion-status=true]::after {
  color: #ADADAD;
}
.p-overview .c-list dt[data-accordion-status=true]::after {
  height: 0;
}
.p-overview .c-list dd {
  font-size: 0.8888888889rem;
  line-height: 1.5;
  padding: 0 0 12px;
}
.p-overview .c-btn_wrapper .c-btn {
  max-width: 100%;
  width: 100%;
}

.p-review .p-rating.-total + * {
  margin-top: 18px;
}
.p-review .c-btn_wrapper .c-btn {
  max-width: none;
  width: 100%;
}
.p-review__item {
  background: white;
  border-radius: 8px;
  margin-top: 16px;
  padding: 20px;
}
.p-review__item .c-heading {
  font-size: 1.1111111111rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 8px;
  text-align: left;
}
.p-review__item .c-user_info + p {
  margin-top: 16px;
}
.p-review__item .c-user_info span {
  color: #707070;
  font-size: 0.7777777778rem;
}
.p-review__item .c-user_info span + span {
  margin-left: 10px;
}
.p-review__item .c-review {
  font-size: 0.7777777778rem;
  line-height: 1.71428571;
}
.p-review__more .c-trigger {
  color: #707070;
  font-size: 0.8888888889rem;
  font-weight: bold;
  margin-top: 24px;
  overflow: hidden;
  text-align: center;
  transition: 0.2s;
}
.p-review__more .c-trigger[data-accordion-status=true] {
  margin-top: 0;
  max-height: 0;
}

.p-rating {
  align-items: center;
  display: flex;
}
.p-rating .c-star {
  height: 16px;
  overflow: hidden;
  position: relative;
  text-indent: -100vw;
  width: 135px;
}
.p-rating .c-star::before, .p-rating .c-star::after {
  background-position: left center;
  background-repeat: repeat-x;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-rating .c-star::before {
  background-image: url(../img/icn/icn_rating_gray.svg);
}
.p-rating .c-star::after {
  background-image: url(../img/icn/icn_rating_gold.svg);
}
.p-rating .c-star[data-rating="0"]::after {
  width: 0;
}
.p-rating .c-star[data-rating="1"]::after {
  width: 20%;
}
.p-rating .c-star[data-rating="2"]::after {
  width: 40%;
}
.p-rating .c-star[data-rating="3"]::after {
  width: 60%;
}
.p-rating .c-star[data-rating="4"]::after {
  width: 80%;
}
.p-rating .c-star[data-rating="5"]::after {
  width: 100%;
}
.p-rating .c-num {
  font-size: 1.1111111111rem;
  font-weight: bold;
}
.p-rating .c-num + * {
  margin-left: 8px;
}
.p-rating small {
  font-size: 0.6666666667rem;
}

.p-type_ahead {
  background: white;
  border: 2px solid #F2F2F2;
  border-radius: 0 0 8px 8px;
  display: none;
  left: 0;
  position: absolute;
  top: 46px;
  width: 100%;
}
.p-sp_search .p-type_ahead {
  top: 100%;
}
.p-type_ahead .c-list.-scope > li {
  padding: 0 16px;
}
.p-type_ahead .c-list.-scope > li + li {
  border-top: 2px solid #F2F2F2;
}
.p-type_ahead .c-list.-contents > li + li {
  margin-top: 16px;
}
.p-type_ahead .c-figure.-category {
  padding: 16px 0;
}
.p-type_ahead .c-figure.-category > figcaption {
  color: #ADADAD;
  font-size: 0.7777777778rem;
  font-weight: bold;
  line-height: 1.42857143;
}
.p-type_ahead .c-figure.-category > figcaption + * {
  margin-top: 16px;
}
.p-type_ahead .c-figure.-category .c-result {
  line-height: 1.44444444;
}
.p-type_ahead .c-figure.-contents {
  display: flex;
  padding: 0 8px;
}
.p-type_ahead .c-figure.-contents .c-img {
  background: white;
  border-radius: 8px;
  flex-shrink: 0;
  margin-right: 8px;
  overflow: hidden;
  width: 64px;
}
.p-type_ahead .c-figure.-contents figcaption {
  align-items: center;
  display: flex;
  flex: 1;
  min-height: 64px;
}
.p-type_ahead .c-figure.-result {
  display: flex;
}
.p-type_ahead .c-figure.-result .c-img {
  background: white;
  border-radius: 8px;
  flex-shrink: 0;
  margin-right: 16px;
  overflow: hidden;
  width: 64px;
}
.p-type_ahead .c-figure.-result figcaption {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-items: center;
  display: flex;
  display: -webkit-box;
  flex: 1;
  font-size: 1.1111111111rem;
  /* height: 64px; */
  line-height: 1.7;
  overflow: hidden;
  transform: translateY(-7px);
  position:relative;
}
@media screen and (max-width: 736px) {
  .l-body {
    overflow-x: hidden;
  }
  .l-wrapper {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .l-main {
    padding-bottom: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .l-aside {
    margin-left: 24px;
    margin-right: 24px;
  }
  .l-header {
    height: 80px;
  }
  .l-footer {
    padding: 16px 0 32px;
  }
  .l-header {
    z-index: 100;
  }
  .c-heading.-lv1 {
    font-size: 1.1111111111rem;
    line-height: 1.2;
  }
  .c-grid .c-col[data-col*="sp:1"] {
    width: 100%;
  }
  .c-grid .c-col[data-col*="sp:2-1"] {
    width: 50%;
  }
  .c-grid .c-col[data-col*="sp:3-1"] {
    width: 33.3333333333%;
  }
  .c-grid .c-col[data-col*="sp:5-4"] {
    width: 80%;
  }
  .c-grid .c-col[data-col*="sp:10-7"] {
    width: 70%;
  }
  .c-grid .c-col[data-col*="sp:5-3"] {
    width: 60%;
  }
  .c-grid .c-col[data-col*="sp:5-2"] {
    width: 40%;
  }
  .c-grid .c-col[data-col*="sp:10-3"] {
    width: 30%;
  }
  .c-grid .c-col[data-col*="sp:5-1"] {
    width: 20%;
  }
  .c-grid .c-col[data-order*="sp:1"] {
    order: 1;
  }
  .c-grid .c-col[data-order*="sp:2"] {
    order: 2;
  }
  .c-grid .c-col[data-order*="sp:3"] {
    order: 3;
  }
  .c-grid .c-col[data-order*="sp:4"] {
    order: 4;
  }
  .c-grid .c-col[data-order*="sp:5"] {
    order: 5;
  }
  .c-grid .c-col[data-order*="sp:6"] {
    order: 6;
  }
  .c-grid .c-col[data-order*="sp:7"] {
    order: 7;
  }
  .c-grid .c-col[data-order*="sp:8"] {
    order: 8;
  }
  .c-grid .c-col[data-order*="sp:9"] {
    order: 9;
  }
  .c-grid .c-col[data-order*="sp:10"] {
    order: 10;
  }
  .c-grid[data-gap-row*="sp:8"] {
    margin-bottom: -8px;
  }
  .c-grid[data-gap-row*="sp:8"] > .c-col {
    margin-bottom: 8px;
  }
  .c-grid[data-gap-row*="sp:16"] {
    margin-bottom: -16px;
  }
  .c-grid[data-gap-row*="sp:16"] > .c-col {
    margin-bottom: 16px;
  }
  .c-grid[data-gap-row*="sp:24"] {
    margin-bottom: -24px;
  }
  .c-grid[data-gap-row*="sp:24"] > .c-col {
    margin-bottom: 24px;
  }
  .c-grid[data-gap-row*="sp:32"] {
    margin-bottom: -32px;
  }
  .c-grid[data-gap-row*="sp:32"] > .c-col {
    margin-bottom: 32px;
  }
  .c-grid[data-gap-col*="sp:8"] {
    margin-right: calc(-8px);
  }
  .c-grid[data-gap-col*="sp:8"] > .c-col {
    margin-right: 8px;
  }
  .c-grid[data-gap-col*="sp:8"] > .c-col[data-col*="sp:1"] {
    width: calc(100% - 8px);
  }
  .c-grid[data-gap-col*="sp:8"] > .c-col[data-col*="sp:2-1"] {
    width: calc(100% / 2 * 1 - 8px);
  }
  .c-grid[data-gap-col*="sp:16"] {
    margin-right: calc(-16px);
  }
  .c-grid[data-gap-col*="sp:16"] > .c-col {
    margin-right: 16px;
  }
  .c-grid[data-gap-col*="sp:16"] > .c-col[data-col*="sp:1"] {
    width: calc(100% - 16px);
  }
  .c-grid[data-gap-col*="sp:16"] > .c-col[data-col*="sp:2-1"] {
    width: calc(100% / 2 * 1 - 16px);
  }
  .c-grid[data-gap-col*="sp:24"] {
    margin-right: calc(-24px);
  }
  .c-grid[data-gap-col*="sp:24"] > .c-col {
    margin-right: 24px;
  }
  .c-grid[data-gap-col*="sp:24"] > .c-col[data-col*="sp:1"] {
    width: calc(100% - 24px);
  }
  .c-grid[data-gap-col*="sp:24"] > .c-col[data-col*="sp:2-1"] {
    width: calc(100% / 2 * 1 - 24px);
  }
  .c-grid[data-gap-col*="sp:32"] {
    margin-right: calc(-32px);
  }
  .c-grid[data-gap-col*="sp:32"] > .c-col {
    margin-right: 32px;
  }
  .c-grid[data-gap-col*="sp:32"] > .c-col[data-col*="sp:1"] {
    width: calc(100% - 32px);
  }
  .c-grid[data-gap-col*="sp:32"] > .c-col[data-col*="sp:2-1"] {
    width: calc(100% / 2 * 1 - 32px);
  }
  .c-btn_wrapper {
    align-items: center;
    flex-direction: column;
  }
  .c-btn_wrapper .c-col + .c-col {
    margin-top: 16px;
  }
  .c-section + * {
    margin-top: 48px;
  }
  * + .c-section {
    margin-top: 48px;
  }
  .p-header__container {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .p-header__welcome {
    display: none;
  }
  .p-header__symbol {
    margin-left: 8px;
  }
  .p-header__search {
    display: none;
  }
  .p-global_nav {
    bottom: 0;
    pointer-events: none;
    top: 80px;
    transition: 0.2s;
  }
  .p-global_nav__container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: #F2F2F2;
    bottom: 0;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: 0.2s;
    width: 316px;
  }
  .p-global_nav__container::-webkit-scrollbar {
    display: none;
  }
  .p-global_nav__body {
    padding: 24px 24px 24px 40px;
  }
  [data-gnav-status=true] .p-global_nav {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
  }
  [data-gnav-status=true] .p-global_nav .p-global_nav__container {
    transform: translateX(0);
  }
  .p-global_nav__login {
    align-items: center;
    display: flex;
    height: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .p-global_nav__login a {
    display: block;
    font-weight: bold;
    position: relative;
    width: 100%;
  }
  .p-global_nav__login a::after {
    background-image: url(../img/icn/icn_arrow_r.svg);
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 24px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .p-global_nav__welcome {
    align-items: center;
    color: #00612C;
    display: flex;
    font-size: 0.7777777778rem;
    font-weight: bold;
    height: 50px;
    line-height: 1.71428571;
    margin-bottom: 25px;
  }
  .p-global_nav__welcome .c-user_name {
    font-size: 1rem;
    line-height: 1.33333333;
    margin-right: 10px;
  }
  .p-global_nav__contents .c-menu_item.-lv1 + .c-menu_item {
    margin-top: 48px;
  }
  .p-global_nav__contents .c-menu_item.-has_children + .-has_children,
.p-global_nav__contents .c-menu_item.-has_children + .-lv2, .p-global_nav__contents .c-menu_item.-lv2 + .-has_children,
.p-global_nav__contents .c-menu_item.-lv2 + .-lv2 {
    margin-top: 24px;
  }
  .p-global_nav__contents .c-menu_item.-has_children li + li, .p-global_nav__contents .c-menu_item.-lv2 li + li {
    margin-top: 12px;
  }
  .p-global_nav__contents .c-menu_item.-has_children li a, .p-global_nav__contents .c-menu_item.-lv2 li a {
    align-items: center;
    background: white;
    display: flex;
    height: 48px;
    padding: 10px 16px;
  }
  .p-global_nav__contents .c-menu_item .c-link + ul {
    margin-top: 10px;
  }
  .p-global_nav__contents .c-menu_item .c-link {
    align-items: center;
    color: #3C3C3C;
    display: flex;
    font-size: 1rem;
    font-weight: bold;
    height: 30px;
    margin-bottom: 12px;
    position: relative;
    transition: 0.2s;
  }
  .p-global_nav__contents .c-menu_item .c-link::after {
    background-image: url("../img/icn/icn_arrow_r.svg");
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 24px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .p-global_nav__contents .c-menu_item .c-link .c-icn {
    margin-right: 8px;
    vertical-align: middle;
  }
  .p-global_nav__contents .c-menu_item.-logout {
    border-top: 1px solid #ADADAD;
    margin-top: 42px;
    padding-top: 24px;
  }
  .p-global_nav__contents .c-menu_item.-logout .c-link {
    color: #707070;
  }
  .p-global_nav__contents .c-menu_item.-logout .c-link::after {
    background-image: url("../img/icn/icn_arrow_r_lightgray.svg");
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    height: 24px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .p-global_nav__contents .c-category {
    align-items: center;
    color: #00612C;
    display: flex;
    font-size: 1.1111111111rem;
    font-weight: bold;
    height: 48px;
    margin-bottom: 24px;
    margin-left: -10px;
    margin-right: -24px;
    pointer-events: none;
    width: calc(100% + 24px + 8px);
  }
  .p-global_nav__contents .c-category::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
    content: "";
    height: 36px;
    margin-right: 8px;
    width: 36px;
  }
  .p-global_nav__contents .c-category.-my_page::before {
    background-image: url(../img/icn/icn_header_person.svg);
  }
  .p-global_nav__contents .c-category.-about::before {
    background-image: url(../img/icn/icn_gn_about_green.svg);
  }
  .p-global_nav__contents .c-category.-search::before {
    background-image: url(../img/icn/icn_gn_search_green.svg);
  }
  .p-global_nav__contents .c-category.-subscription::before {
    background-image: url(../img/icn/icn_gn_calendar_green.svg);
  }
  .p-global_nav__contents .c-category.-guide::before {
    background-image: url(../img/icn/icn_gn_gude_green.svg);
  }
  .p-global_nav__contents .c-category.-inquiry::before {
    background-image: url(../img/icn/icn_gn_mail_green.svg);
  }
  .p-global_nav__contents .c-container {
    display: block !important;
    margin-left: 6px;
  }
  .p-global_nav__contents .c-sub_category + ul {
    display: none;
    margin-top: 10px;
  }
  .p-global_nav__contents .c-sub_category {
    align-items: center;
    color: #3C3C3C;
    display: flex;
    font-size: 1rem;
    font-weight: bold;
    height: 30px;
    margin-bottom: 12px;
    position: relative;
    transition: 0.2s;
  }
  .p-global_nav__contents .c-sub_category::before, .p-global_nav__contents .c-sub_category::after {
    background: #3C3C3C;
    bottom: 0;
    content: "";
    height: 2px;
    margin: auto;
    position: absolute;
    right: 2px;
    top: 0;
    transition: 0.2s;
    width: 18px;
  }
  .p-global_nav__contents .c-sub_category::after {
    transform: rotate(90deg);
  }
  .p-global_nav__contents .c-sub_category[data-accordion-status=true] {
    color: #707070;
  }
  .p-global_nav__contents .c-sub_category[data-accordion-status=true]::before {
    background: #707070;
  }
  .p-global_nav__contents .c-sub_category[data-accordion-status=true]::after {
    background: #707070;
    transform: rotate(90deg) scale(0);
  }
  .p-main_nav {
    margin-left: auto;
    margin-right: 5px;
    margin-top: -7px;
    padding-top: 7px;
  }
  .p-main_nav li + li {
    margin-left: 8px;
  }
  .p-main_nav li {
    align-items: flex-end;
    justify-content: center;
  }
  .p-main_nav li a, .p-main_nav li button {
    align-items: center;
    flex-direction: column;
    height: 51px;
    justify-content: flex-end;
    width: 50px;
  }
  .p-main_nav .c-icn {
    height: 36px;
    width: 36px;
  }
  .p-main_nav .c-label {
    font-size: 0.5555555556rem;
    height: 15px;
    line-height: 1.5;
  }
  .p-main_nav .c-badge {
    right: 0;
    top: -7px;
  }
  .p-hansel__body {
    padding: 0 0 0 24px;
  }
  .p-hansel__item {
    height: 36px;
  }
  .p-aside__social {
    margin-left: -24px;
    margin-right: -24px;
  }
  .p-aside__sitemap {
    margin-left: -24px;
    margin-right: -24px;
  }
  .p-aside__sitemap .c-container {
    padding: 0 24px;
  }
  .p-aside__sitemap .c-caption.-has_children::before, .p-aside__sitemap .c-caption.-has_children::after {
    right: 3px;
  }
  .p-aside__sitemap .c-group + .c-group {
    margin-top: 25px;
  }
  .p-aside__sitemap .c-scope + .c-scope {
    margin-top: 24px;
  }
  .p-aside__sitemap .c-list.-lv1 {
    border-bottom: 1px solid #ADADAD;
  }
  .p-aside__sitemap .c-list.-lv1 > li {
    border-top: 1px solid #ADADAD;
    padding: 25px 0;
  }
  .p-aside__sitemap .c-list.-lv2 li + li {
    margin-top: 15px;
  }
  .p-aside__sitemap .c-list dt {
    font-size: 0.7777777778rem;
    margin-bottom: 12px;
  }
  .p-aside__sitemap .c-list dd + dd {
    margin-top: 12px;
  }
  .p-home_bnr {
    margin-bottom: 4px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .p-home_bnr img {
    width: 100%;
  }
  .p-home_category_nav + * {
    margin-top: 24px;
  }
  .p-home_category_nav .c-list {
    flex-wrap: wrap;
    margin-bottom: -8px;
    margin-right: -9px;
  }
  .p-home_category_nav .c-list li {
    margin-bottom: 8px;
    margin-right: 9px;
    width: calc(50% - 9px);
  }
  .p-home_category_nav .c-list a {
    border-radius: 8px;
  }
  .p-home_category_nav .c-figure {
    padding: 6px 5px 6px 10px;
  }
  .p-home_category_nav .c-figure .c-img {
    margin-right: 7px;
    width: 53px;
  }
  .p-home_category_nav .c-figure figcaption {
    font-size: 0.8888888889rem;
  }
  .p-home_contact {
    margin: 48px -24px -50px;
  }
  .p-kv.-home {
    margin-bottom: 16px;
    margin-left: -24px;
    margin-right: -24px;
  }
  .p-kv.-home img {
    width: 100%;
  }
  .p-kv.-category {
    margin-left: -24px;
    margin-right: -24px;
  }
  .p-banner + * {
    margin-top: 24px;
  }
  .p-banner img {
    max-width: 100%;
  }
  .p-banner.-home + * {
    margin-top: 24px;
  }
  .p-banner.-standalone + .p-carousel {
    margin-top: 56px;
  }
  .p-banner.-standalone {
    margin: 16px 0;
  }
  .p-carousel + .p-slider {
    margin-top: 48px;
  }
  .p-carousel.-ranking li {
    margin-right: 8px;
    width: 144px;
  }
  .p-carousel.-ranking li:nth-child(-n+3) .c-ribbon::before {
    border-width: 13px 13px 0 0;
  }
  .p-carousel.-ranking li:nth-child(-n+3) .c-ribbon::after {
    border-width: 0 13px 13px 0;
  }
  .p-carousel.-ranking a::before {
    font-size: 1.3333333333rem;
    height: 32px;
    left: 10px;
    width: 25px;
  }
  .p-carousel.-ranking .c-ribbon {
    height: 32px;
    left: 10px;
    width: 25px;
  }
  .p-carousel.-recommend li {
    margin-right: 8px;
    width: 180px;
  }
  .p-carousel.-recommend figcaption {
    font-size: 0.7777777778rem;
    line-height: 1.71428571;
  }
  .p-carousel.-category_detail {
    margin-left: -24px;
    margin-right: -24px;
  }
  .p-carousel.-category_detail .c-btn.-back {
    left: 24px;
  }
  .p-carousel.-category_detail .c-btn.-forward {
    right: 24px;
  }
  .p-carousel.-category_detail .c-thumbnail li.is-current {
    outline-offset: -2px;
    outline-width: 2px;
  }
  .p-carousel.-category_list_modal {
    width: 100%;
  }
  .p-carousel.-category_list_modal .c-btn.-back {
    left: 24px;
  }
  .p-carousel.-category_list_modal .c-btn.-forward {
    right: 24px;
  }
  .p-carousel.-column .c-col {
    width: 270px;
  }
  .p-carousel.-bnr .c-list li {
    margin-right: 8px;
    width: 100%;
  }
  * + .p-topics {
    margin-top: 48px;
  }
  .p-topics .c-list dd {
    font-size: 1rem;
  }
  * + .p-guide {
    margin-top: 48px;
  }
  .p-guide.-home .c-container {
    margin-left: -16px;
    margin-right: -16px;
    padding: 36px 24px 16px;
  }
  .p-guide.-home .c-heading {
    margin-bottom: 36px;
  }
  .p-guide.-home .c-figure {
    border-top: 1px solid #ADADAD;
    padding: 16px 0;
    padding-left: 80px;
    position: relative;
  }
  .p-guide.-home .c-figure .c-icn {
    left: 0;
    position: absolute;
    top: 16px;
    width: 64px;
  }
  .p-guide.-home .c-figure .c-icn img {
    width: 100%;
  }
  .p-guide.-home .c-btn_wrapper {
    margin-top: 24px;
  }
  .p-category_list + .p-banner {
    margin-top: 48px;
  }
  .p-category_list .c-container {
    margin-left: -24px;
    margin-right: -24px;
  }
  .p-category_list__item {
    border-top: 2px solid rgba(0, 97, 44, 0.2);
    padding: 12px 8px;
  }
  .p-category_list__item .c-desc {
    margin-bottom: 4px;
    width: calc(100% - 148px - 8px);
  }
  .p-category_list__item .c-btn_wrapper {
    align-items: center;
    flex-direction: row;
  }
  .p-category_list__type {
    flex-wrap: wrap;
  }
  .p-category_list__type .c-type.-trial {
    width: 100%;
  }
  .p-category_detail__slider {
    margin-bottom: 26px;
  }
  .p-category_detail__type {
    flex-wrap: wrap;
  }
  .p-category_detail__type .c-type.-trial {
    width: 100%;
  }
  .p-slider + .p-slider {
    margin-top: 48px;
  }
  .p-slider .c-stage::before, .p-slider .c-stage::after {
    display: none;
  }
  .p-slider .c-btn {
    display: none;
  }
  .p-slider.-ranking li {
    margin-right: 8px;
    width: 144px;
  }
  .p-slider.-ranking li:nth-child(-n+3) .c-ribbon::before {
    border-width: 13px 13px 0 0;
  }
  .p-slider.-ranking li:nth-child(-n+3) .c-ribbon::after {
    border-width: 0 13px 13px 0;
  }
  .p-slider.-ranking a::before {
    font-size: 1.3333333333rem;
    height: 32px;
    left: 10px;
    width: 25px;
  }
  .p-slider.-ranking .c-ribbon {
    height: 32px;
    left: 10px;
    width: 25px;
  }
  .p-slider.-recommend li {
    margin-right: 8px;
    width: 180px;
  }
  .p-slider.-recommend figcaption {
    font-size: 0.7777777778rem;
    line-height: 1.71428571;
  }
  .p-slider.-category_nav {
    display: none;
  }
  .p-slider.-bnr .c-list li {
    margin-right: 8px;
    width: 100%;
  }
  .p-slider.-column .c-col {
    width: 270px;
  }
  .p-slider.-type li {
    margin-right: 16px;
  }
  .p-slider.-type .c-btn.-back {
    left: 0;
  }
  .p-slider.-type .c-btn.-forward {
    right: 0;
  }
  .p-slider.-type[data-expansion] .c-btn {
    display: block;
  }
  .p-notice {
    margin: 4px -24px;
    padding: 14px 16px;
  }
  .p-modal.-category_list .p-modal__content {
    padding: 24px 16px 16px;
    width: 100%;
  }
  .p-modal.-category_list .c-heading.-lv1 {
    font-size: 1.1111111111rem;
    line-height: 1.6;
  }
  .p-modal.-category_list .p-carousel {
    margin-top: 8px;
  }
  .p-modal.-category_list .c-btn_wrapper {
    margin: 16px -16px 0;
    padding: 16px 16px 0;
  }
  .p-modal.-variation .p-modal__content {
    padding: 24px 16px 16px;
    width: 100%;
  }
  .p-modal.-variation .c-heading.-lv1 {
    font-size: 1.1111111111rem;
    line-height: 1.6;
  }
  .p-modal.-variation .c-btn_wrapper {
    margin: 16px -16px 0;
    padding: 16px 16px 0;
  }
  .p-modal.-subscription .p-modal__content {
    padding: 24px 16px 16px;
    width: 100%;
  }
  .p-modal.-subscription .c-heading.-lv1 {
    font-size: 1.1111111111rem;
    line-height: 1.6;
  }
  .p-modal.-subscription .c-btn_wrapper {
    margin: 16px -16px 0;
    padding: 16px 16px 0;
  }
  .p-flow .c-list {
    margin-left: 32px;
    margin-right: 32px;
  }
  .p-flow li {
    font-size: 0.6666666667rem;
    line-height: 2;
  }
  .p-overview .c-btn_wrapper {
    margin-top: 30px;
  }
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 737px) {
  .l-body.is-fixed .l-wrapper {
    max-height: 100%;
    overflow-y: hidden;
    padding-top: 134px;
  }
  .l-wrapper {
    min-width: 1064px;
    overflow-x: hidden;
    width: 100%;
  }
  .l-main {
    padding-bottom: 80px;
  }
  .l-header {
    height: 134px;
  }
  .l-header[data-gnav-status=true] {
    left: 0;
    min-width: 1064px;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .l-footer {
    padding: 80px 0;
  }
  .c-heading.-lv1 {
    font-size: 1.3333333333rem;
  }
  .c-grid .c-col[data-col*="pc:1"] {
    width: 100%;
  }
  .c-grid .c-col[data-col*="pc:2-1"] {
    width: 50%;
  }
  .c-grid .c-col[data-col*="pc:3-1"] {
    width: 33.3333333333%;
  }
  .c-grid .c-col[data-col*="pc:3-2"] {
    width: 66.6666666667%;
  }
  .c-grid .c-col[data-col*="pc:4-1"] {
    width: 25%;
  }
  .c-grid .c-col[data-col*="pc:4-3"] {
    width: 75%;
  }
  .c-grid .c-col[data-order*="pc:1"] {
    order: 1;
  }
  .c-grid .c-col[data-order*="pc:2"] {
    order: 2;
  }
  .c-grid .c-col[data-order*="pc:3"] {
    order: 3;
  }
  .c-grid .c-col[data-order*="pc:4"] {
    order: 4;
  }
  .c-grid .c-col[data-order*="pc:5"] {
    order: 5;
  }
  .c-grid .c-col[data-order*="pc:6"] {
    order: 6;
  }
  .c-grid .c-col[data-order*="pc:7"] {
    order: 7;
  }
  .c-grid .c-col[data-order*="pc:8"] {
    order: 8;
  }
  .c-grid .c-col[data-order*="pc:9"] {
    order: 9;
  }
  .c-grid .c-col[data-order*="pc:10"] {
    order: 10;
  }
  .c-grid[data-gap-row*="pc:8"] {
    margin-bottom: -8px;
  }
  .c-grid[data-gap-row*="pc:8"] > .c-col {
    margin-bottom: 8px;
  }
  .c-grid[data-gap-row*="pc:16"] {
    margin-bottom: -16px;
  }
  .c-grid[data-gap-row*="pc:16"] > .c-col {
    margin-bottom: 16px;
  }
  .c-grid[data-gap-row*="pc:24"] {
    margin-bottom: -24px;
  }
  .c-grid[data-gap-row*="pc:24"] > .c-col {
    margin-bottom: 24px;
  }
  .c-grid[data-gap-row*="pc:32"] {
    margin-bottom: -32px;
  }
  .c-grid[data-gap-row*="pc:32"] > .c-col {
    margin-bottom: 32px;
  }
  .c-grid[data-gap-col*="pc:8"] {
    margin-right: calc(-8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col {
    margin-right: 8px;
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:1"] {
    width: calc(100% - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:2-1"] {
    width: calc(100% / 2 * 1 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:3-1"] {
    width: calc(100% / 3 * 1 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:3-2"] {
    width: calc(100% / 3 * 2 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:4-1"] {
    width: calc(100% / 4 * 1 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:4-3"] {
    width: calc(100% / 4 * 3 - 8px);
  }
  .c-grid[data-gap-col*="pc:8"] > .c-col[data-col*="pc:5-1"] {
    width: calc(100% / 5 * 1 - 8px);
  }
  .c-grid[data-gap-col*="pc:16"] {
    margin-right: calc(-16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col {
    margin-right: 16px;
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:1"] {
    width: calc(100% - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:2-1"] {
    width: calc(100% / 2 * 1 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:3-1"] {
    width: calc(100% / 3 * 1 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:3-2"] {
    width: calc(100% / 3 * 2 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:4-1"] {
    width: calc(100% / 4 * 1 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:4-3"] {
    width: calc(100% / 4 * 3 - 16px);
  }
  .c-grid[data-gap-col*="pc:16"] > .c-col[data-col*="pc:5-1"] {
    width: calc(100% / 5 * 1 - 16px);
  }
  .c-grid[data-gap-col*="pc:24"] {
    margin-right: calc(-24px);
  }
  .c-grid[data-gap-col*="pc:24"] > .c-col {
    margin-right: 24px;
  }
  .c-grid[data-gap-col*="pc:24"] > .c-col[data-col*="pc:1"] {
    width: calc(100% - 24px);
  }
  .c-grid[data-gap-col*="pc:24"] > .c-col[data-col*="pc:2-1"] {
    width: calc(100% / 2 * 1 - 24px);
  }
  .c-grid[data-gap-col*="pc:24"] > .c-col[data-col*="pc:3-1"] {
    width: calc(100% / 3 * 1 - 24px);
  }
  .c-grid[data-gap-col*="pc:24"] > .c-col[data-col*="pc:3-2"] {
    width: calc(100% / 3 * 2 - 24px);
  }
  .c-grid[data-gap-col*="pc:24"] > .c-col[data-col*="pc:4-1"] {
    width: calc(100% / 4 * 1 - 24px);
  }
  .c-grid[data-gap-col*="pc:24"] > .c-col[data-col*="pc:4-3"] {
    width: calc(100% / 4 * 3 - 24px);
  }
  .c-grid[data-gap-col*="pc:24"] > .c-col[data-col*="pc:5-1"] {
    width: calc(100% / 5 * 1 - 24px);
  }
  .c-grid[data-gap-col*="pc:32"] {
    margin-right: calc(-32px);
  }
  .c-grid[data-gap-col*="pc:32"] > .c-col {
    margin-right: 32px;
  }
  .c-grid[data-gap-col*="pc:32"] > .c-col[data-col*="pc:1"] {
    width: calc(100% - 32px);
  }
  .c-grid[data-gap-col*="pc:32"] > .c-col[data-col*="pc:2-1"] {
    width: calc(100% / 2 * 1 - 32px);
  }
  .c-grid[data-gap-col*="pc:32"] > .c-col[data-col*="pc:3-1"] {
    width: calc(100% / 3 * 1 - 32px);
  }
  .c-grid[data-gap-col*="pc:32"] > .c-col[data-col*="pc:3-2"] {
    width: calc(100% / 3 * 2 - 32px);
  }
  .c-grid[data-gap-col*="pc:32"] > .c-col[data-col*="pc:4-1"] {
    width: calc(100% / 4 * 1 - 32px);
  }
  .c-grid[data-gap-col*="pc:32"] > .c-col[data-col*="pc:4-3"] {
    width: calc(100% / 4 * 3 - 32px);
  }
  .c-grid[data-gap-col*="pc:32"] > .c-col[data-col*="pc:5-1"] {
    width: calc(100% / 5 * 1 - 32px);
  }
  .c-btn_wrapper .c-col + .c-col {
    margin-left: 16px;
  }
  .c-section + * {
    margin-top: 64px;
  }
  * + .c-section {
    margin-top: 64px;
  }
  .c-section .c-container {
    margin: auto;
    width: 1024px;
  }
  .p-header__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    min-width: 1024px;
    padding: 16px 36px 0;
  }
  .p-header__symbol {
    margin-left: 16px;
    margin-right: 52px;
  }
  .p-header__symbol .c-shoulder img {
    width: 96px;
  }
  .p-header__symbol .c-symbol img {
    width: 86px;
  }
  .p-global_nav {
    background: white;
    height: 54px;
    margin-top: 80px;
    padding-top: 8px;
    top: 0;
  }
  .p-global_nav__body {
    margin: auto;
    width: 1024px;
  }
  .p-global_nav__login {
    display: none;
  }
  .p-global_nav__welcome {
    display: none;
  }
  .p-global_nav__welcome .c-user_name {
    display: none;
  }
  .p-global_nav__contents {
    display: flex;
    justify-content: center;
    max-width: 1024px;
  }
  .p-global_nav__contents .c-menu_item.-lv1 + .c-menu_item {
    margin-left: 24px;
  }
  .p-global_nav__contents .c-menu_item.-has_children, .p-global_nav__contents .c-menu_item.-lv2 {
    margin: 0 8px;
    max-width: 200px;
    text-align: center;
    width: 100%;
  }
  .p-global_nav__contents .c-menu_item.-has_children li + li, .p-global_nav__contents .c-menu_item.-lv2 li + li {
    margin-top: 8px;
  }
  .p-global_nav__contents .c-menu_item.-logout .c-link {
    align-items: center;
    color: #707070;
    display: inline-flex;
    font-size: 0.8888888889rem;
    font-weight: bold;
    height: 24px;
  }
  .p-global_nav__contents .c-category {
    align-items: center;
    color: #707070;
    display: inline-flex;
    font-size: 0.8888888889rem;
    font-weight: bold;
    height: 24px;
    white-space: nowrap;
  }
  .p-global_nav__contents .c-category.fn-accordion::after {
    background-image: url(../img/icn/icn_arrow_s_d_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 16px;
    margin-left: 8px;
    width: 16px;
  }
  .p-global_nav__contents .c-category[data-accordion-status=true] {
    color: #00612C;
  }
  .p-global_nav__contents .c-category.-about::before {
    background-image: url(../img/icn/icn_gn_about_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
  .p-global_nav__contents .c-category.-about[data-accordion-status=true]::before {
    background-image: url(../img/icn/icn_gn_about_green.svg);
  }
  .p-global_nav__contents .c-category.-search::before {
    background-image: url(../img/icn/icn_gn_search_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
  .p-global_nav__contents .c-category.-search[data-accordion-status=true]::before {
    background-image: url(../img/icn/icn_gn_search_green.svg);
  }
  .p-global_nav__contents .c-category.-subscription::before {
    background-image: url(../img/icn/icn_gn_calendar_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
  .p-global_nav__contents .c-category.-guide::before {
    background-image: url(../img/icn/icn_gn_gude_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
  .p-global_nav__contents .c-category.-guide[data-accordion-status=true]::before {
    background-image: url(../img/icn/icn_gn_gude_green.svg);
  }
  .p-global_nav__contents .c-category.-inquiry::before {
    background-image: url(../img/icn/icn_gn_mail_gray.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    margin-right: 4px;
    width: 24px;
  }
  .p-global_nav__contents .c-container {
    background: #F2F2F2;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.08);
    left: 0;
    padding: 24px 16px;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .p-global_nav__contents .c-container > ul {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 1040px;
  }
  .p-global_nav__contents .c-sub_category + ul {
    display: block !important;
    margin-top: 8px;
  }
  .p-global_nav__contents .c-sub_category {
    display: block;
    font-size: 0.6666666667rem;
    font-weight: bold;
    line-height: 1.5;
    min-height: 18px;
    pointer-events: none;
  }
  .p-main_nav {
    margin-left: 16px;
    margin-top: -2px;
  }
  .p-main_nav li + li {
    margin-left: 16px;
  }
  .p-main_nav li.c-search {
    display: none;
  }
  .p-main_nav li a, .p-main_nav li button {
    align-items: center;
    padding-top: 8px;
  }
  .p-main_nav .c-icn {
    margin-right: 8px;
  }
  .p-main_nav .c-label {
    color: #00612C;
    font-size: 0.8888888889rem;
    text-align: left;
  }
  .p-main_nav .c-badge {
    left: 22px;
    top: 0;
  }
  .p-main_nav .c-hamburger .c-label {
    width: 3.6rem;
  }
  .p-hansel__body {
    width: 1024px;
  }
  .p-hansel__item {
    height: 52px;
  }
  .p-aside__social .c-container {
    margin: auto;
    width: 1024px;
  }
  .p-aside__sitemap .c-container {
    margin: auto;
    width: 1024px;
  }
  .p-aside__sitemap .c-caption {
    font-size: 1.3333333333rem;
  }
  .p-aside__sitemap .c-caption.-has_children::before, .p-aside__sitemap .c-caption.-has_children::after {
    right: 10px;
  }
  .p-aside__sitemap .c-group + .c-group {
    margin-top: 36px;
  }
  .p-aside__sitemap .c-group-pc {
    margin-top: 36px;
  }
  .p-aside__sitemap .c-group, .p-aside__sitemap .c-group-pc {
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 36px;
  }
  .p-aside__sitemap .c-scope {
    margin-right: 23px;
    width: calc(33.3333333333% - 23px);
  }
  .p-aside__sitemap .c-scope:nth-child(n+4) {
    margin-top: 48px;
  }
  .p-aside__sitemap .c-list.-lv1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -23px;
  }
  .p-aside__sitemap .c-list.-lv1 > li {
    margin-right: 23px;
    width: calc(33.3333333333% - 23px);
  }
  .p-aside__sitemap .c-list.-lv2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px;
    margin-right: -23px;
  }
  .p-aside__sitemap .c-list.-lv2 li + li {
    margin-bottom: 16px;
  }
  .p-aside__sitemap .c-list.-lv2 li {
    margin-bottom: 12px;
    margin-right: 23px;
    width: calc(33.3333333333% - 23px);
  }
  .p-aside__sitemap .c-list dt {
    font-size: 1rem;
    margin-bottom: 24px;
  }
  .p-aside__sitemap .c-list dd + dd {
    margin-top: 16px;
  }
  .p-aside__sitemap .c-link {
    font-size: 1.3333333333rem;
  }
  .p-aside__sitemap .c-link.-bar {
    font-size: 1rem;
  }
  .p-aside__sitemap .c-link.-bar:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
  }
  .p-sp_search {
    display: none;
  }
  .p-home_bnr {
    background: #009F48;
    height: 80px;
    margin-bottom: 4px;
    min-width: 1024px;
    text-align: center;
  }
  .p-home_bnr img {
    height: 80px;
  }
  .p-home_category_nav + * {
    margin-top: 80px;
  }
  .p-home_category_nav {
    display: none;
  }
  .p-home_category_nav .c-container {
    margin: auto;
    width: 1024px;
  }
  .p-home_category_nav .c-list {
    margin-right: -16px;
  }
  .p-home_category_nav .c-list li {
    margin-right: 16px;
    width: calc(16.6666666667% - 16px);
  }
  .p-home_category_nav .c-list a {
    border-radius: 16px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
  }
  .p-home_category_nav .c-figure {
    flex-direction: column;
    height: 157px;
    justify-content: space-between;
    padding: 18px;
  }
  .p-home_category_nav .c-figure .c-img {
    width: 102px;
  }
  .p-home_contact {
    margin-bottom: -80px;
    margin-top: 80px;
  }
  .p-kv.-home {
    background-image: linear-gradient(to bottom, rgba(0, 97, 44, 0.6) 0%, rgba(0, 97, 44, 0.6) calc(100% - 72px), rgba(0, 97, 44, 0.6) calc(100% - 72px), transparent calc(100% - 72px), transparent 100%);
    margin-bottom: 24px;
    padding-top: 24px;
    text-align: center;
  }
  .p-kv.-category {
    display: flex;
    justify-content: center;
  }
  .p-kv.-category .c-container {
    min-width: 1024px;
  }
  .p-banner + * {
    margin-top: 64px;
  }
  .p-banner .c-container {
    margin: auto;
    width: 1024px;
  }
  .p-banner.-home + * {
    margin-top: 80px;
  }
  .p-banner.-home .c-container {
    margin: auto;
    width: 1024px;
  }
  .p-banner.-standalone + .p-carousel {
    margin-top: 80px;
  }
  .p-banner.-standalone {
    margin: 16px 0;
  }
  .p-carousel + .p-slider {
    margin-top: 80px;
  }
  .p-carousel .c-container {
    margin: auto;
    width: 1024px;
  }
  .p-carousel .c-stage::before, .p-carousel .c-stage::after {
    content: "";
  }
  .p-carousel.-ranking li {
    margin-right: 16px;
    width: 192px;
  }
  .p-carousel.-ranking li:nth-child(-n+3) .c-ribbon::before {
    border-width: 18px 18px 0 0;
  }
  .p-carousel.-ranking li:nth-child(-n+3) .c-ribbon::after {
    border-width: 0 18px 18px 0;
  }
  .p-carousel.-ranking a::before {
    font-size: 1.8333333333rem;
    height: 44px;
    left: 16px;
    width: 35px;
  }
  .p-carousel.-ranking .c-ribbon {
    height: 44px;
    left: 16px;
    width: 35px;
  }
  .p-carousel.-recommend li {
    margin-right: 16px;
    width: 192px;
  }
  .p-carousel.-recommend figcaption {
    font-size: 0.8888888889rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .p-carousel.-category_detail .c-btn.-back {
    left: 8px;
  }
  .p-carousel.-category_detail .c-btn.-forward {
    right: 8px;
  }
  .p-carousel.-category_detail .c-thumbnail li.is-current {
    outline-offset: -4px;
    outline-width: 4px;
  }
  .p-carousel.-category_list_modal {
    width: 295px;
  }
  .p-carousel.-category_list_modal .c-btn.-back {
    left: 8px;
  }
  .p-carousel.-category_list_modal .c-btn.-forward {
    right: 8px;
  }
  .p-carousel.-column .c-col[data-col="3"] {
    width: 330px;
  }
  .p-carousel.-column .c-col[data-col="4"] {
    width: 244px;
  }
  .p-carousel.-bnr .c-list li {
    margin-right: 16px;
    width: 504px;
  }
  * + .p-topics {
    margin-top: 80px;
  }
  .p-topics .c-container {
    margin: auto;
    position: relative;
    width: 1024px;
  }
  .p-topics .c-list dd {
    font-size: 1.1111111111rem;
  }
  .p-guide .c-container {
    margin: auto;
    position: relative;
    width: 1024px;
  }
  .p-guide.-home {
    margin-top: 80px;
  }
  .p-guide.-home .c-container {
    padding: 32px 40px 40px 48px;
  }
  .p-guide.-home .c-heading {
    margin-bottom: 28px;
  }
  .p-guide.-home .c-figure + .c-figure {
    border-left: 1px solid #ADADAD;
  }
  .p-guide.-home .c-figure {
    padding: 20px 24px 0 16px;
    width: 33.3333333333%;
  }
  .p-guide.-home .c-figure .c-icn {
    margin-bottom: 35px;
    text-align: center;
  }
  .p-guide.-home .c-btn_wrapper {
    margin-top: 48px;
  }
  .p-category_list + .p-banner {
    margin-top: 64px;
  }
  .p-category_list .c-container {
    margin: auto;
    width: 1024px;
  }
  .p-category_list__body {
    display: flex;
    flex-wrap: wrap;
  }
  .p-category_list__item {
    padding: 24px;
    position: relative;
    width: 50%;
  }
  .p-category_list__item:nth-child(odd)::after {
    background: rgba(0, 97, 44, 0.2);
    bottom: 24px;
    content: "";
    margin: auto;
    position: absolute;
    right: -1px;
    top: 24px;
    width: 2px;
  }
  .p-category_list__item:nth-child(even) + :nth-child(odd)::before {
    background: rgba(0, 97, 44, 0.2);
    content: "";
    height: 2px;
    left: 2px;
    position: absolute;
    top: -1px;
    width: 1020px;
  }
  .p-category_list__item .c-desc {
    flex: 1;
    margin-bottom: 8px;
  }
  .p-category_detail + .c-section.-lv1 {
    margin-top: 26px;
  }
  .p-category_detail > .c-container {
    display: flex;
    margin: auto;
    width: 1024px;
  }
  .p-category_detail__slider {
    margin-right: 24px;
    width: 512px;
  }
  .p-category_detail__slider .p-carousel {
    margin-left: 8px;
    position: relative;
    width: 459px;
  }
  .p-slider + .p-slider {
    margin-top: 80px;
  }
  .p-slider .c-container {
    margin: auto;
    width: 1024px;
  }
  .p-slider.-ranking li {
    margin-right: 16px;
    width: 192px;
  }
  .p-slider.-ranking li:nth-child(-n+3) .c-ribbon::before {
    border-width: 18px 18px 0 0;
  }
  .p-slider.-ranking li:nth-child(-n+3) .c-ribbon::after {
    border-width: 0 18px 18px 0;
  }
  .p-slider.-ranking a::before {
    font-size: 1.8333333333rem;
    height: 44px;
    left: 16px;
    width: 35px;
  }
  .p-slider.-ranking .c-ribbon {
    height: 44px;
    left: 16px;
    width: 35px;
  }
  .p-slider.-recommend li {
    margin-right: 16px;
    width: 192px;
  }
  .p-slider.-recommend figcaption {
    font-size: 0.8888888889rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .p-slider.-category_nav + * {
    margin-top: 80px;
  }
  .p-slider.-bnr .c-list li {
    margin-right: 16px;
    width: 504px;
  }
  .p-slider.-column .c-col[data-col="3"] {
    width: 330px;
  }
  .p-slider.-column .c-col[data-col="4"] {
    width: 244px;
  }
  .p-slider.-type li {
    margin-right: 46px;
  }
  .p-slider.-type .c-btn.-back {
    left: -32px;
  }
  .p-slider.-type .c-btn.-forward {
    right: -32px;
  }
  .p-notice {
    margin: 4px 0;
    padding: 14px 0;
  }
  .p-notice .c-container {
    padding: 0 16px;
    width: 1024px;
  }
  .p-notice .c-list dd a {
    background-image: url(../img/icn/icn_arrow_r_lightgray.svg);
    background-position: right center;
    background-repeat: no-repeat;
  }
  .p-modal.-category_list .p-modal__content {
    padding: 32px 24px 16px;
    width: 480px;
  }
  .p-modal.-category_list .c-heading.-lv1 {
    font-size: 1.3333333333rem;
    line-height: 1.33333333;
  }
  .p-modal.-category_list .c-btn_wrapper {
    margin: 16px -24px 0;
    padding: 16px 24px 0;
  }
  .p-modal.-variation .p-modal__content {
    padding: 32px 24px 16px;
    width: 498px;
  }
  .p-modal.-variation .c-heading.-lv1 {
    font-size: 1.3333333333rem;
    line-height: 1.33333333;
  }
  .p-modal.-variation .p-slider {
    margin: 0 36px;
  }
  .p-modal.-variation .c-btn_wrapper {
    margin: 28px -24px 0;
    padding: 16px 24px 0;
  }
  .p-modal.-subscription .p-modal__content {
    padding: 32px 24px 16px;
    width: 480px;
  }
  .p-modal.-subscription .c-heading.-lv1 {
    font-size: 1.3333333333rem;
    line-height: 1.33333333;
  }
  .p-modal.-subscription .c-btn_wrapper {
    margin: 28px -24px 0;
    padding: 16px 24px 0;
  }
  .p-flow .c-list {
    width: 392px;
  }
  .p-flow li {
    font-size: 0.8888888889rem;
    line-height: 1.5;
  }
  .p-overview .c-btn_wrapper {
    margin-top: 64px;
  }
  ._sp {
    display: none !important;
  }
}
@media print, screen and (max-width: 1024px) {
  .p-header__search .c-input_submit {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
#maincontent {
    background: #f2f2f2;
}

.form-input--checkbox input:checked + .form-input__label::before {
    border-color: #00ab4e;
    background-color: #00ab4e;
}

.form-input--checkbox .form-input__label {
    display: inline-block;
    padding: 5px 0 1px 30px;
    position: relative;
}

.form-input--checkbox .form-input__label::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: rgb(255, 255, 255);
    border-width: 12px;
    border-style: solid;
    border-color: rgb(177, 172, 172);
    border-image: initial;
    border-radius: 3px;
}

.form-input--checkbox .form-input__label::after {
    content: "";
    display: block;
    position: absolute;
    left: 4.5px;
    top: 8px;
    width: 11px;
    height: 6px;
    transform: rotate(-45deg);
    border-bottom: 1.5px solid rgb(255, 255, 255);
    border-left: 1.5px solid rgb(255, 255, 255);
}
