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

html,body {
	width: 100%;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 180%;

    font-family: source-han-sans-japanese, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    
     -moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
    background-color: #FFFFFF;
    color: #454545;
}

a {
	text-decoration: none;
	color: #4A77FF;
}

img {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 70%;
}

.sp-no {
	display: inline;
}

.pc-no {
	display: none;
}

.pink {
    color: #D91E7C !important;
}

.wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	overflow: visible;
}

.noshi-wrapper {
/*
	background-image: url("../img/common/noshi_border.svg");
	background-repeat: repeat-y;
	background-size: contain;
*/
}

.noshi-wrapper:before {
	content: "";
	width: 100px;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("../img/common/noshi_l.svg");
	background-size: contain;
	background-repeat: repeat-y;
}

.noshi-wrapper:after {
	content: "";
	width: 100px;
	height: 100%;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url("../img/common/noshi_r.svg");
	background-size: contain;
	background-repeat: repeat-y;
}

.present-wrapper {
    min-height: calc(100vh*2);
    background-image: url("../img/present/bk_present.svg");
    background-repeat: repeat-y;
    background-size: contain;
}

.presenttop-wrapper {
    min-height: 2000px;
    background-image: url("../img/present/bk_deco.svg");
    background-repeat: repeat-y;
    background-size: contain;
}

.p-yellowbars {
    min-height: 2000px;
    background-image: url("../img/present/bk_yellowbars.svg");
    background-repeat: repeat-y;
    background-size: contain;
}

.pc-wrapper {
    width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	overflow: visible;
}

.pc-wrapper:before,.pc-wrapper:after {
    content: "";
	width: 200px;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;	
	background-size: contain;
	background-repeat: repeat-y;
    transition: all 0.3s;
    z-index: 1;
}

.pc-wrapper:before {
    left: 0;
    background-position: top left;
    background-image: url("../img/present/bk_ldeco.svg");
}

.pc-wrapper:after {
    right: 0;
    background-position: top right;
	background-image: url("../img/present/bk_rdeco.svg");
}

.pc-index {
    margin: 35% 0 0;
    transition: all 0.3s;
}

@media screen and (max-width: 820px) {

.pc-index {
    margin:0;
}

}


.yellow-wrapper {
    width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	overflow: visible;
}

.yellow-wrapper:before,.yellow-wrapper:after {
    content: "";
	width: 100px;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;	
    background-image: url("../img/present/bk_yellow.svg");
	background-size: contain;
	background-repeat: repeat-y;
    transition: all 0.3s;
    z-index: 0;
}

.yellow-wrapper:before {
    left: 0;
    background-position: left;
}

.yellow-wrapper:after {
    right: 0;
    background-position: right;
}


.news-bk {
    background-color: #FFF9B7;
}

.contact-bk {
    background-color: #E4F5C1;
}


@media screen and (min-width: 641px) and (max-width: 1000px) {

.noshi-wrapper:before {
	width: 50px;
}
	
.noshi-wrapper:after {
	width: 50px;
}

.pc-wrapper:before,.pc-wrapper:after {
    width: 80px;
}

.yellow-wrapper:before,.yellow-wrapper:after {
    width: 50px;
}

}

@media screen and (max-width: 640px) {

.pc-wrapper:before,.pc-wrapper:after {
    width: 30px;
}

.yellow-wrapper:before,.yellow-wrapper:after {
    width: 20px;
}

}

.hdr {
	width: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	overflow: hidden;
	background-color: rgb(255 255 255 / 70%);
	transition: all 0.3s;
    
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}

.hdr .hdr-wrap {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	
	transition: all 0.3s;
}

.hdr.shrinker .hdr-wrap {
	padding: 10px 0;
}

.main-nav {
	margin: 0;
}

ul.nav-list {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	list-style: none;
	display: flex;
	justify-content: space-between;
	
	line-height: 140%;
	font-weight: bold;
	text-align: center;
	
	font-size: 120%;
}


ul.nav-list li a {
	color: #454545;	
	
	transition: all 0.2s;
}

ul.nav-list li:hover a {
	color: #198ED9;
}

ul.nav-list li .ribbon {
	width: 30px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: ease-in-out 0.3s;
}

ul.nav-list li:hover .ribbon {
	opacity: 1.0;
}

.main {
	width: 100%;
	margin: 90px 0 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.ind-main {
    margin: 0;
}

.main-wrap {
	width: 85%;
	max-width: 1400px;
	min-height: 70vh;
	margin: 0 auto;
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}

.shop-wrap {
    max-width: 1000px;
    z-index: 1;
    transition: all 0.3s;
}

section.white-space {
    width: 95%;
    min-height: 500px;
    margin: 0 auto;
    padding: 30px 2.5%;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 10px;
}

.sec-wrap {
    width: 98%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}



@media screen and (min-width: 641px) and (max-width: 1305px) {

.main-wrap {
	max-width: 900px;
    overflow: visible;
}

.shop-wrap {
    max-width: 700px;
}
	
}

.main-image-area {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.temp-page {
	width: 98%;
	max-width: 1400px;
	height: 100vh;
	margin: 0 auto;
	padding: 100px 0 0;
	position: relative;
	overflow: hidden;
}

.temp-logo {
	width: 40%;
	margin: 0 auto 100px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.temp-txt {
	width: 90%;
	margin: 0 auto;
	font-size: 210%;
	line-height:210%;
	text-align: center;
	font-weight: bold;
}

h1.common-hd {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 200%;
    font-weight: bold;
    line-height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1.common-hd:before {
    content: "";
    width: 200px;
    height: 10px;
    display: inline-block;
    margin: 0 10px 0 0;
    background-image: url("../img/common/mds_left.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

h1.common-hd:after {
    content: "";
    width: 200px;
    height: 10px;
    display: inline-block;
    margin: 0 0 0 10px;
    background-image: url("../img/common/mds_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


/***NEWS***/


h1.news-hd {
    width: 80%;
    max-width: 300px;
	margin: 0 auto 60px;
	padding: 0;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 200%;
	line-height: 180%;
}

.nh-sp {
    display: none;
}

ul.news-list {
    width: 100%;
    min-height: 200px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    list-style: none;
}

ul.news-list li {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-bottom: solid 1px grey;
}

ul.news-list li:first-child {
    border-top: solid 1px grey;
}

ul.news-list li a {
    width: 98%;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    color: #454545;
    
    transition: all 0.3s;
}

ul.news-list li a:hover {
    opacity: 0.2;
}

ul.news-list li .date {
    width: 10%;
    font-size: 80%;
}
/*

.nl-tag {
    width: 15%;
    border-radius: 20px;
    text-align: center;
    color: #FFF;
    font-size: 80%;
    font-weight: bold;
}

.gc {
    background-color: #E35B7E;
}

.pcp {
    background-color: #00A6B2;
}

.all {
    background-color: #F48700;
}
*/

ul.news-list li .title {
    width: 70%;
}

h2.news-title {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
    font-size: 180%;
    font-weight: bold;
    line-height: 160%;
    border-bottom: solid 5px #D91E7C;
}

.news-info {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.news-info .nl-date {
    margin: 0 2% 0 0;
}

.news-contents {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 100%;
    line-height: 210%;
}

.news-btn {
    width: 80%;
    max-width: 400px;
    margin: 60px auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-color: #008ED9;
    border-radius: 60px;
    
    transition: all 0.5s;
}

.news-btn:hover {
    background-color: #004ab3;
}

.news-btn a {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size: 120%;
}

.pagination-area {
	width: 80%;
	max-width: 300px;
	margin:60px auto;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination-area .pagination-link {
	width: 15.5%;
	height: 40px;
	margin: 0 0 0 -1px;
	text-align: center;
	color: #1B232F;
	border: solid 1px #1B232F;
	font-size: 100%;
	line-height: 240%;
}

.pagination-area .pagination-link:first-child {
	margin: unset;
}

.pagination-area .pagination-link a {
	width: 100%;
	height: 100%;
	display: block;
	color: #1B232F;
}

.pagination-area a.page-here {
	background-color: #1B232F;
	color: #FFF;
}

/***FOOTER***/

.pagetop {
    width: 10%;
    max-width: 50px;
    position: fixed;
    right: 1%;
	bottom:160px;
    z-index: 100;
    line-height: 0%;
	cursor: pointer;
    
	opacity: 0;
	transition: all 0.5s;
}

.sticky {
    position: fixed;
    bottom: 1%;
	transition: all 0.5s;
}

.fadeitin {
	opacity: 1.0;
}



.ftr {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	line-height: 210%;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(89,89,89,0.2);
-moz-box-shadow: 0px -5px 5px 0px rgba(89,89,89,0.2);
box-shadow: 0px -5px 5px 0px rgba(89,89,89,0.2);
}

.ftr .ftr-wrap {
	width: 98%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.copyright {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	position: relative;
	overflow: hidden;
	
	background-color: #454545;
	color: #FFF;
}