﻿@charset "UTF-8";
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/
.md-mainvisual {
  max-width: 1140px;
  margin: 0 auto;
}

.md-mainvisual .sp {
  display: none;
}

.md-mainvisual .img img {
  width: 100%;
}

.md-lede {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 74px;
  height:0px;
}

.md-lede .title-en {
  font-size: 15px;
  font-weight: 600;
}

.md-lede h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  margin: 25px 0;
}
.md-lede h2 span {
  font-size: 18px;
}

.md-lede .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 2em;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .md-mainvisual .sp {
    display: block;
  }
  .md-mainvisual .pc {
    display: none;
  }
  .md-lede {
    text-align: left;
    padding-top: 40px;
    padding-bottom: 0px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 250px;
  }
  .md-lede h2 {
    font-size: 21px;
    margin: 15px 0;
  }
  .md-lede .text {
    margin-bottom: 20px;
  }
  .md-lede .text .pc {
    display: none;
  }
}

.md-lede .credit {
  line-height: 1.8;
  font-size: 12px;
}

.md-footer-wrap {
  padding-top: 0;
}



/*---------ここから記事ごとに変更箇所---------------*/


@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block;
  }
}

.md-mainvisual {
  position: relative;
}

.md-mainvisual .title {
  position: absolute;
  width: 86%;
  left: 0;
  right: 0;
  top: 88%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  padding: 0 7%;
  opacity: 0;
  -webkit-transition: .8s ease .5s;
  transition: .8s ease .5s;
}
@media screen and (min-width: 768px) {
  .md-mainvisual .title {
    position: absolute;
    width: 287.5px;
    left: -46%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
    opacity: 0;
    -webkit-transition: .8s ease .5s;
    transition: .8s ease .5s;
  }
}
.md-mainvisual .title.on {
  opacity: 1;
}


@media screen and (max-width: 768px) {
  .md-lede {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .md-lede .text {
    font-size: 14px;
    line-height: 1.5;
  }
  .md-lede .text br {
    display: none;
  }
  .md-lede .credit {
    font-size: 10px;
  }
}

.main-content {
  max-width: 1043px;
  margin: auto;
  margin-bottom: 180px;
}

@media screen and (max-width: 768px) {
  .main-content {
    width: 100%;
    margin-bottom: 90px;
  }
}

.main-content .section {
  width: 100%;
  margin: auto;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .main-content .section {
    width: 100%;
	padding-top: 50px;
	margin-bottom: 30px;
  }
}

.main-content .section .sp-style {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-content .section .sp-style {
	  box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .sp-style .w-wrapper {
    padding: 0 20px;
  }
}

.sp-style .sub-ttl {
  margin: auto auto 20px;
  text-align: center;
	width: 133px;
}
.sp-style .sub-ttl img {
	width: 100%;
}
.sp-style h2 {
  margin: auto auto 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.category-wrap {
  overflow: hidden;
  margin: auto 80px;
  width: 1040px;
}
@media screen and (max-width: 768px) {
  .category-wrap {
    margin: auto;
    width: 90%;
  }
}

.category-wrap .category {
  float: left;
  width: 400px;
  margin: auto;
}
.category-wrap .category:nth-of-type(1) {
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .category-wrap .category {
    width: 40%;
  }
  .category-wrap .category:nth-of-type(1),
	.category-wrap .category:nth-of-type(2) {
  margin: auto 5%;
  }	
}

.gender {
  	display: flex;
	align-items: center;
}
.gender:before, .gender:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #000;
	display: block;
}
.gender:before {
	margin-right: .4em;
}
.gender:after {
	margin-left: .4em;
}
.gender.g-women img {
	width: 80px;
	padding: 20px;
}
@media screen and (max-width: 768px) {
  .gender.g-women img {
	  padding: 20px 10px;
  }
}
.gender.g-men img {
	width: 54px;
	padding: 20px;
}

.category-wrap .category ul {
	display: flex;
	width: 400px;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: 1px solid;
	margin: auto auto 80px;
}
@media screen and (max-width: 768px) {
  .category-wrap .category ul {
    	display: block;
		width: 100%;
		padding-bottom: 30px;
		border-bottom: 1px solid;
		margin: auto auto 80px;
  	}
}

.category-wrap .category ul li {
	width: 130px;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .category-wrap .category ul li {
	width: 100%;
	line-height: 1.3;
	margin-bottom: 20px;
  }
}

.category-wrap .category ul li div {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .category-wrap .category ul li div {
	margin-bottom: 5px;
  }
}

.category-wrap .category ul li a div img {
	width: 100%;
}
.category-wrap .category ul li a p {
	text-decoration: underline;
  text-align: center;
}
.category-wrap .category ul li a div img:hover,
.category-wrap .category ul li a p:hover {
  opacity: .7;
}
.category-wrap .category ul li a p.brand {
  height: 40px;
}

.sp-style .items {
  width: 1040px;
  margin: auto auto 125px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sp-style .items {
    width: 100%;
    margin: auto;
  }
}
.sp-style .items .ttl-day{
	margin: auto auto 40px;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .sp-style .items .ttl-day{
	  margin: 80px auto 25px;
  }
 .sp-style .items .ttl-day.day1-w{
	  margin-top: 0;
  }
}

.sp-style .items .ttl-day img{
	width: 100%;
}
.sp-style .items .item-left {
  float: left;
}
.sp-style .items .item-right {
  float: right;
}
@media screen and (max-width: 768px) {
	.sp-style .items .item-left,
	.sp-style .items .item-right{
  		float: none;
	}
}

.sp-style .items .center {
  margin: auto;
}
.sp-style .items .item-left img,
.sp-style .items .item-right img,
.sp-style .items .center img{
  width: 100%;
}

.sp-style .items .img-cap {
  font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
}

.w900{ width: 900px; }
.w540{ width: 540px; }
.w520{ width: 520px; }
.w480{ width: 480px; }
.w460{ width: 460px; }
.w450{ width: 450px; }
.w410{ width: 410px; }
.w380{ width: 380px; }
.w350{ width: 350px; }
.w320{ width: 320px; }
.w300{ width: 300px; }
@media screen and (max-width: 768px) {
  .w900, .w480, .w520, .w480, .w460, .w450, .w410, .w380, .w350, .w320, .w300{ width: 100%; }
}


.day1-w{ width: 117px;}
.day2-w{ width: 146px;}
.day3-w{ width: 152px;}
.day4-w{ width: 131px;}
.day5-w{ width: 173px;}

.day1_2{ margin-top: -80px}
.day1_3{ margin: 95px 0 0 110px;}
.day1_4{ margin: 125px 115px 0 0;}
.day2_2{ margin: 80px 20px 0 0;}
.day2_3{ margin: 90px 0 0 20px;}
.day2_4{ margin: 125px 115px 0 0;}
.day3_2{ margin: 80px 130px 0 0;}
.day3_3{ margin: 105px 0 0 130px;}
.day4_2{ margin: -45px 0 0 0;}
.day4_3{ margin: 90px 70px 0 0;}
.day5_2{ margin: 80px 70px 0 0;}
.day5_3{ margin: 110px 0 0 70px;}
@media screen and (max-width: 768px) {
	.day1_2{ margin: 45px 0 0 15%;}
	.day1_3{ margin: 45px 15% 0 0;}
	.day1_4{ margin: 45px 15% 0 15%; width: 70%;}
	.day1_2, .day1_3{ width: 85%;}
	.day2_2{ margin: 45px 0 0 26%; width: 74%;}
	.day2_3{ margin: 45px 54% 0 0; width: 46%;}
	.day2_4{ margin: 45px 15% 0 15%; width: 70%;}
	.day3_2, .day3_3{ margin: 45px 0 0 0;}
	.day4_2{ margin: 45px 11% 0; width: 78%; }
	.day4_3{ margin: 45px 4% 0; width: 92%;}
	.day5_2{ margin: 45px 20% 0 0; width: 80%;}
	.day5_3{ margin: 45px 0 0 8.7%; width: 91.3%;}
}

.txt-day{ margin: 45px 0 0 70px;}
@media screen and (max-width: 768px) {
	.txt-day{ margin: 0;}
}

.txt-h { 
	height: 720px;
	display: table;
}
.txt-h .txt-wrap { 
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .txt-h, .txt-h .txt-wrap{ 
	  height: auto;
	  display: block;
  }
}
.items .item-txt { 
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .items .item-txt { 
	margin-bottom: 30px;
  }
}

.items .item-txt h3 { 
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
.items .item-txt h3 { 
	margin-top: 15px;
  }
}
.items .credit {
	width: 100%;
  }
.items .credit.w-240 {
	width: 240px;
  }
@media screen and (max-width: 768px) {
  .items .credit.w-240 { 
	width: 100%;
  }
}
.credit.c-01 { margin-bottom: 30px; }
.credit.c-02 { margin-right: 40px; width: 240px; }
.credit.c-03 { margin-top: 15px; }
@media screen and (max-width: 768px) {
  .credit.c-01, .credit.c-02, .credit.c-03 { margin: 20px 0 0 0; }
}
.items .credit ul li {
	font-size: 12px;
	list-style: none;
	line-height: 1.6;
}

.items .credit ul li.c-w {
	width: 47px;
	margin-bottom: 5px;
}
.items .credit ul li.c-m {
	width: 26px;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .items .credit ul li.c-m {
	width: 26px;
	margin: 20px 0 5px;
  }
}

.items .credit ul li.c-w img,
.items .credit ul li.c-m img {
	width: 100%;
}
.items .credit ul li a {
  text-decoration: underline;
  color: #000;
}
.items .credit ul li a:hover {
  opacity: .7;
}



.modal-content {
  white-space: nowrap;
}