@charset "utf-8";
/* CSS Document */

/*--------------*/
/*--- common ---*/
/*--------------*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #13315c;
	font-size: 14px;
	position: relative;
	min-width: 1300px;
	letter-spacing: 0.3px;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
}
ul, ol {
	list-style: none;
	padding: 0;
}
a {
	color: inherit;
}
section {
 width: calc( 100% - ( ( 100% - 900px ) / 2 ) );
	position: relative;
	left: calc( ( 100% - 900px ) / 2 );
}
#shopTopPage section h2 {
	padding-left: 113px;
}
.w900 {
	width: 900px;
	position: relative;
}
nav {
	position: absolute;
	left: calc( ( ( 100% - 900px ) / 2 ) - 200px );
	padding: 0;
	width: 200px;
	z-index: 99;
	background-color: rgba(255,255,255,0.8);
	transition-duration: 0.3s;
	line-height: 0;
}
#shopTopPage nav {
	padding: 75px 0;
}
nav input, nav label .menu-trigger {
	display: none;
}
nav ul, nav h1 {
	margin: 0 auto;
	width: 130px;
}
nav ul {
	margin-top: 16px;
	line-height: 40px;
}
nav h1 {
	text-align: center;
	padding: 0 0 37px 0;
	border-bottom: 1px solid #12305b;
}
#baseMenu {
	position: fixed;
	right: 20px;
	top: 20px;
	z-index: 100;
}
#baseMenu ul {
	margin: 0;
	width: 90px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#baseMenu li {
	height: 40px;
	width: 40px;
	border-radius: 50%;
	position: relative;
	background-color: #12305b;
}
#baseMenu .base::after {
	content: " ";
	position: absolute;
	top: -3px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 18px;
	height: 18px;
	background-image: url(https://myherashop.andeeworks.jp/myhera/hera_library/img/base.png);
	background-size: contain;
}
#baseMenu .cart::after {
	content: url(https://myherashop.andeeworks.jp/myhera/hera_library/img/cart.svg);
	position: absolute;
	padding: 11px 0 0 7px;
	width: 30.05px;
	height: 37.03;
}
#baseMenu a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 101;
}
#baseMenu img {
	display: none;
}
.heraMenu {
	position: fixed;
	float: none;
	left: calc( ( ( 100% - 900px ) / 2 ) - 200px );
	top: 0;
	height: 100%;
}
 @media screen and (min-width:768px) and ( max-width:1300px) {
.heraMenu {
	left: 0;
}
}
.point {
	display: flex;
	justify-content: space-between;
	padding: 0 190px;
}
.point div {
	width: 240px;
	height: 150px;
	background-image: url(https://myherashop.andeeworks.jp/myhera/hera_library/img/bg01.svg);
	background-repeat: no-repeat;
	background-position: center, center;
	text-align: center;
	position: relative;
}
.point div img {
	margin: 52px 0 0;
}
.point div::after {
	content: url(https://myherashop.andeeworks.jp/myhera/hera_library/img/icon01.svg);
	position: absolute;
	right: 40px;
	top: -30px;
	width: 50px;
	height: 76px
}
.point div.reach::after {
	animation-name: pointHera;
	animation-duration: 0.5s;
	animation-timing-function: ease;
}
.point div.reach:first-child::after {
	animation-delay: 0s;
}
.point div.reach:last-child::after {
	animation-delay: 0.2s;
}
 @keyframes pointHera {
0% {
 transform: rotate(0deg);
}
50% {
 transform: rotate(-20deg);
}
100% {
 transform: rotate(0deg);
}
}
.backColor1 {
	background-color: #f6f4f0;
}
.backColor1::after {
	content: " ";
	background-color: #f6f4f0;
	height: 100%;
	width: calc( ( 100vw - 1300px ) / 2 );
	display: block;
	position: absolute;
	top: 0;
 left: calc( -200px - ( ( 100vw - 1300px ) / 2 ) );
}
/*--------------*/
/*--- header ---*/
/*--------------*/

#shopTopPage header {
	width: 100%;
	height: auto;
}
#shopTopPage header h1 {
	height: 500px;
	text-align: center;
	padding: 170px 0 0 0;
	margin: 0;
	width: 100%
}
#shopTopPage header h1::before {
	display: none;
}
#shopTopPage header h1 img {
	width: 300px;
	height: 210px;
}
#shopTopPage header .mainImage {
	height: 350px;
	width: 100%;
	background-image: url(https://myherashop.andeeworks.jp/myhera/hera_library/img/main.png);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
#shopTopPage .mainImage img {
	display: none;
}
/*--------------*/
/*-- block01 ---*/
/*--------------*/
#shopTopPage .block01 {
	height: 400px;
}
#shopTopPage .block01 .copy01 {
	position: absolute;
	top: 90px;
	left: 130px;
}
#shopTopPage .block01 .copy02 {
	position: absolute;
	top: 190px;
	left: 130px;
}
#shopTopPage .block01 .hera {
	position: absolute;
	width: 445px;
	height: 406px;
	top: -95px;
	left: 475px;
	/* background-image: url(https://myherashop.andeeworks.jp/myhera/hera_library/img/hera01_shadow.png);
	background-size: contain;
	background-blend-mode: multiply; */
	z-index: 10;
}
#shopTopPage .block01 .hera img {
	width: 100%;
}
/*--------------*/
/*-- block02 ---*/
/*--------------*/
#shopTopPage .block02 {
	height: 292px;
}
/*--------------*/
/*-- block03 ---*/
/*--------------*/
#shopTopPage .block03 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 690px;
	margin: 84px auto 0;
}
#shopTopPage .block03 ul li {
	width: 192px;
	height: 260px;
	text-align: center;
}
#shopTopPage .block03 p {
	text-align: center;
	line-height: 34px;
	padding: 0 0 170px 0;
	margin: 0;
}
#shopTopPage .block03 p span {
	text-decoration: underline;
}
/*--------------*/
/*-- block04 ---*/
/*--------------*/
#shopTopPage .block04 {
	height: 720px;
}
#shopTopPage .block04 .hera01 {
	position: relative;
	left: 20px;
	width: 500px;
	z-index: 10
}
#shopTopPage .block04 .hera01 img {
	width: 100%;
}
#shopTopPage .block04 .hera02 {
	position: absolute;
	right: -80px;
	top: 315px;
	width: 590px;
	z-index: 0;
}
#shopTopPage .block04 .hera02 img {
	width: 100%;
}
#shopTopPage .block04 .copy {
	position: absolute;
	top: 150px;
	right: 140px;
	z-index: 1;
}
#shopTopPage .block04 .fukidashi {
	position: absolute;
	top: 70px;
	right: 77px;
	transform: scale(1, 1);
}
#shopTopPage .block04 .fukidashi.animation3 {
	animation-name: fukidashi;
	animation-duration: 1.3s;
	animation-timing-function: ease;
	animation-delay: 0s;
}
@keyframes fukidashi {
0% {
 transform: scale(0.4, 0.4);
}
40% {
 transform: scale(1.2, 1.2);
}
60% {
 transform: scale(1, 1);
}
80% {
 transform: scale(1.1, 1.1);
}
100% {
 transform: scale(1, 1);
}
}
/*--------------*/
/*-- block05 ---*/
/*--------------*/
#shopTopPage .block05 {
	height: 300px;
}
#shopTopPage .block05 dl {
	margin: 0 0 38px 0;
}
#shopTopPage .block05 dt {
	margin: 0 0 8px 0;
}
#shopTopPage .block05 dd {
	margin: 0;
}
#shopTopPage .block05 .spec01, #shopTopPage .block05 .spec02 {
	position: relative;
	left: 130px;
}
#shopTopPage .block05 .spec03 {
	position: absolute;
	right: 116px;
	top: 0;
}
/*--------------*/
/*-- block06 ---*/
/*--------------*/
#shopTopPage .block06 {
	height: 292px;
}
/*--------------*/
/*-- block07 ---*/
/*--------------*/
#shopTopPage .block07 {
}
#shopTopPage .block07 h2 {
	margin-bottom: 88px;
}
#shopTopPage .block07 .wrap {
	padding: 0 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 45px;
}
#shopTopPage .block07 .wrap div {
	width: 330px;
}
#shopTopPage .block07 .wrap img {
	width: 330px;
	height: 220px;
	object-fit: cover;
}
#shopTopPage .block07 dt {
	font-size: 19px;
	font-weight: bold;
	margin: 30px 0 25px;
	text-align: center;
}
#shopTopPage .block07 dd {
	letter-spacing: -0.3px;
	text-align: center;
	line-height: 26px;
	height: 135px;
}
#shopTopPage .block07 dd span {
	text-decoration: underline;
}
/*--------------*/
/*-- block08-9 -*/
/*--------------*/
#shopTopPage .block08 h2, #shopTopPage .block09 h2 {
	font-size: 30px;
	padding: 0;
	font-weight: normal;
	text-align: center;
	padding: 110px 0 50px;
}
#shopTopPage .block08 dl, #shopTopPage .block09 dl {
	overflow: hidden;
	width: 720px;
	margin: 0 auto 50px;
}
#shopTopPage .block08 dl:last-child, #shopTopPage .block09 dl:last-child {
	margin-bottom: 0;
 padding-bottom
}
#shopTopPage .block08 dt, #shopTopPage .block09 dt {
	float: left;
	color: #ffffff;
	background-color: #c49f63;
	font-size: 16px;
	font-weight: bold;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
#shopTopPage .block08 dd, #shopTopPage .block09 dd {
	float: right;
	width: 540px;
	margin: 0;
	line-height: 26px;
}
#shopTopPage .block08 ol, #shopTopPage .block09 ul {
	margin: 0;
}
#shopTopPage .block08 ol li {
	padding-left: 2.5em;
	text-indent: -2.5em;
}
#shopTopPage .block09 ul {
	margin-bottom: 24px;
}
#shopTopPage .block09 ul:last-child {
	margin-bottom: 0;
}
#shopTopPage .block09 ul li:first-child {
	font-weight: bold;
}
#shopTopPage .block09 ul li {
	padding-left: 1em;
	text-indent: -1em;
}
/*--------------*/
/*-- block10 -*/
/*--------------*/
#shopTopPage .block10 h2 {
	font-size: 30px;
	padding: 0;
	font-weight: normal;
	text-align: center;
	padding: 110px 0 50px;
}
#shopTopPage .block10 .block10_inner {
	max-width: 720px;
	margin: 0 auto 50px;
	padding-bottom: 142px;
}
#shopTopPage .block10 a {
	text-decoration: underline;
}
/*--------------*/
/*--- footer ---*/
/*--------------*/
footer {
	margin: 0 auto 24px;
	width: 900px;
	position: relative;
	padding: 80px 0 0;
}
.forTop {
	position: absolute;
    width: 100%;
}
.forTop a {
    display: block;
    position: absolute;
    top: -75px;
    right: 70px;
}
#shopDetailPage .forTop {
    border-bottom: 1px solid #12305b;
}
footer .logoArea {
	width: 320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	left: 0;
}
footer .copy {
	text-align: center;
	margin: 36px 0 76px;
}
footer .snsArea {
	width: 154px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	left: 0;
	align-items: center;
}
footer .snsArea div {
	width: 30px;
	text-align: center;
}
footer .linkArea {
	width: 100%;
	left: 0;
	text-align: center;
	margin: 30px 0 16px;
}
footer .shareArea {
	position: absolute;
	bottom: 0;
	left: 746px;
	display: flex;
	width: 156px;
	justify-content: space-between;
	z-index: 50;
}
footer .shareArea .fb {
	line-height: 0;
}
footer .copyrightArea {
	width: 100%;
	left: 0;
	text-align: center;
	line-height: 30px;
}
/* ---------------- */
/* ---------------- */
/* ここから商品詳細 */
/* ---------------- */
/* ---------------- */
header {
	height: 320px;
}
header h1 {
	padding: 120px 0 0 0;
	width: 900px;
	margin: 0 auto;
	text-align: center;
	position: relative
}
header h1::before {
	content: url(https://myherashop.andeeworks.jp/myhera/hera_library/img/title_sub.svg);
	position: absolute;
	top: 14px;
	left: 0;
	width: 231px;
	height: 42px;
}
header h1 img {
	width: 200px
}
#shopDetailPage .block01 {
	position: relative;
	overflow: hidden;
	width: 800px;
	margin: 0 50px;
	padding: 0 0 95px 0;
	border-bottom: 1px solid #12305b;
}
.itemImagArea {
	float: left;
	width: 420px;
	height: 575px;
	position: relative
}
.itemImagArea .mainItemImage ol {
	margin: 0;
}
.itemImagArea .mainItemImage li {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.itemImagArea .mainItemImage img {
	transition: all 0.5s ease;
	height: 420px;
	width: 420px;
	object-fit: cover;
	opacity: 0;
}
.itemImagArea input[name='itemImage'] {
	display: none;
}
.itemImagArea .itemImageSelect {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	bottom: 0;
	width: 100%;
	position: absolute;
}
.itemImagArea label {
	transition: all 0.5s ease;
	margin: 0;
}
.itemImagArea label:hover {
	opacity: 0.9;
}
.itemImagArea label img {
	display: block;
	width: 125px;
	height: 125px;
	object-fit: cover;
}
.itemImagArea input#image01:checked ~ .mainItemImage .forImage01 img, .itemImagArea input#image02:checked ~ .mainItemImage .forImage02 img, .itemImagArea input#image03:checked ~ .mainItemImage .forImage03 img {
	opacity: 1;
}
.itemSpecArea {
	float: right;
	width: 310px;
}
.itemSpecArea h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.itemSpecArea .priceArea {
	margin: 14px 0 25px;
	padding: 18px 24px;
	background-color: #f6f4f0;
}
.itemSpecArea .priceArea form > span {
	color: #6d7f97;
	font-size: 12px;
	width: 100%;
	text-align: right;
	display: block;
	margin: 0 0 18px 0;
}
.itemSpecArea .priceArea dl {
	font-size: 15px;
	overflow: hidden;
	margin: 0;
}
.itemSpecArea .priceArea dt {
	font-weight: normal;
	width: 3em;
	float: left;
	line-height: 44px;
}
.itemSpecArea .priceArea dd {
	float: right;
	margin: 0;
	width: 217px;
	text-align: right;
}
.itemSpecArea .priceArea dd span {
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
	text-align: right;
	width: 140px;
}
/*
.itemSpecArea .priceArea dd span::first-letter {
	opacity: 0;
}*/
.itemSpecArea .priceArea dd label[for="valiationSelect"], .itemSpecArea .priceArea dd label[for="amountSelect"], .itemSpecArea .priceArea dd input[type="radio"] {
	display: none;
}
.itemSpecArea .priceArea dd input[type="radio"] + label {
	display: block;
	padding-left: 26px;
	position: relative;
	cursor: pointer;
}
.itemSpecArea .priceArea dd input[type="radio"] + label::before {
	content:" ";
	display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.itemSpecArea .priceArea dd input[type="radio"] + label::after {
	content:" ";
	display: block;
    width: 0;
    height: 0;
	transition-duration: 0.3s;
	position: absolute;
	top: 50%;
	left: 7px;
	transform: translateY(-50%);
}
.itemSpecArea .priceArea dd input[type="radio"]:checked + label::after {
	content:" ";
	display:block;
    width: 8px;
    height: 8px;
    background-color: #c49f63;
    border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translateY(-50%);
}
.itemSpecArea .priceArea dd select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #cccccc;
	margin: 0;
	padding: 0 15px;
	background: #ffffff;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: border-box;
	width: 160px;
	height: 50px;
	position: relative
}
.itemSpecArea .priceArea dd #amountSelectWrap {
	position: relative;
}
.itemSpecArea .priceArea dd #amountSelectWrap::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #c49f63 transparent transparent transparent;
	right: 15px;
	top: 22px;
	position: absolute;
}
.itemSpecArea .priceArea button {
	background-color: #c49f63;
	width: 100%;
	height: 50px;
	color: #fff;
	border: none;
	margin: 20px 0 0 0;
}
.itemSpecArea .atentionArea {
	border-top: 1px solid #12305b;
	border-bottom: 1px solid #12305b;
	padding: 16px 0 18px;
}
.itemSpecArea .atentionArea p {
	line-height: 26px;
	margin-bottom: 10px;
}
.itemSpecArea .atentionArea span {
	font-size: 16px;
	font-weight: bold;
}
.itemSpecArea .atentionArea ol {
	margin: 0;
	color: #6d7f97;
	font-size: 12px
}
.itemSpecArea .atentionArea ol a {
	text-decoration: underline;
}
.itemSpecArea .atentionArea li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	letter-spacing: -0.5px;
	line-height: 20px
}
.itemSpecArea .atentionArea .atention02 {
    margin-top: 16px;
    padding-top: 16px;
	border-top: 1px solid #12305b;
}
.itemSpecArea .atentionArea .atention02 a {
	text-decoration: underline;
}
.itemSpecArea .toiawase {
	text-align: center;
	color: #6d7f97;
	text-decoration: underline;
	padding: 20px 0;
}
.itemSpecArea .shareArea {
	display: flex;
	width: 167px;
	justify-content: space-between;
	z-index: 50;
	margin: 0 auto
}
.itemSpecArea .shareArea .fb {
	line-height: 0;
}
#shopDetailPage .block02 {
	margin: 80px 200px 150px;
	width: 500px;
	box-sizing: content-box;
}
#shopDetailPage .block02 dl {
	line-height: 26px;
	margin: 0 0 28px 0;
}
#shopDetailPage .block02 dl table {
	border-top: 1px solid #12305b;
	width: 100%;
	margin: 0 0 50px 0;
}
#shopDetailPage .block02 dl table tr {
	border-bottom: 1px solid #123056;
}
#shopDetailPage .block02 dl table th {
	padding: 0 22px;
}
#shopDetailPage .block02 dl table th, #shopDetailPage .block02 dl table td {
	border-right: 1px solid #123056;
	height: 60px;
	text-align: center;
	line-height: 18px;
}
#shopDetailPage .block02 dl table th:nth-child(2), #shopDetailPage .block02 dl table th:last-child {
	width: 180px;
}
#shopDetailPage .block02 dl table th:last-child, #shopDetailPage .block02 dl table td:last-child {
	border-right: none;
}
#shopDetailPage .block02 dl table th {
	background-color: rgba(19,49,92,0.05);
	overflow: hidden;
}
#shopDetailPage .block02 dl table th img {
	float: left;
	position: relative;
	top: 1px;
}
#shopDetailPage .block02 dl table th span {
	float: right;
}
#shopDetailPage .block02 .check {
	background-color: #f3f5f7;
	padding: 25px 33px;
	margin: 0 0 40px 0;
	letter-spacing: 0;
}
#shopDetailPage .block02 .check h4 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#shopDetailPage .block02 h3 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #12305b;
	margin: 60px 0 35px;
	padding: 0px 0 6px 0;
}
#shopDetailPage .block02 p {
	margin: 0;
	line-height: 26px;
}
#shopDetailPage .block02 ul li {
	text-indent: -3em;
	line-height: 26px;
	padding: 0 0 24px 3em
}
#shopDetailPage .block02 ol li {
	text-indent: -1em;
	line-height: 26px;
	padding: 0 0 24px 1em
}
#shopDetailPage .block02 ol li a {
	text-decoration: underline;
}
#shopDetailPage .block02 li span {
	text-decoration: underline;
}
#shopDetailPage #variationSelectWrap, #shopDetailPage .fontSelect {
	display: none;
}
#shopDetailPage .fontSelect span {
	display: block;
	width: auto;
	margin-bottom: 10px;
}
#shopDetailPage .fontSelect span input {
	margin-right: 14px;
}
/* -------------------- */
/* -------------------- */
/* ここからプライバシーポリシーなど */
/* -------------------- */
/* -------------------- */
#privacyPage, #lowPage, #contactPage {
	padding-bottom: 110px;
}
#privacyPage h2, #lowPage h2, #contactPage h1 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 110px 0 50px;
}
#privacyPage .privacy_intro, #privacyPage dl {
	width: 720px;
	margin: 0 auto 50px;
}
#privacyPage dt, #lowPage #law h3 {
	color: #ffffff;
	background-color: #c49f63;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 12px;
	display: inline-block;
	padding: 0 24px;
}
#lowPage #law h3 {
	margin-top: 44px;
}
#privacyPage dd {
	margin: 0;
	line-height: 26px;
	margin-bottom: 44px;
}
#lowPage #law p {
	margin: 0;
	line-height: 26px;
}
#privacyPage ul li {
	padding-left: 3em;
	text-indent: -3em;
}
#lowPage #law {
	width: 720px;
	margin: 0 auto;
}
#contactPage h1 {
	font-size: 0;
}
#contactPage h1::after {
	content: 'お問い合わせ';
	font-size: 20px;
	font-weight: bold;
}
#contactPage .main {
	width: 500px;
	margin: 0 auto;
}
#contactPage p {
	text-align: center;
}
#contactPage .inquirySection {
	width: 100%;
	left: 0;
}
#contactPage dt {
	margin-bottom: 24px;
	font-size: 16px
}
#contactPage dd {
	margin-bottom: 48px;
}
#contactPage input {
	height: 50px;
	width: 100%;
}
#contactPage textarea {
	width: 100%;
	height: 80px;
}
#buttonLeave {
	background-color: #c49f63;
	width: 100%;
	height: 50px;
	color: #fff;
	border: none;
	border-radius: 0;
}
#inquiryCompleteSection {
	text-align: center;
}
#inquiryCompleteSection p {
	font-size: 0;
}
#inquiryCompleteSection p::after {
	content: 'この度は、「MYへらSHOP」にお問い合わせいただき、\Aありがとうございました。\A返答はご入力いただいたメールアドレスに直接送らせていただきます。';
	font-size: 14px;
	white-space: pre;
}
#inquiryCompleteSection a {
	text-decoration: underline;
	font-size: 16px;
	display: inline-block;
	margin: 50px auto 10px;
}
/*--------------*/
/*--- footer ---*/
/*--------------*/
#shopDetailPage footer {
	margin: 0 auto;
	width: 800px;
	border-top: 1px solid #12305b;
}
#shopDetailPage footer .forTop {
	display: none;
}
@media only screen and (min-width: 768px) {
.pcOnly {
	display: inline !important;
}
.spOnly {
	display: none !important;
}
}
@media only screen and (max-width: 767px) {
.pcOnly {
	display: none !important;
}
.spOnly {
	display: inline !important;
}
/*--------------*/
/*--- common ---*/
/*--------------*/
nav {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: auto;
	height: auto;
	background-color: transparent;
	transition-duration: 0.3s;
}
/*-ここからハンバーガーメニュー-*/
nav .menu-trigger {
	opacity: 0;
}
nav.heraMenu .menu-trigger {
	opacity: 1;
}
input + label .menu-trigger {
	position: fixed;
	display: block;
	transition: all .4s;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #12305b;
	top: 20px;
	left: 20px;
	z-index: 99;
}
input + label .menu-trigger span {
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #fff;
	left: 10px;
}
input + label .menu-trigger span:nth-of-type(1) {
	top: 11px;
}
input + label .menu-trigger span:nth-of-type(2) {
	top: 19px;
}
input + label .menu-trigger span:nth-of-type(3) {
	bottom: 11px;
}
input + label .menu-trigger span:nth-of-type(1) {
	animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
 0% {
 transform: translateY(8px) rotate(45deg);
}
 50% {
 transform: translateY(8px) rotate(0);
}
 100% {
 transform: translateY(0) rotate(0);
}
}
input + label .menu-trigger span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
input + label .menu-trigger span:nth-of-type(3) {
	animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
 0% {
 transform: translateY(-8px) rotate(-45deg);
}
 50% {
 transform: translateY(-8px) rotate(0);
}
 100% {
 transform: translateY(0) rotate(0);
}
}
input:checked + label .menu-trigger span:nth-of-type(1) {
	animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
 0% {
 transform: translateY(0) rotate(0);
}
 50% {
 transform: translateY(8px) rotate(0);
}
 100% {
 transform: translateY(8px) rotate(45deg);
}
}
input:checked + label .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
input:checked + label .menu-trigger span:nth-of-type(3) {
	animation: active-menu-bar03 .75s forwards;
}
@keyframes active-menu-bar03 {
 0% {
 transform: translateY(0) rotate(0);
}
 50% {
 transform: translateY(-8px) rotate(0);
}
 100% {
 transform: translateY(-8px) rotate(-45deg);
}
}
/*-ここまでハンバーガーメニュー-*/

input[type="checkbox"] ~ div {
	transition: all .25s .25s;
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	height: 100%;
	width: 200px;
	top: 0;
	left: -200px;
	padding: 15vw 0;
}
input[type="checkbox"]:checked ~ div {
	opacity: 1;
	left: 0;
}
nav ul, nav h1 {
	margin: 0 auto;
	width: 130px;
}
nav ul {
	margin-top: 16px;
	line-height: 40px;
}
nav h1 {
	text-align: center;
	padding: 0 0 37px 0;
	border-bottom: 1px solid #12305b;
}
body {
	min-width: 100%;
	width: 100%;
	overflow-x: hidden;
}
section {
	width: 100%;
	left: 0;
}
#shopTopPage section h2 {
	padding: 25vw 7vw 10vw 2vw;
}
#shopTopPage section h2 img {
	width: 100%;
}
.w900 {
	width: 100%;
	position: relative;
}
.point {
	display: block;
	padding: 0;
}
.point div {
	margin: 0 auto;
}
.point div:first-child {
	margin-bottom: 35px;
}
/*--------------*/
/*--- header ---*/
/*--------------*/

#shopTopPage header {
	height: auto;
}
#shopTopPage header h1 {
	height: auto;
	padding: 8vh 0 5vw;
	margin: 0;
}
#shopTopPage header h1 img {
	width: 58vw;
}
#shopTopPage header .mainImage {
	height: 200px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
}
#shopTopPage .mainImage img {
	display: inline;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
/*--------------*/
/*-- block01 ---*/
/*--------------*/
#shopTopPage .block01 {
	padding: 20vw 0;
	height: auto;
}
#shopTopPage .block01 .copy01 {
	position: relative;
	top: 0;
	left: 5vw;
	width: 65%;
	margin: 0 0 15vw 0;
}
#shopTopPage .block01 .copy02 {
	position: relative;
	top: 0;
	left: 5vw;
	width: 75%;
}
#shopTopPage .block01 .hera {
	position: absolute;
	width: 58%;
	height: auto;
	top: -51vw;
	left: 40vw;
}
#shopTopPage .block01 img {
	width: 100%;
}
/*--------------*/
/*-- block02 ---*/
/*--------------*/
#shopTopPage .block02 {
	height: auto;
}
/*--------------*/
/*-- block03 ---*/
/*--------------*/
#shopTopPage .block03 ul {
	width: 100%;
	margin: 0;
	padding: 0 7vw;
}
#shopTopPage .block03 ul li {
	width: 45%;
	height: 60vw;
	position: relative;
}
#shopTopPage .block03 ul li img {
	zoom: 78%;
	position: absolute;
	right: -50px;
	left: -50px;

	margin: auto;
}
#shopTopPage .block03 p {
	text-align: left;
	padding: 0 7vw 170px;
}
#shopTopPage .block03 p span {
	text-decoration: underline;
}
/*--------------*/
/*-- block04 ---*/
/*--------------*/
#shopTopPage .block04 {
	overflow: hidden;
	height: 240vw;
}
#shopTopPage .block04 .w900 {
	background-image: url(https://myherashop.andeeworks.jp/myhera/hera_library/img/hera02_bg.png);
	background-size: cover;
	height: 152vw;
}
#shopTopPage .block04 .hera01 {
	display: none;
}
#shopTopPage .block04 .hera02 {
	position: relative;
	left: -15vw;
	top: -10vw;
	mix-blend-mode: multiply;
	width: 100%;
}
#shopTopPage .block04 .hera02 img {
	width: 140%;
}
#shopTopPage .block04 .copy {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 152vw;
	padding: 30vw 33vw 0 5vw;
}
#shopTopPage .block04 .copy img {
	width: 100%;
}
#shopTopPage .block04 .fukidashi {
	top: 10vw;
	right: 30vw;
	width: 40vw
}
#shopTopPage .block04 .fukidashi img {
	width: 100%;
}
/*--------------*/
/*-- block05 ---*/
/*--------------*/
#shopTopPage .block05 {
	height: auto;
}
#shopTopPage .block05 dl {
	margin: 0;
	padding: 0 10vw 10vw;
}
#shopTopPage .block05 .spec01, #shopTopPage .block05 .spec02, #shopTopPage .block05 .spec03 {
	position: relative;
	left: 0;
	width: 100%;
}
#shopTopPage .block05 .spec03 {
	margin: 0 0 50px 0;
}
/*--------------*/
/*-- block06 ---*/
/*--------------*/
#shopTopPage .block06 {
	height: auto;
}
/*--------------*/
/*-- block07 ---*/
/*--------------*/
#shopTopPage .block07 h2 {
	margin-bottom: 0;
}
#shopTopPage .block07 .wrap {
	width: 100%;
	padding: 6vw;
	justify-content: center;
}
#shopTopPage .block07 dd {
	letter-spacing: -1px;
}
/*--------------*/
/*-- block08 ---*/
/*--------------*/
#shopTopPage .block08, #shopTopPage .block09 {
	padding: 0 5vw;
}
#shopTopPage .block08 dl, #shopTopPage .block09 dl, #shopTopPage .block08 dd, #shopTopPage .block09 dd {
	width: 100%;
}
#shopTopPage .block08 dt, #shopTopPage .block09 dt, #shopTopPage .block08 dd, #shopTopPage .block09 dd {
	margin: 0 0 5vw 0;
	float: none
}
/*--------------*/
/*-- block10 -*/
/*--------------*/
#shopTopPage .block10 {
	padding: 0 5vw;
}

/*--------------*/
/*-- footer ----*/
/*--------------*/
footer {
	width: 100%;
}
footer .forTop {
	position: absolute;
	top: -75px;
	left: 80vw;
}
footer .logoArea {
	width: 200px;
	margin: 0 auto;
}
footer .logoArea div:nth-child(1) {
	width: 87.5px;
}
footer .logoArea div:nth-child(2) {
	width: 20px;
}
footer .logoArea div:nth-child(3) {
	width: 43px;
}
footer .logoArea div img {
	width: 100%;
}
footer .copy {
	width: 241px;
	margin: 20px auto 54px;
}
footer .copy img {
	width: 100%;
}
footer .snsArea {
	width: 128px;
	margin: 0 auto;
}
footer .snsArea div {
	width: 25px;
	text-align: center
}
footer .snsArea img {
	zoom: 84%;
}
footer .shareArea {
	position: relative;
	left: auto;
	margin: 0 auto;
}
footer .linkArea, footer .copyrightArea {
	letter-spacing: -1px;
	font-size: 12px;
}
/* ---------------- */
/* ---------------- */
/* ここから商品詳細 */
/* ---------------- */
/* ---------------- */
header {
	height: auto;
}
header h1 {
	padding: 80px 0;
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
}
header h1 img {
	width: 50vw;
}
header h1::before {
	display: none;
}
#shopDetailPage .block01 {
	padding: 0 0 95px 0;
	margin: 0;
	width: 100%
}
.itemImagArea {
	float: none;
	width: 100%;
	height: 136vw;
}
.itemSpecArea {
	float: none;
	width: 100%;
}
.itemImagArea .mainItemImage img {
	height: 100vw;
	width: 100vw;
}
.itemImagArea label img {
	width: 32vw;
	height: 32vw;
}
.itemSpecArea h2 {
	padding: 5vw 5vw 0 5vw;
}
.itemSpecArea .atentionArea {
	padding: 25px 5vw 20px;
}
.itemSpecArea .priceArea dd img {
	width: 180px;
}
#shopDetailPage .block02 {
	margin: 40px 0;
	padding: 0 5vw;
	width: 100%;
	box-sizing: border-box;
}
#shopDetailPage .block02 dl .tableWrapper {
	width: 100%;
	overflow-x: scroll;
}
#shopDetailPage .block02 dl table {
	width: 600px;
}
#shopDetailPage .block02 dl table th {
	width: 200px;
}
#shopDetailPage .block02 dl table span {
	letter-spacing: 0;
	display: block;
	width: 100px;
}
#shopDetailPage footer {
	width: 100%;
}
#privacyPage .w900, #lowPage .w900, #contactPage .w900 {
	padding: 0 5vw
}
#privacyPage h2, #lowPage h2 {
	font-size: 26px;
}
#privacyPage .privacy_intro, #privacyPage dl, #lowPage #law, #contactPage .main {
	width: 100%;
}
#privacyPage dt, #lowPage #law h3 {
	height: auto;
}
}