@charset "UTF-8";
@import url("https://use.typekit.net/ccx2eyc.css");

@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: #000;
  font-family: "游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5rem;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}
a {
  color: #000;
  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 { 
  font-family: span, serif;
  font-weight: 400;
  font-style: normal;
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
  text-align: center;
}
#loader .load .city_logo {
  width: 200px;
}
#loader .load div:nth-of-type(2) {
  padding-top: 30px;
  color: #000;
  animation: flash 1s linear infinite;
  text-align: center;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
#loader.complete {
  opacity: 0;
  pointer-events: none;
}
#visual {
  position: relative;
  transition: all 1s ease-in-out;
  width: 95vw;
  margin: 70px auto 0 auto;
}
#visual .kv_ttl,
#visual .kv_img { 
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#visual .kv_ttl li:nth-of-type(1) {
  width: 40%;
  margin: 0 0 40px 60px;
}
#visual .kv_ttl li:nth-of-type(2) {
  width: 10%;
  margin: 0 50px 0 0;
}
#visual .kv_img li {
  width:  19%;
}
#visual p {
  max-width: 1200px;
  width: 86vw;
  margin: 40px auto 0;
  line-height: 1.7;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
main {
  width: 100%;
  margin: 0px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
main section {
  width: 100%;
  background-color: #FFF;
  padding-top: 140px;
  margin-bottom: 150px;
}
main section#combo .inner {
  max-width: 1200px;
  width: 86vw;
  margin: 0 auto;
  position: relative;
}
main section#combo .inner .thumbs {
  width: 100%;
}
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: 33.333333%;
  padding: 5px 5px;
  opacity: 0;
  text-align: left;
  position: relative;
}
main section#combo .inner .thumbs .inthumbs #t10,
main section#combo .inner .thumbs .inthumbs #t23 {
  pointer-events: none;
}
main section#combo .inner .thumbs .inthumbs #t10 span,
main section#combo .inner .thumbs .inthumbs #t23 span {
  width: 38%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
main section#combo .inner .thumbs .inthumbs #t00 {
  width: 100%;
  margin: 60px auto;
}
main section#combo .inner .thumbs .inthumbs #t00 .t00_img {
  position: relative;
  margin-bottom: 60px;
}
main section#combo .inner .thumbs .inthumbs #t00 .t00_img span:nth-of-type(1) {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: block;
}
main section#combo .inner .thumbs .inthumbs #t00 .t00_img span:nth-of-type(2) {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 4%;
}
main section#combo .inner .thumbs .inthumbs #t00 .t00_img span:nth-of-type(3) {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 600px;
  width: 55%;
}
main section#combo .inner .thumbs .inthumbs #t00 .text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
main section#combo .inner .thumbs .inthumbs #t00 .text span {
  background: #000;
  display: inline;
  color: #fff;
  padding: 6px 10px 6px 10px;
  font-size: 14px;
  line-height: 3;
}
main section#combo .inner .thumbs .inthumbs #t00 .text .ig span {
  background: none;
  padding: 0;
}
main section#combo .inner .thumbs .inthumbs #t00 .text .ig span img {
  width: 23px;
  padding: 0px 9px 9px 0px;
}
main section#combo .inner .thumbs .inthumbs #t00 .text .ig a {
  text-decoration: underline;
  margin-right: 8px;
}
main section#combo .inner .thumbs .inthumbs #t00 .text p {
  line-height: 1.7;
}
main section#combo .inner .thumbs .inthumbs #t00 .text .credit {
  padding-left: 20px;
}
main section#combo .inner .thumbs .inthumbs #t00 .text .credit, main section#combo .inner .thumbs .inthumbs #t00 .text .credit .items__credit, main section#combo .inner .thumbs .inthumbs #t00 .text .credit .items__credit .items__buy {
  display: inline;
}
main section#combo .inner .thumbs .inthumbs .thumb span {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
main section#combo .inner .thumbs .inthumbs .thumb span.dli-plus {
  display: inline-block ;
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}
.dli-plus::before, .dli-plus::after {
  display: block;
  content: '';
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  width: 30px;
  height: 3px;
  top: 14px;
  left: 0;
}
.dli-plus::before {
  width: 3px;
  height: 30px;
  top: 0;
  left: 14px;
}
#looks {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100vh;
  padding: 40px 0 40px 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 .ttl {
  padding: 0px;
  margin: 0px auto 0px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 70px;
  left: calc(50% - 400px);
  z-index: 999;
  width: 19%;
}
#looks .cls {
  padding: 0px;
  margin: 0px auto 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 70px;
  right: calc(50% - 600px);
  z-index: 999;
}
#looks .cls .close {
  width: 80px;
  height: 80px;
  position: relative;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
#looks .cls .close:hover {
  opacity: 0.6;
}
#looks .cls .close span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
}
#looks .cls .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 40px;
}
#looks .cls .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 .photo p.prf {
  position: relative;
  bottom: 0;
  font-size: 12px;
  top: -26px;
}
#looks .look .set .photo p.prf span {
  padding-right: 12px;
}
#looks .look .set .photo p.prf a {
  text-decoration: underline;
  text-underline-offset: 1.4px;
  margin-right: 10px;
}
#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 #000;
  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: #000;
  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,
#t_s .inner .text .credits .credit dl dd a,
#t_s .inner .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: #000;
  border: solid #000 1px;
  transition: all 0.25s ease-in 0s;
}
#looks .look .set .text .credits .credit dl dd a {
  font-family: span, serif;
}
#looks .look .set .text .credits .credit dl dd a:hover,
#looks .look .set .text .creditBox .items__snap a:hover,
#t_s .inner .text .credits .credit dl dd a:hover,
#t_s .inner .text .creditBox .items__snap a:hover {
  color: #000;
  background-color: #fff;
}
#looks .look .set .text .credits .credit dl dd a:not([href]),
#t_s .inner .text .credits .credit dl dd a:not([href]) {
  display: none;
}
#looks .look .set .text .credits .credit dl dd a:not([href]) + span,
#t_s .inner .text .credits .credit dl dd a:not([href]) + span {
  display: inline-block;
}
#looks .look .set .text .credits .credit dl dd a + span,
#t_s .inner .text .credits .credit dl dd a + span {
  display: none;
}
#looks .look .set .text .credits .credit .disable dl dd span,
#t_s .inner .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 {
  position: absolute;
  top: 2%;
  right: -4%;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
  font-family: span, serif;
}
footer {
  width: 100%;
  padding: 50px 0 200px;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid;
}
footer .inner {
  width: 80%;
  margin: auto;
}
footer .inner dl {
margin-bottom: 40px;
}
footer .inner dt {
font-weight: 700;
}
footer .inner dd p {
margin-top: 10px;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 30px;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul:first-of-type li:first-of-type {
  margin: 0 0 7px 0;
}
footer .inner ul:first-of-type li:first-of-type img {
  width: 26px;
}
footer .inner ul li a {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
footer .inner ul li a:hover,
footer .inner dd p a:hover {
  text-decoration: underline;
  opacity: 0.7;
  color: #000;
}
footer .inner p {
  color: #000;
  font-size: 12px;
  text-align: right;
  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 h2 {
    width: 100%;
    height: 35px;
    position: static;
  }
  #loader .load .city_logo {
    width: 230px;
  }
  #loader.active h3 {
    opacity: 1;
  }
  #loader.complete {
    opacity: 0;
  }
  #visual {
    top: 0px;
    width: 100%;
    margin: 40px auto 0 auto;
  }
  #visual .kv_ttl {
    width: 90%;
    margin: 0 auto 20px;
  }
  #visual .kv_img li {
    width: 32%;
    margin-bottom: 6px;
  }
  #visual .kv_ttl li:nth-of-type(1) {
    width: 70%;
    margin: 0;
  }
  #visual .kv_ttl li:nth-of-type(2) {
    width: 19%;
    margin: 0;
  }
  #visual p {
    width: 90vw;
    margin: 20px auto 0;
  }
  h5 {
    font-size: 2em;
  }
  main {
    width: 100%;
    padding:70px 0 0 0;
    margin: 0px;
    position: relative;
    box-sizing: border-box;
  }
  main section#combo {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  main section#combo .inner {
    width: 100%;
  }
  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;
    padding: 0 2px;
  }
  main section#combo .inner .thumbs .inthumbs .thumb span.dli-plus {
    display: inline-block;
    position: absolute;
    bottom: 16px;
    right: 5px;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
  .dli-plus::before, .dli-plus::after {
    width: 20px;
    height: 2px;
    top: 9px;
  }
  .dli-plus::before {
    width: 2px;
    height: 20px;
    top: 0;
    left: 9px;
}
  main section#combo .inner .thumbs .inthumbs .thumb {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
  }
  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 #t00 {
    margin: 30px auto;
  }
  main section#combo .inner .thumbs .inthumbs #t00 .t00_img {
    margin-bottom: 20px;
  }
  main section#combo .inner .thumbs .inthumbs #t00 .t00_img span:nth-of-type(1) {
    padding-top: 27px;
  }
  main section#combo .inner .thumbs .inthumbs #t00 .t00_img span:nth-of-type(2) {
    right: 3%;
  }
  main section#combo .inner .thumbs .inthumbs #t00 .t00_img span:nth-of-type(3) {
    left: 3%;
  }
  main section#combo .inner .thumbs .inthumbs #t00 .text {
    width: 90%;
  }
  main section#combo .inner .thumbs .inthumbs #t00 .text .ig span {
    display: block;
  }
  #looks {
    padding: 115px 0 80px 0;
    margin: 0px;
    z-index: 9999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #looks .cls {
    padding: 0px;
    margin: 0px;
    top: 30px;
    right: 14px;
  }
  #looks .cls .close {
    width: 36px;
    height: 36px;
  }
  #looks .cls .close:hover {
    opacity: 1;
  }
  #looks .cls .close span:nth-child(1) {
    top: 18px;
  }
  #looks .cls .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 .photo p.prf {
    position: relative;
    bottom: 0;
    font-size: 11px;
    right: unset;
    width: 93%;
    margin: 15px auto 20px;
    top: 0%;
  }
  #looks .look .set .photo p.prf span:first-of-type {
    position: absolute;
    left: 0;
  }
  #looks .look .set .photo p.prf span:nth-of-type(2) {
    display: block;
    margin-bottom: 2px;
    padding-left: 30%;
  }
  #looks .look .set .photo p.prf a:first-of-type {
    padding-left: 30%;
  }
  #looks .look .set .text .credits .creditBox {
    padding: 0 10px 15px 10px;
  }
  #looks .look .set .text .credits .creditBox .items__name {
    width: 70%;
  }
  #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: #000;
    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:not(:first-child) {
    padding-left: 0;
  }
  #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,
  #t_s .inner .text .credits .credit dl dd a:hover,
  #t_s .inner .text .creditBox .items__snap a:hover {
    color: #000;
    background-color: #fff;
  }
  #looks .look .set .text .credits .credit .disable dl dd span,
  #t_s .inner .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: 90%;
    margin: 30px auto 0;
    position: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
  }
  #acc .acc_text h2 {
    line-height: 1.4;
  }
  #acc .acc_img ul li {
    font-size: 1em;
  }
  #t_s h5 span {
    display: block;
  }
  #t_s .inner .text { width: 90%;}
  #t_s .inner .img_box li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;}
  #acc, #t_s { padding-top: 100px;}
  #recommend { 
    margin-bottom: 50px;
    margin-top: 100px;
    padding-top: 0;}
  #recommend .rec__wrap { 
    max-width: 100%;
    padding: 40px 0 80px;
  }
  #recommend .rec_ttl {
    max-width: 90%;
    margin-bottom: 30px;
  }
  #recommend h3 {
    font-size: 55px;
    text-shadow: 0.1px 0.1px 2px #f38730;
    margin-bottom: 0;
  }
  #recommend h6 {
    font-size: 1.7em;
    line-height: 1.6;
  }
  #recommend h3::after {
    margin-left: calc(50% - 50vw + 0px);
    margin-right: calc(50% - 50vw + 0px);
  }
  #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 .img.sp {
    width: 98%;
  }
  #recommend .text__box {
    width: 90% !important;
    border-left: 2px solid;
    padding-left: 20px;
    box-sizing: border-box;
    margin-left: auto !important;
  }
  #recommend .text {
    width: 100%;
  }
  #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 20px 0;
    border-top: none;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    width: 90%;
    margin: 0px auto 40px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #000;
    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: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding-right: 3%;
  }
  footer .pgtop {
    position: absolute;
    right: 20px;
    bottom: 40px;
  }
  footer .pgtop a {

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