@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	  font-family: 'Noto Sans JP', sans-serif,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a{
	text-decoration: none;
	transition: .3s all ease;
}
a:hover{
	opacity: 0.7;
}
sup{
	position: relative;
	top: 0.1em;
    font-size: 0.6em;
}
br.SP{
	display: none;
}
.container{
	overflow-y: hidden;
}

a.webinar{
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 12px 60px 13px 44px;
	background-color: #ED7700;
	border-radius: 12px;
	margin: 20px auto 80px;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	position: relative;
}
a.webinar::after{
	content: "＞";
	font-size: 20px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	right:16px;
	top: calc(50% - 10px);
	transition: .3s all ease;
}
a.webinar:hover{
	opacity: 0.6;
}
a.webinar:hover::after{
	right: 10px;
}
/*---------------------------------
 ヘッダー
---------------------------------*/
header .micol_logo {
  background-color: #232F77;
  height: 50px;
  text-align: center;
  line-height: 50px; }
/*---------------------------------
パンくず
---------------------------------*/
.pankuzu {
  font-size: 14px;
  margin-top: 8px;
  margin-left: 20px;
  z-index: 100;
}
.pankuzu a {
color: #007bff;
}
.pankuzu a:link, .pankuzu a:visited, .pankuzu a:hover, .pankuzu a:active {
      color: #007bff;
}
.subTtl{
	font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
	color: #000;
	font-weight: 900;
	font-style: normal;
}
.wrapper{
	position: relative;
}
.kiwi{
	font-family: "Kiwi Maru", system-ui;
  font-weight: 500;
  font-style: normal;
}
.footer{
	border-top: 1px solid #467c9c;
	margin-top: 150px;
	padding: 0px 10px;
	font-size: 0.80em;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	letter-spacing: 0.5px;
}
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #0b308e;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 100; }

#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none; }

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.contents .inner{
	max-width: 1200px;
	margin: 0 auto;
}
.contents .inner img{
	width: 100%;
	object-fit: contain;
}
.main{
	background-image: url("../images/2x/main_PC@2x.png");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 30px 50px;
	aspect-ratio: 2400/540;
}
.mainHead{
	display: none; /*画像で表示*/
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}
.mainHead .logoArea{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2%;
}
.mainHead h1{
	background-image: url("../images/SVG/logo.svg");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 20%;
	height: 0;
	padding-top: 7%;
}
.mainHead h2{
	background-image: url("../images/SVG/vol18.svg");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 15%;
	height: 0;
	padding-top: 6%;
	position: absolute;
	left: 3%;
	bottom: 3%;
}
.mainHead .mainImg{
	position: absolute;
	right: 0;
	height: 270px;
}
.intro{
	background-image: url(../images/2x/section1_base@2x.png) ;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 30px 0 50px;
	text-align: center;
}
.intro h4{
	background-color: #000;
	padding: 2px 8px;
	color: #fff;
	width: fit-content;
	margin: 0 auto 12px auto;
}
.intro h3.title{
	background-image: url(../images/SVG/section1_title.svg) ;
	background-size: contain;
	background-position: top bottom;
	background-repeat: no-repeat;
	margin: 16px auto 12px auto;
	padding-top: 2.4%;
	width: 80%;
	max-width: 920px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}
.intro p{
	line-height: 1.5;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 12px;
}
.intro p.subText{
	font-size: 0.9em;
}

.note{
	background-image: url(../images/lead_repeat.svg) ;
	background-size: 40px;
	background-position: top bottom;
	background-repeat: repeat;
}

.note .inner{
	max-width: 1080px;
	position: relative;
	margin: 0 auto;
	aspect-ratio: 1080 / 2800;
	padding-top: 60px;
}

.note .inner .graph1{
	width: 38%;
	position: absolute;
	left: 6%;
}
.note .inner .graph2{
	width: 26%;
	position: absolute;
	left: 0;
	top: 14%;
}
.note .inner .graph3{
	width: 92%;
	position: absolute;
	right: 0;
}
.note .inner .voice1{
	width: 46%;
	position: absolute;
	right: 0;
	top: 30%;
}
.note .inner .graph5{
	width: 38%;
	position: absolute;
	left: 0;
	top: 46%;
}
.note .inner .voice2{
	width: 36%;
	position: absolute;
	right: 0;
	top: 48%;
}
.note .inner .graph6{
	width: 46%;
	position: absolute;
	left: 21%;
	top: 58%;
	z-index: 1;
}
.note .inner .graph7{
	width: 38%;
	position: absolute;
	left: 4%;
	top: 77%;
}
.note .inner .graph8{
	width: 36%;
	position: absolute;
	right: 0;
	top: 66%;
}
.note .inner .graph9{
	width: 34.5%;
	position: absolute;
	left: 28%;
	top: 85%;
}
.history{
	background-image: url("../images/SVG/history.svg");
	background-size: 50%;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}
.history::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-position: top center;
	background-size: contain;
	background-image: url("../images/2x/section2_base@2x.png");
	width: 100%;
	aspect-ratio: 2400/5480;
	z-index: -1;
}
.history > .head{
	width: 1080px;
	margin: 0px auto -60px;
	padding: 30px 0 32px;
	position: relative;
}
.history > div{
	position: relative;
}
.head .sub{
	background-color: #000;
	padding: 4px 8px 5px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	width: fit-content;
	margin: 16px auto;	
}
.head .h3-history{
	background-image: url("../images/SVG/section2_title.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 96%;
	margin: 12px auto ;
	padding-top: 18%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	top: -60px;
}
.history{
	position: relative;
}
.history .head p{
	position: absolute;
	bottom: 40px;
	left: 26%;
	width: 74%;
	font-weight: 600;
	line-height: 1.5;
	top: -110px;
	position: relative;
}
.loadmap{
	width: 100%;
	position: relative;
	background-image: url("../images/SVG/load.svg");
	background-repeat: no-repeat;
	background-position: center;
	aspect-ratio: 1200 / 1315;
	/*max-width: 1200px;
	margin: 0 auto;*/
}
.loadmap img{
	position: absolute;
}
.loadmap .point1{
	position: absolute;
	width: 20.6%;
	left: 5%;
	top: -1.2%;
}
.loadmap .point2{
	position: absolute;
	width: 18.4%;
	left: 28%;
	top: -1.2%;
}
.loadmap .point3{
	position: absolute;
	width: 25%;
	left: 50%;
	top: -1.2%;
}
.loadmap .point5{
	position: absolute;
	width: 35%;
	right: 10%;
	top: 6%;
}
.loadmap .point6{
	position: absolute;
  width: 46%;
  left: 16%;
  top: 29.4%;
}
.loadmap .point7{
	position: absolute;
	width: 20%;
	left: 10.4%;
	top: 64%;
}
.loadmap .point8{
	position: absolute;
	width: 38%;
	left: 30%;
	top: 60%;
}
.loadmap .point9{
	position: absolute;
	width: 20%;
	right: 5%;
	top: 50%;
}
.loadmap .pointall{
	display: none;
}
.loadmap .next{
	position: absolute;
  width: 11%;
  right: 35%;
  bottom: 9%;
}
.loadend{
	position: absolute;
	width: 82%;
	display: flex;
	margin: 0 auto;	
	bottom: 5%;
	left: 50%;
	align-items: center;
	transform: translate(-50%,0);
	z-index: 1;
}
.loadend .box{
	width: 90%;
}
.loadend .year{
	width: 15%;
  position: absolute;
  /*top: -20%; */
  right: 0;
  transform: translate(0, 38%) scale(1.1);
}
.whitebase{
	position: relative;
	width: 82%;
	background-color: #fff;
	margin: 0 auto;
	padding: 10% 80px 20px 80px;
	border-radius: 0 0 80px 80px;
}
.history{
	padding-bottom: 80px;
}
.makiTitle{
	font-weight: 800;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.trend{
	background-color: #fff;
}
h3.trend{
	background-image: url("../images/SVG/section3_title.svg");
	background-repeat: no-repeat;
	background-position: left center;
	width: 72%;
	margin: 20px ;
	padding-top: 6%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	left: -30px;
}
.article {
	display: flex;
	margin-bottom: 30px;
	gap: 30px;
	align-items: flex-start;
}
.article img{
	width: 20%;
}
.article .text .head{
	background-repeat: no-repeat;
	background-position: left center;
	width: 72%;
	margin: 20px 0;
	padding-top: 6%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
}
.article .text .head.head1{
	background-image: url("../images/SVG/section3_text1.svg");
}
.article .text .head.head2{
	background-image: url("../images/SVG/section3_text2.svg");
}
.article .text .head.head3{
	background-image: url("../images/SVG/section3_text3.svg");
}
.article .lead{
	font-size: 1.1em;
	line-height: 1.75;
	font-weight: 500;
}
.article .lead span{
	color: #ed7700;
	font-weight: 500;
}
.trend .head{
	max-width: 1200px;
	padding-top: 30px;
	margin: 0px auto 40px;
}
.head .h3-trend{
	background-image: url("../images/SVG/section4_title.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 96%;
	margin: 12px auto;
	padding-top: 10%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
}
.trend .head .lead{
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
	font-size: 1.1em;
}
.trend .brand{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.trend .arimino .brand .left{
	width: 44%;
}
.trend .arimino .brand .right{
	width: 56%;
	position: relative;
}
.trend .brand .right img{
	width: 90%;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 10%;
	z-index: 1;
}
.trend .arimino.brand .right::after{
	position: absolute;
	content: "";
	background-color: #d5eff7;
	width: 100%;
	height: 164px;
	bottom: 0;
}

.trend .brand.blue .left{
	background-color: #d5eff7;
}
.trend .brand .left .logo{
	display: flex;
	height: 240px;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.arimino .logo img{
	width: 60%;
}
.catch{
	position: relative;
}
.catch p{
	text-shadow: 0px 0px 3px #777;
	font-weight: 800;
}
.catch .oshi{
	width: 120px;
	height: 120px;
	position: absolute;
	left: -60px;
	top: -60px;
}
.blue .catch{
	background-color: #59c2e1;
}
.catch{
	padding: 24px;
	background-color: #59c2e1;
	text-align: center;
	line-height: 1.75;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
}

.point{
	background-color: #0b308e;
	padding: 20px 20px 20px 120px;
	position: relative;
	color: #fff;
	font-weight: 600;
}
.arimino .point {
	height: 164px;
}
.point .man2{
	position: absolute;
	width: 140px;
	bottom: 0;
	left: -30px;
}
.point p.title{
	background-image: url("../images/SVG/kikuya.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	padding-top: 4%;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
	height: 0;
}
.point p{
	line-height: 1.5;
}


.trend .arimino.brand .left{
	width: 44%;
}
.trend .arimino.brand .right{
	width: 56%;
	position: relative;
}

.brand .bottom{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.brand .tag{
	position: absolute;
	height: 24px;
	padding: 2px 8px 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: -114px;
	width: 204px;
	font-size: 0.9em;
	background-color: #000;
	color: #fff;
	transform: rotate(-90deg);
	top: 160px;
}
.blue .foreword{
	background-color: #d5eff7;
	width: 32%;
}
.blue .foreword img{
	max-width: 100%;
}
.blue .itemArea{
	width: 68%;
	padding: 0 0px;
}
.blue .itemArea .item{
	padding: 0 30px;
}
.blue .itemArea img{
	max-width: 100%;
}
.itemArea .detail{
	display: flex;
	padding: 24px 0 12px;
	align-items: flex-start;
	gap: 24px;
	width: 92%;
  margin: 0 auto;
}
.blue .itemArea .detail img{
	width: 100%;
}
.itemArea .detail .matter{
	width: 86%;
}
.itemArea .detail .matter img{
	width: 100%;
}
.itemArea .detail .matter p{
	margin: 16px 0;
	font-size: 1em;
	line-height: 1.25;
}
.itemArea .item .title{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 0;
	margin-top: 0px;
	padding-top: 10%;
	text-indent: 100%;
	position: relative;
	overflow: hidden;
}
.itemArea .item .title.title1{
	background-image: url("../images/SVG/section4_shop1_title1.svg");
}
.itemArea .item .title.title2{
	background-image: url("../images/SVG/section4_shop1_title2.svg");
}
.itemArea .item .title.title3{
	background-image: url("../images/SVG/section4_shop2_title1.svg");
}
.itemArea .item .title.title4{
	background-image: url("../images/SVG/section4_shop2_title2.svg");
}
.itemArea .item .title.title5{
	background-image: url("../images/SVG/section4_shop3_title1.svg");
}
.itemArea .item .title.title6{
	background-image: url("../images/SVG/section4_shop3_title2.svg");
}
.itemArea .item .title.title7{
	background-image: url("../images/SVG/section4_shop4_title1.svg");
}
.itemArea .item .title.title8{
	background-image: url("../images/SVG/section4_shop4_title2.svg");
}
.itemArea .item .title.title9{
	background-image: url("../images/SVG/section4_shop5_title1.svg");
}
.itemArea .item .title.title10{
	background-image: url("../images/SVG/section4_shop5_title2.svg");
}
.itemArea .item .title.title11{
	background-image: url("../images/SVG/section4_shop6_title1.svg");
}
.itemArea .item .title.title12{
	background-image: url("../images/SVG/section4_shop6_title2.svg");
}
.itemArea .item .title.title13{
	background-image: url("../images/SVG/section4_shop7_title1.svg");
}
.itemArea .item .title.title14{
	background-image: url("../images/SVG/section4_shop7_title2.svg");
}
.itemArea .item .title.title15{
	background-image: url("../images/SVG/section4_shop8_title1.svg");
}
.itemArea .item .title.title16{
	background-image: url("../images/SVG/section4_shop8_title2.svg");
}
.itemArea .item .title.title17{
	background-image: url("../images/SVG/section4_shop9_title1.svg");
}
.itemArea .item .title.title18{
	background-image: url("../images/SVG/section4_shop9_title2.svg");
}
.itemArea .item .title.title19{
	background-image: url("../images/SVG/section4_shop10_title1.svg");
}
.itemArea .item .title.title20{
	background-image: url("../images/SVG/section4_shop11_title2.svg");
}
.itemArea .item .title.title21{
	background-image: url("../images/SVG/section5_shop1_title1.svg");
}
.itemArea .item .title.title22{
	background-image: url("../images/SVG/section5_shop1_title2.svg");
}
.itemArea .item .title.title23{
	background-image: url("../images/SVG/section5_shop2_title1.svg");
}
.itemArea .item .title.title24{
	background-image: url("../images/SVG/section5_shop2_title2.svg");
}


.itemArea.pt20{
	padding-top: 20px;
}
.itemArea .item .name{
	display: none;
}
.itemArea .button{
	margin-bottom: 12px;
}

.button{
	position: relative;
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 16px 40px 18px;
	border-radius: 6px;
	background-color: #3299CB;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.button.-SP{
	display: none;
}

.love{
	background-image: url("../images/SVG/love.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 100%;
	height: 0;
	margin-top: 0px;
	padding-top: 12%;
	text-indent: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}
.love.pink{
	background-image: url("../images/SVG/love-pink.svg");
}
.men .love{
	background-image: url("../images/SVG/love-men.svg");
}
.real .shopBottom img {
	width: 32%;
}
.real .name{
	font-size: 0.9em;
	width: fit-content;
}

.foreword{
	display: flex;
	flex-direction: column;
	width: 32%;
}
.itemArea{
	width: 68%;
}
.foreword .model{
	margin-top: auto;
}

.arimino .foreword {
	padding: 32px 32px 0;
	display: flex;
	flex-direction: column;
}
.arimino .foreword .title {
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.5;
	margin-bottom: 24px;
}
.arimino .foreword p{
	line-height: 1.5;
	margin-bottom: 32px;
	font-size: 1.1em;
}
.arimino .foreword .img{
	margin: 32px 0;
}
.arimino .foreword .shop{
	margin-top: auto;
}

.lebel .logo{
	padding: 48px 52px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lebel .logo img{
	display: block;
	max-width: 220px;
}
.lebel .tag{
	top: calc(50% - 102px);
}

.flex{
	display: flex;
}

.bottom .catch .oshi{
	width: 80px;
	height: 80px;
	position: absolute;
	left: -40px;
	top: -40px;
}
.shopBottom{
	background-color: #d5eff7;
	margin-top: 24px;
	padding: 24px 24px 0 24px;
	display: flex;
	align-items: flex-start;
	gap: 24px;
}
.shopBottom .love{
	max-width: 320px;
	display: inline-block;
	padding-top: 7%;
}
.shopBottom p{
	margin-bottom: 8px;
	line-height: 1.5;
}
.shopBottom .flex{
	align-items: center;
	gap: 12px;
}
.lebel .shopBottom img{
	width: 32%;
}
.foreword .model{
	position: relative;
	z-index: 1;
}
.foreword .model img{
	transform: scale(1.2);
	transform-origin: bottom;
	position: absolute;
	left: -20px;
	bottom: 0;
	width: 100%;
}
.real .foreword .model img{
	transform: scale(1.1);
	transform-origin: bottom;
	position: absolute;
	left: -20px;
	bottom: 0;
	width: 100%;
}
.brand .name{
	padding-left: 32px;
	position: relative;
	font-weight: 900;
	font-size: 1.5em;
	font-family: "Lexend", sans-serif;
}
.brand .name::before{
	display: block;
	position: absolute;
	content: "";
	background-image: url("../images/SVG/arrow-right.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 24px;
	height: 7px;
	overflow: hidden;
	left: 0;
	top: calc(50% - 4px);
}
.trend .brand.reverse .bottom{
	flex-direction: row-reverse;
}

.green .foreword{
	background-color: #deefdd;
}
.green .foreword .logo {
	padding: 32px;
}
.green .foreword .logo img{
	width: 60%;
	display: block;
	margin: 20px auto;
}
.green .catch {
	background-color: #7bc178;
}
.green .itemArea .item {
	padding: 0 30px;
}
.brand.reverse .tag{
	position: absolute;
	height: 24px;
	padding: 2px 8px 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	right: -114px;
	left: initial;
	width: 204px;
	font-size: 0.9em;
	background-color: #000;
	color: #fff;
	transform: rotate(90deg);
	top: 160px;
}
.green .itemArea .detail img{
	width: 100%;
}
.green .itemArea .detail .matter img{
	width: 100%;
}
.real .love {
	max-width: 270px;
	display: inline-block;
	padding-top: 7%;
}
.real .detail{
	position: relative;
}
.green .itemArea .detail img.plus{
	position: absolute;
	right: -120px;
	width: 120px;
}
.brand .relative img{
	position: relative;
	transform: translate(0) scale(1) ;
	left: 0;
}
.green .shopBottom{
	background-color: #deefdd;
}
.fiole .shopBottom img{
	width: 24%;
}
.fiole .shopBottom .love{
	max-width: 260px;
}
.fiole .shopBottom .name{
	font-size: 1.25em;
}
.safety .foreword .logo {
	padding: 32px;
}
.safety .shopBottom img{
	width: 24%;
	margin-bottom: 12px;
}
.safety .shopBottom .love{
	max-width: 260px;
}
.name{
	white-space: nowrap;
} 
.number003 .foreword .logo{
	padding: 4px 12px;
}
.number003 .foreword .logo img{
	max-width: 180px;
	margin: 0 auto;
	display: block;
}
.number003.brand .tag {
	top: calc(50% - 102px);
}
.number003 .shopBottom img{
	width: 36%;
}
.number003 .foreword{
	position: relative;
}
.number003 .foreword .comment{
	position: absolute;
	bottom: -1.5em;
	font-size: 0.8em;
	right: 0;
}

.suncall .itemArea .detail img {
	width: 100%;
}
.suncall .shopBottom img{
	width: 100%;
	margin-bottom: 20px;
}

.tamaris .foreword .logo img {
	width: 90%;
	display: block;
	margin: 20px auto;
}
.tamaris .catch{
	padding: 16px;
  line-height: 1.75;
  font-size: 1.8em;
}
.tamaris .shopBottom img{
	width: 24%;
	margin-bottom: 20px;
}
.tamaris .shopBottom .name{
	font-size: 1.3em;
}
.shiseido{
	overflow-x: hidden ;
}
.shiseido .foreword .logo {
	padding: 32px;
}
.shiseido .foreword .logo img{
	max-width: 240px;
	display: block;
	margin: 0 auto ;
}
.shiseido .catch{
	font-size: 1.75em;
}
.shiseido .shopBottom img{
	width: 24%;
	margin-bottom: 20px;
}
.shiseido .model img{
	transform: scale(1.6);
	transform-origin: bottom;
	position: absolute;
	left: 10%;
	bottom: 0;
	width: 100%;
}
.shiseido.brand.reverse .tag{
	top: calc(50% - 102px);
}
.shiseido .shopBottom{
	padding-right: 10%;
}
.men{
	background-image: url("../images/2x/men_back@2x.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 40px;
}
.men .brand {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.men .foreword{
	background-color: rgba(113, 112, 113, 0.65);
}
.demi .foreword .logo {
	padding: 32px;
}
.demi .foreword .logo img{
	max-width: 240px;
	display: block;
	margin: 0 auto ;
}
.men-head{
	background-color: #ed7700;
	padding: 24px 0;
	background-image: url("../images/SVG/section5_head.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.men .catch{
	padding: 24px;
	background-color: rgba(113, 112, 113, 0.65);
	text-align: center;
	line-height: 1.75;
	font-size: 1.75em;
	font-weight: bold;
	color: #fff;
}
.men .brand .tag{
	width: 214px;
	left: -119px;
}
.men .brand.reverse .tag{
	position: absolute;
	height: 24px;
	padding: 2px 8px 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	right: -119px;
	left: initial;
	width: 214px;
	font-size: 0.9em;
	background-color: #000;
	color: #fff;
	transform: rotate(90deg);
	top: 160px;
}
.men .itemArea .item{
	padding: 0 30px;
}
.men  .itemArea .detail img {
	width: 14%;
}
.itemArea .detail .matter{
	width: 86%;
}
.itemArea .detail .matter img{
	width: 100%;
}
.itemArea .detail .matter p{
	margin: 16px 0;
	font-size: 1em;
	line-height: 1.25;
}
.men .shopBottom {
	position: relative;
	background-color: rgba(113, 112, 113, 0.65);
	color: #fff;
	padding: 12px 20% 12px 20px;
}
.men .shopBottom img{
	width: 20%;
}
.demi .shopBottom img{
	position: absolute;
	bottom: 0;
	right: -4%
}
.demi .model img{
	left: -10%;
}
.demi .shopBottom .love{
	background-image: url("../images/SVG/love-men.svg");
	max-width: 260px;
  display: inline-block;
  padding-top: 7%;
}
.men .brand.reverse .bottom{
	flex-direction: row-reverse;
}
.men .logo{
	padding: 24px;
}
.men .logo img{
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}
.men .itemArea .detail img {
	width: 100%;
}
.men .itemArea .detail .matter img {
	width: 100%;
}
.men .Lebel .shopBottom {
	position: relative;
	background-color: rgba(113, 112, 113, 0.65);
	color: #fff;
	padding: 12px 10% 12px 20px;
}
.men .Lebel .shopBottom .love {
	max-width: 240px;
	display: inline-block;
	padding-top: 7%;
}
.men .Lebel .shopBottom img{
	width: 22%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.shopBottom p.w80{
	width: 80%;
}
.blueBase{
	padding-top: 30px;
	background-color: #0b308e;
	margin-bottom: 30px;
	position: relative;
}
.blueBase::before{
	content: "";
	display: block;
	background-image: url("../images/SVG/wave.svg");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: contain;
	position: absolute;
	top: -18px;
	height: 18px;
	width: 100%;
}
.blueBase::after{
	content: "";
	display: block;
	background-image: url("../images/SVG/wave.svg");
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: contain;
	position: absolute;
	bottom: -18px;
	height: 18px;
	width: 100%;
	transform: rotate(180deg);
}
.blueBase .head{
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 12px;
}
.head .h3-perm{
	background-image: url("../images/SVG/section6_title.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 80%;
	margin: 20px auto ;
	padding-top: 14%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	top: -10px;
}
.schema{
	display: block;
	max-width: 1200px;
	margin: 0 auto 30px;
	position: relative;
	top: -100px;
	z-index: 1;
	margin-bottom: -100px;
}
.item-section{
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 60px;
}
.hash{
	color: #ed7700;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 1.3em;
	margin-bottom: 8px;
}
.item-section .item .marker{
	color: #fff;
	font-size: 1.5em;
	line-height: 1.9;
	font-weight: 800;
	display: inline;
  background: #0b308e;
  color: #fff;
  padding: 0.1em 0.5em 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.item-section .item p{
	line-height: 1.5;
	margin: 6px 0;
}
.item-section .item .name{
	font-weight: 600;
	font-size: 1.2em;
  padding: 0;
	line-height: 1.2;
}
.item-section .item {
	display: flex;
	align-items: center;
}
.item-section .item div{
	max-width: 46%;
}
.item-section .item{
	max-width: 54%;
}
.item-section .item img{
	width: 45%;
}
.item-section .item .button{
	margin: 12px 0 12px 0;
}
.item-section .item.item2{
	width: 48%;
	position: absolute;
	flex-direction: row-reverse;
	right: 0;
	top: -5%;
}
.item-section .item.item2 img{
	width: 38%;
	margin-right: 3%;
}
.item-section .item.item2{
	margin-left: auto;
}
.item-section .item.item3{
	margin-top: 60px;
}
.item-section .item.item3 img {
	width: 25%;
}
.item-section .item.item4{
	width: 54%;
	position: absolute;
	flex-direction: row-reverse;
	right: 0;
	bottom: 5%;
}
.item-section .item.item4 img{
	position: absolute;
	top: -12%;
	left: 5%;
}
.item-section .item img {
	width: 45%;
}
p.cost{
	text-align: center;
	font-size: 0.9em;
	margin: 10px 0;
}
.itemList{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	max-width: 1080px;
	margin: 60px auto 30px;
	border-radius: 40px;
	border: 2px solid #7bc178;
	background-image: url("../images/lead_repeat.svg");
	background-repeat: repeat;
	background-position: center;
	background-size: 40px;
}
.itemList .item{
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	width: 25%;
	padding: 20px;
	border-right: 2px solid #7bc178;
	border-bottom: 2px solid #7bc178;
}
.itemList .item:nth-child(4){
	border-right: none;
}
.itemList .item:nth-child(5),
.itemList .item:nth-child(6),
.itemList .item:nth-child(7),
.itemList .item:nth-child(8) {
	border-bottom: none;
}
.itemList .item .name{
	font-weight: 600;
  font-size: 1em;
  padding: 0;
  line-height: 1.2;
}
.itemList .item .name::before{
	content: none;
}

.itemList .item .marker{
	color: #fff;
	font-size: 0.9em;
	line-height: 1.9;
	font-weight: 800;
	display: inline;
  background: #0b308e;
  color: #fff;
  padding: 0.1em 0.5em 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.itemList .item .hash{
	font-size: 1.1em;
	margin-bottom: 2px;
}
.itemList .item .flex p{
	font-size: 0.85em;
	line-height: 1.2;
}
.itemList .item .flex img{
	max-height: 160px;
	margin-left: 12px;
}
.itemList .item a{
	margin-top: auto;
}
.study .head{
	background-color: #0b308e;
	padding: 16px 32px;
}
.head .h3-academy{
	background-image: url("../images/SVG/section6_title_1.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 80%;
	max-width: 980px;
	margin: 12px auto ;
	padding-top: 3.5%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
}

.offline{
	background-color: #fef0f8;
}
.offline .inner{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: flex;
}
.offline .lead{
	padding: 30px 0;
	width:40%;
}
.offline .lead .text{
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.75;
	padding-right: 32px;
	padding-left: 54px;
}
.offline .inner .imgSide{
	width: 60%;
	position: relative;
}
.offline .inner .imgSide img{
	width: 100%;
}

.offline .lead .title{
	background-image: url("../images/SVG/section6_off.svg");
	background-repeat: no-repeat;
	background-position: center left;
	width: 100%;
	max-width: 1080px;
	margin: 20px auto ;
	padding-top: 10%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	transform: scale(1.2);
	z-index: 1;
}
.offline .inner .imgSide p{
	position: absolute;
	bottom: 24px;
	right: 32px;
	display: inline;
	line-height: 1.8;
	display: flex;
	flex-direction: column;
}
.offline .inner .imgSide p span{
	display: inline;
	width: fit-content;
	background: #fff;
	color: #e3007f;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 0 10px;
	margin-bottom: 0.4em;
	font-weight: 600;
}

.study .contents{
	padding: 30px 0 0;
	max-width: 1200px;
	margin: 30px auto 0;
}
.study .contents .flex{
	align-items: flex-start;
	position: relative;
	margin: 0px 0 30px;
}
.study .contents .flex.mb10{
	margin-bottom: 10px;
}
.study .contents .flex.seminars img{
	width: 32%;
	display: block;
	padding-left: 20px;
}
.study .contents .flex.seminars .title{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.study .contents .flex.seminars .title span{
	background-image: url("../images/SVG/seminer.svg");
	background-repeat: no-repeat;
	background-position: center left;
	width: 50%;
	padding-top: 6%;
	position: relative;
	z-index: 1;
}
.study .contents .flex.seminars .title small{
	color: #222;
	font-size: 0.7em;
	padding-left: 20px;
}
.study .contents .flex .pink{
	padding: 16px 0;
	font-weight: 800;
	line-height: 1.5;
	color: #e3007f;
	font-size: 1.75em;
}
.study .contents .flex.seminars p{
	line-height: 1.5;
	font-weight: 500;
}
.study .contents .flex img{
	width: 44%;
}
.study .contents .flex.shop{
	margin-bottom: 0;
}
.study .contents .flex.shop p{
	line-height: 1.75;
	margin-bottom: 24px;
	font-weight: 500;
}
.study .contents .flex.shop p span.marker{
	line-height: 1.9;
	font-weight: 500;
	display: inline;
  background: #fff000;
  padding: 0em 0.25em 0em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.study .contents .flex.detail{
	margin-bottom: 0;
}
.study .contents .flex.shop .detail p{
	width: 20%;
}
.study .contents .flex.shop .detail p.name{
	background-image: url("../images/SVG/section6_shop2.svg");
	background-repeat: no-repeat;
	background-position: center left;
	width: 100%;
	max-width: 1080px;
	margin: 20px auto ;
	padding-top: 10%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	z-index: 1;
}
.study .contents .flex.shop .detail div{
	width: 72%;
}
.study .contents .flex.shop .detail p.text{
	line-height: 1.5;
	margin: 24px 0;
	width: 100%;
}
.study .contents .flex.shop .detail img{
	width: 28%;
}
.study .head .lead{
	background-image: url("../images/SVG/theme.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 88%;
	max-width: 1080px;
	margin: 20px auto ;
	padding-top: 5%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	top: -10px;
}


.online{
	background-color: #fdf1e5;
}
.online .inner{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: flex;
}
.online .lead{
	padding: 30px 0;
	width:40%;
}
.online .lead .text{
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.75;
	padding-right: 32px;
	padding-left: 54px;
}
.online .inner .imgSide{
	width: 60%;
	position: relative;
}
.online .inner .imgSide img{
	width: 100%;
}

.online .lead .title{
	background-image: url("../images/SVG/section6_online.svg");
	background-repeat: no-repeat;
	background-position: center left;
	width: 100%;
	max-width: 1080px;
	margin: 20px auto ;
	padding-top: 10%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	transform: scale(1.2);
	z-index: 1;
}
.study .contents .flex .title2{
	background-image: url("../images/SVG/section6_sub.svg");
	background-repeat: no-repeat;
	background-position: center left;
	width: 50%;
	padding-top: 6%;
	position: relative;
	z-index: 1;
}
.online .inner .imgSide p{
	position: absolute;
	bottom: 24px;
	right: 32px;
	display: inline;
	line-height: 1.8;
	display: flex;
	flex-direction: column;
}
.online .inner .imgSide p span{
	display: inline;
	width: fit-content;
	background: #fff;
	color: #ed7700;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	padding: 0 10px;
	margin-bottom: 0.4em;
	font-weight: 600;
}
.study .contents .flex.halfArea{
	align-items: stretch;
}
.flex .half{
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 0 32px ;
	position: relative;
}
.flex .half:first-child:after{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #000;
}
.flex .half small{
	font-size: 1.5em;
	font-weight: 500;
	color: #ed7700;
}
.study .contents .flex.halfArea{
	margin-bottom: 40px;
}
.study .contents .flex .half img{
	width: 100%;
	margin-bottom: 24px;
	border-bottom: 2px solid #000;
}
.flex .half p:first-child{
	border-top: 2px solid #000;
}
.flex .half .name{
	background-repeat: no-repeat;
	background-position: center left;
	width: 80%;
	max-width: 1080px;
	margin: 10px 0 20px;
	padding-top: 6%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	height: 0;
}
.flex .half .name1{
	background-image: url("../images/SVG/name1.svg");
}
.flex .half .name2{
	background-image: url("../images/SVG/name2.svg");
}
.flex .half p{
	line-height: 1.5;
}
.cool{
	overflow: hidden;
}
.cool .head{
	padding: 0px 0 0;
	background: #EC6C1F;
background: linear-gradient(90deg,rgba(236, 108, 31, 1) 0%, rgba(252, 209, 62, 1) 100%);
}
.cool .head p{
	max-width: 1200px;
	margin: 0 auto;
	background-image: url("../images/SVG/section6_obi.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto ;
	padding-top: 5%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	height: 0;
}
.cool .lead{
	max-width: 800px;
	margin: 0 auto;
	background-image: url("../images/SVG/section6_text1.svg");
	background-repeat: no-repeat;
	background-position: center left;
	width: 100%;
	margin: 32px ;
	padding-top: 8%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	height: 0;
}
.cool .inner{
	max-width: 1200px;
	margin: 30px auto 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -120px;
}
.cool .inner .item{
	width: 45%;
}
.cool .inner .flex{
	flex-wrap: wrap;
	gap: 32px 10%;
}

.cool .point{
	width: 174px;
	margin: 0 auto;
	background-image: url("../images/SVG/section6_point.svg");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 11px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	background-color: initial;
	top: 5px;
}
.cool .marker{
	color: #fff;
  font-size: 1.5em;
  line-height: 1.8;
  font-weight: 800;
  display: inline;
  background: #0b308e;
  padding: 0em 0.5em 0.1em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	margin-bottom: 24px;
}
.cool .item .text{
	margin: 12px 0;
	line-height: 1.5;
	font-size: 0.95em;
}
.cool .item img{
	position: relative;
}
.cool .inner .item{
	position: relative;
}
.cool .inner .item .patternBase{
	position: relative;
}
.cool .inner .item .patternBase::after{
	content:"";
	background-image: url("../images/SVG/pattern.svg");
	background-repeat: repeat;
	background-position: bottom left;
	background-size: 14px;
	margin: 0;
	position: absolute;
	background-color: initial;
	width: 100%;
	height: 50%;
	top: 25%;
}
.cool .inner .item.item1 .patternBase::after{
	height: 70%;
	width: 150%;
	left: -50%;
}
.cool .inner .item.item2 .patternBase::after{
	height: 70%;
}
.cool .inner .item.item3 .patternBase::after{
	height: 80%;
	width: 200%;
	left: -100%;
}
.cool .inner .item.item4{
	top: -90px;
}
.cool .inner .item.item4 .patternBase::after{
	height: 80%;
	width: 150%;
	left: 50%;
}
.cool .inner .item.item5{
	top: 50px;
}
.cool .inner .item.item5 .patternBase{
	transform: scale(1.2);
}
.cool .inner .item.item5 .patternBase::after{
	height: 120%;
	top: -10%;
	width: 120%;
	left: -20%;
}
.cool .inner .item.item6 .patternBase::after{
	height: 60%;
	top: 40%;
	width: 150%;
	left: 0%;
}
.cool .inner .item.item8 .patternBase::after{
	height: 60%;
	top: 30%;
	width: 130%;
	left: 0%;
}
.cool .inner .item.item6{
	top: -80px;
}
.cool .inner .item.item7{
	top: -180px;
}
.cool .inner .item.item7 .patternBase::after{
	height: 60%;
	top: 20%;
	width: 110%;
	left: -30%;
}
.cool .inner .item img{
	max-width: 80%;
	display: block;
	margin: 24px auto;
	position: relative;
	z-index: 1;
}
.cool .inner .item.item4 img{
	margin: 0 10px 0 auto;
	width: 60%;
}
.cool .inner .item.item2 img{
	margin: 0 0 0 auto;
}
.cool .item p.itemName{
	font-size: 1.3em;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 12px;
}
.cool .inner .item a{
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.cool .inner .item a.-SP {
	display: none;
}
.cool .inner .item.item2{
	top: -2%;
	position: relative;
}
.cool .inner .item.item9{
	width: 75%;
	margin: 0 0 0 auto;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	top: -120px;
}
.cool .inner .item.item9 a{
	margin-top: 12px;
}
.cool .inner .item.item9 .patternBase {
	width: 75%;
	top: -120px;
	position: relative;
}
.cool .inner .item.item9 .patternBase::after{
	height: 100%;
	top: 0%;
	width: 110%;
	left: 50%;
}
.cool .inner .item .comment{
	font-size: 0.8em;
	margin-bottom: 20px;
}
.fes .head{
	background-color: #ffe100;
}
.fes .head .inner{
	max-width: 1200px;
	margin: 0px auto;
	padding: 24px;
	display: flex;
	align-items: center;
	position: relative;
	gap: 24px;
}
.fes .head .title{
	background-image: url("../images/SVG/section7_sub.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 0px; 
  padding-top: 8%;
	margin: 0 0 8px 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	background-color: initial;
}
.fes .head .logo{
	background-image: url("../images/SVG/section7_title.svg");
	background-repeat: no-repeat;
	background-position: center;
	width: 220px;
	height: 84px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	background-color: initial;
}
.fes .head .inner div{
	width: calc(100% - 210px);
	padding-right: 340px;
}
.fes .head img{
	width: 100%;
	max-width: 330px;
	position: absolute;
	right: 0;
	top: 30px;
}
.fes .head .text{
	line-height: 1.25;
}
.fes .head .right .marker{
	color: #0b308e;
  font-size: 1.5em;
  line-height: 1.8;
  font-weight: 800;
  display: inline;
  background: #fff;
  padding: 0em 0.5em 0.1em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	margin-bottom: 24px;
}
.end{
	max-width: 100%;
	margin-bottom: 48px;
}


footer{
	margin-top: 0px;
	background-color: hsl(233, 15%, 90%);
	padding: 20px 0 40px 0;
	text-align: center;
}
footer img{
	margin-bottom: 10px;
}
footer p{
	font-weight: 800;
	color: #253371;
	letter-spacing: 0px;
	font-size: 1em;
	font-family: 'M PLUS 1p', sans-serif;
}

.pointSP{
	display: none;
}

@media screen and (max-width : 1300px){
.catch .oshi {
	width: 100px;
	height: 100px;
	position: absolute;
	left: initial;
	right: -50px;
	top: -50px;
}
.trend .brand .bottom{
	overflow-y: hidden;
}
}

@media screen and (max-width : 1200px){
	.container{
		overflow-y: initial;
	}
	.main{
		width: 100%;
		min-height: auto;
	}
	.note .inner {
    width: 96%;
}
	.wrapper{
		position: relative;
		overflow-x: hidden;
	}
	.main {
		padding: 30px 0px 0;
	}
	.mainTtlArea{
		padding: 0 50px;
	}
	.history > .head{
		width: 100%;
		margin: 0px auto 0px;
	}
	.head .h3-history{
		top: 0;
	}
	.history .head p{
		top: -30px;
	}
	.catch{
		font-size: 1.6em;
	}
	.bottom .catch .oshi {
    width: 60px;
    height: 60px;
    position: absolute;
    left: calc(50% - 30px);
    top: -30px;
  }
	.cool .inner{
		padding: 30px;
	}
	.cool .inner .item.item9 .patternBase {
    width: 75%;
    top: 10%;
    position: relative;
}
.cool .head p{
	padding-top: 10%;
}
.arimino .point{
	height: auto;
}
.men {
	margin-bottom: -10px;
}
.item-section {
	position: relative;
	max-width: 1080px;
	width: 96%;
	margin: 0 auto;
	padding-top: 60px;
}
.name{
	white-space: initial;
}
.study .contents .flex{
	width: 96%;
	margin: 0 auto 24px;
}
.study .contents .flex.shop .detail img {
	width: 28%;
	display: block;
	margin-top: auto;
}
.main {
	background-image: url(../images/2x/main_TAB@2x.png);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 30px 50px;
	aspect-ratio: 1544 / 788;
}
.men .catch{
	font-size: 1.5em;
}
}
@media screen and (max-width : 920px){
	.intro p br{
		display: none;
	}
	.history .head p{
		padding-right: 20px;
	}
	.history .head p br{
		display: none;
	}
	.loadend{
		width: 96%;
	}
	.loadend .box{
		width: 96%;
	}
	.whitebase {
    position: relative;
    width: 96%;
    background-color: #fff;
    margin: 60px auto 0;
    padding: 10% 24px 20px 24px;
    border-radius: 60px;
}
.catch {
	font-size: 1.3em;
	padding: 24px 12px;
}
.green .itemArea .detail img.plus {
	position: absolute;
	right: -16%;
	width: 80px;
}
.item-section .item.item4 {
	bottom: 0%;
}
}
@media screen and (max-width : 767px){
	.main {
		background-image: url(../images/2x/main_SP@2x.png);
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		padding: 30px 50px;
		aspect-ratio: 1046 / 1460;
	}
	.note .inner{
		position: static;
		aspect-ratio: static;
	}
	.note .inner.graphArea img{
		position: static;
	}
	.note .inner.graphArea img {
		display: block;
		position: static;
		width: 92%;
		margin: 0 auto 30px;
}
.note .inner.graphArea img.graph3 {
	margin-bottom: 0;
}
.note .inner.graphArea img.voice2 {
	margin-bottom: 0;
}
.note .inner.graphArea{
	padding-bottom: 20px;
}
.history{
	background-color: #e6f3f9;
}
.history > .head {
	padding-top: 60px;
}
.history .head p {
	position: relative;
	bottom: 40px;
	left: initial;
	width: 90%;
	margin:  20px auto;
	font-weight: 600;
	line-height: 1.5;
	top: 0;
	position: relative;
}
.loadmap{
	background-image: none;
	aspect-ratio: initial;
}

.loadmap img{
	display: none;
}
.loadmap img.pointSP{
	display: block;
	width: 94%;
	max-width: 600px;
	position: static;
	margin: 0 auto;
}
.loadmap img.pointSP.perm{
	position: relative;
	z-index: 1;
}
.whitebase{
	max-width: 94%;
	margin-top: -8px;
	border-radius: 0 0 60px 60px;
}
.whitebase h3.trend{
	background-image: url("../images/SVG/h3-trend-sp.svg");
	background-repeat: no-repeat;
	background-position: center left;
	width: 96%;
	margin: 24px auto ;
	padding-top: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	top: 0px;
}
.makiTitle{
	line-height: 1.5;
}
.article .text{
	max-width: 100%;
}
.article .text .head.head1{
	background-image: url(../images/SVG/section3_text1_SP.svg);
	width: 100%;
	margin: 20px 0;
	padding-top: 44%;
}
.article .text .head.head2{
	background-image: url(../images/SVG/section3_text2_SP.svg);
	width: 100%;
  margin: 20px 0;
  padding-top: 48%;
}
.article .text .head.head3{
	background-image: url(../images/SVG/section3_text3_SP.svg);
	width: 100%;
  margin: 20px 0;
  padding-top: 48%;
}
.article {
	display: flex;
	margin-bottom: 30px;
	gap: 30px;
	align-items: flex-start;
	flex-direction: column;
}
.article img {
	width: 100%;
}
.head .sub {
	width: 94%;
  margin: 0px auto;
  line-height: 1.25;
}
.head .h3-trend{
	background-image: url(../images/SVG/trend.svg);
	padding-top: 76%;
}
.brand .tag{
	position: static;
    height: 24px;
    padding: 2px 8px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    width: 90%;
		margin: 0 auto;
		border-radius: 8px 8px 0 0;
    font-size: 0.9em;
    background-color: #000;
    color: #fff;
    transform: none;
}
.trend .arimino.brand .left{
	width: 100%;
}
.catch .oshi{
	width: 100px;
	height: 100px;
	position: absolute;
	left: initial;
	right: 0;
	left: calc(50% - 50px);
	top: -50px;
}
.catch {
	font-size: 1.3em;
	padding: 60px 12px 24px;
}
.trend .arimino.brand .right{
	position: relative;
	width: 100%;
}
.trend .brand .right img{
	position: relative;
}
.brand.arimino .right{
	margin-bottom: 20px;
}

.brand .bottom{
	flex-direction: column;
}
.blue .foreword {
	background-color: #d5eff7;
	width: 100%;
}
.arimino .foreword p{
	margin-bottom: 12px;
}
.arimino .foreword .img{
	margin: 12px 0 12px 0;
}
.blue .itemArea {
	width: 100%;
	padding: 24px 0px;
}
.foreword .model img{
	position: relative;
	transform: scale(1);
}
.bottom .catch .oshi {
	width: 100px;
	height: 100px;
	position: absolute;
	left: initial;
	right: 0;
	left: calc(50% - 50px);
	top: -50px;
}
.lebel .logo {
	padding: 48px 52px 80px;
}
.shopBottom{
	background-color: #d5eff7;
  margin-top: 24px;
  padding: 24px 24px 0 24px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
	flex-direction: column;
}
.shopBottom .flex{
	flex-direction: column;
}
.shopBottom .flex {
	flex-direction: column;
	align-items: self-start;
}
.lebel .shopBottom img {
	width: 92%;
	margin: 0 auto;
}
.trend .brand.reverse .bottom {
	flex-direction: column;
}
.foreword {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.trend .brand.reverse .bottom .catch {
	font-size: 1.3em;
	padding: 24px 12px 24px;
}
.green .itemArea {
	width: 100%;
	padding: 24px 0px;
}
.itemArea .detail{
	display: flex;
  padding: 0px 0 12px;
  align-items: flex-start;
  gap: 24px;
  width: 92%;
  margin: 0 auto;
	flex-direction: column;
}
.itemArea .button {
    margin-bottom: 24px;
}
.green .itemArea .detail img.plus{
	position: static;
	right: 0;
	width: 240px;
}
.blue .itemArea .detail img {
	width: 100%;
	margin: 0px auto;
}
.itemArea .detail .matter {
	width: 100%;
}
.itemArea .detail .matter img{
	max-width: 100%;
}
.green .itemArea .detail img {
	width: 100%;
	margin: 0px auto;
}
.green .itemArea .detail img.plus{
	max-width: 240px;
	display: block;
	margin: 0 auto 20px;
}
.green .itemArea .detail .plus_sp{
	max-width: 240px;
	display: block;
	margin: 0 auto 0px;
}
.blue .itemArea .item {
	padding: 0 20px;
}
.green .itemArea .detail .matter img{
	max-width: 100%;
}
.brand.reverse .tag {
	position: static;
	height: 24px;
	padding: 2px 8px 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	right: initial;
	left: 0;
	width: 90%;
	margin: 0 auto;
	border-radius: 8px 8px 0 0;
	font-size: 0.9em;
	background-color: #000;
	color: #fff;
	transform: none;
}
.real .shopBottom img {
	width: 100%;
}
.green .catch {
	background-color: #7bc178;
	padding: 24px 12px 24px;
}
.real .love {
	max-width: 320px !important;
	display: inline-block;
	padding-top: 7%;
	margin-bottom: 0px;
}
.fiole .shopBottom img {
	width: 100%;
}
.safety .shopBottom img {
	width: 100%;
	margin-bottom: 12px;
}
.number003 .foreword .logo {
	padding: 4px 12px 24px;
}
.number003 .shopBottom img {
	width: 100%;
}
.foreword .model img{
	position: static;
}
.tamaris .shopBottom img{
	width: 100%;
}
.shiseido .foreword .logo img {
	max-width: 240px;
	display: block;
	margin: 24px auto;
}
.shiseido .shopBottom img {
	width: 100%;
	margin-bottom: 20px;
}
.men {
	background-image: url(../images/2x/men_back@2x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 0px;
}
.men .inner{
	position: relative;
	top: -24px;
}
.men-head {
	height: 100px;
}
.men .itemArea {
	width: 100%;
}
.men .itemArea .detail img{
	width: 100%;
}
.men .itemArea .item{
	padding-top: 32px;
}
.men .shopBottom {
	position: relative;
	background-color: rgba(113, 112, 113, 0.65);
	color: #fff;
	margin-top: 40px;
	padding: 12px 20px 0px 20px;
}
.demi .shopBottom img {
	position: static;
	bottom: 0;
	right: -4%;
	max-width: 400px;
	width: 80%;
	margin: 12px auto 0;
}
.men .Lebel .itemArea .detail img{
	max-width: 100%;
	margin: 0 auto;
}
.men .Lebel .itemArea .detail .matter img{
	max-width: 100%;
	margin: 0 auto;
}
.men .Lebel .shopBottom {
	position: relative;
	background-color: rgba(113, 112, 113, 0.65);
	color: #fff;
	padding: 12px 20px 0px 20px;
}
.men .Lebel .shopBottom img{
	position: static;
	bottom: 0;
	right: -4%;
	max-width: 400px;
	width: 80%;
	margin: 12px auto 0;
}
.shopBottom p.w80 {
	width: 100%;
}
.men .Lebel .shopBottom .love {
	max-width: 320px;
	display: inline-block;
	padding-top: 8%;
}
.suncall .shopBottom img{
	width: 100%;
	margin-bottom: 20px;
}
.schema{
	top: -40px;
}
.item-section .item{
	max-width: 94%;
	margin: 0 auto;
}
.item-section .item a.button{
	margin: 30px auto 40px;
}
.item-section .item .name{
	margin-bottom: 24px;
}
.item-section .item div {
	max-width: 100%;
}
.item-section .item{
	display: flex;
	flex-direction: column;
}
.item-section .item.item2{
	width: 100%;
    position: static;
    flex-direction: row-reverse;
    right: 0;
    top: 0%;
}
.button.-PC{
	display: none;
}
.button.-SP{
	display: block;
}
.item-section .item.item2{
	flex-direction: column;
}
.item-section .item.item4 {
	width: 100%;
	position: static;
	flex-direction: column;
	right: 0;
	bottom: 5%;
}
p.cost{
	width: 92%;
	margin: 0px auto 20px;
}
.item-section .item.item4 img{
	position: static;
}
.itemList {
	width: 94%;
	margin: 40px auto;
}
.itemList .item .hash{
	font-size: 1.4em;
	margin-bottom: 2px;
}
.itemList .item .marker {
    color: #fff;
    font-size: 1.2em;
}
.itemList .item .flex p{
	font-size: 1.2;
	line-height: 1.4;
}
.itemList .item {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
	width: 50%;
	padding: 20px;
	border-right: 2px solid #7bc178;
	border-bottom: 2px solid #7bc178;
}
.itemList .item:nth-child(even){
	border-right: none;
}
.itemList .item:nth-child(5),
.itemList .item:nth-child(6){
	border-bottom: 2px solid #7bc178;
}
.itemList .flex {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0px;
}
.itemList .item .flex img {
	max-height: 240px;
	margin: 20px auto;
}
.itemList .item .name {
	margin-top: auto;
}
.real .foreword .model img {
	transform: scale(1);
	transform-origin: bottom;
	position:static;
	left: -20px;
	bottom: 0;
	width: 100%;
}
.offline .inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: block;
}
.offline .lead {
	padding: 30px 0;
	width: 100%;
}
.offline .lead .title {
	background-image: url(../images/SVG/section6_off.svg);
	background-repeat: no-repeat;
	background-position: center left;
	width: 100%;
	max-width: 1080px;
	margin: 20px auto;
	padding-top: 10%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	transform: scale(1);
	z-index: 1;
}
.offline .inner .imgSide {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}
.offline .inner .imgSide p{
	position: static;
	padding: 12px;
}
.online .inner {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	display: block;
}
.online .lead {
	padding: 30px 0;
	width: 90%;
}
.online .inner .imgSide {
	width: 100%;
	position: relative;
}
.online .inner .imgSide p{
	position: static;
  bottom: 24px;
  right: 0px;
  display: inline;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
}
.online .inner .imgSide {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
}
.online .inner .imgSide p {
	position: static;
	padding: 12px;
}
.study .head .lead{
	top: 0;
	width: 94%;
}
.study .head .lead{
	margin-bottom: 12px;
}

.study .contents .flex {
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	margin: 0px auto 30px;
}
.study .contents .flex.seminars .title{
	flex-direction: column;
	align-items: flex-start;
}
.study .contents .flex.seminars .title span {
	background-image: url(../images/SVG/seminer.svg);
	background-repeat: no-repeat;
	background-position: center left;
	width: 90%;
	padding-top: 8%;
	position: relative;
	z-index: 1;
}
.study .contents .flex {
	width: 100%;
	margin: 0 auto 24px;
}
.study .contents .flex.seminars .title small {
	color: #222;
	font-size: 0.9em;
	padding: 6px 16px;
}
.study .contents .flex.seminars img {
	width: 94%;
	max-width: 400px;
	display: block;
	padding-left: 0;
	margin: 20px auto;
}
.study .contents .flex .pink{
	padding: 0 16px;
	margin: 0 auto 20px;
}
.study .contents .flex .text .text{
	padding: 0 16px;
	margin: 0 auto 20px;
}
.study .contents .flex img {
	width: 94%;
	margin: 20px auto;
}
.markText{
	width: 94%;
	margin: 0 auto;
}
.study .contents .flex.shop .detail div {
	width: 94%;
	margin: 0 auto;
}

.study .contents .flex.detail img{
	margin-bottom: 0;
}
.study .contents .flex .title2 {
	background-image: url(../images/SVG/section6_sub.svg);
	background-repeat: no-repeat;
	background-position: center left;
	width: 90%;
	padding-top: 8%;
	position: relative;
	z-index: 1;
}
.study .contents .flex.halfArea{
	flex-direction: column;
}
.flex .half {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 24px 24px;
	position: relative;
}
.flex .half:first-child:after {
	position: absolute;
  content: "";
  right: 0;
  top: initial;
	bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #000;
}
.cool .head p {
	max-width: 1200px;
	margin: 0 auto;
	background-image: url(../images/SVG/cool_sp.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	padding-top: 20%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	height: 0;
}
.cool .lead {
	max-width: 800px;
	margin: 0 auto;
	background-image: url(../images/SVG/section6_text1.svg);
	background-repeat: no-repeat;
	background-position: center left;
	width: 100%;
	margin: 24px auto;
	padding-top: 15%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	height: 0;
}
.cool .inner {
	padding: 24px;
}
.cool .inner .item {
	width: 100%;
}
.cool .inner .item.item2 {
	top: 0%;
	position: relative;
}
.cool .inner .item.item4 {
	top: 0px;
}
.cool .inner .item.item4 img {
	margin: 0 auto 0 auto;
	width: 60%;
}
.cool .inner .item.item4 .patternBase::after {
	height: 80%;
	width: 100%;
	left: 10%;
}
.cool .inner .item.item6 {
	margin-top: 30px;
	top: 0px;
}
.cool .inner .item.item7 {
	margin-top: 30px;
	top: 0px;
}
.cool .inner .item.item9 {
	width: 100%;
	margin: 0 auto 0 auto;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	top: 0px;
}
.cool .inner{
	margin-bottom: 0;
}
.cool .inner .item.item9{
	flex-direction: column;
}
.cool .inner .item a.-PC{
	display: none;
}
.cool .inner .item.item9 .patternBase {
	width: 100%;
	top: 0%;
	position: relative;
}
.cool .inner .item.item9 img {
	width: 80%;
	max-width: 240px;
	display: block;
	margin: 24px auto;
	position: relative;
	z-index: 1;
}
.cool .inner .item a{
	margin: 20px auto;
}
.cool .inner .item.item9 .patternBase::after{
	height: 100%;
	top: 0%;
	width: 110%;
	left: 0%;
}
}
@media screen and (max-width : 600px){

	br.SP{
		display: block;
	}
	.itemList {
		width: 94%;
		margin: 40px auto;
  }
	.itemList .item {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
		width: 100%;
		padding: 20px;
		border-right: 2px solid #7bc178;
		border-bottom: 2px solid #7bc178;
}
.itemList .item:nth-child(7){
	border-bottom: 2px solid #7bc178;
}
.itemList .item:nth-child(8){
	border-bottom: none;
}
.itemList .item:nth-child(even), .itemList .item:nth-child(odd){
	border-right: none;
}
.itemList .item .flex img {
	max-height: 240px;
	margin: 20px auto;
}
.head .h3-academy {
	background-image: url(../images/SVG/academy_sp.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 94%;
	max-width: 980px;
	margin: 24px auto 0 ;
	padding-top: 26%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
}




}