
body {
  width: 100%;
	padding: 0;
	margin: 0;
	background-color: #93ced2;
}

.rainning {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100vw;
}

.rain {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  overflow: hidden;
}
.rain::after {
  content: "";
  display: block;
  position: absolute;
  height: 20vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  animation: drop 2.8s 0s infinite;
  animation-fill-mode: forwards;
  opacity: .6;
}
.rain:nth-child(1) {
  margin-left: -40%;
}
.rain:nth-child(1)::after {
  animation-delay: 1.2s;
}
.rain:nth-child(2) {
  margin-left: -30%;
}
.rain:nth-child(2)::after {
  animation-delay: 2.5s;
}
.rain:nth-child(3) {
  margin-left: -20%;
}
.rain:nth-child(3)::after {
  animation-delay: .6s;
}
.rain:nth-child(4) {
  margin-left: -10%;
}
.rain:nth-child(4)::after {
  animation-delay: 2.3s;
}
.rain:nth-child(5) {
  margin-left: 0%;
}
.rain:nth-child(5)::after {
  animation-delay: 1s;
}
.rain:nth-child(6) {
  margin-left: 10%;
}
.rain:nth-child(6)::after {
  animation-delay: .3s;
}
.rain:nth-child(7) {
  margin-left: 20%;
}
.rain:nth-child(7)::after {
  animation-delay: 2.6s;
}
.rain:nth-child(8) {
  margin-left: 30%;
}
.rain:nth-child(8)::after {
  animation-delay: 1.9s;
}
.rain:nth-child(9) {
  margin-left: 40%;
}
.rain:nth-child(9)::after {
  animation-delay: .7s;
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 150%;
  }
}

#container {
}

.st_wrapper a { text-decoration: none;}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto;
    padding: 0 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
}

.wrap_content {
	width: 100%;
	max-width: 1100px;
	padding: 0;
	margin: 0 auto;	
	text-align: center;
}


.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper h1 {
	width: 60%;
	max-width: 500px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5em;
	margin:6% auto 3%;
	text-align: center;
	color: #000;
}

.st_wrapper p{
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
    margin: 0 2%;
}


.obi_20p {
	margin: 0;
	padding: 5px 0;
	background-color: #f0f050;
	border-bottom: solid 5px #1700a5;
}

.obi_inner {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.Top {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 5%;
    border-radius: 0;
animation-name:fadeInAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Lead {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	line-height: 2.0em;
    margin: 3% auto;
	font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #fff;
	letter-spacing: 0.1em;
}

.menu_s {
	width: 23%;
    margin: 1%;
	float: left;
	color: #000;
}

.menu_s img {
	width: 100%;
}

.icon_list {
	position: absolute;
	width: 100%;
	top:0;
}

.icon_list img {
    width: 100%;
}

.wht_box {
	position: relative;
    width: 94%;
    margin: 5% auto 8%;
    padding: 1%;
	background:rgba(255,255,255,1.0);
	border: solid 0px #000;
	border-radius: 50px 50px 0 0;
	z-index: 1;
}

.sub_title1 {
	position: relative;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
    font-size: 24px;
    line-height: 2.0em;
    text-align: center;
	color: #094388;
	z-index: 5;
	margin-bottom: 3%;
}

.sub_title1 img {
	width: 100%;
	border-radius: 45px 45px 0 0;
}

.sub_title1 span {
    font-size: 35px;
}

.sub_title2 {
	position: relative;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
    font-size: 18px;
    line-height: 2.0em;
    text-align: center;
	color: #094388;
	z-index: 5;
	margin-bottom: 3%;
}

.style1 {
    width: 44%;
    margin: 0 2% 0 4%;
    position: relative;
    float: left;
}

.w_90 {
	float: left;
	position: relative;
    width: 53%;
    margin: 0% 0%;
}

.w_90 img {
    width: 100%;    
}

.item_box {
	position: relative;
	float: left;
    width: 42%;
    margin: 3% 0 0 4%;
    text-align: left;
	right: 0;
	bottom: 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

.item_box2 {
	position: relative;
	float: left;
    width: 42%;
    margin: 3% 4% 0 0;
    text-align: left;
	right: 0;
	bottom: 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

.credit_box {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.brnd_name {
	margin: 0;
	font-size: 12px;
	margin-bottom: 1%;
}

.item_name {
	margin: 3% 0 2%;
	font-size: 16px;
	line-height: 1.5em;
}

.item_price {
	margin: 0;
	font-size: 16px;
}

.buy_box {
    width: 100%;
    margin: 7% 0 0 0;
	padding: 0;
}

.buy_box img {
	width: 100%;
}

.cate_img_s {
	position: relative;
    width: 30%;
    margin: 0 35%;
    float: left;
	font-size: 130%;
	text-align: center;
	z-index: 10;
}

.cate_img img, .cate_img_s img {
    width: 100%;
	border: solid 0px #000;
}

.btn {
	border: none;
	font-family: inherit;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
    font-weight: 400;
    font-style: normal;
}

.btn-1 {
	width: 50%;
	margin: 6% auto 4%;
    padding: 25px 40px 25px 20px;
	font-size: 19px;
	line-height: 1.4em;
	font-weight: 600;
	color: #fff;
	background-color: #4183a0;
    text-align: center;
	border-radius: 20px;
}

a.btn-1:before {
	display: block;
	content: "";
	position: absolute;
	top: 35%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 15px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 15px solid #fff;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}
a.btn-1:hover:before {
	right: 20px;        /*マウスオーバーで三角をずらす */ 
}

.btn-2 {
	width: 70%;
	margin: 4.3% auto 1%;
    padding: 30px 40px 25px 20px;
	font-size: 19px;
	line-height: 1.8em;
	font-weight: 600;
	color: #fff;
	background-color: #fff;
    text-align: center;
}

a.btn-2:before {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 15px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 15px solid #fff;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}
a.btn-2:hover:before {
	right: 20px;        /*マウスオーバーで三角をずらす */ 
}

.btn-3 {
	width: 70%;
    max-width: 600px;
	margin: 10% auto 1%;
    padding: 20px 2% 20px;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 600;
	color: #fff;
	border-radius: 80px;
	background-color: #333;
    text-align: left;
	border: solid 2px #000;
}

.sub_other {
	width: 100%;
	position: relative;
    font-family: "trade-gothic-next-condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 1.5em;
    text-align: center;
	padding-top: 3%;
	margin-bottom: 3%;
    padding-right: -2%;
	color: #000066;
	z-index: 5;
}

.bnr_box {
	width: 60%;
	margin: 1% auto;
	padding-bottom: 1%;
}

.bnr_main {
	width: 80%;
	max-width: 600px;
	margin: 5% auto; 
}

.bnr_main img {
	width: 100%;
	margin-top: 2%;
	margin-bottom: 3%;
	border-radius: 20px;
}

.bnr_s {
	width: 48%;
    margin: 2% 0 6%;
	float: left;
	color: #000;
}

.bnr_s img {
	width: 100%;
	margin-top: 2%;
	margin-bottom: 3%;
	border-radius: 20px;
}

.w_60 {
    width: 100%;
    max-width: 600px;
    margin: 3% auto 0;
}

.w_50 {
    width: 48%;
    margin: 0% 1% 2%;
}

.w_50 img {
    width: 100%;    
}

.w_50 {
    width: 48%;
    margin: 0% 1% 2%;
}

.w_50 img {
    width: 100%;    
}

.w_30 {
    width: 31.3%;
    margin: 2% 1% 2%;
}

.w_30 img {
    width: 100%;    
}

.FR {
    float: right;
}

.FL {
    float: left;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.clear {
    clear: both;
}


.icon_insta {
    width: 30%;
    max-width: 120px;
    margin: 10% auto 4%;
    line-height: 2.8em;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.icon_insta img{
    width: 60%;
    display: block;
}

.footer_btn {
    width: 80%;
    max-width: 600px;
    margin: 8% auto 3%;
}

.footer_sb {
    width: 50%;
    max-width: 600px;
    margin: 0 auto 0;
}

.footer_sb img {
    padding: 0;
	margin: 0;
}


/*back to top*/
.gotop{
  position: fixed;
  right: 5px;
  bottom: 5px;;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
	background-color: #fff;
	border-radius: 35px;
	padding: 1%  1.4%;
	border: solid 1px #000;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}



@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper p {
		font-size: 13px;
	}
	
	.st_wrapper h1 {
		font-size: 16px;
	}
	
	.st_wrapper h2 {
		font-size: 16px;
	}
	
	.st_wrapper h3 {
		font-size: 14px;
	}

    
	.Lead {
		font-size: 15px;
    margin: 3% auto 5%;
	}	
	
.menu_s {
	width: 46%;
    margin: 2%;
	float: left;
	color: #000;
}

.menu_s img {
	width: 100%;
}
	
.icon_list {
	float: left;
    width: 100%;
    margin: -5% 0 36% 0;
}

	
	.cate_img_s p {
		font-size: 49%;
		font-weight: normal;
		text-align: center;
	}
    

.wht_box {
    width: 92%;
	margin-bottom: 10%;
	padding-bottom: 4%;
}
	
.sub_title1 {
    font-size: 14px;
    line-height: 2.4em;
}

.sub_title1 span {
    font-size: 24px;
}
	
.sub_title2 {
    font-size: 14px;
    line-height: 2.4em;
	padding-top: 12%;
}
    
    .style1 {
        width: 90%;
        margin: 4% 5%;
    }
    
    .style2 {
        width: 90%;
        margin: 0% 5%;
    }

.item_box {
	font-size: 11px;
	font-weight: bold;
}

.item_box span {
	font-size: 18px;
}
	
.brnd_name {
	margin: 0;
	font-size: 10px;
}

.item_name {
	margin: 3% 0 2%;
	font-size: 12px;
	line-height: 1.3;
}

.item_price {
	margin: 0;
	font-size: 17px;
}

.buy_box {
    margin: 7% 0 0 0;
	padding: 0;
}

.buy_box img {
	width: 100%;
}
    
.cate_img_s {
	position: relative;
    width: 60%;
    margin: 0 20% 2%;
    float: left;
	font-size: 130%;
	text-align: center;
	z-index: 10;
}
    
    .info_box .shop {
        font-size: 11px;
    }
	
.subtitle {
    margin: 1% 60% 0% 0;
}
	
.subtitle span {
    font-size: 12px;
}

.sub_other {
	font-size: 17px;
	padding-top: 6%;
	padding-bottom: 2%;
}
	
.bnr_box {
	width: 92%;
}
	
.bnr_main {
	width: 100%;
	max-width: 600px;
	margin: 5% auto;
}

.bnr_s {
	width: 48%;
}
	
.bnr_s a {
	font-size: 12px;
}
	
.w_60 {
    width: 94%;
    max-width: 600px;
    margin: 3% auto 0;
}
	
	.icon_check {
	position: absolute;
    width: 20%;
    right: 0;
	bottom: 0;
	z-index: 15;
}
	
	.btn-1 {
        width: 86%;
		font-size: 16px;
        margin: 5% auto 3%;
        padding: 20px 20px;
	}
	
    a.btn-1:before {
	right: 5px;
	top: 27px; 
	border: 11px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 11px solid #fff;
    }
	
	.btn-2 {
        width: 86%;
		font-size: 14px;
        margin: 10% auto 4%;
        padding: 7% 2% 6.5%;
	}
	
a.btn-2:before {
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	right: 5px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 14px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 15px solid #fff;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}
	
	.btn-3 {
        width: 90%;
		font-size: 14px;
        margin: 10% auto 4%;
        padding: 2% 2% 2.5%;
	}
	
	
	
	.w_50 {
    width: 47%;
    margin: 1.5%;
}
    
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
.footer_sb {
    width: 70%;
    max-width: 600px;;
    margin: 0% auto 0;
}
    
	.gotop {
		font-size: 20px;
	padding: 0.8% 2.3%;
		  right: 1px;
	}	
}



