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: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
}

#container {
  width: 100%;
  max-width: 1920px;
  min-width: 1280px;
  margin: 0 auto;
  background-image: url(../img_2x/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 40px;
}
#jumbotron .maker_logo {
  position: absolute;
  width: 19.2%;
  aspect-ratio: 369/263;
  top: 0;
  left: 0;
  background-image: url(../img_2x/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_2x/header_august.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#jumbotron .maker_logo a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#jumbotron h1 {
  width: 100%;
  padding: 30px 0;
}
#jumbotron h1 span {
  display: block;
  width: 331px;
  height: 12px;
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#jumbotron #visual {
  width: calc(100% - 80px);
  padding: 0 40px;
  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;
}
#jumbotron #visual .img {
  height: 700px;
  border-radius: 40px;
  background-color: #fff;
  background-size: 1270px 700px;
  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: 560px;
  height: 700px;
  margin-left: 10px;
  border-radius: 40px;
  background-color: #fff;
  background-size: 560px 700px;
  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);
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#jumbotron #visual a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

/*
	#jumbotron{
		#visual{
			.img{
				height: 700px;
				background-size: 1270px 700px;
			}
			a{
				width: 560px;
				height: 700px;
				background-size: 560px 700px;
			}
		}
	}
*/
@media screen and (max-width: 1536px) {
  #jumbotron #visual .img {
    height: 560px;
    background-size: 1016px 560px;
  }
  #jumbotron #visual a {
    width: 448px;
    height: 560px;
    background-size: 448px 560px;
  }
}
#information {
  position: relative;
  width: 100%;
  padding: 50px 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
#information > .header {
  position: relative;
  z-index: 2;
  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 {
  position: relative;
  z-index: 2;
}
#information > .inner p {
  text-align: center;
}
#information #goods_information {
  position: relative;
  z-index: 2;
}
#information::before, #information::after {
  position: absolute;
  width: 520px;
  height: 340px;
  background-image: url(../img_2x/info_deco.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 1;
  opacity: 0.07;
  content: "";
}
#information::before {
  top: 0;
  left: 0;
}
#information::after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#goods_information {
  width: 1200px;
  margin: 40px auto 0;
}
#goods_information > .header {
  position: relative;
  width: 1200px;
  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 {
  padding: 20px 6px;
}
#goods_information > .inner .goods_content {
  width: 100%;
  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;
}
#goods_information > .inner .goods_content .item {
  width: 285px;
}
#goods_information > .inner .goods_content .item .thumbnail {
  display: block;
  width: 285px;
  height: 285px;
  margin-bottom: 20px;
  border-radius: 40px;
  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 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
#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 {
  width: 1200px;
  height: 80px;
  margin: 40px 0 0;
  border-radius: 20px;
  background-size: 662px 43px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#goods_information > .inner .goods_schedule,
#goods_information > .inner .goods_product {
  width: 100%;
  height: 181px;
  margin: 40px 0 0;
  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: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: space-between;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
#goods_information > .inner .goods_schedule > dt,
#goods_information > .inner .goods_product > dt {
  position: relative;
  height: 20px;
  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 {
  width: 200px;
  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 {
  width: 970px;
  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 {
  height: 150px;
  margin-top: 10px;
  padding-left: 1px;
  font-size: 18px;
  font-weight: 700;
}
#goods_information > .inner .goods_schedule > dd .caution,
#goods_information > .inner .goods_product > dd .caution {
  padding-top: 0.2em;
}
#goods_information > .inner .goods_schedule > dd .caution li,
#goods_information > .inner .goods_product > dd .caution li {
  padding-bottom: 0.4em;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
#goods_information > .inner .goods_product {
  margin-top: 20px;
}
#goods_information > .inner .goods_product > dt.dt_01 {
  width: 730px;
  background-size: 73px 15px;
}
#goods_information > .inner .goods_product > dt.dt_01::after {
  width: 79px;
}
#goods_information > .inner .goods_product > dt.dt_02 {
  width: 440px;
  background-size: 59px 14px;
}
#goods_information > .inner .goods_product > dt.dt_02::after {
  width: 65px;
}
#goods_information > .inner .goods_product .detail {
  width: 730px;
  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;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
#goods_information > .inner .goods_product .detail dt {
  width: 230px;
  letter-spacing: 0;
}
#goods_information > .inner .goods_product .detail dd {
  width: 500px;
  color: #a698b6;
}
#goods_information > .footer_btns {
  padding-bottom: 30px;
  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: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
#goods_information > .footer_btns a, #goods_information > .footer_btns span {
  display: block;
  margin: 0 10px;
  border-radius: 60px;
  -webkit-box-shadow: 0px 8px 20px 0px #e7e7e7;
          box-shadow: 0px 8px 20px 0px #e7e7e7;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease box-shadow, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease box-shadow, 0.2s ease transform;
}
#goods_information > .footer_btns a:hover, #goods_information > .footer_btns span:hover {
  opacity: 0.6;
  -webkit-box-shadow: 0px 0 20px 0px #e7e7e7;
          box-shadow: 0px 0 20px 0px #e7e7e7;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
#goods_information > .footer_btns a.btn_01, #goods_information > .footer_btns span.btn_01 {
  width: 370px;
  height: 70px;
}
#goods_information > .footer_btns a.btn_02, #goods_information > .footer_btns span.btn_02 {
  width: 310px;
  height: 70px;
}

#lineup {
  width: 1200px;
  margin: 50px auto 0;
}
#lineup > .header {
  padding-bottom: 40px;
}
#lineup > .header h2 {
  width: 205px;
  height: 104px;
  margin: 0 auto;
  background-image: url(../img_2x/lineup_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#lineup > .inner {
  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 {
  position: relative;
  width: 386px;
  height: 580px;
  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: 134px;
  height: 134px;
  top: -36px;
  left: -36px;
  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_2x/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_2x/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;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
#lineup > .inner .lineup_item .footer_btns .btn:not(.dis):hover {
  opacity: 0.6;
}
#lineup > .inner .lineup_item .footer_btns .btn::before {
  position: absolute;
  width: 36px;
  height: 33px;
  top: 18px;
  left: 50%;
  background-image: url(../img_2x/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_2x/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_2x/lineup_btn_02_label.png);
  background-size: 95px 15px;
}
#lineup > .inner .dummy {
  width: 386px;
}

#footer {
  margin: 120px 0 0;
  background-color: #e0e0e0;
}
#footer .inner {
  padding: 60px 0 100px;
}
#footer .inner .btns {
  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: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
#footer .inner .btns a, #footer .inner .btns span {
  display: block;
  margin: 0 10px;
  border-radius: 60px;
  -webkit-box-shadow: 0px 8px 20px 0px #c0c0c0;
          box-shadow: 0px 8px 20px 0px #c0c0c0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease box-shadow, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease box-shadow, 0.2s ease transform;
}
#footer .inner .btns a:hover, #footer .inner .btns span:hover {
  opacity: 0.6;
  -webkit-box-shadow: 0px 0 20px 0px #c0c0c0;
          box-shadow: 0px 0 20px 0px #c0c0c0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
#footer .inner .btns a.btn_01, #footer .inner .btns span.btn_01 {
  width: 390px;
  height: 70px;
  background-image: url(../img_2x/footer_btn_01.png);
}
#footer .inner .btns a.btn_02, #footer .inner .btns span.btn_02 {
  width: 320px;
  height: 70px;
  background-image: url(../img_2x/footer_btn_02.png);
}
#footer .inner .imys_logo {
  padding-top: 60px;
}
#footer .inner .imys_logo a {
  display: block;
  width: 321px;
  height: 186px;
  margin: 0 auto;
  background-image: url(../img_2x/footer_imys.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#footer .inner .imys_logo a:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#footer .inner .copylight {
  width: 229px;
  height: 14px;
  margin: 15px auto 0;
  background-image: url(../img_2x/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: 40px;
  -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_2x/modal_close.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}
#modal_img .close:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}/*# sourceMappingURL=style_2x.css.map */