@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%;
}
.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)
==============================================================*/
.maincontent {
  position: relative;
  background: url(../img/bg.png);
  width: 490px;
  margin: 0 auto;
  overflow: hidden;
}
.maincontent img {
  width: 100%;
  height: auto;
}
.head {
  width: 100%;
  height: 185.9472px;
  padding: 37.692px 0;
}
.head__img {
  width: 266.3568px;
  height: 120.6144px;
  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%;
}
.bgwrapper {
  width: 100%;
  background: #B6FF56;
  border-radius: 50.256px;
  padding: 60.3072px 40.2048px 50.256px;
}
.collab__maintitle {
  width: 175.896px;
  height: 42.7176px;
  background-image: url("../img/collab/title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.collab__maintitle a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.collab__img {
  margin-top: 50.256px;
}
.collab__title {
  font-size: 27.6408px;
  font-weight: 700;
  line-height: 145.455%;
  margin-top: 20.1024px;
}
.collab__read {
  font-size: 20.1024px;
  font-weight: 400;
  line-height: 212.5%;
  letter-spacing: 0.02em;
  margin-top: 20.1024px;
}
.shop {
  padding-top: 60.3072px;
  padding-bottom: 25.128px;
}
.shop__title {
  margin: 0 auto;
  width: 180.9216px;
  height: 55.2816px;
  background-color: #008033;
  text-align: center;
  font-size: 27.6408px;
  font-weight: bold;
  color: white;
  line-height: 55.2816px;
  border-radius: 55.2816px;
}
.shop__img {
  margin-top: 30.1536px;
}
.shop__name {
  font-size: 25.128px;
  font-weight: bold;
  margin-top: 25.128px;
  margin-bottom: 15.0768px;
}
.shop__date dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 20.1024px;
  font-weight: bold;
  line-height: 155%;
}
.shop__area dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 20.1024px;
  font-weight: bold;
  line-height: 155%;
}
.shop__area dl dt {
  vertical-align: middle;
}
.shop__area__link {
  width: 79.1532px;
  height: 30.1536px;
  background-image: url("../img/collab/icon_map.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12.564px;
}
.shop__area__link a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shop__url dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 20.1024px;
  font-weight: bold;
  line-height: 155%;
}
.shop__url dl dt {
  min-width: 95.4864px;
}
.shop__url dl dd {
  text-decoration: underline;
}
.shop__comment {
  font-size: 15.0768px;
  line-height: 140%;
  margin-top: 17.5896px;
}
.highlight {
  padding-top: 40.2048px;
  padding-bottom: 12.564px;
}
.highlight__title {
  margin: 0 auto;
  width: 155.7936px;
  height: 55.2816px;
  background-color: #008033;
  text-align: center;
  font-size: 27.6408px;
  font-weight: bold;
  color: white;
  line-height: 55.2816px;
  border-radius: 55.2816px;
}
.highlight__img1 {
  margin-top: 30.1536px;
}
.highlight__img2 {
  margin-top: 30.1536px;
}
.backbtn {
  position: relative;
  width: 359.3304px;
  height: 80.4096px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  border-radius: 40.2048px;
  overflow: hidden;
  margin-top: 52.7688px;
  transition: all 300ms 0s ease;
}
.backbtn__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white;
}
.backbtn__bgmask {
  width: 80px;
  height: 80px;
  background-color: #008033;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 125.64px;
  transition: all 300ms 0s ease;
}
.backbtn .arrow {
  position: relative;
  width: 80.4096px;
  height: 80.4096px;
  background-color: #008033;
  border-radius: 125.64px;
}
.backbtn .arrow::before {
  content: '';
  width: 40.2048px;
  height: 40.2048px;
  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;
  transition: all 300ms 0s ease;
}
.backbtn .arrow::before a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.backbtn p {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 27.6408px;
  font-weight: 700;
  color: #008033;
  padding-left: 20.1024px;
  transition: all 300ms 0s ease;
}
.backbtn:hover .backbtn__bgmask {
  transform: scale(8);
}
.backbtn:hover p {
  color: white;
}
.product {
  padding-top: 30.1536px;
}
.product__chara {
  display: none;
}
