@charset "UTF-8";
/*/▼帯バナー削除用CSS▼//*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
/*/▲帯バナー削除用CSS▲//*/
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  background: #dce7e5;		
}
#mainArea div {
  font-family: 'Noto Sans JP', sans-serif;
}
#mainArea p {
  font-family: 'Noto Sans JP', sans-serif;
}
.bnr_ {
  width: 900px;
  margin: 0 auto;
  display: block;
}
section {
  width: 860px;
  margin: 7em auto 10em;	
	position: relative;	
}
.f-y {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.f-f {
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 2.1rem;
  font-size: 1.3rem;
  letter-spacing: 1px;		
}
.f-f_2 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 2.1rem;
  font-size: 1.25rem;
  letter-spacing: 0.5px;	
}
.under_ {
    margin: 5% auto;
	clear: both;
	position: relative;
	z-index: 10;
}
.back-b {
  background: #e7e8ea;
}

.lead {
  width: 100%;
  margin: 0 auto -2em;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-align: center;
}
.lead p {
	padding: 4em 0 2em 0;
	font-size: 1.5rem;
	line-height: 1.9;
}
.lead-under {
  width: 100%;
  position: absolute;
  display: block;
  bottom: -11%;
}

/*///*/
#main_anime {
	width: 500px;
	margin: 5% auto;
}
#main_anime .arrow {
	width: 33%;
	margin: 10% auto 0 auto;	
}

h3 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 410;
  font-style: normal;
  line-height: 2.1rem;
  font-size: 2.1rem;
  letter-spacing: 1px;
  text-align: left;
	display: inline;
	background: #37c281;
	color: #FFFFFF;
	padding: 0 1%;
}
.main_ttl {
	position: relative;
	margin: 10% auto 3% auto;
	text-align: center;
    width: 40%;	
	z-index: 10;
}
.comment_ {
	font-size: 1.3rem;
	line-height: 2.0;
    margin: 2em auto 2em auto;
}


@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
.fuwafuwa {
  animation: fuwafuwa 6s infinite ease-in-out .8s alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}



/*///*/
.main_creditArea {
	padding: 0;
}
.main_credit {
  display: inline;
  vertical-align: middle;
  line-height: 1.8;
  font-size: 1.1rem;
	padding-right: 8%;
}
.main_creditArea table {
	width: 100%;
}
.main_creditArea table tr {
	padding-bottom: 5%;
}
.item .main_creditArea table td.txt {
	width: 80%;
    padding: 4% 0;	
}
.main_creditArea table td.txt {
    width: 80%;
    padding: 3% 0;
}
#cardigan .main_creditArea table td.txt {
    width: 90%;
    padding: 3% 0;
}
.main_creditArea table td.ttl_txt {
  font-family: Futura-pt, sans-serif;
  font-size: 2.5rem;
  line-height: 0;
  color: #f85bad;	
  padding: 12% 0 2% 0;
}
.main_creditArea table td.txt b {
	font-weight: normal;
	font-size: 1.2rem;	
}
.main_creditArea table td.btn {
	width: 20%;
}
.pr_ {
  font-size: 110%;
}
.m-r {
  margin-right: 8%;
}
/*///*/
.crdit {
  margin-bottom: 15px;
}
.crdit_2 {
  margin-bottom: 40px;
}
/*////*/
.button_crdit {
  width: 73%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7;
  font-size: 1.2rem;
}
.button_gr {
  font-family: futura-pt, sans-serif;
  font-size: 15px;
  font-weight: 500;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #37c281;
  background: #ffffff;	
  display: flex;
  align-items: center;
  justify-content: center;
  color: #37c281;
  text-decoration: none;
	letter-spacing: 0.5px;
}
.button_gr:hover {
  background: #37c281;
  color: #ffffff;
  transition: .3s;	
}


/*////*/
.button_all {
  width: 500px;
  height: 51px;
  border: solid 2px #202020;
  background: #202020;
  text-align: center;
  transition: 1s;
  vertical-align: middle;
  display: block;
  color: #fff;
  line-height: 47px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
  margin: 0 auto;
}
.button_all:hover {
  background: none;
  border: solid 2px #202020;
  color: #202020 !important;
  transition: .3s;
}
/*////*/


.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}


.ld_img {
	position: relative;
    z-index: 3;	
}
.ld_img img {
	width: 100%;
	height: auto;	
}
.arrow_anime {
	text-align: center;
}
.svg__anime {
  display: none;
}
.on .svg__anime {
  display: block;
}


#outerwear {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 4% auto 8% auto;
}
#outerwear .contents {
	position: relative;
}
#outerwear .contents .ld_img {
    width: 490px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -3%;
}
#outerwear .contents .item_Text {
    width: 380px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 3%;
	padding-top: 2%;
}
#hoodie {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 10% auto 8% auto;
}
#hoodie .contents {
	position: relative;
}
#hoodie .contents .ld_img {
    width: 490px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3%;
}
#hoodie .contents .item_Text {
    width: 380px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 2% 0 -3%;
	padding-top: 1%;
}
#shirt {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 10% auto 8% auto;
}
#shirt .contents {
	position: relative;
}
#shirt .contents .ld_img {
    width: 495px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -3%;
}
#shirt .contents .item_Text {
    width: 380px;
    vertical-align: middle;
    display: inline-block;
    margin: 5% 0 5% 5%;
	padding-top: 2%;
}
#cardigan {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 10% auto 8% auto;
}
#cardigan .contents {
	position: relative;
}
#cardigan .contents .ld_img {
    width: 490px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3%;
}
#cardigan .contents .item_Text {
    width: 390px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 1% 0 -3%;
	padding-top: 2%;
}






