@charset "utf-8";
.button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (SP)
==============================================================*/
.header__title {
  display: none;
}
.maincontent {
  position: relative;
  background: url(../img/bg.png);
}
.head {
  width: 100%;
  height: 37.94872vw;
  padding: 7.69231vw 0;
}
.head__img {
  width: 54.359vw;
  height: 24.615vw;
  background-image: url("../img/column/column_title.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.head__img a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.column {
  width: 100%;
  background: #B6FF56;
  border-radius: 10.25641vw;
  padding: 13.33333vw 8.20513vw 10.25641vw;
}
.column__maintitle {
  width: 38.974vw;
  height: 8.718vw;
  background-image: url("../img/column/title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.column__maintitle a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.column__img {
  margin-top: 11.79487vw;
}
.column__title {
  font-size: 5.64103vw;
  font-weight: 700;
  line-height: 145.455%;
  margin-top: 4.10256vw;
}
.column__read {
  font-size: 4.10256vw;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.02em;
  margin-top: 10.25641vw;
  margin-bottom: 10.25641vw;
}
.column__container {
  margin-bottom: 6.41026vw;
}
.column__container:last-of-type {
  margin-bottom: 0;
}
.column__container .column__temp__title {
  font-size: 5.12821vw;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: 0.02em;
}
.column__container .column__temp__read {
  font-size: 4.10256vw;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.02em;
  margin-top: 3.33333vw;
}
.column__container .column__temp__read .comment {
  font-size: 3.33333vw;
  font-weight: 400;
  line-height: 207.692%;
  letter-spacing: 0.02em;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 2.5641vw;
  margin-bottom: 2.05128vw;
}
.column__container .column__temp__img {
  margin-top: 2.5641vw;
}
.column__container .column__temp__img img {
  width: 100%;
  height: auto;
}
.column__container ol {
  margin-top: 2.5641vw;
  margin-bottom: 7.69231vw;
}
.column__container ol li {
  font-size: 3.58974vw;
  font-weight: 700;
  line-height: 157.143% ;
  letter-spacing: -0.02em;
  border-bottom: 1px solid #008033;
  display: -ms-flexbox;
  display: flex;
  counter-increment: mycounter;
  padding: 2.5641vw 0 2.5641vw;
}
.column__container ol li:before {
  color: #008033;
  font-family: "Krona One", "Noto Sans JP", "游ゴシック体", 'Yu Gothic', "YuGothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-size: 4.10256vw;
  font-weight: 400;
  line-height: 140% ;
  letter-spacing: -0.02em;
  content: counter(mycounter, decimal-leading-zero);
  display: block;
  min-width: 8.97436vw;
}
.column__container ol li:last-of-type {
  border: none;
}
.backbtn {
  width: 73.33333vw;
  height: 16.41026vw;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 8.20513vw;
  background-color: white;
  margin-top: 10.76923vw;
}
.backbtn .arrow {
  position: relative;
  width: 16.41026vw;
  height: 16.41026vw;
  background-color: #008033;
  border-radius: 25.64103vw;
  transition: all 300ms 0s ease;
}
.backbtn .arrow::before {
  content: '';
  width: 8.205vw;
  height: 8.205vw;
  background-image: url("../img/column/btn_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.backbtn .arrow::before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.backbtn p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 5.64103vw;
  font-weight: 700;
  color: #008033;
  padding-left: 4.10256vw;
}
.product {
  padding-top: 6.15385vw;
}
.product__chara {
  display: none;
}
