@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;
}
#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.2rem;
  letter-spacing: 1px;	
}
.under_ {
    margin: 0 auto 5% auto;
	clear: both;
}
.back-b {
}
.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%;
}

/*///*/
h3 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 410;
  font-style: normal;
  line-height: 2.1rem;
  font-size: 2.3rem;
  letter-spacing: 1px;
  text-align: left;
	display: inline;
}
.main_ttl {
	margin: 18% auto 0 auto;
	text-align: center;
    width: 35%;	
}
.comment_ {
	font-size: 1.3rem;
	line-height: 2.0;
    margin: 2em auto 2em auto;
}



/*///*/
.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;
}
.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_bl {
  width: 100%;
  height: auto;
  border: solid 2px #202020;	
  background: #ffffff;
  text-align: center;
  transition: 1s;
  vertical-align: middle;
  display: inline-block;
  color: #202020;
  line-height: 2.3;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-family: Futura-pt, sans-serif;
}
.button_bl:hover {
  background: #202020;
  border: solid 2px #202020;
  color: #ffffff !important;
  transition: .3s;
}
.button_pr {
  width: 100%;
  height: auto;
  border: solid 2px #202020;	
  background: #f1ebf7;
  text-align: center;
  transition: 1s;
  vertical-align: middle;
  display: inline-block;
  color: #202020;
  line-height: 2.3;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-family: Futura-pt, sans-serif;
}
.button_pr:hover {
  background: #202020;
  border: solid 2px #202020;
  color: #ffffff !important;
  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;
}

/* slide */
.main-itemArea--img {
    width: 398px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.main-itemArea--img_2 {
    width: 430px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.slide-items__wrap {
	
}
.bx-prev,.bx-next {
	display: none;
}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.bx-wrapper {
    margin-bottom: 0!important;
}


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


#girl_onepiece {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 4% auto 8% auto;
}
#girl_onepiece h3 {
	color: #f85bad;
	background: #fdffe4;
}
#girl_onepiece .contents {
	position: relative;
}
#girl_onepiece .contents .of_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -3%;
}
#girl_onepiece .contents .item_Text {
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 3%;
	padding-top: 5%;
}
#boy_shirts {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 4% auto 8% auto;
}
#boy_shirts h3 {
	color: #4789e1;
	background: #fdffe4;
}
#boy_shirts .contents {
	position: relative;
}
#boy_shirts .contents .main_of_img img {
	width: 47%;
    margin: 4% auto 0 auto;
    display: block;
}
#boy_shirts .contents .of_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 3%;
}
#boy_shirts .contents .item_Text {
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5% 0 -3%;
	padding-top: 8%;
}
#girl_cardigan {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 4% auto 8% auto;
}
#girl_cardigan h3 {
	color: #f85bad;
	background: #fdffe4;
}
#girl_cardigan .contents {
	position: relative;
}
#girl_cardigan .contents .main_of_img {
    width: 450px;
    display: inline-block;
    vertical-align: middle;
    margin: 5% 10% 0 -10%;
}
#girl_cardigan .contents .item_Text {
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 0;
	padding-top: 2%;
}
#girl_coat {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 4% auto 8% auto;
}
#girl_coat h3 {
	color: #f85bad;
	background: #fdffe4;
}
#girl_coat .contents {
	position: relative;
}
#girl_coat .contents .of_img {
	width: 45%;
    margin: 4% auto 0 auto;
    display: block;
}
#girl_coat .contents .main_of_img {
    width: 330px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5%;
}
#girl_coat .contents .item_Text {
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5% 0 0;
	padding-top: 10%;
}
#boy_shorts {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 4% auto 8% auto;
}
#boy_shorts h3 {
	color: #4789e1;
	background: #fdffe4;
}
#boy_shorts .contents {
	position: relative;
}
#boy_shorts .contents .of_img {
	width: 45%;
    margin: 4% auto 0 auto;
    display: block;
}
#boy_shorts .contents .main_of_img {
    width: 380px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
}
#boy_shorts .contents .item_Text {
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 10%;
	padding-top: 10%;
}
#girl_skirt {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 4% auto 8% auto;
}
#girl_skirt h3 {
	color: #f85bad;
	background: #fdffe4;
}
#girl_skirt .contents {
	position: relative;
}
#girl_skirt .contents .of_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 9%;
}
#girl_skirt .contents .item_Text {
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    margin: 2% 0 0 -3%;
	padding-top: 3%;
}
#baby_items {
	background: #f1ebf7;
	position: relative;
    padding: 0 0 0 0;
	width: 100%;
    margin: 14% auto 8% auto;
}
#baby_items .contents {
	width: 900px;
    margin: 0 auto;	
}
#baby_items .contents .main_img {
	width: 480px;
    vertical-align: middle;
    display: inline-block;
	margin: 7% 0 7% -4%;
}
#baby_items .contents .item_Text {
	width: 380px;
    vertical-align: middle;
    display: inline-block;
	margin: 0 0 0 8%;
}
#baby_items h3 {
	color: #f54001;
}







