html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  background-color: #fff;
  font-family: YakuHanRP, "M PLUS Rounded 1c", sans-serif;
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#container {
  width: 500px;
  margin: 0 auto;
  background-image: url(../img/bk.png);
  background-size: 108px 108px;
  overflow-x: hidden;
}
#container a {
  text-decoration: none;
}
#container img {
  vertical-align: bottom;
}
#container .sp_only {
  display: none;
}

#jumbotron {
  position: relative;
  padding: 0 0 20px;
}
#jumbotron .maker_logo {
  position: absolute;
  width: 180px;
  aspect-ratio: 369/263;
  top: 0;
  left: 0;
  background-image: url(../img/header_bk.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 10;
}
#jumbotron .maker_logo a {
  display: block;
  width: 60%;
  aspect-ratio: 213/90;
  margin: 11% 0 0 11%;
  background-image: url(../img/header_august.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#jumbotron h1 {
  width: 440px;
  margin: 0 auto;
  padding: 25px 0;
}
#jumbotron h1 span {
  display: block;
  width: 248px;
  height: 9px;
  margin: 0 0 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#jumbotron #visual {
  width: 460px;
  padding: 0 20px;
}
#jumbotron #visual .img {
  height: 350px;
  border-radius: 40px;
  background-color: #fff;
  background-size: 635px 350px;
  background-position: 0 0;
  -webkit-flex: 1 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}
#jumbotron #visual a {
  display: block;
  width: 460px;
  height: 380px;
  margin-top: 10px;
  border-radius: 40px;
  background-color: #fff;
  background-size: 400px;
  background-position: 50% -36px;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}

#information {
  width: 100%;
  padding: 50px 0 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
#information > .header {
  padding-bottom: 30px;
}
#information > .header h2 {
  width: 330px;
  height: 107px;
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#information > .inner p {
  width: 440px;
  margin: 0 auto;
  text-align: justify;
}

#goods_information {
  width: 460px;
  margin: 40px auto 0;
}
#goods_information > .header {
  position: relative;
  width: 460px;
  margin: 0 auto;
  padding-bottom: 6px;
  border-bottom: 3px solid #eeeeee;
}
#goods_information > .header::after {
  position: absolute;
  height: 3px;
  left: 0;
  bottom: -3px;
  content: "";
}
#goods_information > .header h3 {
  margin-left: 8px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#goods_information > .inner > p {
  width: 440px;
  margin: 15px auto 18px;
  text-align: justify;
}
#goods_information > .inner .goods_content .item {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 458px;
  height: 178px;
  margin: 0 auto 10px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}
#goods_information > .inner .goods_content .item .thumbnail {
  display: block;
  width: 178px;
  height: 178px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#goods_information > .inner .goods_content .item h4 {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#goods_information > .inner .goods_content .item p {
  width: 230px;
  padding: 15px 25px 0;
  font-size: 16px;
  line-height: 21px;
  text-align: justify;
}
#goods_information > .inner .goods_content .item p br {
  display: none;
}
#goods_information > .inner .goods_content .item.item_01 h4 {
  width: 169px;
  height: 45px;
  margin: 2px auto 3px;
}
#goods_information > .inner .goods_content .item.item_02 h4 {
  width: 219px;
  height: 45px;
  margin: 2px auto 3px;
}
#goods_information > .inner .goods_content .item.item_03 h4 {
  width: 208px;
  height: 47px;
  margin: 1px auto 2px;
}
#goods_information > .inner .goods_content .item.item_04 h4 {
  width: 190px;
  height: 50px;
  margin: 0 auto;
}
#goods_information > .inner .goods_content .item.item_05 {
  height: 120px;
  border-radius: 20px;
  background-size: 321px 86px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#goods_information > .inner .goods_schedule,
#goods_information > .inner .goods_product {
  width: 460px;
  margin: 40px auto 0;
}
#goods_information > .inner .goods_schedule > dt,
#goods_information > .inner .goods_product > dt {
  position: relative;
  width: 460px;
  height: 20px;
  margin: 0 0 10px;
  border-bottom: 1px solid #eeeeee;
  background-position: 2px 0;
  background-repeat: no-repeat;
  font-size: 0;
}
#goods_information > .inner .goods_schedule > dt.dt_01,
#goods_information > .inner .goods_product > dt.dt_01 {
  background-size: 128px 14px;
}
#goods_information > .inner .goods_schedule > dt.dt_01::after,
#goods_information > .inner .goods_product > dt.dt_01::after {
  width: 134px;
}
#goods_information > .inner .goods_schedule > dt.dt_02,
#goods_information > .inner .goods_product > dt.dt_02 {
  background-size: 117px 14px;
}
#goods_information > .inner .goods_schedule > dt.dt_02::after,
#goods_information > .inner .goods_product > dt.dt_02::after {
  width: 123px;
}
#goods_information > .inner .goods_schedule > dt::after,
#goods_information > .inner .goods_product > dt::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  content: "";
}
#goods_information > .inner .goods_schedule > dd,
#goods_information > .inner .goods_product > dd {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
#goods_information > .inner .goods_schedule > dd .caution,
#goods_information > .inner .goods_product > dd .caution {
  padding-top: 0.4em;
}
#goods_information > .inner .goods_schedule > dd .caution li,
#goods_information > .inner .goods_product > dd .caution li {
  padding-bottom: 0.4em;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}
#goods_information > .inner .goods_schedule > dd .caution li br,
#goods_information > .inner .goods_product > dd .caution li br {
  display: none;
}
#goods_information > .inner .goods_product {
  margin-top: 20px;
}
#goods_information > .inner .goods_product > dt.dt_01 {
  background-size: 73px 15px;
}
#goods_information > .inner .goods_product > dt.dt_01::after {
  width: 79px;
}
#goods_information > .inner .goods_product > dt.dt_02 {
  background-size: 59px 14px;
}
#goods_information > .inner .goods_product > dt.dt_02::after {
  width: 65px;
}
#goods_information > .inner .goods_product .detail {
  width: 460px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
#goods_information > .inner .goods_product .detail dt {
  letter-spacing: 0;
}
#goods_information > .inner .goods_product .detail dd {
  color: #a698b6;
}
#goods_information > .footer_btns {
  padding-top: 10px;
}
#goods_information > .footer_btns a, #goods_information > .footer_btns span {
  display: block;
  margin: 0 auto 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 15px 0px #e7e7e7;
          box-shadow: 0px 5px 15px 0px #e7e7e7;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}
#goods_information > .footer_btns a.btn_01, #goods_information > .footer_btns span.btn_01 {
  width: 296px;
  height: 56px;
}
#goods_information > .footer_btns a.btn_02, #goods_information > .footer_btns span.btn_02 {
  width: 248px;
  height: 56px;
}

#lineup {
  width: 460px;
  margin: 50px auto 0;
}
#lineup > .header {
  padding-bottom: 40px;
}
#lineup > .header h2 {
  width: 205px;
  height: 104px;
  margin: 0 auto;
  background-image: url(../img/lineup_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#lineup > .inner .lineup_item {
  position: relative;
  width: 386px;
  height: 580px;
  margin: 0 auto 25px;
  border-radius: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}
#lineup > .inner .lineup_item .header {
  position: relative;
}
#lineup > .inner .lineup_item .header .thumbnail {
  width: 100%;
  height: 250px;
  border-radius: 40px 40px 0 0;
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
}
#lineup > .inner .lineup_item .header h3 {
  width: 100%;
  height: 140px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 386px 140px;
  font-size: 0;
}
#lineup > .inner .lineup_item .header .icon {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -20px;
  left: -30px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#lineup > .inner .lineup_item .inner dl {
  width: 326px;
  padding: 2px 30px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
#lineup > .inner .lineup_item .inner dl dt {
  border-radius: 13px;
  margin-bottom: 8px;
}
#lineup > .inner .lineup_item .inner dl dt.dt_01 {
  width: 142px;
  height: 26px;
  background-image: url(../img/lineup_dt_01.png);
  background-size: 118px 13px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}
#lineup > .inner .lineup_item .inner dl dt.dt_02 {
  width: 81px;
  height: 26px;
  background-image: url(../img/lineup_dt_02.png);
  background-size: 57px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}
#lineup > .inner .lineup_item .inner dl dd {
  margin-bottom: 8px;
  padding-left: 12px;
  color: #4e4e4e;
  font-size: 15px;
  line-height: 18px;
}
#lineup > .inner .lineup_item .inner dl .dt_01 + dd {
  width: 172px;
}
#lineup > .inner .lineup_item .inner dl .dt_02 + dd {
  width: 233px;
}
#lineup > .inner .lineup_item .footer_btns {
  position: absolute;
  width: 386px;
  height: 101px;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
#lineup > .inner .lineup_item .footer_btns .btn {
  position: relative;
  height: 100px;
  border-top: 1px solid #ececec;
  font-size: 0;
}
#lineup > .inner .lineup_item .footer_btns .btn:not(.dis) {
  cursor: pointer;
  opacity: 1;
}
#lineup > .inner .lineup_item .footer_btns .btn::before {
  position: absolute;
  width: 36px;
  height: 33px;
  top: 18px;
  left: 50%;
  background-image: url(../img/lineup_icon.png);
  background-size: 72px 33px;
  content: "";
}
#lineup > .inner .lineup_item .footer_btns .btn::after {
  position: absolute;
  top: 64px;
  left: 50%;
  background-position: 0 0;
  content: "";
}
#lineup > .inner .lineup_item .footer_btns .btn.dis::before, #lineup > .inner .lineup_item .footer_btns .btn.dis::after {
  opacity: 0.1;
}
#lineup > .inner .lineup_item .footer_btns .btn_01 {
  width: 192px;
  border-right: 1px solid #ececec;
}
#lineup > .inner .lineup_item .footer_btns .btn_01::before {
  margin-left: -18px;
  background-position: 0 0;
  background-color: attr(data-color type(<color>), #ccc);
}
#lineup > .inner .lineup_item .footer_btns .btn_01::after {
  width: 112px;
  height: 15px;
  margin-left: -54px;
  background-image: url(../img/lineup_btn_01_label.png);
  background-size: 112px 15px;
}
#lineup > .inner .lineup_item .footer_btns .btn_02 {
  width: 193px;
}
#lineup > .inner .lineup_item .footer_btns .btn_02::before {
  margin-left: -22px;
  background-position: -33px 0;
  background-color: attr(data-color type(<color>), #ccc);
}
#lineup > .inner .lineup_item .footer_btns .btn_02::after {
  width: 95px;
  height: 15px;
  margin-left: -49px;
  background-image: url(../img/lineup_btn_02_label.png);
  background-size: 95px 15px;
}
#lineup > .inner .dummy {
  width: 386px;
}

#footer {
  margin: 70px 0 0;
  background-color: #e0e0e0;
}
#footer .inner {
  padding: 40px 0 70px;
}
#footer .inner .btns a, #footer .inner .btns span {
  display: block;
  margin: 0 auto 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 5px 15px 0px #c0c0c0;
          box-shadow: 0px 5px 15px 0px #c0c0c0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}
#footer .inner .btns a.btn_01, #footer .inner .btns span.btn_01 {
  width: 312px;
  height: 56px;
  background-image: url(../img/footer_btn_01.png);
}
#footer .inner .btns a.btn_02, #footer .inner .btns span.btn_02 {
  width: 256px;
  height: 56px;
  background-image: url(../img/footer_btn_02.png);
}
#footer .inner .imys_logo {
  padding-top: 30px;
}
#footer .inner .imys_logo a {
  display: block;
  width: 224px;
  height: 130px;
  margin: 0 auto;
  background-image: url(../img/footer_imys.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#footer .inner .copylight {
  width: 229px;
  height: 14px;
  margin: 15px auto 0;
  background-image: url(../img/footer_copy.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#modal_img {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 50;
}
#modal_img .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}
#modal_img .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
}
#modal_img .close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 30px;
  right: 30px;
  background-image: url(../img/modal_close.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}/*# sourceMappingURL=style_sp.css.map */