@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
html, body, ul, li, p, a, div, img, h1, h3 {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
body {
  overflow-x: unset;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}
*, ::after, ::before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}
::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
.blog_inner h3, h2, h4 {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.blog_inner a:not([class]) {
  font-weight: 400;
}
caption, th, p {
  text-align: center;
}
#fallshirt {
  width: unset;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  text-align: center;
  background: #fff;
  color: #333;
}
#fallshirt img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}
#fallshirt p {
  font-size: 1em !important;
  margin-top: 0 !important;
}
#fallshirt h1, #fallshirt h2, #fallshirt h3, #fallshirt h4, #fallshirt h5 {
  color: #222;
  text-align: center;
  font-weight: 400;
  background: none;
  border: none;
  letter-spacing: 0.1em;
	margin: auto;
}
#fallshirt h1 {
  font-size: 2.5em;
  line-height: 150%;
  margin: 2em auto 0.5em;
font-family: "dnp-shuei-nshogomincho-std", sans-serif;	
}

#fallshirt h1.title {
  font-size: 2.7em;
  line-height: 150%;
  margin: 2em auto 0.5em;
font-family: "Jost", sans-serif;
}



#fallshirt h2 {
  font-size: 1.3em;
	font-weight: bold;
  line-height: 150%;
  margin: 30px auto 0;
}

#fallshirt h2 img {
  padding-top: 0px;
}
#fallshirt h3 {
  font-size: 2em;
  color: #613917;
  margin-bottom: 0.5em;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 1em;
}
#fallshirt h4 {
  font-size: 1.5em;
  padding: 0.4em 0 0.3em;
  margin-bottom: 0.5em !important;
  margin-top: 0px;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
	background: #005a5c;
}

#fallshirt .itemlisttext a {
  text-align: center !important;
  text-decoration: underline;
  font-weight: 400 !important;
  line-height: 250%;
}

#fallshirt .itemlisttext a span{
	color: #C52F32;
	font-size: 1.4em!important;
	font-weight: bold;
}


.blog_inner h4 {
  text-align: center;
  font-weight: 400;
}
.blog_inner a:not {
  text-decoration: none;
  font-weight: 400;
}
.blog_inner a {
  text-decoration: none;
}

#fallshirt .fallshirt_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}


#fallshirt .categorylist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
}
#fallshirt section.category {
	margin: 0px auto;
	width: 100%;
}
#fallshirt .categorylist div{
	flex-basis: calc(100% / 2);
  padding: 1%;    
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}



.feature-area{
    background:black;
    padding:40px 0 60px;
}

.feature-inner{
    position:relative;
    max-width:430px;
    margin:0 auto;
}

/* PLAN */

.plan-no{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:20px;
}

.plan-no .num{
    font-size:58px;
    font-weight:700;
    color:#fff;
    line-height:1;
}

.plan-no p{
    font-size:10px;
    line-height:1.5;
    color:#fff;
    font-weight:700;
    margin-top:6px;
	text-align: left;
}

/* stripe */

#fallshirt h2.title-added{
    position:absolute;
    top:20px;
    left:240px;
font-family: "Handjet", sans-serif;
    font-size:70px;
    color:#fff!important;
    font-weight:900;
    line-height:1;

    z-index:5;

    transform:rotate(-5deg);
}

/* メイン画像 */

.img-main{
    width:295px;
    position:relative;
    z-index:1;
}

.img-main img{
    width:100%;
    display:block;
}

/* 縦帯 */

.vertical-copy{
    position:absolute;
    left:0px;
    top:290px;

    background:#fff;
    color:#000;

    writing-mode:vertical-rl;

    padding:15px 10px;

    font-size:14px;
    font-weight:700;

    z-index:10;
}

.vertical-copy.second{
    left:56px;
    top:422px;
}

/* 赤丸テキスト */

.autumn-copy{
    position:absolute;

    top:260px;
    right:0px;

    color:#fff;

    font-size:17px;
    font-weight:700;

    z-index:10;

    border:3px solid #fff;
    border-radius:50%;

    padding:18px 28px;

    transform:rotate(-8deg);
}

/* 下画像 */

.img-sub{
    width:315px;

    margin-left:auto;
    margin-top:-40px;

    position:relative;
    z-index:2;
}

.img-sub img{
    width:100%;
    display:block;
}

/* テキスト */

.text-area{
    margin-top:40px;
    padding:0 20px;
}

.text-area p{
    font-size:18px;
    line-height:2;
    color:#fff;
	text-align: left;
}

.plan02{
    background:black;
    padding:40px 20px 60px;
}

.plan02__inner{
    max-width:430px;
    margin:0 auto;
    position:relative;
}

/* メイン画像 */

.plan02__main{
    position:relative;
}

.plan02__main img{
    width:100%;
    display:block;
}

/* 手書き風タイトル */

#fallshirt h2.plan02__title{
    position:absolute;
    left:0px;
    top:400px;
font-family: "Handjet", sans-serif;
    width:520px;

    color:#fff;
    font-size:46px;
    font-weight:700;
    line-height:1;

    z-index:10;
}

/* 商品画像 */

#fallshirt .plan02__item{
    position:absolute;
    right:-15px;
    top:520px;

    width:220px;
    height:220px;

    border-radius:50%;
    overflow:hidden;

    transform:rotate(-8deg);
}

#fallshirt .plan02__item img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* 商品情報 */

#fallshirt .plan02__info{
    width:180px;
    margin-top:35px;
}

#fallshirt .plan02__info h3{
    font-size:20px;
    line-height:180%;
    color:#fff;
    font-weight:700;
    margin-bottom:25px;
}

#fallshirt .plan02__info p{
    font-size:13px!important;
    color:#fff;
    line-height:2;
}

#fallshirt .plan02__info p.size{
margin: 20px auto 0;
}

#fallshirt .plan02__info p.price{

font-weight: bold;
}

#fallshirt .plan02__info a{
	display: block;
	width: 100%;
	max-width: 130px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	font-size: 1em!important;
}
#fallshirt .plan02__info a:hover {
	background: #000;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
}















#fallshirt p {
  font-size: 1em !important;
  line-height: 180%;
}
#fallshirt .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content:center; 
}

#fallshirt .main_text {
  margin: 2em auto !important;
  text-align: center;
  line-height: 180%;
  display: block !important;
  width: 90%;
  max-width: 800px;
}
#fallshirt .main_text2 {
  text-align: left;
  line-height: 180%;
  display: block !important;
  width: 90%;
  max-width: 650px;
  margin: 1em auto 2em;
}
#fallshirt .itemlistbox {
  background-color: #f4f4f2;
  padding: 20px 1em 1em;
  max-width: 850px;
  margin: 30px auto 60px;
}
#fallshirt section {
  margin: 0px auto;
}

#fallshirt section.itemlist {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 10px;
  text-align: center;
}
#fallshirt section.itemlist img {
  width: 100%;

}
#fallshirt section.itemlist .flex div {
  flex-basis: 50%;
  padding: 2%;
}
.flexbox {
  display: flex;
  margin: 0px auto;
}
.box1 {
  width: 50%;
  margin: auto;
}
.box2 {
  width: 50%;
  margin: auto .5rem;
}
.box2 .box_text {
  width: 90%;
  text-align: left;
  margin: 0px auto;
}
#fallshirt p.itemname {
  font-size: 1em !important;
  margin: 20px auto 10px !important;
  width: 90%;
  font-weight: 700;
}
#fallshirt p.price {
  font-size: 1.2em !important;
  margin: 0px auto 0px !important;
}
#fallshirt .item p.itemname {
  margin: 20px auto 5px !important;
  font-size: 1em !important;
  width: 95%;
  line-height: 130%;
}
#fallshirt .itemlist {
  margin: 0 auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
}
#fallshirt section.itemlist  p.itemname {
  text-align: center;
  margin: 5px auto 3px !important;
  line-height: 150%;
  overflow: visible;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 1em !important;
}
#fallshirt .itemlist p.itemname span {
  color: #C52F32;
  font-weight: bold;
  font-size: 1em !important;
}
#fallshirt .itemlist p.price {
  margin: 7px auto !important;
  text-align: center;
  line-height: 200%;
}
#fallshirt .itemlist p.price span {
  color: #C52F32;
  font-size: 1.4em !important;
  font-weight: bold;
}
#fallshirt p.price span.percentage {
  color: #C52F32;
  font-size: 1.3em !important;
  font-weight: bold;
}


/* 購入ボタン */

#fallshirt section.itemlist .buy{
	display: block;
	width: 100%;
	max-width: 130px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	font-size: 1em!important;
}
#fallshirt  section.itemlist .buy:hover {
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}



/* ボタン */
#fallshirt a.otheritem {
  display: block;
  width: 100%;
  max-width: 650px;
  padding: 1em 0;
  text-align: center;
  border: 1px solid #999;
  background: #999;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  transition: 0.6s;
  margin: 0 auto;
}
#fallshirt a.otheritem:hover {
  background: #fff;
  text-align: center;
  border: 1px solid #999;
  color: #999
}
/* 回遊リンク */
#fallshirt .Banner4 {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#fallshirt .Banner4 h3 {
  font-size: 25px !important;
  margin: 50px auto !important;
  padding: 20px 0;
  border-top: double #333;
  border-bottom: 1px solid #333;
  color: #333;
  text-align: center;
}
#fallshirt .Banner4 ul {
  display: inline;
}
#fallshirt .Banner4 ul li {
  display: inline-block;
  width: 47% !important;
  margin: 1% 1% 2% 1%;
}
.blog_inner a:not {
  font-weight: 400 !important;
  text-decoration: none;
}
@media only screen and (min-width:749px) {
  .pc_none {
    display: none !important;
  }
  #fallshirt .left {
    flex-direction: row-reverse;
  }
  /* ヘッダー・フッターの崩れを直す */
  #news_detail .detail {
    width: 100% !important;
  }
  #news_detail .detail .head {
    width: 1000px !important;
    margin: 0 auto 50px !important;
  }
  #news_detail .detail .content {
    background: #ffffff;
  }
  #news_detail .detail .content p:first-child {
    margin: 0 auto;
    max-width: 1000px !important;
  }
  #topicpath {
    width: 1168px;
    margin: 0 auto;
  }
  .paging {
    width: 1000px;
    margin: 0 auto;
  }
  .item_category_links {
    width: 1168px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width:748px) {
  .sp_none {
    display: none;
  }
  #fallshirt p, #fallshirt div {
    font-size: 3.5vw !important;
    line-height: 180%;
  }
  #fallshirt h1 {
    font-size: 6vw !important;
  }
	
#fallshirt h1.title {
    font-size: 6.5vw !important;
  }	
	
  #fallshirt h2 img {
    padding-top: 0px;
  }
#fallshirt h2{
    font-size: 4.5vw;
  }	
  #fallshirt h3 {
    font-size: 7vw !important;
  }
  #fallshirt h4 {
    font-size: 5.5vw !important;
    text-align: center !important;
  }
  #fallshirt .itemlist p.price {
    margin: -15px auto 10px !important;
    text-align: center;
	  font-size: 4vw!important;
  }
  #fallshirt .itemlisttext {
    text-align: left;
    line-height: 180%;
  }
  #fallshirt section.item {
    margin: 2vw auto 0;
  }*
  #fallshirt section.stylebox {
    width: 100%;
    margin: 0.875vw auto 10vw;
  }
  #fallshirt .itemlist p.itemname {
    margin: 5px auto 20px !important;
    width: 100%;
	  font-size: 3.5vw;
  }


/* ---------- FALL SHIRT SP FIX ---------- */

.plan-no .num{
    font-size:10vw;
    padding:3% 3% 3% 3%;
}

#fallshirt h2.title-added{
    font-size:12vw;
    top:20px;
    left:80%;
    transform:translateX(-50%) rotate(-5deg);
    width:100%;
    text-align:center;
}
	
.feature-area{	
padding: 40px 0 0px;	
}	

.autumn-copy{
    top:220px;
    right:10px;
    font-size:4vw;
}

.vertical-copy{
    left:15px;
    top:334px;
}

.vertical-copy.second{
    left:68px;
    top:454px;
}

.img-sub{
    width:72%;
    margin-top:-7px;
}

#fallshirt h2.plan02__title{
    font-size:7vw;
    width:100%;
    left:0;
    top:70vw;
}

#fallshirt .plan02__info h3{
    font-size:4vw !important;
}

#fallshirt .plan02__item{
    right:0;
    top:120vw;
    width:38vw;
    height:38vw;
    max-width:180px;
    max-height:180px;
}

#fallshirt .plan02__info{
    width:42%;
}

#fallshirt .plan02__pagetop{
    right:10px;
    bottom:10px;
}
	
#fallshirt .plan02__info p{
    font-size:3.5vw;
}	

/* ---------- END ---------- */	
	
	
	
#fallshirt section.itemlist .flex div {
 margin-bottom: 5vw;
}
	
  .flexbox {
    display: block;
  }
  .flexbox .box1 {
    width: 100%;
    margin: 0 auto;
  }
  .flexbox .box2 {
    width: 100%;
    margin: 5.56vw auto;
  }
  #fallshirt .textaria {
    width: 90%;
    margin: 0 auto;
  }
  #fallshirt .itemlist p.itemname {
    text-align: center;
    margin: 5px auto 3px !important;
    padding-bottom: 1em;
    overflow: visible;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 3.8vw !important;
    line-height: 150%;
  }
	
  /* 100%表示用 */
  #news_detail .detail {
    margin: 0 auto;
  }
  /* 回遊リンク */
  #fallshirt .Banner4 {
    text-align: center;
    width: 100%;
  }
  #fallshirt .Banner4 ul {
    margin: 0 auto;
    width: 95%;
  }
  #fallshirt .Banner4 ul li {
    width: 95% !important;
    margin: 0 0 5% 0 !important;
  }
  /* ヘッダー */
  #news_detail .detail .content p:first-child img {
    display: none;
  }
  #fallshirt .header {
    position: relative;
    height: 105vw;
  }
/*  #fallshirt .header .fv1 {
    position: absolute;
    width: 95%;
    top: 0vw;
    left: 3vw;
  }*/
}