@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: left;
  -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, span.sp { display: none;}
.pc { display: block;}
span.pc { display: inline;}
.font, h3, .text_en, .creditBox { 
  font-family: 'Marcellus', serif;
  font-weight: 400;
  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;
}
#loader .load .muse_logo {
  width: 200px;
}
#visual {
  position: relative;
}
#visual .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
#visual .muse_logo { 
  width: 13%;
  height: auto;
  margin: 80px 0 40px auto;
}
#visual .ttl {
  width: 45%;
}
#visual ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#visual ul li {
  width: 22%;
  box-sizing: border-box;
}
main {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
main .text_en, main .text_jp {
  margin-top: 20px;
}
main section {
  margin-top: 200px;
}
main section .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main section .inner_box,
main section#set_up .inner,
main section#good_rock_speed .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
main section .inner_box .text_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main section .inner_box .text_box .text_en {
  color: #999;
}
main section .inner_box .text_box .text_en,
main section .inner_box .text_box .text_jp {
  width: 49%;
}
main section .inner_box .credits,
main section .inner_box .women {
  width: 49%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 30px;
}
main section .inner_box .women p span {
  display: block;
}
main section h3 {
  font-size: 3em;
  text-align: center;
  line-height: 1;
}
main section#maria_mcmanus {
  position: relative;
}
main section#maria_mcmanus h3 {
  color: #40ec38;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
main section#maria_mcmanus .img_box {
  display: flex;
  flex-wrap: wrap;
}
main section#maria_mcmanus .img_box span {
  width: 25%;
}
main section#good_rock_speed {

}
main section#kgw .inner,
main section#queene_and_belle .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main section#kgw .inner .look,
main section#queene_and_belle .inner .look {
  width: 33.333333333333%;
  margin-bottom: 30px;
}
main section#kgw .inner .look .credits,
main section#queene_and_belle .inner .look .credits {
  padding: 0 20px;
}
main section#queene_and_belle .inner .l1 img,
main section#queene_and_belle .inner .l3 img {
  background-color: #999;
}
main section#queene_and_belle .inner .l2 img {
  background-color: #222;
}
main section#set_up .inner .set_up__text_box {
  position: absolute;
  width: 34%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
main section#set_up h3 {
  color: #40ec38;}
main section#good_rock_speed ul.pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main section#good_rock_speed ul.pc li {
  position: relative;
}
main section#good_rock_speed ul.pc li:nth-of-type(1),
main section#good_rock_speed ul.pc li:nth-of-type(3) {
  width: 28.5%;
}
main section#good_rock_speed ul.pc li:nth-of-type(2) {
  width: 33%;
}
main section#good_rock_speed ul.pc:first-of-type li:nth-of-type(1),
main section#good_rock_speed ul.pc:nth-of-type(2) li:nth-of-type(3)  {
  background-color: #d2c4bb;
}
main section#good_rock_speed ul.pc:first-of-type li:nth-of-type(3),
main section#good_rock_speed ul.pc:nth-of-type(2) li:nth-of-type(1)  {
  background-color: #bfbdc2;
}
main section#good_rock_speed ul.pc li span.copy {
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 7px;
  right: 8px;
  font-size: 10px;
}
main section#good_rock_speed ul.pc:nth-of-type(2) li:nth-of-type(2) span:nth-of-type(3) {
  top: 47%;
}
main section#good_rock_speed .inner .look_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main section#good_rock_speed .inner .look {
  width: 49%;
}
.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-top: 15px;
}
main section#set_up .st_up__img {
  margin-bottom: 30px;
}
.credits .creditBox .items__name {
  text-align: left;
  width: 70%;
}
.credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
}
.credits .items__price, .credits .items__name span {
  color: #222;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
}
.credits .items__name span:not(:first-child) {
  margin-left: 0.2rem;
}
.credits .items__name span:not(:first-child)::before {
  content: " / ";
}
.credits .credit dl dd a, .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;
}
.credits .credit dl dd a:hover, .creditBox .items__snap a:hover {
  color: #222;
  background-color: #fff;
}
.credits .credit dl dd a:not([href]) {
  display: none;
}
.credits .credit dl dd a:not([href]) + span {
  display: inline-block;
}
.credits .credit dl dd a + span {
  display: none;
}
.credits .credit .disable dl dd span {
  display: inline-block;
}
.spc {
  width: 100%;
  height: 10px;
}
#set_up .credits .credit { 
  display: inline;
  margin: 5px 0px;
  text-decoration: underline;
  line-height: 1.6;
}
#set_up .credit dl,
#set_up .credit dl dd,
#recommend .credit dl,
#recommend .credit dl dd,
#recommend .snap__price
 { 
  display: inline;
}
#set_up .credits .disable {
  text-decoration: unset;
  pointer-events: none;
}
#set_up .credit .items__buy::after { 
  content: " / ";
  text-decoration: unset;
}
#set_up .credit:last-of-type .items__buy::after {
  content: "";
}
#set_up .credit:last-child .items__a::after {
  content: unset;
}
#recommend {
  background-color: #40ec38;
  color: #222;
  margin-top: 280px;
}
#recommend .rec_ttl {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
#recommend h3 {
  font-size: 120px;
  line-height: 1;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -98px;
  z-index: 1;
  color: #40ec38;
}
#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;
  width: 90%;
  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__box p {
  margin-bottom: 20px;
  line-height: 1.5;
}
#recommend .text div:first-of-type {
  font-size: 30px;
  margin-bottom: 30px;
}
#recommend .inner_box:first-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#recommend .look_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recommend .inner_box:first-of-type .img {
  width: 60%;
}
#recommend .inner_box:first-of-type .text__box {
  width: 40%;
}
#recommend .inner_box:nth-of-type(2) .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px 0 40px;
}
#recommend .inner_box:nth-of-type(2) .text div,
#recommend .inner_box:nth-of-type(2) .text p {
  width: 50%;
}
#recommend .inner_box:nth-of-type(2) .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recommend .inner_box:nth-of-type(2) .img img {
  width: 33.333333333333%;
  height: auto;
}
main section#recommend .inner_box .credits {
  width: 100%;
}
#recommend .look_inner .look {
  width: 32%;
  margin: 30px 0;
}
#recommend a, #set_up a {
  color: #222;
  text-decoration: underline;
}
#recommend .disable a,
#set_up .disable a {
  text-decoration: unset;
  pointer-events: none;
}
#recommend .credit, #set_up .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;
}
.slick-initialized .slick-slide {
  padding: 0;
}
footer {
  width: 100%;
  padding: 200px 0;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
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;}
  span.sp { display: inline;}
  .pc, span.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;
  }
  #loader .load .muse_logo {
    width: 100px;
  }
  #visual .flex {
    padding: 7%;
    box-sizing: border-box;
  }
  #visual .muse_logo {
    width: 20%;
    height: auto;
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
  }
  #visual .ttl {
    width: 64%;
  }
  #visual .sub {
    margin: 20px auto;
  }
  #visual .sub div {
    display: block;
}
  #visual .sub div img {
    max-height: 10px;
  }
  main {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0px;
    position: relative;
    box-sizing: border-box;
  }
  main section {
    margin-top: 120px;
  }
  #recommend { margin-top: 150px;}
  main section#maria_mcmanus .img_box span,
  main section#kgw .inner .look {
    width: 50%;
  }
  main section#queene_and_belle .inner .look {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  main section#good_rock_speed .inner .look { 
    margin-top: 30px;
  }
  main section#good_rock_speed .inner .l1 {
    margin-top: 0;
  }
  #recommend .look_inner .look { width: 70%;
    margin-left: auto;
    margin-right: auto;}
  main section#kgw .inner .l9 { width: 100%;}
  main section h3 { font-size: 2.5em;}
  main section#maria_mcmanus h3 {
    top: 17%;
  }
  main section .inner_box .text_box .text_en, main section .inner_box .text_box .text_jp,
  main section .inner_box .credits, main section .inner_box .women,
  main section#good_rock_speed .inner .look,
  #recommend .inner_box:first-of-type .img,
  #recommend .inner_box:first-of-type .text__box,
  #recommend .inner_box:nth-of-type(2) .text div, #recommend .inner_box:nth-of-type(2) .text p {
    width: 100%;
  }
  main section#good_rock_speed ul.pc { display: none;}
  .credits .creditBox {
    padding: 0 0px 15px 0px;
  }
  main section#good_rock_speed .inner .look .sp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  main section#good_rock_speed .inner .look .sp li:first-of-type {
    width: 59%;
  }
  main section#good_rock_speed .inner .look .sp li:nth-of-type(2) {
    width: 40%;
  }
  main section#good_rock_speed .inner .look .sp span.copy {
    position: absolute;
    width: 100%;
    right: 0;
    text-align: right;
    font-size: 10px;
    bottom: 0;
  }
  main section#good_rock_speed .inner .l1 .sp li:first-of-type,
  main section#good_rock_speed .inner .l3 .sp li:first-of-type {
    background-color: #d2c4bb;
  }
  main section#good_rock_speed .inner .l2 .sp li:first-of-type,
  main section#good_rock_speed .inner .l4 .sp li:first-of-type {
    background-color: #bfbdc2;
  }
  main section#set_up .inner .set_up__text_box {
    position: unset;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    margin-bottom: 30px;
  }
  main section#kgw .inner .look .credits, main section#queene_and_belle .inner .look .credits {
    padding: 0 10px;
  }
  #queene_and_belle .credits .items__name span:not(:first-child)::before {
    content: unset;
  }
  .credits .creditBox .items__name {
    width: 74%;
  }
  .credits .credit dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits .credit dl dt {
    display: block;
    width: 60%;
  }
  .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;
  }
  .credits .items__price {
    display: block !important;
    padding-top: 3px;
  }
  .credits .items__name span.items__price::before {
    content: unset;
  }
  .credits .credit span.items__price::before {
    content: unset !important;
  }
  .credits .credit span:not(:first-child) {
    margin-left: 0.2rem;
  }
  .credits .credit span:not(:first-child)::before {
    content: " / ";
  }
  .credits .credit dl dd a, .creditBox .items__snap a {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 3px 10px;
  }
  .credits .credit dl dd a:hover, .creditBox .items__snap a:hover {
    color: #222;
    background-color: #fff;
  }
  .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  { 
    text-align: left;
    width: calc(100% - 20px);
    margin: auto;
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    padding: 30px;
  }
  #acc  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: 3.3em;
    margin-bottom: 0;
    top: -37px;
  }
  #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 */
