@charset "UTF-8";
@import url("https://use.typekit.net/ccx2eyc.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes arrow {
  0% {
    top: calc(50% - 175px);
  }
  25% {
    top: calc(50% - 175px);
  }
  50% {
    top: calc(50% - 125px);
  }
  75% {
    top: calc(50% - 125px);
  }
  100% {
    top: calc(50% - 175px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #222;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}
a {
  color: #222;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a.active {
  color: #999;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
i {
  font-style: normal;
}
form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}
*{
  margin: 0;
  padding: 0;
}
br.brsp {
  display: none;
}
.sp { display: none;}
.pc { display: block;}
.font, h2, #acc .acc_img ul li { 
  font-family: baskerville-display-pt, serif;
  font-weight: 700;
  font-style: normal;
}
.font_din {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_didot {
  font-family: linotype-didot, serif;
  font-weight: 700;
  font-style: normal;
}
.font_thick {
  font-weight: 600;
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  padding-right: 5%;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #222;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}
#visual {
  position: relative;
}
#visual .muse_logo { 
  width: 130px;
    height: auto;
    margin: 80px auto 40px;
}
#visual .ttl {
  width: 45%;
  position: absolute;
  z-index: 1;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#visual .sub {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 40px auto;
  align-items: center;
  justify-content: center;
}
#visual .sub div img {
  max-height: 13px;
  width: auto;
  padding-bottom: 1px;
}
.slick-initialized .slick-slide { 
  padding: 0.4%;
}
.slider1 { margin-top: 80px;}
main {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
main section#combo {
  width: 100%;
  background-color: #FFF;
  padding-top: 140px;
  margin-bottom: 150px;
}
main section#combo .inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
main section#combo .inner .logo {
  width: 36px;
  position: absolute;
  left: -36px;
  top: 50px;
}
main section#combo .inner .logo h1 {
  width: 100%;
  height: 286px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main section#combo .inner .logo.on {
  position: fixed;
  top: 190px;
  left: calc(50% - 610px - 36px);
}
main section#combo .inner .thumbs {
  width: 100%;
}
main section#combo .inner .thumbs h2 {
  width: 996px;
  height: 380px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 0 auto 140px auto;
  position: relative;
}
main section#combo .inner .thumbs h2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/title1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.5s ease-in 0s;
}
main section#combo .inner .thumbs h2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/title2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  clip-path: inset(0% 100% 0% 0%);
  transition: clip-path 0.35s ease-in 0.5s;
}
main section#combo .inner .thumbs h2.active::before {
  clip-path: inset(0% 0% 0% 0%);
}
main section#combo .inner .thumbs h2.active::after {
  clip-path: inset(0% 0% 0% 0%);
}
main section#combo .inner .thumbs .inthumbs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#combo .inner .thumbs .inthumbs.active .thumb {
  opacity: 1;
}
main section#combo .inner .thumbs .inthumbs .thumb {
  width: 50%;
  padding: 40px 18px;
  opacity: 0;
  text-align: left;
  position: relative;
}
main section#combo .inner .thumbs .inthumbs .thumb p {
  position: absolute;
  bottom: 8%;
  left: -2%;
  z-index: 2;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
main section#combo .inner .thumbs .inthumbs .thumb p span {
  font-size: 14px;
}
main section#combo .inner .thumbs .inthumbs .thumb span {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
}
main section#combo .inner .thumbs .inthumbs #t10 span {
  position: relative;
}
main section#combo .inner .thumbs .inthumbs #t10 span.ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
}
#looks {
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  padding: 40px 0 220px 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
}
#looks.active {
  opacity: 1;
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .title {
  padding: 0px;
  margin: 0px auto 205px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 105px;
  right: calc(50% - 600px);
  z-index: 999;
}
#looks .title .close {
  width: 80px;
  height: 80px;
  position: relative;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
#looks .title .close:hover {
  opacity: 0.6;
}
#looks .title .close span {
  width: 100%;
  height: 1px;
  background-color: #222;
  display: block;
  position: absolute;
}
#looks .title .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 40px;
}
#looks .title .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 40px;
}
#looks .look {
  width: 600px;
  padding: 0px;
  margin: 0 auto 140px auto;
  position: relative;
}
#looks .look .set {
  width: 100%;
  padding: 0px;
}
#looks .look .set .text {
  width: 100%;
  padding: 0px;
  order: 1;
}
#looks .look .set .text .credits .creditBox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 15px 15px;
  border-bottom: solid 1px #222;
  margin-bottom: 15px;
}
#looks .look .set .text .credits .creditBox .items__name {
  text-align: left;
  width: 70%;
}
#looks .look .set .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
}
#looks .look .set .text .credits .items__price, #looks .look .set .text .credits .items__name span {
  color: #222;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
}
#looks .look .set .text .credits .items__name span:not(:first-child) {
  margin-left: 0.2rem;
}
#looks .look .set .text .credits .items__name span:not(:first-child)::before {
  content: " / ";
}
#looks .look .set .text .credits .credit dl dd a, #looks .look .set .text .creditBox .items__snap a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: none;
  padding: 3px 15px;
  background-color: #222;
  border: solid #222 1px;
  transition: all 0.25s ease-in 0s;
}
#looks .look .set .text .credits .credit dl dd a:hover, #looks .look .set .text .creditBox .items__snap a:hover {
  color: #222;
  background-color: #fff;
}
#looks .look .set .text .credits .credit dl dd a:not([href]) {
  display: none;
}
#looks .look .set .text .credits .credit dl dd a:not([href]) + span {
  display: inline-block;
}
#looks .look .set .text .credits .credit dl dd a + span {
  display: none;
}
#looks .look .set .text .credits .credit .disable dl dd span {
  display: inline-block;
}
#looks .look .set .photo {
  width: 100%;
  margin-bottom: 30px;
  order: 1;
  position: relative;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look .set::before {
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  margin: 0 40px 65px auto;
}
#looks .look .set .photo p {
  text-align: left;
  position: absolute;
  bottom: 2%;
  left: -2%;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}
#looks .look .set .photo p span {
  display: block;
  font-size: 14px;
}
.spc {
  width: 100%;
  height: 10px;
}
#acc { 
  max-width: 900px;
  margin: auto;
  position: relative;
}
#acc .acc_img { 
  position: relative;
}
#acc .acc_img ul li {
  position: absolute;
  font-size: 1.2em;
}
#acc .acc_img ul li:nth-of-type(1) {
  top: 2%;
}
#acc .acc_img ul li:nth-of-type(2) {
  top: 2%;
  left: 11%;
}
#acc .acc_img ul li:nth-of-type(3) {
  top: 2%;
  left: 19%;
}
#acc .acc_img ul li:nth-of-type(4) {
  top: 3%;
  left: 35%;
}
#acc .acc_img ul li:nth-of-type(5) {
  top: 7%;
  right: 39%;
}
#acc .acc_img ul li:nth-of-type(6) {
  top: 29%;
  left: 35%;
}
#acc .acc_img ul li:nth-of-type(7) {
  top: 27%;
  right: 27%;
}
#acc .acc_img ul li:nth-of-type(8) {
  top: 44%;
  right: 8%;
}
#acc .acc_img ul li:nth-of-type(9) {
  bottom: 28%;
  left: 1%;
}
#acc .acc_img ul li:nth-of-type(10) {
  bottom: 34%;
  left: 11%;
}
#acc .acc_img ul li:nth-of-type(11) {
  bottom: 32%;
  left: 22%;
}
#acc .acc_img ul li:nth-of-type(12) {
  bottom: 23%;
  left: 22%;
}
#acc .acc_img ul li:nth-of-type(13) {
  bottom: 21%;
  left: 49%;
}
#acc .acc_img ul li:nth-of-type(14) {
  bottom: 30%;
  right: 40%;
}
#acc .acc_text { 
  text-align: left;
  width: 57%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #fff;
  border: #222 solid;
  padding: 40px;
  box-sizing: border-box;
}
#acc .acc_text h2 {
  font-size: 20px;
  margin-bottom: 28px;
}
#acc .acc_text h2 span { 
  display: block;
  font-size: 13px;
  margin-top: 10px;
  font-family: sans-serif;
}
#acc .acc_text .credits .credit { 
  display: inline;
  margin: 5px 0px;
  text-decoration: underline;
  line-height: 1.6;
}
#acc .acc_text .credits .credit dl,
#acc .acc_text .credits .credit dl dd,
#recommend .credit dl,
#recommend .credit dl dd,
#recommend .snap__price { 
  display: inline;
}
#acc .acc_text .credits .disable {
  text-decoration: unset;
  pointer-events: none;
}
#acc .acc_text .credits .credit .items__a::after { 
  content: " / ";
}
#acc .acc_text .credits .credit:last-child .items__a::after {
  content: unset;
}
#recommend {
  background-color: #36724e;
  color: #fff;
  margin-top: 150px;
}
#recommend .rec_ttl {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
#recommend h3 {
  font-size: 120px;
  line-height: 1;
  text-align: left;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
#recommend .rec_ttl p {
  position: absolute;
  top: 0;
  left: -3%;
}
#recommend .rec_ttl p span {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 600;
}
#recommend .rec__wrap {
  max-width: 1200px;
  margin: auto;
  padding: 100px 0;
  position: relative;
}
#recommend .text__box {
  max-width: 1000px;
  margin: 30px auto 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
#recommend .text {
  width: 50%;
}
#recommend .text__box p {
  margin-bottom: 20px;
  line-height: 1.5;
}
#recommend .text div:first-of-type {
  font-size: 30px;
  margin-bottom: 30px;
}
#recommend a {
  color: #fff;
  text-decoration: underline;
}
#recommend .disable a {
  text-decoration: unset;
  pointer-events: none;
}
#recommend .credit {
  line-height: 1.7;
  display: inline;
}
#recommend .rec__wrap .rec__box:nth-of-type(2) .img {
  position: absolute;
  top: 0;
  right: 0;
}
#recommend .rec__wrap .rec__box:nth-of-type(3) .text {
  margin-top: 100px;
}
#recommend .rec__wrap .rec__box:nth-of-type(3) .img {
  position: relative;
  width: 62%;
  margin-top: 30px;
}
#recommend .rec__wrap .rec__box:nth-of-type(4) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: -110px auto 0;
  position: relative;
  z-index: 2;
}
#recommend .rec__wrap .rec__box:nth-of-type(4) .img {
  order: 2;
  width: 50%;
}
#recommend .rec__wrap .rec__box .text .pc {
  display: inline;
}
#recommend .rec__wrap .rec__box:nth-of-type(4) .text__box {
  width: 50%;
}
#recommend .rec__wrap .rec__box:nth-of-type(4) .text {
  width: 100%;
}
#recommend .text__box p .font_din {
  display: block;
  line-height: 1.5;
  margin-bottom: 8px;
}
footer {
  width: 100%;
  padding: 200px 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul li a {
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
footer .inner p {
  color: #222;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .pgtop {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
footer .pgtop a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 3em;
  background: currentColor;
}
footer .pgtop a::before {
  content: '';
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}
footer .pgtop a:hover {
  opacity: 0.7;
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  .sp { display: block;}
  .pc { display: none;}
  br.brsp {
    display: block;
  }
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #loader .logo {
    width: 145px;
    position: relative;
  }
  #loader .logo h2 {
    width: 100%;
    height: 35px;
    position: static;
  }
  #loader .bar {
    width: 100%;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
  }
  #loader .bar span {
    width: 0%;
    height: 100%;
    background-color: #222;
    display: block;
  }
  #loader.active h3 {
    opacity: 1;
  }
  #loader.complete {
    opacity: 0;
  }
  #visual .muse_logo {
    width: 90px;
    height: auto;
    margin: 30px auto 10px;
  }
  #visual .ttl {
    width: 75%;
    top: 50%;
  }
  #visual .sub {
    margin: 20px auto;
  }
  #visual .sub div {
    display: block;
}
  #visual .sub div img {
    max-height: 10px;
  }
  .slider1 {
    margin-top: 30px;
  }
  main {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0px;
    position: relative;
    box-sizing: border-box;
  }
  main section#combo {
    padding-top: 40px;
    margin-bottom: 50px;
  }
  main section#combo .inner {
    width: calc(100% - 20px);
  }
  main section#combo .inner .logo {
    width: 9px;
    position: absolute;
    left: 5px;
    top: 10px;
  }
  main section#combo .inner .logo.on {
    position: absolute;
    top: 10px;
    left: 5px;
  }
  main section#combo .inner .thumbs {
    width: 100%;
  }
  main section#combo .inner .thumbs h2 {
    width: 220px;
    height: 84px;
    margin: 0 auto 45px auto;
  }
  main section#combo .inner .thumbs .inthumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section#combo .inner .thumbs .inthumbs .thumb {
    width: 50%;
    padding: 15px 5px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb span::before {
    height: 14px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb span:hover img {
    opacity: 1;
    transform: scale(1);
  }
  main section#combo .inner .thumbs .inthumbs .thumb p {
    font-size: 26px;
    left: -1%;
  }
  main section#combo .inner .thumbs .inthumbs .thumb p span {
    font-size: 12px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb#t21-2 {
    display: block;
  }
  #looks {
    padding: 115px 0 80px 0;
    margin: 0px;
    z-index: 9999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #looks .title {
    padding: 0px;
    margin: 0px;
    top: 30px;
    right: 14px;
  }
  #looks .title .close {
    width: 36px;
    height: 36px;
  }
  #looks .title .close:hover {
    opacity: 1;
  }
  #looks .title .close span:nth-child(1) {
    top: 18px;
  }
  #looks .title .close span:nth-child(2) {
    top: 18px;
  }
  #looks .look {
    width: calc(100% - 56px);
    padding: 0px;
    margin: 0 auto 80px auto;
    position: relative;
  }
  #looks .look .set {
    width: 100%;
    padding: 0px;
  }
  #looks .look .set .text {
    width: 100%;
    padding: 0px;
    order: 1;
  }
  #looks .look .set .text .credits .creditBox .items__name {
    width: 63%;
  }
  #looks .look .set .text .credits .credit dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #looks .look .set .text .credits .credit dl dt {
    display: block;
    width: 60%;
  }
  #looks .look .set .text .credits .items__name span {
    color: #222;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0px;
  }
  #looks .look .set .text .credits .items__price {
    display: block !important;
    padding-top: 3px;
  }
  #looks .look .set .text .credits .items__name span.items__price::before {
    content: unset;
  }
  #looks .look .set .text .credits .credit span.items__price::before {
    content: unset !important;
  }
  #looks .look .set .text .credits .credit span:not(:first-child) {
    margin-left: 0.2rem;
  }
  #looks .look .set .text .credits .credit span:not(:first-child)::before {
    content: " / ";
  }
  #looks .look .set .text .credits .credit dl dd a, #looks .look .set .text .creditBox .items__snap a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 3px 10px;
  }
  #looks .look .set .text .credits .credit dl dd a:hover, #looks .look .set .text .creditBox .items__snap a:hover {
    color: #222;
    background-color: #fff;
  }
  #looks .look .set .text .credits .credit .disable dl dd span {
    display: inline-block;
  }
  
  #looks .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #acc .acc_text { 
    text-align: left;
    width: calc(100% - 20px);
    margin: auto;
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    padding: 30px;
  }
  #acc .acc_text h2 {
    line-height: 1.4;
  }
  #acc .acc_img ul li {
    font-size: 1em;
  }
  #acc .acc_img ul li:nth-of-type(1) {
    top: 1%;
    left: 2%;
  }
  #acc .acc_img ul li:nth-of-type(2) {
    top: 1%;
    left: 12%;
  }
  #acc .acc_img ul li:nth-of-type(3) {
    top: 3%;
    left: 23%;
  }
  #acc .acc_img ul li:nth-of-type(4) {
    top: 7%;
    left: 36%;
  }
  #acc .acc_img ul li:nth-of-type(5) {
    top: 5%;
  }
  #acc .acc_img ul li:nth-of-type(6) {
    top: 42%;
    left: 36%;
  }
  #acc .acc_img ul li:nth-of-type(7) {
    top: 27%;
    right: 25%;
  }
  #acc .acc_img ul li:nth-of-type(8) {
    top: 47%;
  }
  #acc .acc_img ul li:nth-of-type(9) {
    bottom: 21%;
    left: 6%;
  }
  #acc .acc_img ul li:nth-of-type(10) {
    bottom: 34%;
    left: 18%;
  }
  #acc .acc_img ul li:nth-of-type(11) {
    bottom: 40%;
    left: 31%;
  }
  #acc .acc_img ul li:nth-of-type(12) {
    bottom: 23%;
    left: 33%;
  }
  #acc .acc_img ul li:nth-of-type(13) {
    bottom: 15%;
    left: 51%;
  }
  #acc .acc_img ul li:nth-of-type(14) {
    bottom: 30%;
    right: 26%;
  }
  #recommend .rec__wrap { 
    max-width: 100%;
  }
  #recommend .rec_ttl {
    max-width: 90%;
    margin-bottom: 55%;
  }
  #recommend h3 {
    font-size: 64px;
    text-shadow: 0.1px 0.1px 2px #36724e;
    margin-bottom: 0;
  }
  #recommend .rec_ttl p {
    left: 0;
    letter-spacing: 0.1em;
    position: relative;
    text-align: left;
    z-index: 2;
    margin-top: 30px;
  }
  #recommend .rec_ttl p span {
    writing-mode: unset;
    font-size: 14px;
    font-weight: 600;
  }
  #recommend .rec__wrap .rec__box:nth-of-type(2) .img {
    right: -16%;
    width: 87%;
  }
  #recommend .text__box {
    width: 90%;
  }
  #recommend .text,
  #recommend .rec__wrap .rec__box:nth-of-type(3) .img {
    width: 100%;
  }
  #recommend .rec__wrap .rec__box:nth-of-type(3) .text {
    margin-top: 70px;
  }
  #recommend .rec__wrap .rec__box:nth-of-type(4) .img {
    order: 1;
    width: 80%;
    margin: 0 auto 0 0;
  }
  #recommend .rec__wrap .rec__box:nth-of-type(4) .text__box {
    width: 90%;
    order: 2;
  }
  #recommend .rec__wrap .rec__box .text .sp {
    display: inline;
  }
  #recommend .rec__wrap .rec__box .text .sp {
    display: none;
  }
  footer {
    padding: 60px 0 60px 0;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #222;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  footer .inner p {
    color: #222;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .pgtop {
    position: absolute;
    right: 20px;
    bottom: 40px;
  }
  footer .pgtop a {

  }
  footer .pgtop a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=style.css.map */
