@charset "UTF-8";
/* --------------------------------------------------
	RESET
-------------------------------------------------- */
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,
font,
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 {
  background: transparent;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* --------------------------------------------------
	CLEARFIX
-------------------------------------------------- */
.clearfix {
  display: inline-block;
}

.clearfix:after {
  clear: both;
  visibility: hidden;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
/* --------------------------------------------------
	FONT
-------------------------------------------------- */
@font-face {
  src: url("./font/MonospaceTypewriter.eot");
  src: url("./font/MonospaceTypewriter.eot?#iefix") format("embedded-opentype"), url("./font/MonospaceTypewriter.ttf") format("truetype");
  font-family: MonospaceTypewriter;
}

/* --------------------------------------------------
	COMMON
-------------------------------------------------- */
body {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0.05em;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

.font_rbt {
  font-family: "MonospaceTypewriter";
}

.bg_none {
  background-image: none !important;
}

.wrapper {
  width: 100%;
}

.container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

/* @media (max-width: 768px) {
	.container {

	}
} */
.pc-only {
  display: block;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.ttl-page {
  text-align: center;
  font-family: "MonospaceTypewriter";
  font-size: 36px;
  letter-spacing: -0.05em;
  padding-bottom: 18px;
}

@media (max-width: 768px) {
  .ttl-page {
    border-top: 1px solid #efefef;
    text-align: center;
    font-size: 21px;
    padding: 25px 0 0;
  }
}

.heading-date {
  text-align: center;
  font-family: "MonospaceTypewriter";
  font-size: 20px;
  letter-spacing: -0.05em;
  padding-bottom: 55px;
}

@media (max-width: 768px) {
  .heading-date {
    margin-top: 11px;
  }
}

/* --------------------------------------------------
	STYLE LOOK
-------------------------------------------------- */
.stylelook_container {
  padding-bottom: 100px;
  position: relative;
}

.stylelook_container.-nopt {
  padding-top: 0;
}

.stylelook_container a:hover {
  text-decoration: none;
  color: #eb3f00;
}

@media (max-width: 768px) {
  .stylelook_container {
    padding-top: 0;
  }
}

/*.stylelook_container a{
	color: #EB3F00;
	text-decoration: underline;
}*/
.heading-date {
  /* font-size: 20px;
    letter-spacing: -0.05em;
    font-family: "MonospaceTypewriter"; */
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding-bottom: 15px;
}

.heading-date .season {
  font-family: "MonospaceTypewriter";
  font-size: 20px;
  letter-spacing: -0.05em;
}

.heading-date .year {
  letter-spacing: -0.05em;
  height: 31px;
}

.heading-date .month {
  font-family: "MonospaceTypewriter";
  font-size: 30px;
  letter-spacing: 0;
  letter-spacing: -0.05em;
  line-height: 1;
  height: 31px;
  margin-left: 17px;
  padding-left: 14px;
  position: relative;
}

.heading-date .month:before {
  content: "";
  background-color: #ccc;
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .heading-date {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .heading-date .season {
    border-right: 1px solid #ccc;
    display: block;
    font-size: 14px;
    padding-right: 8px;
  }
}

@media (max-width: 768px) {
  .heading-date .month {
    display: block;
    /* width: 46%; */
    font-size: 18px;
    height: 18px;
    margin-left: 0;
    padding-left: 8px;
  }
}

@media (max-width: 768px) {
  .heading-date .month:before {
    display: none;
  }
}

p.lead {
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 60px;
}

/****** look ******/
.photoAnchor {
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 710px;
  margin: 0 auto 20px;
}

.photoAnchor:last-of-type {
  margin: 0 auto 60px;
}

.photoAnchor a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  display: block;
  transition: all 0.3s;
}

.photoAnchor a:hover {
  opacity: 0.7;
}

.photoAnchor li {
  display: block;
  width: 60px;
  margin-left: 23px;
}

.photoAnchor li:first-child {
  margin-left: 0;
}

.photoAnchor li img {
  width: 100%;
}

.style-list {
  display: block;
  max-width: 710px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .style-list {
    margin-top: 0;
  }
}

.stylelook1712 .style-list {
  margin: 60px auto 0;
}

.style-list .style-list__item {
  /* width: 710px; */
  /* padding-top: 100px; */
  display: block;
  position: relative;
}

.style-list .style-list__item + .style-list__item {
  margin-top: 100px;
}

.style-list .movie {
  width: 100%;
  height: 400px;
}

.style-list .movie video {
  display: none;
  width: 100%;
}

.style-list .movie img {
  width: 100%;
}

.style-list .style-list__item .item-main {
  position: relative;
}

.style-list .style-list__item .item_photo {
  display: block;
  max-width: 440px;
  width: 70%;
}

.style-list .style-list__item.odd .item_photo {
  margin-right: auto;
}

.style-list .style-list__item.even .item_photo {
  margin-left: auto;
}

@media (max-width: 768px) {
  .style-list .style-list__item + .style-list__item {
    margin-top: 60px;
  }
}

.item_photo img {
  width: 100%;
}

.style-list .style-list__item .item_number {
  font-family: "Work Sans", sans-serif;
  font-size: 130px;
}

.style-list .style-list__item .item_number span {
  font-family: "MonospaceTypewriter", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

.style-list .style-list__item.odd .item-info {
  left: 70%;
}

.style-list .style-list__item.even .item-info {
  text-align: right;
  right: 70%;
}

.style-list .style-list__item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: absolute;
  top: 0;
  width: 300px;
}

.style-list .style-list__item .item_credit {
  font-family: "MonospaceTypewriter", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  letter-spacing: 0 !important;
  line-height: 2;
}

.style-list .style-list__item .item_credit span {
  text-indent: -9999px;
  /* background-image: url(../images/icon_bag01.png); */
  background-image: url(../images/icon_tab.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-bottom: -2px;
  margin-left: 10px;
}

.style-list .style-list__item .item_credit a:hover span {
  background-image: url(../images/icon_tabon.png);
  background-size: contain;
}

.style-list .style-list__item .item_btn-open {
  background: #000;
  border-radius: 50%;
  display: none;
  width: 26px;
  height: 26px;
  margin: 30px auto 0;
  position: relative;
}

.style-list .style-list__item .item_btn-open::before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  content: " ";
  background: #fff;
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 12px;
  left: 7px;
  z-index: 100;
  transition: all 0.5s;
}

.style-list .style-list__item .item_btn-open::after {
  content: " ";
  background: #fff;
  display: block;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 12px;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.style-list .style-list__item .item_btn-open.active::after, .style-list .style-list__item .item_btn-open.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 768px) {
  .style-list .style-list__item.odd .item-info {
    position: static;
    left: 0;
  }
  .style-list .style-list__item.odd .item-info span {
    display: block;
    margin-top: -4px;
  }
  .style-list .style-list__item.odd .item_number {
    position: absolute;
    top: 33vw;
    left: 70%;
  }
  .style-list .style-list__item.odd .item_number span {
    margin-left: 6px;
  }
  .style-list .style-list__item.even .item-info {
    text-align: left;
    position: static;
    left: 0;
  }
  .style-list .style-list__item.even .item-info span {
    display: block;
    margin-top: -4px;
  }
  .style-list .style-list__item.even .item_number {
    font-family: "Work Sans", sans-serif;
    position: absolute;
    top: 33vw;
    right: 70%;
  }
  .style-list .style-list__item.even .item_number span {
    margin-right: 6px;
  }
}

@media (max-width: 448px) {
  .style-list .style-list__item .item_number {
    font-size: 90px;
  }
}

@media (max-width: 768px) {
  .style-list .style-list__item .item_credit {
    display: none;
    width: 90%;
    margin: 15px auto 0;
    position: static;
  }
}

@media (max-width: 768px) {
  .style-list .style-list__item .item_btn-open {
    display: block;
  }
}

.bottom_sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 40px auto;
}

.bottom_sns-list-item .item-a {
  display: block;
  margin-right: 4.5px;
  margin-left: 4.5px;
}

.bottom_sns-list-item .item-img {
  width: 32px;
  height: 32px;
}

.PDF_download {
  text-align: center;
  width: 290px;
  margin: 0 auto 60px;
}

.PDF_download-a {
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "MonospaceTypewriter";
  font-size: 16px;
  font-weight: normal;
  height: 56px;
}

.Magazine {
  border-top: 1px solid #efefef;
  text-align: center;
  margin-top: 50px;
  padding-top: 40px;
}

.Magazine-lead {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Magazine-a {
  display: inline-block;
}

.Magazine-img {
  width: 290px;
  -o-object-fit: contain;
     object-fit: contain;
}
/*# sourceMappingURL=style.css.map */