@charset "UTF-8";
/*COMMON CSS*/
html {
  width: 100%;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
img {
  width: 100%;
}
body {
  margin-left: auto;
  margin-right: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 100;
}

header, main {
	  max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
}

a:visited {
	color: unset;
}

a:hover {
	opacity: 0.5;
}




.f-serif {
	font-family: 'Sawarabi Mincho', sans-serif;
}

.f-strong {
	font-size: 1.2rem;
}

.f-hand {
	font-family: 'Parisienne', cursive;
}

.cntr {
	text-align: center;
}

.mg-b100 {
	margin-bottom: 100px;
}
.lead {
	line-height: 200%;
	margin-bottom: 100px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

h2 {
	font-size: 20px;
    text-align: center;
	font-weight: 100;
}

.ambassador_list h2 {
	    margin-bottom: 30px;

}

h2 span {
	position: relative;
    padding-left: 30px;
}

h2 span:before {
	left: 0;
    top: -3px;
	color: #202e40;
}

h2 span:before, h2 span:after {
	content: "□";
    position: absolute;
    width: 4px;
    height: 4px;

}

h2 span:after {
	left: 5.5px;
    top: 3.5px;
	color: #D9BD8B;
}

.ambassador_list {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.ambassador_list:before {
	border-left: solid 3px #202e40;
    border-top: solid 3px #D9BD8B;
    top: 0;
    left: 0;
}


.ambassador_list:after {
    border-right: solid 3px #202e40;
    border-bottom: solid 3px #D9BD8B;
    bottom: 0;
    right: 0;
}

.c_gray1 {
	color: #ffffff;
}

.c_gray {
	color: #666666;
}

.c_pink {
	color: #202e40;
}

.c_blue {
	color: #D9BD8B;
}

.acount {
	margin-bottom: 10px;
}

.acount a {
	color: #666666;
}

.acount a:hover {
	opacity: 0.5;
}

.question {
	margin-bottom: 30px;
}

.styling_item a {
	display: inline-block;
	text-decoration: none;
	color: #000;
}

.item_used {
	width: 100%;
    margin: 0 auto 120px;
}
.item_used_title {
font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: normal;
    font-size: 1.9rem;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.item_used_box {
	display: grid;
}

.info_item a p {
	color: #000;
}


footer {
	border-top: none;
    padding-top: 50px;
    margin-top: 0;
	position: relative;
    background-color: #f7f7f7;
    color: #3c3c3c;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.footer_logo {
    text-align: center;
    margin-bottom: 20px;
}




.footer_logo {
text-align: center;
    margin-bottom: 20px;
}

.footer_menu {
    padding: 0 5%;
    margin-bottom: 60px;
}

li {
	list-style-type: none;
}

.footer_menu ul li a {
	color: #3c3c3c;
}
.footer_menu ul li a:visited {
    color: unset;
}

.copy {
    text-align: center;
    padding-bottom: 15px;
}

small {
	font-size: 80%;
	color: #3c3c3c;
	padding-bottom: 15px;
}

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #202e40;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}










/*End COMMON CSS*/
/*SWIPER CSS*/
.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
/*End SWIPER CSS*/
/*FONT AWSOME*/
.icon {
  color: dimgray;
}
/*End FONT AWSOME*/
/*fade animation*/
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(30px);
}
.scrollin {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* End fade animation*/
/*SP CSS*/
@media (max-width: 768px) {
  img {
    max-width: 100%;
  }
	
	section {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
  .logo {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 206px;
    z-index: 10;
  }
  .kv {
    width: 100%;
    height: 0;
    padding-top: calc(1000 / 1000 * 100%);
    background: url(img/kv_sp_20024ss_occasion2.jpg) center center / cover no-repeat;
    margin-bottom: 120px;
  }
  main {
    margin-top: 60px;
  }
	p {
		font-size: 0.8rem;
	}
.pcbr {
  display: none;

}
	.introduction_wrap {
		background-image: url(img/bg.jpg);
		background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 5% 10% 5%;
	}
	.introduction_box {
		padding: 20px;
		justify-content: space-between;
		background-color: #202e40;
		margin-top: 30px;
	}
	.introduction_img {
		width: 50%;
	}
	
	.introduction_box p {
		color: #D9BD8B;
		width: 45%;
		font-size: 0.7rem;
	}
	
	.name {
		font-size: 1rem;
		font-weight: 1000;
		margin-bottom: 10px;
	}
  .swiper-container {
    width: 95%;
	  margin-bottom: 30px;
  }
  .utility_menu {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 15px;
    right: 10px;
    z-index: 10;
  }
  .utility_menu li {
    list-style-type: none;
    margin-left: 10px;
    margin-top: 5px;
  }
	
	.ambassador_list {
		padding: 20px;
		width: 80%;
	}
	.ambassador_list:before, .ambassador_list:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
}
	
	.introduction_title {
		font-size: 2.2rem;
		margin-top: -40px;
	}
	.talk {
		margin: 0 auto 100px auto;
	}
	
	.talk_img {
		margin: 0 auto 20px auto;
	}
	
	.styling_num {
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	
	.styling_title {
		font-size: 1.2rem;
		font-weight: 100;
		margin-bottom: 10px;
	}
	
	.styling_info p {
		margin-bottom: 30px;
	}
	
	.styling_item a div {
		display: flex;
		flex-wrap: wrap;
		border-radius: 3px;
		border: 0.5px solid rgba(0, 0, 0, 0.1);
		box-shadow: 2px 2px 20px 1px rgba(0, 0, 0, 0.1);
	}
	
	.styling_item a div img {
		width: 40%;
		height: 40%;

	}
	
	.styling_item p {
		padding-top: 5%;
		padding-left: 5%;
		line-height: 200%;
	}
	
	.item_used_box {
	grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	column-gap: 2%;
    row-gap: 36px;
}
	.info_item a p {
	font-size: 0.6rem;
	}
	
	.footer_logo img {
	width: 70%;
}

	.sns {
    margin: 0 0 40px 0;
}
	
	.sns ul {
    display: flex;
    justify-content: center;
}
	
	.sns ul li:first-child {
    margin-right: 20px;
}
	
	.footer_menu ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	line-height: 200%;
}
		

}
/*End SP CSS*/
/*PC CSS*/
@media (min-width: 769px) {
  .utility_menu {
    display: flex;
    margin: -24px 0 60px;
    justify-content: flex-end;
  }
  .utility_menu li {
    list-style-type: none;
    margin-left: 10px;
  }
  .logo {
    width: 399px;
    margin: 50px auto 0;
  }
  .kv {
    width: 1000px;
    height: 500px;
    background-image: url("img/kv_20024ss_occasion2.jpg");
    margin-bottom: 100px;
  }
	
	.flex_pc {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	
	.introduction_box {
		padding: 20px;
		justify-content: space-between;
		background-color: #202e40;
	}
	.introduction_img {
		width: 50%;
	}
	
	.introduction_box p {
		color: #D9BD8B;
		width: 45%;
	}

  .swiper-container {
    width: 40%;
	margin-right: 0;
  }
	
	.ambassador_list {
		width: 80%;
		padding: 50px;
	}
	.ambassador_list:before, .ambassador_list:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    display: inline-block;
}
	
	.introduction_wrap {
		background-image: url("img/bg_pc.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		padding: 5%;
	}
	
	.introduction_title {
		font-size: 60px;
		margin-top: -80px;
	}
	
	.introduction_box {
		width: 43%;
		margin-top: 30px;
	}
	
	.h2_num {
		font-size: 25px;
	}
	
	.talk {
		margin-bottom: 100px;
	}
	.talk_img {
		width: 50%;
	}
	
	.talk_txt {
		width: 45%;
	}
	
	.name {
		font-size: 1rem;
		font-weight: 1000;
		margin-bottom: 20px;
	}
	
	.styling_num {
		font-size: 2.5rem;
		margin-bottom: 20px;
	}
	
	.styling_title {
		font-weight: 100;
		font-size: 2rem;
		margin-bottom: 20px;
	}
	
	.styling_item {
		width: 40%;
	}
	.styling_item a {
		display: inline-block;
		width: 45%;
		margin-top: -200px;
		margin-right: 10px;

	}
	
	.styling_item a:hover {
		opacity: 0.5;
	}
	
	.styling_item a div p {
		font-size: 0.8rem;
	}
	
	.item_used_box {
	grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
	column-gap: 2%;
    row-gap: 36px;
}

		.info_item a p {
	font-size: 0.8rem;
	}


	
	footer {
    position: relative;
    border-top: 1px solid #7c8790;
    background-color: #f7f7f7;
    color: #3c3c3c;
    margin-top: 80px;
}
	
	.footer_inner {
    max-width: 1000px;
    margin: 0 auto;
}
	
	.footer_logo {
    margin: 80px auto 30px;
}
	
	.footer_logo img {
		display: unset;
    width: 200px;
	}
	
	.footer-inner .sns {
    margin-bottom: 60px;
}
	
	.sns ul {
    display: flex;
    justify-content: space-between;
    width: 60px;
    margin: 0 auto;
}
	
	.sns ul li a img {
		max-width: 100%;
		margin-bottom: 60px;
	}
	
	.footer_menu {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px;
}
	
	.footer_menu ul {
		margin-right: 100px;
		margin: 0;
    	padding: 0;
	}
	
	.footer_menu ul li {
		margin-bottom: 15px;
	}
	
	.footer_menu ul li a:visited {
    color: #000;
}
	

}
/*End PC CSS*/