@charset "Shift_JIS";
/* Updated 2026/04/06.T */

/* font
---------------------------------------------------------- */
@font-face {
  font-family: noto-sans;
  font-weight: 500;
  src: url("/kojin/direct/products/cmn/fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: noto-sans;
  font-weight: 600;
  src: url("/kojin/direct/products/cmn/fonts/NotoSansJP-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  src: url("/kojin/direct/products/cmn/fonts/RobotoCondensed-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  src: url("/kojin/direct/products/cmn/fonts/RobotoCondensed-SemiBold.woff") format("woff");
  font-display: swap;
}

/* base
---------------------------------------------------------- */
* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --color-base: #475347;
  --color-title: #141D1D;
  --color-link: #004831;
  --color-accent: #C97D54;
  --bg-accent: #F4EBDA;
}

#footer-content {
  margin-top: 0;
}

/* page-products */
.page-products {
  background-color: #F9F8F3;
  color: var(--color-base);
  letter-spacing: 0.04em;
  position: relative;
}
.page-products.-articles {
  padding-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .page-products.-articles {
    padding-bottom: 48px;
  }
}

/* component
---------------------------------------------------------- */
.c-products-header {
  position: sticky;
  width:100%;
  top: 0;
  z-index: 4;
  transition: top 0.3s ease-out;
}
.c-products-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D5DEDB;
  transition: background-color  0.3s ease-out;
}
.-fixedHeader .c-products-header {
  top: 0;
}
.-fixedHeader .page-products.-top .c-products-header {
  margin-bottom: -62px;
}

@media screen and (min-width: 768px) {
  .c-products-header_inner {
    height: 62px;
    padding: 0 56px;
  }
  .-fixedHeader .c-products-header_inner {
    background: rgba(249, 248, 243, 0.9);
    border-bottom: 1px solid #D5DEDB;
  }
  .c-products-nav {
    margin-left: auto;
  }
  .c-products-nav_clm + .c-products-nav_clm {
    margin-left: 32px;
  }
  .c-products-nav_list {
    display: flex;
    margin-left: auto;
  }
  .c-products-nav_link{
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
  }
  .c-products-nav_link:hover {
    text-decoration: underline;
  }
  .c-products-nav_txt,
  .c-products-nav_btnTxt {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .c-products-header {
    top: 38px;
  }
  .page-products:not(.-top) .c-products-header {
    background: rgba(249, 248, 243, 0.9);
  }
  .c-products-header_inner {
    height: 68px;
    padding: 10px 16px;
  }
  .c-products-header_logoImg {
    display: block;
    height: 26px;
  }
  .-fixedHeader .c-products-header {
    top: 0;
  }
  .-fixedHeader .page-products.-top .c-products-header {
    margin-bottom: -62px;
  }
  .c-products-header.-fixedLocalHeader .c-products-header_logo {
    opacity: 1;
    pointer-events: auto;
  }
  .c-products-header.-fixedLocalHeader .c-products-header_inner {
    background: rgba(249, 248, 243, 0.9);
  }
  .c-products-nav {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 39px;
    right: 0;
    transform: translateX(100%);
    transition: top 0.3s ease-out, transform 0.5s ease-out;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }
  .-fixedHeader .c-products-nav {
    top: 0;
  }
  .-menuOpen .c-products-nav {
    transform: translateX(0);
  }
  .c-products-nav_inner {
    width: 82.5%;
    height: 100%;
    padding: 48px 32px;
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
    background: #F9F8F3;
  }
  .c-products-nav_clm {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .c-products-nav_clm + .c-products-nav_clm {
    border-top: 1px dashed #608070;
  }
  .c-products-nav_link {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    text-decoration: none;
  }
  .c-products-nav_txt {
    display: flex;
    margin-right: 8px;
  }
  .c-products-nav_btn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 56px;
    margin-top: 8px;
    background: #ffffff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    text-decoration: none;
    position: relative;
  }
  .c-products-nav_btn:before,
  .c-products-nav_btn:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-products-nav_btn:before {
    width: 24px;
    height: 24px;
    background: url(/kojin/direct/products/cmn/imgs/icon_header_btn.svg) no-repeat 0 0 / 100% 100%;
    right: 16px;
    left: 16px;
  }
  .c-products-nav_btn:after {
    width: 20px;
    height: 20px;
    background: url(/kojin/direct/products/cmn/imgs/icon_arrow.svg) no-repeat 0 0 / 100% 100%;
    right: 16px;
  }
  .c-products-nav_btnTxt {
    padding: 0 36px 0 48px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .c-products-nav_btn:hover {
    background: #f5f5f5;
  }
  .c-products-nav_toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 9;
  }
  .c-products-nav_toggle:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50% 50%;
    transition: background-color 0.3s;
    position: absolute;
  }
  .c-products-nav_toggleLine {
    display: block;
    width: 22px;
    height: 3px;
    background: var(--color-link);
    position: relative;
    border-radius: 50px;
    transition: background-color 0.3s;
    z-index: 1;
  }
  .c-products-nav_toggleLine:before,
  .c-products-nav_toggleLine:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: var(--color-link);
      border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s, background-color 0.3s;
  }
  .c-products-nav_toggleLine:before {
    transform: translateY(-9px);
  }
  .c-products-nav_toggleLine:after {
    transform: translateY(9px);
  }
  .-menuOpen .c-products-nav_toggle:after,
  .-menuOpen .c-products-nav_toggleLine {
    background: transparent;
  }
  .-menuOpen .c-products-nav_toggleLine:before,
  .-menuOpen .c-products-nav_toggleLine:after {
    background: var(--color-link);
  }
  .-menuOpen .c-products-nav_toggleLine:before {
    transform: translateY(0) rotate(-45deg);
  }
  .-menuOpen .c-products-nav_toggleLine:after {
    transform: translateY(0) rotate(45deg);
  }
  .c-products-nav_overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    background: rgba(0,0,0,0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .-menuOpen .c-products-nav_overlay {
    opacity: 1;
    visibility: visible;
  }
}

/*-- c-products-link  --*/
.c-products-link {
  margin-top: 32px;
}
.c-products-link.-top {
  display: flex;
  justify-content: center;
  margin-top: 0;
  padding: 40px 0;
}
.page-products.-articles .c-products-link.-top {
  padding: 32px 0 0 0;
}
.c-products-link.-qr {
  margin-top: 16px;
}
.c-products-link.-articles{
  margin-top: 8px;
}
.c-products-link.-articles + .c-products-articles_txt {
  margin-top: 16px;
}
.c-products-link_txt {
  display: inline-block;
  padding-right: 32px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  text-decoration: none;
}
.c-products-link_txt:hover {
  text-decoration: underline;
}
.c-products-link_txt:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url(/kojin/direct/products//cmn/imgs/icon_arrow.svg) no-repeat 0 0 / 100% 100%;
  position: absolute;
  top: 1.5px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .c-products-link {
    margin-top: 16px;
  }
  .page-products.-articles .c-products-link.-top {
    padding-top: 24px;
  }
  .c-products-link.-message {
    justify-content: flex-start;
  }
  .c-products-link_txt {
    padding-right: 28px;
    font-size: 1.6rem;
  }
  .c-products-link_txt:before {
    width: 20px;
    height: 20px;
    top: 2px;
  }
}

/*-- c-products-h2 --*/
.c-products-h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-products-h2_txt {
  display: block;
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-products-h2_img {
    height: 32px;
  }
  .c-products-h2_txt {
    margin-top: 6px;
    font-size: 1.6rem;
  }
}

/*-- c-products-h2 --*/
.c-products_bnr {
  position: fixed;
  right: 16px;
  bottom: 26px;
  z-index: 3;
  visibility: hidden;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.c-products_bnr.-show {
  visibility: visible;
  opacity: 1;
}
.c-products_bnrLink {
  display: flex;
  justify-content: center;
  width: 88px;
  height: 88px;
  padding-top: 41px;
  box-shadow: 0px 4px 10px 0px rgba(4,57,39, 0.32);
  border-radius: 44px 44px 44px 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  background: var(--color-link) url(/kojin/direct/products/cmn/imgs/icon_voice.svg) no-repeat 50% 10px / 36px 28px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.c-products_bnrLink:hover {
  background-color: #003927;
}
.c-products_bnrTxt {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .c-products_bnr {
    border-radius: 125px 125px 0;
  }
  .c-products_bnrLink {
    width: 56px;
    height: 56px;
    border-radius: 28px 28px 28px 0;
    padding-top: 25px;
    background-size: 24px 18px;
    background-position: 50% 6px;
    font-size: 1.0rem;
  }
}

/*-- c-products-h2 --*/
.c-products-voice {
  position: relative;
  padding-top: 72px;
}
.c-products-voice:after {
  content: '';
  display: block;
  background-color: var(--bg-accent);
  position: absolute;
  height: 45%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.c-products-voice_inner {
  width: 988px;
  margin: 0 auto;
  padding: 80px 0 56px 0;
  background-color: #ffffff;
  border-radius: 580px 580px 24px 24px;
  position: relative;
  z-index: 1;
}
.c-products-voice_box {
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding: 0 12.8% 0 17.3%;
}
.c-products-voice_img {
  width: 44.3%;
  margin-right: 4.6%;
}
.c-products-voice_txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.16em;
}
.c-products-voice_btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.c-products-voice_btn .btn-type01 {
  width: 171px;
}

@media screen and (max-width: 767px) {
  .c-products-voice {
    padding: 64px 16px;
  }
  .c-products-voice:after {
    height: 60%;
  }
  .c-products-voice_inner {
    width: 100%;
    padding: 37px 24px 40px;
    border-radius: 160px 160px 16px 16px;
  }
  .c-products-voice_box {
    flex-direction: column;
    padding: 0;
    margin-top: 24px;
  }
  .c-products-voice_img {
    width: 100%;
    margin-right: 0;
  }
  .c-products-voice_txt {
    margin-top: 24px;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .c-products-voice_btn {
    margin-top: 24px;
  }
  .c-products-voice_btn .btn-type01 {
    width: 223px;
  }
}

.c-products-articles_title {
  margin-top: 32px;
}
.c-products-articles_titleInner {
  display: flex;
  justify-content: space-between;
  width: 1040px;
  margin: 0 auto;
}
.c-products-articles_titleBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.c-products-articles_titleCat {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  height: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: var(--color-link);
  border: 1px solid var(--color-link);
  border-radius: 50px;
}
.c-products-articles_titleTxt {
  margin-top: 16px;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-title);
}
.c-products-articles_titleDate {
  padding-left: 20px;
  margin-top: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}
.c-products-articles_titleDate:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E4B474;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-products-articles_layer {
  position: relative;
}
.c-products-articles_layerBg {
  display: block;
  width: 134px;
  height: 134px;
  position: absolute;
}
.c-products-articles_layerBg.-bg01 {
  background: url(/kojin/direct/products/cmn/imgs/bg_figure01.svg) no-repeat 0 0 / 100% 100%;
  top: 13px;
  left: 50%;
  margin-left: -547px;
  transform: translateX(-50%);
}
.c-products-articles_layerBg.-bg02 {
  background: url(/kojin/direct/products/cmn/imgs/bg_figure02.svg) no-repeat 0 0 / 100% 100%;
  top: 420px;
  right: 34px;
}
.c-products-articles_layerBg.-bg03 {
  background: url(/kojin/direct/products/cmn/imgs/bg_figure03.svg) no-repeat 0 0 / 100% 100%;
  top: 823px;
  left: -10px;
}

.c-products-articles {
  width: 1040px;
  margin: 48px auto 0 auto;
  border-radius: 4px 128px 4px 128px;
  position: relative;
  z-index: 1;
}

.c-products-articles_inner {
  width: 682px;
  margin: 0 auto;
  padding: 56px 0;
}

.c-products-articles_txt {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
.c-products-articles_txt + .c-products-articles_txt {
  margin-top: 16px;
}
.c-products-articles_txt.-copy {
  margin: 24px 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-products-articles_subtitle {
  margin: 24px 0;
  color: var(--color-base);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
}
.fm-comment01 + .c-products-articles_subtitle {
  margin-top: 40px;
}
.c-products-articles_img {
  margin-top: 24px;
}
.c-products-articles_img + .c-products-articles_txt {
  margin-top: 24px;
}
.c-products-articles_index {
  margin-top: 40px;
  padding: 32px 72px 40px 72px;
  background: #CADDD7;
  border-radius: 2px 60px 2px 60px;
  text-align: center;
}
.c-products-articles_indexTitle {
  display: inline-block;
  margin: 0 auto;
}
.c-products-articles_indexList {
  margin-top: 10px;
  list-style: none;
  counter-reset: num;
}
.c-products-articles_indexTxt {
  padding: 11px 0  11px 22px;
  list-style: none;
  text-align: left;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--color-link);
  background: url(/kojin/direct/products/cmn/imgs/bg_index.svg) repeat-x -1.5em 100% / 5px 2px;
  position: relative;
  counter-increment: num;
}
.c-products-articles_indexTxt:before {
  content: counter(num) ".";
  width: 22px;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
}
.c-products-articles_indexLink {
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
}
.c-products-articles_indexLink:hover {
  text-decoration: underline;
}

.c-products-articles_section {
  margin-top: 40px;
}
.c-products-articles_section:before {
  content: '';
  display: block;
  height: 82px;
  margin-top: -82px;
}
.c-products-articles_section + .c-products-articles_section {
  margin-top: 48px;
}

.c-products-articles_h2 {
  margin-bottom: 32px;
  padding: 0 8px 14px 0;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-title);
  border-bottom: 2px solid #E4B474;
}

.c-products-articles_sns {
  margin-top: 100px;
  padding: 48px 0 28px 0;
  background: #CADDD7;
  border-radius: 16px;
  text-align: center;
  position: relative;
}
.c-products-articles_sns:before,
.c-products-articles_sns:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.c-products-articles_sns::before {
  width: 104px;
  height: 104px;
  border-radius: 50% 50% 0 0;
  background: #CADDD7;
  top: -52px;
}
.c-products-articles_sns:after {
  width: 72px;
  height: 72px;
  top: -43px;
  background: url(/kojin/direct/products/cmn/imgs/img_articles_sns.svg) no-repeat 0 0 / 100% 100%;
}
.c-products-articles_snsTxt {
  display: inline;
  margin: 0 auto;
  padding: 0 14px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
.c-products-articles_snsTxt:before,
.c-products-articles_snsTxt:after {
  content: '';
  display: block;
  width: 8px;
  height: 21px;
  position: absolute;
  top: 0;
  background: url(/kojin/direct/products/cmn/imgs/bg_articles_sns.png) no-repeat 0 0 / 100% 100%;
}
.c-products-articles_snsTxt:before {
  left: 0;
}
.c-products-articles_snsTxt:after {
  right: 0;
  transform: scaleX(-1);
}
.c-products-articles_snsTxt,
.c-products-articles_snsList {
  position: relative;
  z-index: 1;
}
.c-products-articles_snsList {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.c-products-articles_snsLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin: 0 8px;
  background: #ffffff;
  border-radius: 50%;
}
.c-products-articles_snsLink:hover {
  background: #F5F5F5;
}
.c-products-articles_list {
  margin-top: 48px;
  padding: 40px;
  border-radius: 112px 2px 112px 2px;
  background: var(--bg-accent);
  text-align: center;
}
.c-products-articles_listTxt {
  line-height: 1.8;
  letter-spacing: 0;
}
.c-products-articles_listImg {
  margin: 16px auto 0 auto;
}
.c-products-articles_list > .btn-type01 {
  width: 172px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .c-products-articles {
    background: #ffffff;
  }
  .c-products-articles_titleImg {
    overflow: hidden;
    width: 415px;
    margin-left: 32px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .c-products-articles {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .c-products-articles_titleInner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-products-articles_title {
    margin-top: 24px;
  }
  .c-products-articles_titleInner {
    flex-direction: column;
    width: 100%;
    padding: 0 16px 30px 16px;
    position: relative;
  }
  .c-products-articles_titleCat {
    min-width: 80px;
  }
  .c-products-articles_titleTxt {
    font-size: 2.4rem;
  }
  .c-products-articles_titleDate {
    margin-top: 0;
    padding-left: 14px;
    font-size: 1.4rem;
    position: absolute;
    bottom: 0;
    left: 16px;
  }
  .c-products-articles_titleDate:before {
    width: 10px;
    height: 10px;
  }
  .c-products-articles_titleImg {
    margin: 16px -16px 0 -16px;
  }

  .c-products-articles_layer {
    display: none;
  }

  .c-products-articles {
    width: 100%;
    margin: 32px 0 16px 0;
    padding: 0;
  }
  .c-products-articles_inner {
    width: 100%;
    padding: 0 16px;
  }

  .c-products-articles_txt {
    line-height: 2;
  }
  .c-products-articles_txt.-copy {
    margin: 32px 0;
  }

  .c-products-articles_subtitle {
    margin: 32px 0 16px 0;
    line-height: 2;
  }
  .fm-comment01 + .c-products-articles_subtitle {
    margin-top: 16px;
  }
  .c-products-articles_img {
    margin-top: 16px;
  }
  .c-products-articles_img + .c-products-articles_txt {
    margin-top: 16px;
  }

  .c-products-articles_index {
    margin-top: 48px;
    padding: 32px 24px 40px 24px;
  }

  .c-products-articles_section {
    margin-top: 48px;
  }

  .c-products-articles_sns {
    margin-top: 88px;
    border-radius: 12px;
  }
  .c-products-articles_sns:before {
    width: 78px;
    height: 78px;
    top: -39px;
  }
  .c-products-articles_sns:after {
    width: 68px;
    height: 68px;
    top: -34px;
  }
  .c-products-articles_snsList {
    margin-top: 12px;
  }
  .c-products-articles_snsLink {
    width: 44px;
    height: 44px;
    padding: 8px;
  }

  .c-products-articles_list {
    padding: 56px 16px 40px 16px;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 60px 0 60px 0;
  }
  .c-products-articles_listImg {
    width: 223px;
  }
  .c-products-articles_list > .btn-type01 {
    width: 223px;
  }
}

.c-products-qr {
  display: flex;
  justify-content: center;
  width: 1040px;
  margin: 48px auto 0 auto;
  padding: 32px 0;
  background: #CADDD7;
  border-radius: 24px;
}
.c-products-qr_inner {
  text-align: center;
}
.c-products-qr_title {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
}
.c-products-qr_title:after,
.c-products-qr_titleTxt:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: url(/kojin/direct/products/cmn/imgs/bg_qr.svg) repeat-x 0 0 / 407px 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-products-qr_clm {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.c-products-qr_img {
  width: 142px;
}
.c-products-qr_box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.c-products-qr_box:before {
  content: '';
  display: block;
  width: 26px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  background: url(/kojin/direct/products/cmn/imgs/bg_qr02.svg) repeat-x 0 0 / 100% 100%;
}
.c-products-qr_txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .c-products-qr_clm {
    padding: 9px 0;
  }
  .c-products-qr_box {
    background: #ffffff;
    margin-left: 32px;
    padding: 20px 57px;
    border-radius: 16px;
  }
  .c-products-qr_title {
    padding-bottom: 2px;
  }
  .c-products-qr_titleTxt:after {
    display: none;
  }
  .c-products-qr_btn {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .c-products-qr {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-products-qr {
    width: calc(100% - 32px);
    margin: 48px 16px 0 16px;
    padding: 32px;
    border-radius: 16px;
  }
  .c-products-qr_clm {
    margin-top: 24px;
  }
  .c-products-qr_img,
  .c-products-qr_box:before {
    display: none;
  }
  .c-products-qr_title {
    font-size: 1.8rem;
  }
  .c-products-qr_title:after {
    display: none;
  }
  .c-products-qr_txt {
    display: none;
  }
  .c-products-qr_btn {
    display: inline-flex;
    margin: 0 auto;
    width: 228px;
  }
  .c-products-qr_titleTxt {
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
  }
  .c-products-qr_titleTxt + .c-products-qr_titleTxt {
    margin-top: 8px;
  }
}

/* /kojin/direct/products/styles/common.css
---------------------------------------------------------- */
.fm-comment01 {
  margin: 24px 0;
}
.fm-comment01 > .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fm-comment01 > .item:nth-child(n + 2) {
  margin-top: 16px;
}
.fm-comment01:not(.-reverse) > .item:nth-child(2n + 1),
.fm-comment01.-reverse > .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.fm-comment01 > .item > .txt01 {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 116px);
  padding: 20px 24px;
  background: #F9F8F3;
  border-radius: 20px;
}
.fm-comment01 > .item > .txt01::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 18px;
  width: 16px;
  height: 18px;
  background: url(/kojin/direct/products/cmn/imgs/bg_comment.png) no-repeat 0 0 / 100% 100%;
}
.fm-comment01:not(.-reverse) > .item:nth-child(2n + 1) > .txt01::before,
.fm-comment01.-reverse > .item:nth-child(2n) > .txt01::before {
  right: 100%;
  margin-right: -4px;
}
.fm-comment01:not(.-reverse) > .item:nth-child(2n) > .txt01::before,
.fm-comment01.-reverse > .item:nth-child(2n + 1) > .txt01::before {
  left: 100%;
  margin-left: -4px;
  transform: scaleX(-1);
}
.fm-comment01:not(.-reverse) > .item > .img01 {
  width: 100px;
}
.fm-comment01 + [class^="fm-"] {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .fm-comment01 > .item > .txt01 {
    width: calc(100% - 86px);
    padding: 14px 16px;
    background: #FFFFFF;
    border-radius: 12px;
    font-size: 1.4rem;
  }
  .fm-comment01 > .item > .txt01::before {
    bottom: 14px;
    width: 18px;
    height: 18px;
    background: url(/kojin/direct/products/cmn/imgs/bg_comment_sp.png) no-repeat 0 0 / 100% 100%;
  }
  .fm-comment01 > .item:nth-child(n + 2) {
    margin-top: 24px;
  }
  .fm-comment01:not(.-reverse) > .item:nth-child(2n + 1) > .txt01::before,
  .fm-comment01.-reverse > .item:nth-child(2n) > .txt01::before {
    right: calc(100% - 3px);
  }
  .fm-comment01:not(.-reverse) > .item:nth-child(2n) > .txt01::before,
  .fm-comment01.-reverse > .item:nth-child(2n + 1) > .txt01::before {
    left: calc(100% - 3px);
  }
  .fm-comment01:not(.-reverse) > .item > .img01 {
    width: 72px;
  }
  .fm-comment01 + [class^="fm-"] {
    margin-top: 46px;
  }
}

.fm-workSheet {
  max-width: 620px;
  margin: 64px auto 0;
}
.fm-lsBtnList01 {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.fm-lsBtnList01 > .item:not(:first-child) {
  margin-left: 24px;
}
.fm-lsBtn01 {
  color: #006444;
}
.fm-lsBtn01:active,
.fm-lsBtn01:focus {
  outline: none;
}
.fm-lsBtn01 > .ico01 {
  display: inline-block;
  position: relative;
  border-radius: 50%;
}
.fm-lsBtn01 > .ico01 > .img01 {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background: #CADDD7;
}
.fm-lsBtn01:hover > .ico01 > .img01 {
  background: #BACBC6;
}


.fm-lsBtn01.-click {
  animation: fnLsTrf1 .2s ease-in-out 0s forwards;
}
@keyframes fnLsTrf1 {
  50% {transform: scale(.9);}
}
.fm-lsBtn01.-click > .ico01 {
  transition: box-shadow .3s ease-in-out;
}
.fm-lsBtn01.-active > .ico01 {
  box-shadow: 0 0 0 1px #017A4F;
}
.fm-lsBtn01 > .ico01::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  background: url(/kojin/direct/products/imgs/cmn_bg_fm_lsb01.svg) center / contain no-repeat;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
}
.fm-lsBtn01.-click > .ico01::before {
  animation: fnLsTrf2 .3s ease-in-out 0s forwards;
}
@keyframes fnLsTrf2 {
  30% {opacity: 1;}
  90% {width:130%; height: 130%;}
  100% {opacity: 0;}
}
.fm-lsBtn01 > .txt01 {
  display: block;
  margin-top: 4px;
  font-size: 1.2rem;
}

/* modal */
.ls-reactionModIco01 {
  text-align: center;
}
.ls-reactionModIco01 > .inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 93px;
  height: 81px;
}
.reaction-modal01[aria-hidden="true"] .ls-reactionModIco01 > .inner {
  transform: scale(.9);
}
.reaction-modal01[aria-hidden="false"] .ls-reactionModIco01 > .inner {
  animation: reactHeart01 .3s ease-in-out .3s forwards;
}
.ls-reactionModIco01 > .inner::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/kojin/direct/products/imgs/cmn_ico_fm_lsm02.svg) center / contain no-repeat;
  content: "";
  opacity: 0;
  transform: scale(.1);
}
.reaction-modal01[aria-hidden="false"] .ls-reactionModIco01 > .inner::before {
  animation: reactHeart02 .3s ease-in-out .4s forwards;
}
.ls-reactionModIco01 > .inner > .img01 {
  display: inline-block;
}
@keyframes reactHeart01 {
  50% {transform: scale(1.1);}
  100% {transform: none;}
}
@keyframes reactHeart02 {
  100% {transform: none; opacity: 1;}
}

@media screen and (max-width: 767px) {
  .fm-workSheet {
    margin: 48px auto 0;
    padding-top: 24px;
  }
  .fm-lsBtnList01 {
    justify-content: center;
  }
  .fm-lsBtnList01 > .item:not(:first-child) {
    margin-left: calc(12px + 1.6vw);
  }
  .fm-lsBtn01 > .ico01 {
    width: 64px;
  }
  .fm-lsBtn01 > .txt01.-nMgn {
    margin-left: -.75em;
    margin-right: -.75em;
  }
  .fm-lsBtn01 > .ico01 > .img01 {
    width: 64px;
    height: 64px;
  }
}
