@charset "UTF-8";

html {
  font-size: 62.8%;
}

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

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

a:hover {
  transition: background .3s;
}

a.disable {
  pointer-events: none;
}

body {
  background-image: url(../images/bg_pattern.png), url(../images/bg.png);
  background-repeat: repeat-y, repeat;
  background-size: 100% auto, auto;
  background-position: top -650px left, top;
  font-family: 'Noto Serif JP', serif;
  color: #3b322e;
  overflow-x: hidden;
}

body.is-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

.is-sp {
  display: none;
}

.ta-center {
  text-align: center;
}

.indent-text {
  display: inline-block;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

.link-text {
  color: #3b322e;
  text-decoration: underline;
  transition: all .3s;
}

.link-text:hover {
  text-decoration-color: transparent;
}

/*----------------------------
 共通パーツ
----------------------------*/
.def-content {
  width: 1120px;
  margin: auto;
}

.def-content.wd1000 {
  padding-left: 60px;
  padding-right: 60px;
}

.def-content.wd1060 {
  width: 1180px;
  padding-left: 60px;
  padding-right: 60px;
}

.content-ttl {
  font-size: 5.3rem;
  line-height: 1.2;
  padding-top: 100px;
  text-align: center;
}

.content-ttl .content-sub-ttl {
  font-size: 2.6rem;
  line-height: normal;
}

.content-ttl .content-ttl-m {
  font-size: 4rem;
}

.content-ttl .content-ttl-s {
  font-size: 3rem;
  display: block;
  line-height: 1.5;
}

.content-ttl-s.gray-ttl-s {
  font-size: 1.6rem;
  color: #999;
}

.content-img {
  display: inline-block;
}

.content-txt {
  padding-bottom: 100px;
  font-size: 50px;
}

.content-txt.second-txt {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  padding: 100px 0 0;
}

.content-txt-red {
  color: #9b0101;
  font-size: 40px;
}

.under-product .content-img {
  display: block;
  padding-top: 100px;
}

.under-product .content-img img {
  margin: auto;
}

.btn-wrap {
  display: block;
  background: #9e877f;
  border-radius: 4px;
}

.btn-wrap.disable {
  background: #999;
}

a.btn-wrap:hover {
  opacity: .7;
}

.def-txt {
  font-size: 1.7rem;
  line-height: 1.9;
}

.s-txt {
  font-size: 1.3rem;
  line-height: 1.5;
}

.note-txt {
  font-size: 1.4rem;
}

.mt10 {
  margin-top: 10px;
}

.gray-txt {
  color: #999;
}

/*----------------------------
 MV
----------------------------*/
header {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  min-height: 68px;
}

.header-contents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s;
}

.header-logo {
  display: flex;
  align-items: end;
}

.header-hamburger-menu {
  position: relative;
}

.hamburger-btn {
  width: 30px;
  height: 27px;
}

.hamburger-btn span:nth-child(1) {
  position: absolute;
  display: block;
  height: 4px;
  width: 30px;
  border-radius: 10px;
  background-color: #9B8980;
  right: 0;
  top: 4px;
  transition: all 0.3s;
}

.hamburger-btn span:nth-child(2) {
  position: absolute;
  display: block;
  height: 4px;
  width: 30px;
  border-radius: 10px;
  background-color: #9B8980;
  right: 0;
  top: 14px;
  transition: all 0.3s;
}

.hamburger-btn span:nth-child(3) {
  position: absolute;
  display: block;
  height: 4px;
  width: 30px;
  border-radius: 10px;
  background-color: #9B8980;
  right: 0;
  top: 24px;
  transition: all 0.3s;
}

.header-nav {
  display: flex;
  grid-gap: 0px 40px;
}

.header-menu-block {
  display: flex;
  align-items: center;
  grid-gap: 0px 8px;
}

.header-menu-block img {
  width: 15px;
}

.header-menu-text {
  color: #3B322E;
  font-size: 1.6rem;
}

.kai-logo {
  width: 63px;
  height: auto;
}

.logo-txt {
  font-size: 1.1rem;
  margin-left: 20px;
}

.mv-inner {
  background: url(../images/mv.png) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 355px;
  position: relative;
  padding-top: calc(818 / 1920 * 100%);
}

.mv-badge {
  position: absolute;
  bottom: 30px;
  left: 57px;
  width: 176px;
  height: auto;
}

.mv-ttl {
  display: block;
  position: absolute;
  top: 10%;
  right: 40px;
  text-align: right;
}

.mv-main-ttl {
  width: 541px;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.mv-sub-ttl {
  width: 471px;
  height: auto;
  display: block;
  margin: 30px 0 0 auto;
}

.mv-online-event {
  display: inline-block;
  padding: 8px 30px;
  background: #9e877f;
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
}

.mv-online-event.note {
  font-size: 1.8rem;
  margin-top: 5px;
}

.mv-btm {
  background: #f3e6d6;
  padding: 25px 0;
}

.mv-btm-inner {
  width: 1220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}

.mv-btm-left {
  background: #3b322e;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding: 10px 0;
  width: 452px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mv-btm-left span {
  font-size: 1.8rem;
}

.mv-btm-orders,
.mv-btm-schedule {
  width: 373px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mv-btm-orders {
  font-size: 2.2rem;
  background: #9e877f;
}

.mv-btm-schedule {
  font-size: 1.8rem;
  background: #715028;
  position: relative;
  color: #fff;
}

.mv-btm-schedule:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/*----------------------------
 体験セット
----------------------------*/
.cont-product {
  padding-bottom: 100px;
}

.cont-product .content-ttl {
  margin-bottom: 54px;
}

.product-main {
  display: flex;
  background-color: #fff;
  padding: 50px;
}

.product-main.top-item+.product-main.top-item {
  margin-top: 50px;
}

.product-main.under-item {
  margin-top: 50px;
}

.product-main-img {
  width: 465px;
  display: flex;
}

.product-slick-main {
  width: 360px;
}

.product-slick-main img {
  width: 100%;
}

.product-slick-thumb {
  width: 95px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.product-slick-thumb .slick-track {
  transform: unset !important;
  margin-left: 0;
}

.product-slick-thumb img {
  width: 100%;
}

.product-slick-thumb .slick-slide {
  cursor: pointer;
  margin: 10px;
}

.product-main-txt {
  margin-left: 40px;
}

.product-main-txt .product-ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
}

.product-main-txt .product-txt {
  margin-top: 20px;
}

.product-main-txt .btn-wrap {
  margin-top: 20px;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  gap: 20px;
  margin-top: 50px;
}

.product-blc {
  background-color: #fff;
  padding: 30px 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
  gap: 0;
}

.product-item.up-item {
  display: contents;
}

.product-item+.product-item {
  border-top: 1px solid #3b322e;
  padding-top: 10px;
  margin-top: 30px;
}

.product-detail {
  padding: 15px 13px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}

.product-tag {
  padding: 7px;
  border-radius: 30px;
  background-color: #3b322e;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
}

.product-subtxt {
  color: #3b322e;
  font-size: 2.0rem;
  margin-top: 10px;
  text-align: center;
}

.product-txt {
  color: #3b322e;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 27px;
}

.product-txt.txt-red {
  color: #9b0101;
  text-align: center;
  font-size: 18px;
  height: 30px !important;
  font-weight: bold;
}

.product-img {
  margin-top: 15px;
}

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

.product-name {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: bold;
}

.product-name .sp-small {
  font-size: 1.8rem;
}

.product-name span {
  font-size: 1.4rem;
}

.txt-red {
  color: #9b0101;
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #bbaba6;
  width: 87%;
}

.product-price .icon-cart {
  width: 20px;
  margin-right: 10px;
}

.product-price span {
  font-size: 2.6rem;
  margin-left: 0.2em;
  font-weight: bold;
}

.product-price:after {
  content: "（税込）";
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 10px;
}

.product-origin {
  margin-top: 10px;
}

.under-product {
  padding: 50px 0 0;
}

.buy-btn {
  width: 100%;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-top: 14px;
}

.buy-btn.btn-s {
  padding: 7px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.buy-btn.btn-s .product-price {
  margin: 5px auto 0;
  padding-top: 5px;
}

.buy-btn.btn-l {
  padding: 19px 0 9px;
}

.buy-btn.btn-l .product-price {
  margin: 14px auto 0;
  padding-top: 5px;
}

.buy-btn {
  width: 100%;
  padding: 7px 0;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-top: 14px;
}

.buy-btn+.buy-btn {
  margin-top: 10px;
}

/*----------------------------
 featureブロック
----------------------------*/
.feature-content {
  padding: 50px 0;
  color: #fff;
}

.feature-content.pre {
  background: url(../images/cont_bg01.png) center right no-repeat;
  background-color: #382a19;
  background-size: auto 100%;
}

.feature-content.charm {
  background: url(../images/cont_bg02.png) center left no-repeat;
  background-color: #715028;
  background-size: auto 100%;
  text-align: right;
}

.feature-ttl {
  font-size: 4.2rem;
  font-weight: normal;
  margin-bottom: 30px;
}

.feature-ttl .l-txt {
  font-size: 7.3rem;
  font-weight: bold;
}

.feature-ttl .s-txt {
  font-size: 3.2rem;
}

.feature-txt {
  font-size: 1.8rem;
  line-height: 2.2;
}

/*----------------------------
 体験セットのポイント
----------------------------*/
.cont-point {
  padding-bottom: 50px;
}

.cont-point .content-ttl {
  margin-bottom: 66px;
}

.cont-point video {
  display: block;
  width: 370px;
  height: 218px;
}

.point-blc {
  background: #f3e6d6;
  padding: 40px 35px;
  position: relative;
}

.point-blc+.point-blc {
  margin-top: 50px;
}

.point-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .point-ttl-number {
  width: 86px;
  height: auto;
  margin-right: 20px;
} */
.point-ttl-number {
  margin-right: 20px;
  width: 87px;
  height: 87px;
  font-weight: bold;
  font-size: 4.6rem;
  line-height: 0.95;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9e877f;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.point-ttl-number span {
  display: block;
  font-weight: normal;
  font-size: 2rem;
}

.point-ttl-txt {
  font-size: 3.6rem;
  line-height: 1.3;
}

.point-sub-ttl {
  font-size: 2.2rem;
}

.point-detail {
  margin-top: 30px;
}

.point-detail.point03 {
  width: 544px;
}

.point-flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 36px;
}

.point-flex-content .point-detail {
  flex: 1;
  margin-right: 50px;
  margin-top: 0;
}

.point02-inner {
  width: 510px;
  margin-left: auto;
}

.point-img01 {
  position: absolute;
  top: -50px;
  right: 20px;
}

.point-img02 {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}

.point-img03 {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}

.point-teacher-blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 40px 40px 35px;
  border: 1px solid #382a19;
  margin-top: 50px;
}

.teacher-img {
  margin-right: 35px;
  width: 187px;
  height: auto;
}

.point-teacher-txt {
  flex: 1;
}

.teacher-name {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.teacher-prof {
  font-size: 1.6rem;
  line-height: 1.6;
}

.prd-list-btn {
  padding: 15px 0 25px;
  margin: 50px auto 0;
  width: 650px;
  color: #fff;
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.prd-list-btn span {
  font-size: 2rem;
  font-weight: normal;
}

/*----------------------------
 麹配合に関して
----------------------------*/
.malt-area {
  padding-bottom: 100px;
}

.malt-area .content-ttl {
  padding-top: 50px;
}

.malt-lead {
  font-size: 1.8rem;
  margin: 50px auto;
  text-align: center;
}

.malt-flex {
  display: flex;
  align-items: flex-start;
}

.malt-item {
  width: calc((100% - 80px)/3);
}

.malt-item+.malt-item {
  margin-left: 40px;
}

.malt-ttl-area {
  padding: 20px;
  font-weight: bold;
  background-color: #f3e6d6;
  text-align: center;
}

.malt-ttl {
  font-size: 2.4rem;
}

.malt-ratio {
  font-size: 4rem;
}

.malt-detail {
  padding: 30px;
  font-size: 1.8rem;
  background-color: #fff;
}

/*----------------------------
 蔵元紹介
----------------------------*/
.feature-content.cont-kuramoto {
  padding: 0 0 100px;
}

.cont-kuramoto {
  background: url(../images/cont_bg03.png) center top no-repeat;
  background-color: #27150f;
  background-size: 100% auto;
}

.kuramoto-item {
  background: #f3e6d6;
  width: 1120px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.kuramoto-item:first-of-type {
  margin-top: 65px;
}

.kuramoto-item+.kuramoto-item {
  margin-top: 50px;
}

.kuramoto-lead {
  margin-top: 50px;
  text-align: center;
}

.kuramoto-logo-blc {
  background: #fff;
  width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.kuramoto-logo-blc .kuramoto-img {
  width: 410px;
}

.kuramoto-logo-blc .kuramoto-logo {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kuramoto-logo-blc .kuramoto-logo.ishii_logo img {
  width: 155px;
}

.kuramoto-logo-blc .kuramoto-logo.ishii2_logo img {
  width: 150px;
}

.kuramoto-logo-blc .kuramoto-logo.ishii3_logo img {
  width: 130px;
}

.kuramoto-logo-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

.kuramoto-logo-blc .kuramoto-logo-txt {
  width: 490px;
  padding: 10px 50px 10px 0;
  color: #27150f;
}

.kuramoto-logo-blc .kuramoto-logo-txt .material-detail {
  width: auto;
}

.cont-kuramoto .cont-product {
  color: #3b322e;
  margin-top: 50px;
  padding: 0;
}

.kuramoto-pr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kuramoto-pr.w-1120 {
  width: 1120px;
  margin: 50px auto 0;
}

.kuramoto-pr-blc {
  width: calc(50% - 15px);
  border: 1px solid #fff;
  padding: 30px 0 35px;
  text-align: center;
  font-weight: bold;
}

.pr-ttl {
  font-size: 3.3rem;
  margin-bottom: 20px;
}

.pr-txt {
  font-size: 2.6rem;
}

.pr-txt span {
  font-size: 3.3rem;
}

.pr-note {
  font-size: 2rem;
  margin-top: 10px;
}

.kuramoto-ratio-blc {
  max-width: 1280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
}

.ratio-ttl-blc {
  background: #f3e6d6;
  color: #382a19;
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ratio-ttl {
  font-size: 2.2rem;
}

.ratio-ttl span {
  font-size: 4.6rem;
}

.ratio-txt-img {
  width: 342px;
  height: auto;
  display: block;
  margin: 36px auto 0;
}

.ratio-detail-blc {
  width: 50%;
  background: url(../images/cont_bg04.png) right center no-repeat;
  background-size: cover;
  padding: 50px 100px;
  box-sizing: border-box;
}

.kuramoto-material-list {
  color: #382a19;
  width: 1060px;
  margin: 0 auto;
}

.kuramoto-material-blc {
  padding-top: 40px;
}

.kuramoto-material-blc.material01,
.kuramoto-material-blc.material02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: flex-start;
}

.kuramoto-material-blc .material-img.img01 {
  margin-left: -35px;
  margin-top: 30px;
  width: 480px;
}

.kuramoto-material-blc .material-img.img02 {
  position: relative;
  margin-right: -35px;
  width: 480px;
}

.kuramoto-material-blc.material01 .material-txt {
  width: 618px;
  padding: 30px 90px 30px 30px;
  background: #fff;
}

.kuramoto-material-blc.material02 .material-txt {
  margin-top: 30px;
  margin-left: auto;
  width: 618px;
  padding: 30px 30px 30px 90px;
  background: #fff;
}

.material-ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

.material-sub-ttl {
  text-align: center;
  font-size: 2.2rem;
  margin-top: 15px;
  font-size: 2.4rem;
}

.material-detail {
  margin-top: 20px;
  width: 500px;
  font-size: 1.6rem;
}

.kuramoto-material-blc.material03 {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
}

.material-ttl.salt-type {
  text-align: center;
}

.material-salt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: flex-start;
  margin-top: 30px;
}

.material-salt+.material-salt {
  margin-top: 30px;
}

.material-salt.salt01 .material-salt-txt {
  margin-right: 46px;
}

.material-salt.salt02 .material-salt-txt {
  margin-left: 46px;
}

/*----------------------------
 味噌の作り方
----------------------------*/
.preparation-wrap {
  margin: 60px 0px;
}

.preparation-inner {
  padding: 30px 50px;
  background-color: #F3E6D6;
}

.preparation-heading {
  width: fit-content;
  margin: 0 auto;
}

.text-inline-block {
  display: inline-block;
}

.preparation-text {
  font-size: 2.8em;
  font-weight: bold;
  text-align: center;
}

.preparation-subtext {
  font-size: 2.0em;
  font-weight: bold;
  color: #9B8880;
  text-align: center;
  margin-top: 12px;
}

.preparation-block {
  margin-top: 20px;
}

.preparation-block+.preparation-block {
  margin-top: 30px;
}

.preparation-heading-block {
  font-size: 2.0em;
  font-weight: bold;
  color: #3B322E;
  display: flex;
  grid-gap: 0px 10px;
}

.preparation-block-heading {
  font-size: 2.0rem;
  white-space: nowrap;
}

.preparation-block-border {
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #3B322E;
}

.preparation-item-contents {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0px 20px;
}

.preparation-subitem-detail {
  padding: 14px 0px;
}

.preparation-item-block a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

.preparation-item-block {
  height: 100%;
  background-color: #FFFFFF;
}

.preparation-subitem-block {
  height: 100%;
}

.preparation-subitem-block img {
  width: 100%;
}

.preparation-item-block img {
  width: 100%;
}

.preparation-item-detail {
  padding: 14px;
  background-color: #FFFFFF;
}

.preparation-item-method {
  font-size: 1.4rem;
  color: #9B8880;
}

.preparation-item-name {
  margin-top: 6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3B322E;
}

.detail-btn-block {
  max-width: 653px;
  width: 100%;
  margin: 60px auto 0;
  padding: 18px 32px;
  border-radius: 5px;
  background-color: #9B8880;
  position: relative;
}

.detail-btn-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  width: 9px;
}

.detail-btn-text {
  color: #FFFFFF;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}


.howto-clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.howto-clm:first-of-type {
  margin-top: 50px;
}

.howto-blc {
  width: 260px;
  background: #f3e6d6;
  position: relative;
  margin-right: 27px;
}

.howto-blc:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 13px;
  border-color: transparent transparent transparent #9e877f;
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
}

.howto-blc:last-of-type {
  margin-right: 0;
}

.howto-blc:last-of-type:after {
  content: none;
}

/* .howto-number{
  position: absolute;
  top: -13px;
  left: -13px;
  width: 54px;
  height: auto;
} */
.howto-number {
  position: absolute;
  top: -13px;
  left: -13px;
  width: 54px;
  height: 54px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9e877f;
  border-radius: 50%;
  color: #fff;
}

.howto-number span {
  font-size: 3.3rem;
  line-height: 0.78;
}

.howto-bgred {
  background: #9e877f;
  color: #fff;
}

.howto-bgred.ta-center {
  text-align: center;
  padding: 5px 0;
  font-size: 2rem;
}

.howto-bgred.ta-left {
  padding: 15px 20px;
  font-size: 1.2rem;
}

.howto-bgred.ta-left span {
  display: inline-block;
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.howto-txt-blc {
  padding: 20px;
}

.howto-subimg-blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13px;
}

.howto-subimg-blc.f-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.howto-subimg-blc img {
  margin-right: 13px;
}

.howto-subimg-blc p {
  flex: 1;
}

.howto-note {
  font-size: 1.2rem;
  margin-top: 20px;
}

.howto-arrow-line {
  display: block;
  margin: 14px auto;
  max-width: 884px;
}

/*----------------------------
 自家製味噌のおすすめレシピ
----------------------------*/
.recipe-blc {
  background: #f3e6d6;
  padding: 40px;
  margin-top: 80px;
}

.recipe-blc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recipe-blc:nth-of-type(odd) .recipe-blc-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -147px;
}

.recipe-blc:nth-of-type(even) .recipe-blc-inner {
  margin-right: -147px;
}

.recipe-txt-blc>.s-txt {
  width: 605px;
}

.recipe-ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.recipe-item+.recipe-item {
  margin-left: 50px;
}

.recipe-img {
  margin-top: -80px;
  align-self: flex-start;
}

.recipe-txt-flex {
  display: flex;
  width: 605px;
}

/* .recipe-txt-flex-item {
  width: 300px;
} */

.recipe-txt-flex-item+.recipe-txt-flex-item {
  margin-left: 45px;
}

.recipe-txt-flex-subttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/*----------------------------
 体験型オンラインイベント
----------------------------*/
.event-lead {
  text-align: center;
  margin-top: 50px;
}

.event-sub-ttl {
  text-align: center;
  margin-top: 50px;
  font-size: 2.6rem;
}

/*----------------------------
 Q&A
 販売スケジュール
----------------------------*/
.qa-blc {
  margin-top: 50px;
}

.qa-item+.qa-item {
  margin-top: 40px;
}

.qa-question,
.schedule-ttl {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #958E7F;
}

.qa-answer,
.schedule-txt {
  margin-top: 5px;
}

.qa-heading {
  padding: 16px 40px;
  background: #f3e6d6;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

.qa-heading::after {
  content: "";
  position: absolute;
  background-color: #958E7F;
  display: block;
  width: 20px;
  height: 2px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.4s;
}

.qa-heading::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #958E7F;
  width: 20px;
  height: 2px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.4s;
}

.qa-heading.qa-active::before {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.4s;
}

.qa-contents {
  overflow: hidden;
}

.qa-contents+.qa-contents {
  margin-top: 20px;
}

.qa-nav {
  display: none;
}

.qa-list {
  padding: 24px 40px;
  background-color: #F8F0E6;
}

.qa-list+.qa-list {
  padding-top: 0px;
}

.schedule-blc {
  margin-top: 50px;
  padding: 40px 200px;
  background: #f3e6d6;
  text-align: center;
}

.schedule-item+.schedule-item {
  margin-top: 34px;
}

footer {
  background: #382a19;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  padding: 50px 0;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  body {
    background-image: url(../images/bg_pattern_sp.png), url(../images/bg.png);
    background-repeat: repeat-y, repeat;
    background-size: 100% auto, auto;
    background-position: top -150px left, top;
  }

  .is-sp {
    display: block;
  }

  .is-pc {
    display: none;
  }

  /*----------------------------
    共通パーツ
  ----------------------------*/
  .def-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .def-content.wd1000 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .def-content.wd1060 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-ttl {
    font-size: 3.5rem;
    line-height: 1.3;
    padding-top: 50px;
  }

  .content-ttl .content-sub-ttl {
    font-size: 2rem;
  }

  .content-ttl .content-ttl-m {
    font-size: 2.5rem;
  }

  .content-ttl .content-ttl-s {
    font-size: 2.0rem;
  }

  .content-ttl.ta-left {
    text-align: left;
    line-height: 1;
  }

  .content-txt {
    padding-bottom: 50px;
    font-size: 25px;
    text-align: center;
  }

  .content-txt-red {
    font-size: 20px;
  }

  .content-txt.second-txt {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    padding: 50px 0 0;
  }

  a.btn-wrap:hover {
    opacity: 1;
  }

  .def-txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .s-txt {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .note-txt {
    font-size: 1.2rem;
    margin-top: 1em;
  }

  /*----------------------------
    ハンバーガーメニュー
  ----------------------------*/
  .header-logo {
    margin-right: 32px;
  }

  .is-open .header-menu {
    width: 100%;
    padding: 20px;
  }

  .is-open .header-hamburger-menu {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .is-open .header-contents {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #9B8880;
  }

  .header-nav {
    display: none;
  }

  .is-open .hamburger-btn {
    position: absolute;
  }

  .is-open .header-nav {
    display: grid;
    grid-gap: 42px;
    margin-top: 40px;
    padding: 0px 20px;
  }

  .is-open .header-menu-text {
    font-size: 2.4rem;
    color: #FFFFFF;
  }

  .is-open .header-nav img {
    display: none;
  }

  .is-open .header-logo {
    display: none;
  }

  .hamburger-btn span {
    z-index: 11;
  }

  .is-open .hamburger-btn span:nth-child(1) {
    background-color: #FFFFFF;
    right: 50%;
    top: 10px;
    transform: translate(-50%, 50%) rotate(315deg);
  }

  .is-open .hamburger-btn span:nth-child(2) {
    opacity: 0;
  }

  .is-open .hamburger-btn span:nth-child(3) {
    background-color: #FFFFFF;
    right: 50%;
    top: 10px;
    transform: translate(-50%, 50%) rotate(-315deg);
  }

  /*----------------------------
    MV
  ----------------------------*/
  .l-header {
    padding: 20px;
  }

  .kai-logo {
    width: 67px;
  }

  .logo-txt {
    font-size: 1.3rem;
    margin-left: 30px;
  }

  .mv-inner {
    background: url(../images/mv_sp.png) no-repeat;
    background-size: cover;
    min-height: auto;
    padding-top: calc(434 / 750 * 100%);
  }

  .mv-ttl {
    display: none;
  }

  .mv-badge {
    bottom: -20px;
    left: 10px;
    width: 106px;
  }

  .mv-top {
    background: #f3e6d6;
    padding: 20px;
  }

  .mv-event-schedule {
    padding: 10px;
    background: #9e877f;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }

  .mv-btm {
    padding: 25px 20px;
  }

  .mv-btm-inner {
    width: 100%;
    display: block;
  }

  .mv-btm-ttl {
    width: 100%;
    height: auto;
  }

  .mv-btm-left {
    font-size: 1.7rem;
    width: 100%;
    margin-right: 0;
    margin-top: 18px;
    padding: 10px 0;
  }

  .mv-btm-left span {
    font-size: 1.4rem;
  }

  .mv-btm-orders,
  .mv-btm-schedule {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .mv-btm-orders {
    font-size: 1.7rem;
    padding: 12px 0;
  }

  .mv-btm-schedule {
    font-size: 1.4rem;
    padding: 13px 0;
  }

  .mv-btm-schedule:before {
    border-width: 4px 2.5px 0 2.5px;
  }

  /*----------------------------
    体験セット
  ----------------------------*/
  .cont-product {
    /* padding-bottom: 50px; */
    padding-bottom: 0;
  }

  .cont-product .content-ttl {
    margin-bottom: 40px;
    text-align: left;
  }

  .product-main {
    display: block;
    padding: 20px;
  }

  .product-main.top-item+.product-main.top-item {
    margin-top: 20px;
  }

  .product-main-img {
    width: 100%;
    display: block;
  }

  .product-slick-main {
    width: 100%;
  }

  .product-slick-thumb {
    margin-top: 7px;
    width: calc(100% + 14px);
    transform: translateY(0) translateX(-7px);
  }

  .product-slick-thumb .slick-slide {
    cursor: pointer;
    margin: 7px;
  }

  .product-main-txt {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }

  .product-main-txt .product-ttl {
    font-size: 2.0rem;
  }

  .product-main-txt .product-txt {
    margin-top: 10px;
  }

  .product-txt.txt-red {
    font-size: 15px;
  }

  .product-main-txt .btn-wrap {
    margin-top: 10px;
  }

  .product-list {
    display: block;
    margin-block: 20px;
  }

  .product-blc {
    width: 100%;
    margin-bottom: 0;
    /* display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; */
    background: #fff;
    padding: 20px;
  }

  .product-blc+.product-blc {
    margin-left: 0;
    margin-top: 10px;
  }

  .product-tag {
    font-size: 2.2rem;
  }

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

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

  .product-detail {
    padding: 0;
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    width: 60%;
  }

  .product-name {
    height: auto;
  }

  .product-name .sp-small {
    font-size: 1.4rem;
  }

  .product-price span {
    font-size: 1.7rem;
  }

  .product-price:after {
    font-size: 1rem;
  }

  .product-origin {
    margin-top: 0;
    font-size: 1.1rem;
  }

  .buy-btn {
    padding: 6px 0;
    font-size: 1.3rem;
    margin-top: 10px;
  }

  .buy-btn.btn-l {
    padding: 7px 0;
  }

  .buy-btn.btn-l .product-price {
    margin: 5px auto 0;
    padding-top: 5px;
  }

  /*----------------------------
    featureブロック
  ----------------------------*/
  .feature-content.pre {
    background: url(../images/cont_bg01_sp.png) center center no-repeat;
    background-size: cover;
  }

  .feature-content.charm {
    background: url(../images/cont_bg02_sp.png) center center no-repeat;
    background-size: cover;
    text-align: left;
  }

  .feature-ttl {
    font-size: 3.2rem;
    line-height: 1.2;
  }

  .feature-ttl .l-txt {
    font-size: 5.8rem;
  }

  .feature-ttl .s-txt {
    font-size: 2.3rem;
  }

  .feature-txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  /*----------------------------
    体験セットのポイント
  ----------------------------*/
  .cont-point .content-ttl {
    margin: auto -20px 40px;
  }

  .point-blc {
    padding: 25px;
  }

  .point-blc+.point-blc {
    margin-top: 25px;
  }

  .point-ttl {
    display: block;
  }

  .point-ttl.sp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .point-ttl.sp-flex .point-ttl-txt {
    /* margin-left: 12px; */
    width: calc(100% - 78px);
  }

  /* .point-ttl-number {
    width: 65px;
    height: auto;
    margin-right: 0;
  } */
  .point-ttl-number {
    width: 65px;
    height: 65px;
    font-size: 3.5rem;
    line-height: 0.95;
    margin-right: 12px;
  }

  .point-ttl-number span {
    font-size: 1.5rem;
  }

  .point-ttl-txt {
    font-size: 2.4rem;
    line-height: 1.25;
    margin-top: 16px;
  }

  .point-sub-ttl {
    font-size: 1.5rem;
  }

  .point-detail {
    margin-top: 20px;
  }

  .cont-point video {
    display: block;
    width: 100%;
    height: auto;
    margin: 28px auto 0;
  }

  .point-img01 {
    width: 155px;
    height: auto;
    top: -56px;
    right: -20px;
  }

  .point-img02 {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin: 8px auto -35px;
  }

  .point-img03 {
    width: 129px;
    top: -30px;
    right: -12px;
    transform: none;
  }

  .point-flex-content {
    display: block;
    margin-top: 36px;
  }

  .point-flex-content .point-detail {
    margin-right: 0;
  }

  .point02-inner,
  .point-detail.point03 {
    width: 100%;
  }

  .point-teacher-blc {
    display: block;
    padding: 25px;
    margin-top: 25px;
  }

  .teacher-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 26px;
  }

  .teacher-name {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }

  .teacher-prof {
    font-size: 1.2rem;
  }

  .prd-list-btn {
    padding: 10px 0 20px;
    margin: 25px auto 0;
    width: 100%;
    font-size: 2.5rem;
  }

  .prd-list-btn span {
    font-size: 1.5rem;
  }

  /*----------------------------
    麹配合に関して
  ----------------------------*/
  .malt-area {
    padding-bottom: 50px;
  }

  .malt-area .content-ttl {
    padding-top: 0;
  }

  .malt-lead {
    font-size: 1.6rem;
    margin: 40px 0 28px;
    text-align: left;
  }

  .malt-flex {
    display: block;
  }

  .malt-item {
    width: 100%;
  }

  .malt-item+.malt-item {
    margin-left: 0;
    margin-top: 20px;
  }

  .malt-ttl {
    font-size: 2.3rem;
  }

  .malt-ratio {
    font-size: 3.3rem;
  }

  .malt-detail {
    padding: 22px 25px;
    font-size: 1.4rem;
  }

  /*----------------------------
    蔵元紹介
  ----------------------------*/
  .feature-content.cont-kuramoto {
    padding: 0 0 50px;
  }

  .kuramoto-item {
    width: 100%;
  }

  .kuramoto-lead {
    margin-top: 30px;
  }

  .kuramoto-logo-blc {
    padding: 0;
    display: block;
    width: 100%;
  }

  .kuramoto-logo-blc .kuramoto-img {
    width: 100%;
  }

  .kuramoto-logo-blc .kuramoto-logo {
    width: 100%;
    margin-top: 25px;
  }

  .kuramoto-logo-blc .kuramoto-logo.ishii_logo img {
    width: 28%;
  }

  .kuramoto-logo-blc .kuramoto-logo.ishii2_logo img {
    width: 30%;
  }

  .kuramoto-logo-blc .kuramoto-logo.ishii3_logo img {
    width: 30%;
  }

  .kuramoto-logo-ttl {
    font-size: 2rem;
    text-align: center;
  }

  .kuramoto-logo-blc .kuramoto-logo-txt {
    width: 100%;
    padding: 25px;
  }

  .kuramoto-logo-blc .kuramoto-logo-txt .material-detail {
    width: auto;
  }

  .material03 {
    background: #fff;
  }

  .material03 .material-ttl {
    margin-bottom: 15px;
  }

  .kuramoto-material-blc.material03 {
    padding: 0;
  }

  .material-salt.salt01 {
    margin-top: 0;
  }

  .material-salt.salt01 .material-salt-txt,
  .material-salt.salt02 .material-salt-txt {
    margin: 0;
    padding: 20px;
  }

  .cont-kuramoto .cont-product {
    color: #3b322e;
    margin-top: 30px;
    padding: 0 20px 10px;
  }

  .kuramoto-pr {
    display: block;
  }

  .kuramoto-pr.w-1120 {
    width: 100%;
    margin: 50px auto 0;
  }

  .kuramoto-pr-blc {
    width: 100%;
    padding: 20px 0;
  }

  .kuramoto-pr-blc+.kuramoto-pr-blc {
    margin-top: 10px;
  }

  .pr-ttl {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .pr-txt {
    font-size: 1.7rem;
  }

  .pr-txt span {
    font-size: 2.5rem;
  }

  .pr-note {
    font-size: 1.3rem;
    margin-top: 1em;
  }

  .kuramoto-ratio-blc {
    width: 100%;
    height: auto;
    display: block;
  }

  .ratio-ttl-blc {
    width: 100%;
    padding: 36px 0;
  }

  .ratio-ttl {
    font-size: 1.9rem;
  }

  .ratio-ttl span {
    font-size: 3.3rem;
  }

  .ratio-txt-img {
    width: 57%;
    height: auto;
    margin: 23px auto 0;
  }

  .ratio-detail-blc {
    width: 100%;
    padding: 45px 30px 40px;
  }

  .kuramoto-material-list {
    padding-top: 25px;
    color: #382a19;
  }

  .kuramoto-material-blc {
    padding: 25px;
  }

  .kuramoto-material-blc.material01 {
    flex-direction: column-reverse;
    padding: 0;
  }

  .kuramoto-material-blc.material02 {
    flex-direction: column;
    padding: 0;
  }

  .kuramoto-material-blc .material-img.img01,
  .kuramoto-material-blc .material-img.img02 {
    margin: 0;
    width: 100%;
  }

  .kuramoto-material-blc+.kuramoto-material-blc {
    margin-top: 10px;
  }

  .material-ttl {
    font-size: 2.0rem;
  }

  .material-ttl.salt-type {
    text-align: left;
    padding: 20px 20px 0;
    margin-bottom: 0;
  }

  .material-sub-ttl {
    text-align: left;
    font-size: 1.3rem;
    margin-top: 15px;
  }

  .material-txt {
    padding: 20px;
    background-color: #fff;
  }

  .kuramoto-material-blc.material01 .material-txt,
  .kuramoto-material-blc.material02 .material-txt {
    width: 100%;
    padding: 20px;
    margin: 0;
  }

  .material-detail {
    margin-top: 10px;
    width: 100%;
    font-size: 1.4rem;
  }

  .material-img {
    position: static;
    width: 100%;
    /* margin-bottom: 20px; */
  }

  .material-salt {
    display: block;
    margin-top: 20px;
  }

  .material-salt+.material-salt {
    margin-top: 0;
  }

  .material-ttl.salt-ttl {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0;
  }

  .material-salt-txt .material-detail {
    margin-top: 5px;
  }

  /*----------------------------
    味噌の作り方
  ----------------------------*/

  .preparation-inner {
    padding: 30px 20px;
  }

  .preparation-item-contents {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 15px;
  }

  .preparation-text {
    font-size: 2.4rem;
  }

  .preparation-subtext {
    margin-top: 6px;
    font-size: 1.6rem;
  }

  .preparation-block {
    margin-top: 30px;
  }

  .preparation-block+.preparation-block {
    margin-top: 20px;
  }

  .preparation-item-detail {
    padding: 12px 10px;
  }

  .preparation-subitem-detail {
    padding: 14px 0px 0px;
  }

  .preparation-item-name {
    margin-top: 2px;
  }

  .preparation-item-block a:hover {
    opacity: 1;
  }

  .detail-btn-block {
    padding: 18px 26px;
  }

  .detail-btn-img {
    right: 16px;
  }

  .detail-btn-text {
    font-size: 1.6rem;
  }

  .howto-clm {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .howto-clm:first-of-type {
    margin-top: 40px;
  }

  .howto-blc {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 20px;
  }

  .howto-blc:nth-of-type(odd):after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 10px;
    border-color: transparent transparent transparent #9e877f;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
  }

  .howto-blc:nth-of-type(even):after,
  .howto-blc:last-of-type:after {
    content: none;
  }

  .howto-number {
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
  }

  .howto-number span {
    font-size: 2.5rem;
  }

  .howto-bgred.ta-center {
    padding: 4px 0;
    font-size: 1.5rem;
  }

  .howto-bgred.ta-left {
    padding: 15px 10px;
    font-size: 1.1rem;
  }

  .howto-bgred.ta-left span {
    font-size: 1.2rem;
  }

  .howto-txt-blc {
    padding: 10px;
  }

  .howto-subimg-blc img {
    margin-right: 12px;
    width: 53px;
    height: auto;
  }

  .howto-subimg-blc p {
    font-size: 1.1rem;
  }

  .howto-note {
    font-size: 1.1rem;
    margin-top: 1em;
  }

  .howto-arrow-line {
    display: none;
  }

  /*----------------------------
  自家製味噌のおすすめレシピ
  ----------------------------*/
  .recipe-blc {
    padding: 25px;
    margin-top: 40px;
  }

  .recipe-blc:nth-of-type(odd) .recipe-blc-inner,
  .recipe-blc:nth-of-type(even) .recipe-blc-inner {
    margin: auto 0;
  }

  .recipe-blc-inner {
    display: block;
  }

  .recipe-blc:nth-of-type(even) .recipe-blc-inner {
    display: flex;
    flex-direction: column-reverse;
  }

  .recipe-txt-blc .s-txt {
    width: 100%;
  }

  .recipe-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }

  .recipe-item+.recipe-item {
    margin: 26px 0 0;
  }

  .recipe-blc:nth-of-type(even) .recipe-item+.recipe-item {
    margin-top: 0;
  }

  .recipe-img {
    margin-top: 0;
  }

  .recipe-blc:nth-of-type(even) .recipe-img {
    margin-bottom: 26px;
  }

  .recipe-txt-flex {
    display: block;
    width: 100%;
  }

  .recipe-txt-flex-item+.recipe-txt-flex-item {
    margin-left: 0;
    margin-top: 25px;
  }

  .recipe-txt-flex-subttl {
    margin-bottom: 15px;
  }

  /*----------------------------
  体験型オンラインイベント
  ----------------------------*/
  .cont-event .content-ttl {
    font-size: 3rem;
    letter-spacing: -0.08em;
  }

  .event-lead {
    text-align: left;
    margin-top: 30px;
    padding: 0 20px;
  }

  .event-sub-ttl {
    text-align: center;
    margin-top: 30px;
    font-size: 2rem;
  }

  .cont-event .howto-clm {
    margin-top: 20px;
  }

  .cont-event .howto-clm:last-of-type {
    margin-top: 0;
  }

  /*----------------------------
    Q&A
    販売スケジュール
  ----------------------------*/
  .qa-blc {
    margin-top: 30px;
  }

  .qa-heading {
    padding: 20px 40px 20px 20px;
  }

  .qa-list {
    padding: 20px;
  }

  .qa-item+.qa-item {
    margin-top: 25px;
  }

  .qa-heading::after,
  .qa-heading::before {
    right: 20px;
    width: 1.6rem;
  }

  .schedule-blc {
    margin-top: 30px;
    padding: 25px;
    letter-spacing: 0.05em;
  }

  .schedule-item+.schedule-item {
    margin-top: 19px;
  }

  footer {
    font-size: 0.8rem;
    padding: 35px 0;
    margin-top: 50px;
  }

  .under-product .content-img {
    padding-top: 50px;
  }
}

@media screen and (max-width: 320px) {
  .content-ttl {
    font-size: 3rem;
  }

  .content-ttl .content-sub-ttl {
    font-size: 1.5rem;
  }

  .content-ttl .content-ttl-s {
    font-size: 2rem;
  }

  .feature-ttl {
    font-size: 2.6rem;
  }

  .feature-ttl .l-txt {
    font-size: 4.8rem;
  }

  .feature-ttl .s-txt {
    font-size: 1.8rem;
  }

  .material-ttl {
    font-size: 2.2rem;
  }

  .cont-event .content-ttl {
    font-size: 2.6rem;
  }
}