@charset "UTF-8";
/* CSS Document */
body {
	font-family: serif;
	color: #555;
	font-family: 'Noto Sans JP', sans-serif;
}
a {
	color: #555;
	text-decoration: none;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (min-width:960px) {
.md-sm {
	display: none !important;
}
}

@media screen and (max-width:959px) {
.lg {
	display: none !important;
}
}

@media screen and (min-width:600px) {
.sm {
	display: none !important;
}
}

@media screen and (max-width:599px) {
.lg-md {
	display: none !important;
}
}
#container {
	max-width: 1150px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	margin: 0 auto;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
ヘッダー
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#header {
	border-bottom: 1px solid #CCC;
	font-size: 0;
	line-height: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*#header:after {
    content: "";
    display: block;
    clear: both;
}*/
#title {
	width: 22.3%;
	padding: 10px 2%;
}
#title a,#title img {
    width: 100%;
        display: block;
}
#header div#weblink {
	width: 16.5%;
	padding: 10px 2%;
	border-left: solid 1px #555;
}
#weblink a,#weblink img {
    width: 100%;
}
#header .lg.nav {
	width: 28.56%;
	display: inline-block;
}
#header .lg.nav li {
	display: inline-block;
	float: left;
	height: 135px;
	width: 50%;
	border-left: 1px solid #CCC;
	text-align: center;
	padding-top: 64px;
	box-sizing: border-box;
	vertical-align: middle;
}
#header .lg.nav .sns img {
	margin: 0 5px;
}
#header .lg.category {
	width: 100%;
	border-top: 1px solid #CCC;
	display: inline-block;
}
#header .lg.category li {
	display: inline-block;
	height: 61px;
	border-left: 1px solid #CCC;
	text-align: center;
	padding-top: 23px;
	box-sizing: border-box;
	vertical-align: middle;
	width: 14.28%;
}
#header .lg.category a:first-child li {
	border-left: 0;
}
#header .md-sm {
	float: right;
	width: 120px;
	height: 120px;
	position: relative;
	border-left: 1px solid #CCC;
	box-sizing: border-box;
}
#header .md-sm img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#main {
	margin-bottom: 50px;
}

/*■■■■■■■■■■■■■■■■■■
メインタイトル
■■■■■■■■■■■■■■■■■■*/
#titleblock img {
	width: 100%;
}
div#mainill {
	width: 24%;
	/* margin: 0 -30px 0 0; */
	z-index: 30;
}
div#maintext {
	width: calc(76% + 50px);
	margin: 30px 0 0 -50px;
}
div#titleblock {
	width: 80%;
	margin: 30px auto -14px;
}
div#maintitle {
	border-bottom: solid 2px #555;
	padding: 0 0 0px 0;
}
h5 {
	font-size: 14px;
	text-align: center;
	line-height: 28px;
	margin: 0 0 14px 0;
}
h6 {
	font-family: 'Pacifico', cursive;
	line-height: 22px;
	text-align: center;
	font-size: 16px;
}
div#copyblock {
	width: 80%;
	margin: auto;
}
div#maincopy {
	margin: 30px;
}
div#copyill {
	width: 20%;
	position: relative;
}
div#kaiwa {
	width: 80%;
	position: relative;
}
div#copyill img {
	width: 100%;
	position: absolute;
	bottom: 20px;
}
div#kaiwa img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -50;
}
div#copytext {
	margin: 35px 15% 35px 5%;
	width: 80%;
}



/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
記事リスト
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#article {
	font-size: 0;
}
.entry {
	width: 48%;
	margin: 1%;
}
.entry img {
	width: 100%;
}
.entry a {
	display: block;
	height: auto;
	width: 100%;
}
.entry .text_area {
}
.entry h2 {
	font-size: 14px;
	margin: 0 0px 0 5px;
}
.entry h3 {
    font-size: 17px;
    font-family: 'Pacifico', cursive;
    /* font-size: 16px; */
    /* margin-bottom: 4px; */
    display: inline-block;
    /* letter-spacing: 2px; */
    margin: 0 0px 0 4px;
}
.entry p.category {
	font-size: 13px;
	border: solid 1px #888;
	display: inline-block;
	padding: 4px 6px;
	margin: 5px 5px;
}
#article .entry:first-child {
	position: relative;
	border-bottom: 1px solid #CCC;
	margin: 1% 1% 0;
	width: 100%;
}
#article .entry:first-child .image {
	max-width: 100%;
}
#article .entry:first-child .text_area {
	position: absolute;
	bottom: 40px;
	right: 40px;
	width: 300px;
	background: white;
	padding: 15px 20px;
}
#article .entry:first-child .text_area .date {
	font-size: 14px;
	margin-bottom: 4px;
	display: inline-block;
	letter-spacing: 1px;
}
#article .entry:first-child .text_area h2 {
	font-size: 14px;
	margin-bottom: 4px;
	display: inline-block;
	letter-spacing: 1px;
}
#article .entry:first-child .text_area .category {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 1px;
	border: 1px solid #888;
	padding: 4px 6px;
	margin-bottom: 8px;
}
#article .entry:first-child .text_area .copy {
	font-size: 15px;
	display: inline-block;
	letter-spacing: 1px;
}
.gifttitle img {
	width: 100%;
}
.gifttitle {
	width: 80%;
	margin: 0 auto 20px;
	max-width: 850px;
}
h4 {
	font-size: 14px;
	text-align: center;
	line-height: 200%;
}
.giftbox h4 img {
	margin: 25px 0 0;
	width: fit-content;
}
div#gift_photo {
	background-position: center center;
	background-size: cover;
	width: 80%;
	margin: auto;
	box-shadow: 2px 2px 6px 0px #8d8d8d;
	padding: 5%;
	margin: 5% auto 0;
	background: url(/webstore/template/default/img/common/bg.jpg);
	border-radius: 25px;
	text-align: center;
}
div#gift_photo p {
	font-size: 14px;
	width: 80%;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 2%;
	margin: 25px auto;
}
#gift_photo a {
	font-size: 15px;
	border: solid 2px rgba(154, 103, 67, 0.71);
	padding: 5px 25px;
	display: inline-block;
	margin: auto;
	background: rgba(207, 150, 107, 0.44);
	transition: 0.6s;
}
#gift_photo a:hover {
	opacity: 0.6;
}
/*#article .entry:nth-child(n+3) {
	width: 44%;
	margin: 4% 0 0 4%;
	display: inline-block;
	vertical-align: top;
}
#article .entry:nth-child(n+3) .image {
	width: 100%;
}
#article .entry:nth-child(n+3) .text_area {
	width: 300px;
	box-sizing: border-box;
	background: #FFF;
	max-width: 100%;
	margin-top: 10px;
	border-left: 1px solid #CCC;
	padding-left: 12px;
}
#article .entry:nth-child(n+3) .text_area .date {
	font-size: 13px;
	margin-bottom: 2px;
	display: inline-block;
	letter-spacing: 1px;
}
#article .entry:nth-child(n+3) .text_area h2 {
	font-size: 18px;
	margin-bottom: 2px;
	display: inline-block;
	letter-spacing: 2px;
}
#article .entry:nth-child(n+3) .text_area .category {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 1px;
	border: 1px solid #888;
	padding: 4px 6px;
	margin-bottom: 6px;
}
#article .entry:nth-child(n+3) .text_area .copy {
	font-size: 13px;
	display: inline-block;
	letter-spacing: 1px;
}*/
div#gift_set {
	width: 100%;
	border-top: 1px solid #555;
}
.box80 {
	width: 80%;
	margin: 35px auto;
}
.gift_text {
	width: 83%;
	position: relative;
}
.gift_illbuta {
	width: 17%;
	position: relative;
}
.gift_illbuta img {
	width: 100%;
	position: absolute;
	bottom: 0;
}
div.gift_text img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -50;
}
.gift_text_box {
	width: 80%;
	margin: 35px 0 35px 12%;
}
.giftbox {
	width: 100%;
	border-top: 1px #CCC solid;
}
#article .entry:nth-child(n+3) .title {
	display: none;
}
#concept {
	width: 100%;
	background: white;
	border-bottom: 1px solid #CCC;
	line-height: 55px;
	text-align: center;
	font-size: 0;
	padding: 25px 30px;
	box-sizing: border-box;
	line-height: 22px;
}
#concept .copy {
	vertical-align: middle;
	padding: 10px 25px;
	max-width: 100%;
	box-sizing: border-box;
}
#concept .description {
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding: 10px 25px;
}
/*フッター*/
#footer {
	width: 100%;
	margin-top: 50px;
	text-align: center;
	padding: 50px 0;
	border-top: 1px solid #CCC;
}
#footer p {
	font-size: 13px;
	letter-spacing: 2px;
}
#footer a {
	text-decoration: none;
}






/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
レスポンシブエリア
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
@media screen and (max-width:1150px) {
    #container {
	border-left: none;
	border-right: none;
}
/*#title {
	height: 120px;
	padding-top: 32px;
}*/
#title img {
	width: 300px;
}
#header .lg.nav li {
	height: 120px;
}
#header .lg.nav .about img {
	height: 32px;
}
#header .lg li {
	padding-top: 50px;
}
#header .lg.category li {
	height: 54px;
	padding-top: 20px;
}
#header .lg.category li img {
	height: 14px;
}
}

@media screen and (max-width:959px) {
#title {
	width: calc(100% - 50% - 2px);
}
#header div#weblink {
	width: 40%;
	padding: 12px 2%;
	border-left: solid 1px #555;
	max-width: 180px;
}
/*■■■■メインタイトル周り■■■■*/
div#copyblock {
	width: 90%;
	margin: auto;
}
div#kaiwa {
	width: 100%;
	position: relative;
}
div#kaiwa img {
	display: none;
}
div#copytext {
	margin: 35px auto 35px;
	width: 80%;
}
div#copyill {
	width: 100%;
	position: relative;
}
div#copyill img {
	width: 15%;
	position: absolute;
	bottom: 20px;
	right: -6%;

}
/*■■■■記事リスト周り■■■■*/
#article .entry:first-child .text_area {
	background: rgba(255, 255, 255, 0.8);
	width: 250px;
	bottom: 20px;
	right: 20px;
}
#article .entry:first-child .text_area .date {
	font-size: 13px;
	font-size: 12px;
	letter-spacing: 0;
}
#article .entry:first-child .text_area h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
#article .entry:first-child .text_area .copy {
	font-size: 13px;
	font-size: 12px;
	letter-spacing: 0;
}
}

@media screen and (max-width:599px) {
#title {
	/* padding-top: 25px; */
    /* height: 100px; */
	width: calc(100% - 50%);
}
#title img {
	width: 250px;
}
#header .md-sm {
	width: 100px;
	height: 100px;
}
#header .md-sm img {
	width: 42px;
}
#header div#weblink {
	width: 40%;
	padding: 12px 2%;
	border-left: solid 1px #555;
	max-width: 150px;
}
/*■■■■メインタイトル周り■■■■*/   
div#titleblock {
	width: 90%;
	margin: 10px auto -14px;
}
div#mainill {
	width: 30%;
	margin: 0 0 0 0;
	z-index: 30;
}
div#maintext {
	width: calc(70% + 9%);
	margin: 8% 0 0 -9%;
}
div#maincopy {
	margin: 2%;
}
div#copytext {
	margin: 35px auto 35px;
	width: 100%;
}
div#copyill img {
	width: 30%;
	position: relative;
	bottom: 10px;
	right: 0;
	margin: auto;
	display: block;
}
h5 {
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	margin: 0 0 9px 0;
}
h6 {
	font-family: 'Pacifico', cursive;
	line-height: 21px;
	text-align: center;
	font-size: 16px;
}
/*■■■■記事リスト周り■■■■*/
.entry {
	width: 100%;
	margin: 1%;
	position: relative;
	border-bottom: 1px solid #CCC;
	margin: 1% 1% 0;
	width: 100%;
}
.entry .text_area,#article .entry:first-child .text_area {
    background: rgba(255, 255, 255, 0.8);
    width: 250px;
    bottom: 0;
    right: 0;
    position: relative;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 1%;
}
.gift_text {
	width: 100%;
	margin: auto;
}
.gift_text img {
	display: none;
}
.gift_text_box {
	width: 100%;
	margin: auto;
}
.gift_illbuta {
	width: 16%;
	position: relative;
	/* bottom: -50px; */
	margin: auto;
}
.gift_illbuta img {
	position: relative;
}
.box80 {
	position: relative;
	flex-wrap: wrap-reverse;
	width: 90%;
}
h4 br {
	display: none;
}
.giftbox h4 img {
	display: block;
	margin: 12px auto;
}
div#gift_photo p {
	font-size: 13px;
	width: 85%;
	border-top: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 2%;
	margin: 25px auto;
}
}

@media screen and (max-width:499px) {
#header {
	flex-direction: column-reverse;
}
#header div#weblink {
	width: 100%;
	padding: 2% 0;
	border-left: solid 1px #555;
	max-width: 100%;
	margin: auto;
	border: none;
	background: #ededed;
}
#title {
	padding-top: 10px;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 10px 0;
}
#title a {
	width: 80%;
	margin: auto;
	display: block;
}
#title img {
	width: 100%;
}
#weblink a {
	margin: auto;
	width: 50%;
	display: block;
}
#weblink a img {
	width: 100%;
	max-width: 150px;
	margin: auto;
	display: block;
}
#header .md-sm {
	width: 80px;
	height: 80px;
}
}
@media screen and (max-width:959px) {
#concept .description {
	max-width: 480px;
}
#concept .description br {
	display: none;
}
}

@media screen and (max-width:599px) {
#concept .description {
	font-size: 13px;
	line-height: 25px;
}
}