@charset "utf-8";

/* Base Layout
======================================== */
html,
body {
	background: rgb(255, 255, 255,1);
	font-family: "EB Garamond", serif;
	letter-spacing: 0;
    font-weight: 400;
}
figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: left;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
	width: auto;
}
a {
	color: #999;
	outline: none;
	text-decoration: none;
}
a:focus,
*:focus {
	outline: none;
}
a[href^="tel:"] {
	color: #000;
}
a[href^="tel:"]:hover {
	text-decoration: none;
}
ul,
ol,
dl > * {
	list-style: none;
	margin: 0;
	padding: 0;
}
table {
	margin: 1.5em 0;
}
table th {
	font-weight: normal;
	padding-right: 2em;
	text-align: left;
	vertical-align: top;
}
table tr > th,
table tr > td {
	padding-bottom: 0.65em;
	padding-top: 0.65em;
}
hr {
	background-color: #C0C0C0;
	border: 0;
	height: 1px;
	margin: 2.5em 0;
}
blockquote {
	border-left: 1px solid #7E7E7E;
	font-style: italic;
	margin: 2em auto 2em 2.5em;
	padding-left: 1.4334em;
}
b,
strong {
	font-weight: bold;
}
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color: #fff;
}

/* Common Layout
======================================== */
html, body {
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
}
body {
	font-feature-settings: "pwid";
	position: relative;
}
.table {
	display: table;
}
.table > * {
	display: table-cell;
	vertical-align: middle;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-center {
	text-align: center;
}
br.hide {
	display: none;
}
.btn {
	clear: both;
}
.btn a {
	background-color: transparent;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	display: inline-block;
	margin: auto;
	padding: 0.5em 1em;
	text-align: center;
	-webkit-transition: background-color 0.25s, color 0.25s;
	transition: background-color 0.25s, color 0.25s;
}
.btn a:hover {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}

/* Loader
======================================== */
#loader {
    background-color: #FFF;
    height: 100vh;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-animation: loader_action 2s forwards;
    animation: loader_action 2s forwards;
}
@media all and ( max-width: 980px ) {
    #loader {
        font-size: 90%;
    }
}
@media all and ( max-width: 640px ) {
    #loader {
        font-size: 70%;
    }
}
#loader img {
    left: 50%;
    max-height: 15.5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@-webkit-keyframes loader_action {
  0% {
    opacity: 0;
    visibility: visible;
  }
  25% {
    opacity: 1;
    visibility: visible;
  }
  75% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loader_action {
  0% {
    opacity: 0;
    visibility: visible;
  }
  25% {
    opacity: 1;
    visibility: visible;
  }
  75% {
    opacity: 1;
    position: fixed;
    visibility: visible;
  }
  100% {
    opacity: 0;
    position: absolute;
    visibility: hidden;
  }
}
body#home.portal > *:not(#loader) {
    visibility: hidden;
    opacity: 0;
    -webkit-animation: loader_end 0.5s 1.5s forwards;
    animation: loader_end 0.5s 1.5s forwards;
}
@-webkit-keyframes loader_end {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes loader_end {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

/* Menu
======================================== */
.menu a {
	color: #000;
}
.menu.global {
	padding: 1.5em 1.8em 1.5em 2.5em;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
}
.menu.global .inner {
	position: relative;
}
.menu .logo {
	left: 0;
	position: absolute;
	top: 0;
}
.menu.global .logo {
	left: 2.5em;
	top: 1.125em;
	z-index: 20;
}
.menu.global .logo > * {
	left: 0.125em;
	position: relative;
	top: -0.0625em;
}
.menu.global .main {
    position: relative;
    z-index: 10;
}
.menu.global .main > ul {
	text-align: center;
}
.menu.global .main > ul > li {
	display: inline-block;
	padding: 0.2em 0.55em 0em 1.15em;
    position: relative;
    border-left: 1px solid #464646;
    line-height: 1;
}

.menu.global .main > ul > li:last-child{
    padding-right: 0;
   
}

.menu.global .main ul li a {
	display: inline-block;
	font-size: 0.6375em;
	letter-spacing: 0.12em;
	position: relative;
	top: -0.4em;
    white-space: nowrap;
    font-weight: 400;
}

.menu.global .main ul li a::after {
	background-color: currentColor;
	content: "";
	display: block;
	height: 1px;
	margin: auto;
	position: relative;
	-webkit-transition: width 1s;
	transition: width 1s;
	width: 0;
}

.menu.global ul li .sns-list{
    text-align: left;
}
.menu.global ul li .sns-list._sp{
    display: none;
}

.header-sns-list._sp{
    display: none;
}
.menu.global ul li .sns-list li{
    display: inline-block;
    padding: 0.2em 0 0;
    margin-left: 1.5em;
    font-size: 0;
}
.menu.global ul li .sns-list li img{
    height: 15px;
    scale: 0.8;
}

.menu.global ul > li > a > .jp {
	display: block;
	font-size: 70%;
	left: 50%;
	padding-top: 0.3em;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.menu .sub.outside {
	position: absolute;
	right: 0;
	top: 0.5em;
	width: 22%;
    z-index: 11;
}
.menu .sub.outside .link {
	float: right;
	margin-left: 1em;
}
.menu .sub.outside .link li {
	position: relative;
	top: 0.24em;
}
.menu .sub.outside .link li a {
	border: 2px solid #000;
	font-size: 0.9375em;
	font-weight: 500;
	letter-spacing: 0;
	padding: 0.15em 0.65em;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}
.menu .sub.outside .sns {
	text-align: right;
	white-space: nowrap;
}
.menu .sub.outside .sns li {
	display: inline-block;
	margin: 0.25em;
}
@media all and ( min-width: 981px ) {
    .menu .sub.outside .sns li a {
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }
    .menu .sub.outside .link li a:hover {
        background-color: #000;
        color: #FFF;
    }
    .menu .sub.outside .sns li a:hover {
        opacity: 0.65;
    }
    .menu.global .main ul li a:hover::after,
    .menu.global .main ul li.current a::after {
        width: 100%;
    }
}
@media all and ( max-width: 980px ) {
    #header::after {
        background-color: #000;
        content: "";
        display: block;
        height: 100%;
        opacity: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: -1
    }
    #switch_global:checked ~ #header::after {
        opacity: 0.2;
        z-index: 3;
    }
    .menu.global {
        height: 100%;
        left: 100%;
        position: fixed;
        padding: 0;
        top: 0;
        -wbkit-transform: translateZ(0); /*retina bug*/
        transform: translateZ(0); /*retina bug*/
        -webkit-transition: left 0.75s;
        transition: left 0.75s;
        width: 100%;
        z-index: 10;
        box-shadow: none;
        /* background-color: #fff; */
    }
    #switch_global:checked ~ .menu.global {
        left: 0;
    }
    .menu.global:before {
        background-color: #FFF;
        content: "";
        display: block;
        height: 3.6666em;
        margin-left: -100%;
        position: fixed;
        -webkit-transition: margin-left 0.75s;
        transition: margin-left 0.75s;
        width: 100%;
        z-index: 10;
        box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
    }
    #switch_global:checked ~ .menu.global::before {
        margin-left: 0;
    }
    .menu.global .inner {
        background-color: #FFF;
        box-sizing: border-box;
        height: 150%;
        left: 30%;
        overflow-y: auto;
        padding: 2.75em 0.75em;
        position: relative;
        width: 40%;
        z-index: 15;
    }
    #switch_global:checked ~ .menu.global #btn_menu {
        right: 0;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    }
    .menu.global .logo {
        left: -100%;
        margin-left: 0.75em;
        top: 0.375em;
        -webkit-transition: left 0.75s;
        transition: left 0.75s;
    }
    #switch_global:checked ~ .menu.global .logo {
        left: 0;
    }
    .menu.global .main {
        display: table;
        height: 70%;
        margin-top: 10%;
        width: 100%;
    }
    .menu.global .main ul {
        display: table-cell;
        vertical-align: middle;
    }
    .menu.global .main ul li {
        display: block;
        margin-bottom: 5%;
        padding: 3%;
        border: none;
    }
    .menu.global .main ul li a {
        font-size: 1.375em;
       
    }
    .home .menu.global .main > ul > li:nth-of-type(1) > a {
        text-decoration: underline;
    }
    .post-type-archive-wheretobuy .menu.global .main > ul > li:nth-of-type(3) > a {
        text-decoration: underline;
    }

    .menu.global .main ul li a .jp {
        font-size: 50%;
    }
    .menu.global .main > ul > li > ul {
        display: block;
    }
    menu.global .main > ul > li a:hover + ul.dropdown ,
    .menu.global .main > ul > li:hover a + ul.dropdown ,
    .menu.global .main > ul > li a + ul.dropdown:hover {
        opacity: 1;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        visibility: visible;
        z-index: 0;
    }
    .menu.global .main > ul > li > ul.dropdown > li {
        margin: 0.5em auto !important;
    }
    .menu.global .main > ul > li > ul.dropdown{
        position: static !important;
        transform: translate(0) !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding: 0 !important;
    }

    .menu.global .main > ul > li > ul.dropdown a{
        text-decoration: none;
    }

    .menu.global .main > ul > li:nth-of-type(2){
        margin-bottom: 0;
    }
    .menu.global .main > ul > li > ul.dropdown li a{
        text-align: center;
        font-size: 0.95em;
        color: #464646;
    }
    .menu.global .main > ul > li > ul.dropdown li.current a{
        text-decoration: underline;
    }
    .menu.global .main > ul > li:last-child{

    }
    
    .menu.global ul li .sns-list._pc{
        display: none;
    }
    .menu.global ul li .sns-list._sp{
        display: block;
    }
    .menu.global .main ul li .sns-list li{
        margin: 0 6px;
    }
    .menu.global .main ul li .sns-list li img{
        width: inherit;
        height: 35px;
    }
    .header-sns-list._sp{
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 19;
        text-align: right;
        left: -100%;
        padding-top: 0.8em;
        transition: left 0.75s;
        padding-right: 4em;
    }
     #switch_global:checked ~ .menu.global .header-sns-list._sp{
        left: 0;
    }
    .header-sns-list._sp li{
        display: inline-block;
        padding: 0.2em 0 0;
        margin-left: 1.5em;
        font-size: 0;
    }
    .header-sns-list._sp li img{
        width: inherit;
        height: 20px;
    }
    .menu.global .sub.outside {
        display: table;
        height: 15%;
        margin-bottom: 5%;
        position: relative;
        top: 0;
        width: 100%;
    }
    .menu.global .sub.outside ul {
        display: table-row;
        text-align: center;
    }
    .menu.global .sub.outside ul li {
        padding: 5% 1.025%;
    }
    .menu.global .sub.outside .link {
        float: none;
        margin-left: 0;
    }
}
@media all and ( max-width: 950px ) {
    .menu.global .inner {
        left: 60%;
    }
}
@media all and ( max-width: 780px ) {
    .menu.global .inner {
        left: 50%;
        width: 50%;
    }
}
@media all and ( max-height: 580px ) {
    .menu.global .main ul li {
        font-size: 90%;
    }
}
@media all and ( max-width: 580px ) {
    .menu.global .main ul li {
        font-size: 90%;
    }
    .menu.global .inner {
        left: 40%;
        width: 60%;
    }
}
@media all and ( max-height: 480px ) {
    .menu.global .main ul li {
        font-size: 80%;
    }
}
@media all and ( max-width: 480px ) {
    .menu.global .inner {
        left: 0;
        width: 100%;
    }
}

/* Logo
---------------------------------------- */
.logo h1,
.logo h2 {
	font-size: 1em;
	margin: 0 auto;
}
.logo h1 img,
.logo h2 img {
	height: 2.8125em;
	width: 12.5em;
}
@media all and ( min-width: 981px ) and ( max-width: 1100px ) {
    .menu.global,
    #footer {
        font-size: 90%;
    }
}
@media all and ( max-width: 980px ) {
    .logo,
    #btn_menu,
    .menu.global::before {
        font-size: 87.5%;
    }
    .brand .logo h1 img {
        opacity: 0;
        width: 7.375em;
    }
    .brand .logo h1 a {
        display: block;
        background: url(../img/iona_sp_logo01.svg) no-repeat center;
        background-size: cover;
        width: 7.375em;
    }
    #iona-salon-limited .logo h1 a {
        background-image: url(../img/iona-salon-limited_sp_logo01.svg);
    }
}
@media all and ( max-width: 480px ) {
    .logo,
    #btn_menu,
    .menu.global::before {
        font-size: 75%;
    }
    .menu.global::before {
        top: -56px;
        height: 100px;
    }
}

/* Global
---------------------------------------- */
input[name^="switch_"] {
	display: none;
}
#close_area {
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	text-indent: 200%;
	top: 0;
	white-space: nowrap;
	width: 100%;
	z-index: 9;
}
#btn_menu {
	background-color: #000;
	cursor: pointer;
	display: none;
	height: 3.6666em;
	position: fixed;
	right: 0;
	top: 0;
	width: 3.6666em;
	z-index: 20;
}
#btn_menu span {
	display: block;
	overflow: hidden;
	text-indent: 100%;
}
#btn_menu::before,
#btn_menu::after,
#btn_menu span::before {
	background-color: #FFF;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	width: 18px;
}
#btn_menu::before {
	margin: -7px 0 0 -9px;
}
#btn_menu::after {
	margin: 5px 0 0 -9px;
}
#btn_menu span::before {
	margin: -1px 0 0 -9px;
}
#switch_global:checked ~ .global #btn_menu::before,
#switch_global:checked ~ .global #btn_menu::after,
#switch_global:checked ~ .global #btn_menu span::before {
	margin-top: -1px;
}
#switch_global:checked ~ .global #btn_menu::before {
	-webkit-transform: rotate(-45deg) scale(1.2);
	transform: rotate(-45deg) scale(1.2);
}
#switch_global:checked ~ .global #btn_menu::after {
	-webkit-transform: rotate(-135deg) scale(1.2);
	transform: rotate(-135deg) scale(1.2);
}
#switch_global:checked ~ .global #btn_menu span::before {
	opacity: 0;
}
#switch_global:checked ~ .global #btn_menu {
	opacity: 1;
}
@media all and ( max-width: 980px ) {
    #close_area {
        display: none;
    }
    #switch_global:checked ~ .global #close_area {
        display: block;
    }
    #btn_menu {
        display: block;
    }
    .menu.global #btn_menu {
        position: absolute;
        right: 100%;
        -webkit-transition: right 0.75s;
        transition: right 0.75s;
    }
}

/* Header
======================================== */
#header {
	position: relative;
}
#hero {
	text-align: center;
}
@media all and ( max-width: 980px ) {
    #header {
        margin-top: 3.208275em;
    }
}
@media all and ( max-width: 480px ) {
    #header {
        margin-top: 44px;
    }
}

/* Footer
======================================== */
#footer {
	background-color: #F3F3F3;
	clear: both;
	margin-top: 6em;
	padding: 2.1em 2.5em 2em;
}
#footer .inner {
	margin: auto;
	max-width: 70em;
    padding: 0;
	position: relative;
}
#footer .menu .main {
	margin: 2em auto 2.6em;
}
#footer .menu .main > ul {
	overflow: hidden;
}
#footer .menu .main > ul > li {
	float: left;
	letter-spacing: 0.125em;
	margin-left: 0.75em;
	min-width: 12.375em;
}
#footer .menu .main > ul > li:first-child {
	margin-left: 0;
}
#footer .menu h3 {
	font-size: 0.9375em;
	font-weight: 400;
	letter-spacing: 0.175em;
	margin: 0.575em auto;
}
#footer .menu h3 + ul {
	margin-top: -0.25em;
}
#footer .menu .main > ul > li li {
	margin: 0.175em auto;
}
#footer .menu .main > ul > li li a {
	font-size: 0.75em;
}
#footer .menu .main > ul > li li a .jp {
	font-size: 0.91666em;
}
#footer .information {
	margin-top: -1em;
}
#footer .information img {
	height: 4.5em;
	width: 15.125em;
}
#footer .sub.outside {
	width: 50%;
}
#footer .sub.inside {
	float: right;
	margin-bottom: 2.75em;
}
#footer .sub.inside ul li {
	display: inline-block;
	margin-left: 1em;
}
#footer .sub.inside ul li a {
	font-size: 0.75em;
	letter-spacing: 0.19em;
}
#footer .note {
	clear: right;
	float: left;
	font-size: 0.625em;
	opacity: 0.9;
	position: relative;
	top: 0.5em;
}
#footer #copyright {
	clear: right;
	letter-spacing: 0.07em;
	opacity: 0.6;
	text-align: right;
}
#footer #copyright small {
	font-size: 0.625em;
}
#footer .menu .main,
#footer .sub.inside {
	opacity: 0.9;
}
@media all and ( max-width: 1140px ) {
    #footer .menu .main > ul > li:last-child {
        min-width: 9em;
    }
}
@media all and ( max-width: 980px ) {
    #footer .menu .main > ul > li {
        min-width: 10.5em;
    }
    #footer .menu .main > ul > li:nth-child(4) {
        min-width: 9em;
    }
}
@media all and ( min-width: 641px ) and ( max-width: 780px ) {
    #footer .menu .main > ul > li:nth-child(4),
    #footer .menu .main > ul > li:last-child {
        min-width: 10.5em;
    }
    #footer .menu .main > ul > li:nth-child(4) {
        clear: both;
        margin-left: auto;
    }
}
@media all and ( max-width: 780px ) {
    #footer .menu .main > ul > li:last-child ul li {
        display: inline-block;
        margin-right: 0.64em;
    }
}
@media all and ( max-width: 640px ) {
    #footer {
        padding: 2.1em 18px 3.5em;
    }
    #footer .menu .main {
        margin-bottom: 0.65em;
        margin-top: 1.9em;
    }
    #footer .menu .main > ul {
        width: 105%;
    }
    #footer .menu .main > ul > li {
        margin-bottom: 1.1em;
        margin-left: 0;
        min-width: 46%;
    }
    #footer .menu .main > ul > li:nth-child(2n+1) {
        clear: both;
    }
    #footer .sub.outside {
        position: static;
        width: 100%;
    }
    #footer .sub.outside .link {
        float: none;
        margin: auto;
        text-align: center;
    }
    #footer .sub.outside .sns {
        position: absolute;
        right: 0;
        top: 0;
    }
    #footer .sub.inside {
        float: none;
        margin-bottom: 2.35em;
        margin-top: 2.8em;
        text-align: center;
    }
    #footer .sub.inside ul {
        margin-left: -5%;
        width: 110%;
    }
    #footer .sub.inside ul li {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    #footer .information {
        margin-bottom: 2em;
        margin-top: auto;
        text-align: center;
    }
    #footer .note {
        float: none;
        line-height: 1.4;
        text-align: center;
    }
    #footer .note br.hide {
        display: inherit;
    }
    #footer #copyright {
        margin-top: 2.5em;
        text-align: center;
    }
}
@media all and ( min-width: 981px ) {
    #footer .menu .main > ul > li a,
    #footer .sub.inside ul li a {
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }
    #footer .menu .main > ul > li a:hover,
    #footer .sub.inside ul li a:hover {
        opacity: 0.6 !important;
    }
}
@media all and ( max-width: 350px ) {
    #footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Main
======================================== */
article a:hover {
	text-decoration: underline;
}
@media all and ( max-width: 1180px ) {
    .page #main > .inner {
        margin: auto 18px;
    }
}
@media all and ( max-width: 350px ) {
    .page #main > .inner {
        margin: auto 15px;
    }
}
#main .content::after {
	clear: both;
	content: "";
	display: block;
}
#main article {
	font-family: "tahoma", sans-serif;
}
#main article h2 {
	font-family: "tahoma", sans-serif;
	font-size: 1.375em;
	font-weight: 400;
	letter-spacing: 0.175em;
	margin-bottom: 2.15em;
	margin-top: 3.25em;
	text-align: center;
}
.page #main article p.img {
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0.5em 2em 0.5em 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
	margin: 0.5em 0 0.5em 2em;
}
article table {
	border-collapse: collapse;
	border-left: 3px solid #000;
	font-size: 0.875em;
}
article table th {
	font-family: "tahoma", sans-serif;
	text-align: justify;
	padding-left: 1em;
	padding-right: 1em;
	vertical-align: top;
}
article table tr:first-child > * {
	padding-top: 0;
}
article table tr:last-child > * {
	padding-bottom: 0;
}
.footnote {
	color: #999;
	font-size: 0.8461em;
}
.color_gold {
	color: #A17958;
}

/* Side Menu
---------------------------------------- */
.side {
	float: left;
	margin-bottom: 3em;
	margin-left: 4.5%;
	max-width: 30%;
    z-index: 100;
}
.side ul {
	border-left: 3px solid #000;
	padding-left: 1em;
}
.side ul li {
	margin: 1em auto;
}
.side ul li:first-child {
	margin-top: 0;
}
.side ul li a {
	font-family: "tahoma", sans-serif;
    font-weight: 400;
    color: #B6B6B6;
    letter-spacing: 0.1em;
}
.side ul li.current a {
	color: #000;
}
.side ul li a::before {
	content: ">";
	display: inline-block;
	margin-right: 0.4em;
	position: relative;
	top: -0.075em;
	-webkit-transform: scaleX(0.75);
	transform: scaleX(0.75);
    color: #B6B6B6;
}
.side ul li a:hover {
	color: #000;
}

.side ul li a:hover:before {
	color: #000;
}
.side ul li.current a::after {
	width: 100%;
}
.side ul li.current a:before{
    color: #000;
}
@media all and ( min-width: 1181px ) {
    .side {
        -webkit-transition: font-size 0.2s, opacity 0.2s;
        transition: font-size 0.2s, opacity 0.2s;
    }
    .side.sticky {
        font-size: 80%;
        opacity: 0.6;
        position: fixed;
        top: 450px;
    }
}
@media all and ( max-width: 1180px ) {
    .side {
        float: none;
        margin-left: 0;
        margin-top: -1em;
        max-width: none;
    }
    .side ul {
        border-left: none;
        padding-left: 0;
        text-align: center;
    }
    .side ul li {
        display: inline-block;
        margin: 1em 1em;
    }
    .side ul li a::before {
        display: none;
    }
    .side ul li a::after {
        background-color: #000;
        top: 1px;
        content: "";
        display: block;
        height: 1px;
        margin: auto;
        position: relative;
        -webkit-transition: width 1s;
        transition: width 1s;
        width: 0;
    }
}
@media all and ( min-width: 981px ) and ( max-width: 1180px ) {
    .side ul li a:hover::after {
        width: 100%;
    }
}
@media all and ( min-width: 981px ) {
    .side ul li a {
        -webkit-transition: color 0.25s;
        transition: color 0.25s;
    }
}
@media all and ( max-width: 480px ) {
    .side {
        font-size: 80%;
        margin-left: -5%;
        width: 110%;
    }
}

@media all and ( max-width: 750px ) {
    .side {
        display: none;
    }
}

/* Brand
======================================== */
@media all and ( min-width: 981px ) {
    .brand .menu.global {
        box-sizing: border-box;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    .brand.single .menu.global {
        top: 1.25em;
    }
    .brand .menu.global .logo {
        left: 50%;
        margin-left: -3.75em;
        top: 1.9em;
    }
    #iona .menu.global .logo {
        height: 2em;
        overflow: hidden;
    }
    .brand .menu.global .logo > * {
        left: 0;
    }
    .brand .logo h1 img {
        height: 3.5em;
        width: 7.5em;
    }
    .brand .menu.global .main ul li {
        margin-left: 0.95em;
        margin-right: 0.95em;
    }
    .brand .menu.global .main {
        display: inline-block;
        margin-top: 4.1em;
    }
}
@media all and ( max-width: 980px ) {
    .page.brand.single #hero .title {
        margin-top: 0;
    }
}

/* Index
---------------------------------------- */
.brand.index #main h2 {
	font-family: "Work Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 0.175em;
	margin: 1.5em auto;
	text-align: center;
}
.brand.index #main h2 {
	margin-top: 5em;
}
.index #main h2 a[id] {
	position: relative;
	top: -3em;
}
.brand.index #main .content {
	max-width: 65em;
	padding-bottom: 4.5em;
}
.index #product .img {
	max-width: 13.75em;
}
.index #product {
	background-color: #FFF;
	overflow: hidden;
	padding-bottom: 2em;
}
.index #main #product h2 {
	margin-bottom: 3em;
	margin-top: 3em;
}
.index #product ul {
	margin: auto;
	max-width: 67.5em; /*1080px*/
}
.index #product ul::after {
	clear: both;
	content: "";
	display: block;
}
.index #product ul li {
	box-sizing: border-box;
	float: left;
	margin: 0 auto 5.8em;
	padding: 0 1em;
	text-align: center;
	width: 25%;
}
.index #product ul li:nth-child(4n+1) {
	clear: both;
}
.index #product ul li a {
	color: #6F6F6F;
}
@media all and ( min-width: 981px ) {
    .index #product ul li a {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .index #product ul li a:hover {
        opacity: 0.75;
    }
}
.index #product .category {
	box-sizing: border-box;
	border: 1px solid #A17958;
	display: inline-block;
	font-size: 0.8125em;
	margin-bottom: 0.25em;
	min-width: 10.714em;
	padding: 0.25em 1em;
	position: relative;
	top: -0.75em;
}
.index #product ul li .img {
	margin: auto;
}
.index #product .title {
	font-size: 0.875em;
	font-weight: 400;
	line-height: 1.35;
	margin: 1.3em auto 0.5em;
}
.index #product .title br.hide {
	display: inherit;
}
.index #product .genre {
	font-size: 0.6875em;
}
.index #product .meta {
	font-size: 0.6875em;
	margin-top: 0.75em;
}
.brand.index #footer {
	margin-top: 0;
}
@media all and ( max-width: 1180px ) {
    .brand.index #contents > .inner {
        margin: auto 15px;
    }
}
@media all and ( max-width: 920px ) {
    .index #product ul li {
        width: 33.333%;
    }
    .index #product ul li:nth-child(4n+1) {
        clear: inherit;
    }
    .index #product ul li:nth-child(3n+1) {
        clear: both;
    }
}
@media all and ( max-width: 580px ) {
    .index #product ul li {
        width: 50%;
    }
    .index #product ul li:nth-child(3n+1) {
        clear: inherit;
    }
    .index #product ul li:nth-child(2n+1) {
        clear: both;
    }
}
@media all and ( max-width: 420px ) {
    .index #product ul li {
        float: none;
        width: 100%;
    }
    .index #product ul li:nth-child(2n+1) {
        clear: inherit;
    }
}
.archive.brand .notice {
    margin: auto;
    max-width: 67.5em;
    padding: 0 1em;
    position: relative;
    top: -1.5em;
}
.archive.brand .notice p {
    color: #999;
    font-size: 0.8125em;
    letter-spacing: 0.069em;
    line-height: 1.8;
    margin: 0;
    text-align: right;
}
@media all and ( max-width: 580px ) {
    .archive.brand .notice p {
        font-size: 0.75em;
    }
}

/* IONA
---------------------------------------- */
#iona {
	background-color: #000;
}
#iona #footer {
	background-color: #000;
	color: #FFF;
}
#iona #footer a {
	color: #FFF;
}
#iona #footer .menu .sub.outside .link li a {
	border-color: #F0F0F0;
	color: #F0F0F0;
	opacity: 1;
}
#iona #footer .note {
	color: #B2B2B2;
	opacity: 1;
}
#iona #footer #copyright {
	color: #B2B2B2;
	opacity: 1;
}
#iona #footer .menu .main,
#iona #footer .menu .main h3,
#iona #footer .menu .main a,
#iona #footer .sub.inside,
#iona #footer .sub.inside a {
	color: #E5E5E5;
	font-weight: 300;
	opacity: 1;
}
#iona #footer .menu .jp {
	color: #C2C2C2;
}
#iona .slick-dots li button::before {
	background-color: #4D4D4D;
}
#iona .slick-dots li.slick-active button::before {
	background-color: #969696;
}
#iona.single #hero .title {
	-webkit-background: linear-gradient(90deg, white, black);
	background: linear-gradient(90deg, white, black);
}
#iona.index #main article > * {
	color: #FFF;
}
#iona.index #main #contents h2 {
	margin-bottom: 2em;
	margin-top: 6em;
}
#iona.index #main article h3 {
	font-size: 1.1875em;
}
#iona.index article h2:nth-of-type(1) + .img img {
	margin-right: 5.5em;
	max-width: 450px;
}
#iona.index article h3:nth-of-type(1) {
	font-size: 1.1875em;
	line-height: 1.75;
	margin-bottom: -0.25em;
	margin-top: 2.8em;
}
#iona.index article h2:nth-of-type(2) + .img img {
	margin-left: -9.25em;
	margin-right: 3.5em;
	margin-top: -2.25em;
	max-width: 450px;
}
#iona.index article h3:nth-of-type(2) {
	position: relative;
	top: 0.5em;
}
#iona.index article h3:nth-of-type(2) + p {
	float: left;
	max-width: 320px;
	width: 100%;
}
#iona.index article h3:nth-of-type(2) ~ .img img {
	margin-bottom: 3.5em;
	margin-right: 3.5em;
	margin-top: -3.5em;
	max-width: 260px;
}
#iona.index article h3:nth-of-type(3) {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 50em;
	position: relative;
	top: -0.5em;
}
#iona.index article h3:nth-of-type(3) + ul {
	margin: auto;
	margin-bottom: 5em;
	max-width: 73.3em;
	overflow: hidden;
}
#iona.index article h3:nth-of-type(3) + ul li {
	float: left;
	padding-left: 3em;
	text-indent: 0;
	position: relative;
}
#iona.index article h3:nth-of-type(3) + ul li:first-child {
	padding-left: 0;
}
#iona.index article h3:nth-of-type(3) + ul li::before {
	background: url(../img/arrow01.png) no-repeat center;
	background-size: cover;
	content: "";
	display: block;
	height: 11px;
	left: 0.96em;
	position: absolute;
	top: 2em;
	width: 6px;
}
#iona.index article h3:nth-of-type(3) + ul li:first-child::before {
	display: none;
}
#iona.index article h3:nth-of-type(3) + ul li img {
	max-width: 290px;
}
@media all and ( min-width: 1081px ) and ( max-width: 1180px ) {
    #iona.index article h2:nth-of-type(2) + .img img {
        -webkit-transform: scale(0.8);
        -webkit-transform-origin: bottom right;
        transform: scale(0.8);
        transform-origin: bottom right;
    }
}
@media all and ( max-width: 1080px ) {
    #iona.index article h2:nth-of-type(2) + .img img {
        margin-left: 1.8em;
    }
    #iona.index article h3:nth-of-type(2) ~ .img {
        clear: both;
        overflow: hidden;
        text-align: center;
    }
    #iona.index article h3:nth-of-type(2) ~ .img img {
        float: none;
        margin: auto;
    }
}

@media all and ( max-width: 1020px ) {
    #iona.index article h3:nth-of-type(1) br:nth-of-type(2) {
        display: none;
    }
    #iona.index article h3:nth-of-type(1) + p {
        overflow: hidden;
    }
    #iona.index article h3:nth-of-type(3) + ul {
        font-size: 80%;
    }
    #iona.index article h3:nth-of-type(3) + ul li img {
        height: 7.6923em;
        width: 22.3076em;
    }
}
@media all and ( max-width: 980px ) {
    #iona.index article h3:nth-of-type(3) {
        text-align: center;
    }
    #iona.index article h3:nth-of-type(3) + ul {
        font-size: 70%;
    }
}
@media all and ( max-width: 900px ) {
    #iona.index #contents article h2,
    #iona.index #contents article h2 ~ p,
    #iona.index #contents article h3,
    #iona.index #contents article h3 ~ p {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 450px;
    }
    #iona.index #contents article h2 + .img img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
    }
    #iona.index article h3:nth-of-type(2) + p br {
        display: none;
    }
}
@media all and ( max-width: 880px ) {
    #iona.index article h3:nth-of-type(3) + ul {
        font-size: 60%;
    }
}
@media all and ( min-width: 981px ) {
    #iona #footer .menu .sub.outside .link li a:hover {
        background-color: #FFF;
        color: #000;
    }
}
@media all and ( max-width: 760px ) {
    #iona.index article h3:nth-of-type(3) + ul {
        font-size: 80%;
    }
    #iona.index article h3:nth-of-type(3) + ul li {
        float: none;
        padding-left: 0;
        padding-top: 2em;
        text-align: center;
    }
    #iona.index article h3:nth-of-type(3) + ul li::before {
        left: 50%;
        margin-left: -3px;
        top: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@media all and ( max-width: 640px ) {
    #iona.index article h2:nth-of-type(1) + .img img,
    #iona.index article h2:nth-of-type(2) + .img img {
        max-width: 100%;
    }
    #iona #footer .menu .sub.outside .link li a {
        border-color: #E5E5E5;
        color: #E5E5E5;
        opacity: 0.8;
    }
}
@media all and ( max-width: 360px ) {
    #iona.index #main article h3 {
        font-size: 1em;
    }
}

/* IONA Salon Limited
---------------------------------------- */
#iona-salon-limited {
	background-color: #FBFBFB;
}
#iona-salon-limited .slick-dots {
	opacity: 0.7;
}
#iona-salon-limited.single #hero .title {
	background: #FBFBFB;
}
#iona-salon-limited.index article p.img:first-of-type img {
	left: -1em;
	margin-right: 3em;
	max-width: 480px;
	position: relative;
	top: -1.5em;
}
#iona-salon-limited.index article strong {
	font-size: 1.1538em;
	font-weight: 400;
}
#iona-salon-limited.index article h2:nth-of-type(2) ~ .img {
	background-color: rgba(255,255,255,0.54);
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 52.3076em;
	text-align: center;
}
#iona-salon-limited.index article h2:nth-of-type(2) ~ .img img {
	margin: 1em 0.4em 1.5em;
	max-width: 290px;
}
#iona-salon-limited.index article h2:nth-of-type(2) ~ .img + p {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.35em;
	max-width: 52.3076em;
}
#iona-salon-limited.index article h3:nth-of-type(3) {
	margin-bottom: -0.75em;
}
#iona-salon-limited.index article h3:nth-of-type(3) ~ .img img {
	margin: -1em 0 0.5em 2.4em;
}
#iona-salon-limited.index article h3:nth-of-type(3) ~ h4 {
	margin-top: 1.75em;
}
#iona-salon-limited.index article h3:nth-of-type(3) ~ h4,
#iona-salon-limited.index article h3:nth-of-type(3) ~ h4 + p {
	float: right;
	overflow: hidden;
	margin-left: auto;
	margin-right: inherit;
	max-width: 360px;
	width: 100%;
}
@media all and ( max-width: 980px ) {
    #iona-salon-limited.index #main article h2 + p.img {
        text-align: center;
    }
    #iona-salon-limited.index h2 + .img img {
        float: none;
        margin: 1em auto;
    }
    #iona-salon-limited.index article p.img:first-of-type img {
        left: inherit;
        margin-right: auto;
    }
    #iona-salon-limited.index h2 + .img + h3,
    #iona-salon-limited.index h2 + .img + h3 + p {
        margin-left: auto;
        margin-right: auto;
        max-width: 480px;
    }
    #iona-salon-limited.index h2 + .img + h3 {
        margin-top: 0;
    }
}

@media all and ( max-width: 740px ) {
    #iona-salon-limited.index article h3:nth-of-type(3) ~ .img img {
        margin-left: 0;
    }
    #iona-salon-limited.index article h3:nth-of-type(3) ~ h4,
    #iona-salon-limited.index article h3:nth-of-type(3) ~ h4 + p {
        float: none;
        margin-left: inherit;
        margin-right: auto;
        width: 50%;
    }
}
@media all and ( max-width: 660px ) {
    #iona-salon-limited.index article h2:nth-of-type(2) ~ .img img {
        margin: auto;
    }
}
@media all and ( max-width: 630px ) {
    #iona-salon-limited.index article p.img:first-of-type img {
        max-width: 100%;
    }
    #iona-salon-limited.index article h3:nth-of-type(3) ~ .img {
        background-color: transparent;
    }
    #iona-salon-limited.index article h3:nth-of-type(3) ~ .img img {
        float: none;
    }
    #iona-salon-limited.index article h3:nth-of-type(3) ~ h4,
    #iona-salon-limited.index article h3:nth-of-type(3) ~ h4 + p {
        margin-left: auto;
        width: 100%;
    }
}

/* Single
---------------------------------------- */
#iona.single,
#iona-salon-limited.single {
	background-color: #FFF;
}
.page.single #hero .title {
	height: 3px;
	margin-bottom: 3.6em;
	margin-top: 10.6em;
}
.page.single #hero .title h2 {
	display: none;
}
.brand.single #main .content {
	box-sizing: border-box;
	max-width: 53.75em;
	padding-left: 0.625em;
}
.single #product header {
	float: right;
	max-width: 26.875em;
	width: 100%;
}
.single #product header > * {
	display: inline-block;
	font-size: 0.75em;
}
.single #product article > .catch,
.single #product article > .title,
.single #product article > .meta,
.single #product article > .description {
	overflow: hidden;
}
.single #product .img {
	float: left;
	margin-bottom: 4em;
	margin-right: 1.25em;
	max-width: 25em;
	position: relative;
	width: 100%;
}
.single #product .catch {
	clear: right;
	color: #A17958;
	font-size: 0.75em;
	line-height: 1.6;
	padding-top: 0.01em;
}
.single #product .catch > * {
	margin: 0.5em auto 0.6em;
}
.single #main #product article h2 {
	font-size: 1.125em;
	letter-spacing: 0.08em;
	line-height: 1.6;
	margin: 0 auto;
	text-align: left;
}
.single #product .meta {
	color: #333;
	margin-top: 0.3em;
}
.single #product .description {
	border-left: 1px solid #C0C0C0;
	margin-bottom: 4em;
	margin-top: 2.75em;
	padding-left: 1.75em;
}
.single #product .img .description {
	border-left: none;
	margin: 1.25em auto;
	padding-left: 0;
}
.single #product .description > *:first-child {
	margin-top: 0;
}
.single #product .description > *:last-child {
	margin-bottom: 0;
}
.single #main section p {
	font-size: 0.8125em;
	letter-spacing: 0.069em;
	line-height: 1.8;
	margin: 1.75em auto;
}
.single #main .description p {
	font-size: 0.75em;
}
.page.single #main section > ul,
.page.single #main section > ol {
	font-size: 0.75em;
}
.page.single #main section ul li {
	letter-spacing: 0.075em;
	line-height: 1.5;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	padding-left: 0.8em;
	text-indent: -0.65em;
}
.page.single #main article h4 {
	margin-bottom: 0.1em;
	margin-top: 1.6em;
}
.page.single #main article h4 + p {
	margin-top: 0.15em;
}
.page.single #main section table {
	font-size: 0.8125em;
	border-left: none;
}
.page.single #main section table tr > * {
	vertical-align: top;
}
.single #product .description .footnote {
	font-size: 0.91666em;
}
.single #product .description .footnote:first-child {
	display: inline-block;
	margin-top: 2em;
}
.single #product .use,
.single #product .ingredients {
	margin: auto;
	max-width: 34.375em;
}
.single #product .use {
	clear: both;
}
.single #product .use h3,
.single #product .ingredients h3 {
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 0.25em;
}
.single #product .use h3 {
	margin-bottom: 1em;
}
#btn_ingredients {
	display: block;
	cursor: pointer;
}
#btn_ingredients::after {
	content: "+";
	display: inline-block;
	float: right;
	padding: 0 0.5em;
}
#switch_ingredients:checked + h3 #btn_ingredients::after {
	content: "－";
}
#switch_ingredients + h3 + .wrap {
	display: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#switch_ingredients:checked + h3 + .wrap {
	display: block;
}
.single #product .ingredients .wrap {
	font-size: 84.6153%;
}
.single .pagination {
	margin-top: 5em;
}
.single .pagination::before {
	background-color: #D7D7D7;
	content: "";
	clear: both;
	display: block;
	height: 1px;
	margin: 3.15em auto;
	width: 110px;
}
.single .pagination ul {
	display: table;
	margin: auto;
	table-layout: fixed;
	width: 180px;
}
.single .pagination ul li {
	display: table-cell;
}
@media all and ( min-width: 981px ) {
    .single .pagination ul li a {
        -webkit-transition: opacity 0.25s;
        transition: opacity 0.25s;
    }
    .single .pagination ul li a:hover {
        opacity: 0.6;
    }
}
@media all and ( max-width: 920px ) {
    .single #product header,
    .single #product .img {
        float: none;
        margin-right: 0;
    }
    .single #product header {
        max-width: none;
    }
    .single #product .img {
        margin-bottom: 2em;
        margin-top: -2em;
    }
    .brand.single #main .content {
        margin: auto;
        max-width: 34.375em;
        padding-left: 0;
    }
    .single #product .img {
        margin-left: auto;
        margin-right: auto;
    }
    .single #product header,
    .single #product .catch,
    .single #main #product article h2,
    .single #product .meta {
        text-align: center;
    }
}
@media all and ( min-width: 481px ) and ( max-width: 920px ) {
    .single #product .catch br,
    .single #main #product article h2 br {
        display: none;
    }
}
@media all and ( max-width: 480px ) {
    .single #main #product article h2 {
        margin: 0.5em auto;
    }
    .single #main #product article h2 br {
        display: inherit;
    }
    .single #product .description {
        padding-left: 1em;
    }
}

/* Product
---------------------------------------- */
#product .category {
	color: #A17958;
	font-family: "Lato", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#product header .category {
	margin-right: 1.5em;
}
#product .img figure {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100%;
}
#product .img figure img {
	display: none;
}
#product .meta {
	font-family: "Lato", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8125em;
}

/* Page
======================================== */
.page #hero .title {
	background: url(../img/header_bg01.jpg) no-repeat center;
	background-size: cover;
	display: table;
	height: 7.5em;
	margin-bottom: 3.55em;
	margin-top: 1.25em;
	width: 100%;
}
.page #hero .title h2 {
	display: table-cell;
	font-size: 1.375em;
	font-weight: 400;
	letter-spacing: 0.175em;
	vertical-align: middle;
}
.page #main .content {
	margin: auto;
	max-width: 36.875em;
}
.page #main article {
	line-height: 1.8;
}
.page #main article h3 {
	font-size: 1.0625em;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.5em;
	margin-top: 2.5em;
}
.page #main article h3 + p,
.page #main article h3 + p.img + p {
	margin-top: 0.9em;
}
.page #main article h4 {
	color: #A17958;
	font-size: 0.9375em;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0.5em;
	margin-top: 2.2em;
}
.page #main article p + h4 {
	margin-top: 3em;
}
.page #main article h4 + p,
.page #main article h4 + p.img + p {
	margin-top: 0.8em;
}
.page #main article h5 {
	color: #555;
	font-size: 0.8125em;
	letter-spacing: 0.069em;
	margin: auto;
	text-decoration: underline;
}
.page #main article h5 + p {
	margin-bottom: 0.8em;
	margin-top: 0;
}
.page #main article > p {
	font-size: 0.8125em;
	letter-spacing: 0.069em;
	line-height: 1.8;
	margin: 1.75em auto;
}
.page #main article > ol,
.page #main article > ul,
.page #main section > ol,
.page #main section > ul {
	font-size: 0.8125em;
}
.page #main article ol,
.page #main article ul {
	list-style-position: inside;
	margin: 1em auto;
}
.page #main article ol ul,
.page #main article ol ol,
.page #main article ul ol,
.page #main article ul ul {
	margin-top: 0;
}
.page #main article ol {
	counter-reset: ol-counter;
}
.page #main article ol > li:before {
	content: counter(ol-counter)".";
	counter-increment: ol-counter;
	padding-right: 0.25em;
}
.page #main article ol ul,
.page #main article ol ol {
	margin-left: -1.4em;
}
.page #main article ol > li {
	padding-left: 1.4em;
	text-indent: -1.4em;
}
.page #main article ul ol,
.page #main article ul ul {
	margin-left: -1.4em;
}
.page #main article ul > li {
	padding-left: 1.4em;
	text-indent: -0.9em;
}
.page.static #main article ul > li::before,
.page.single #main article ul > li::before {
	background-color: #4D4D4D;
	border-radius: 100%;
	content: "";
	display: inline-block;
	height: 4px;
	margin-right: 0.5em;
	vertical-align: middle;
	width: 4px;
}
.page.single #main section ul > li::before {
	height: 3px;
	margin-right: 0.4em;
	width: 3px;
}

/* Home
======================================== */
#home #main h2 {
	font-family: "Work Sans", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 0.175em;
	margin: 1.5em auto;
	text-align: center;
}

/* Key Visual
---------------------------------------- */
#key_visual figure {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-top: 51.5625%;
	position: relative;
}
.brand #key_visual figure {
	padding-top: 57.8125%;
}
#key_visual figure.sp {
	display: none;
}
#key_visual figure a {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#key_visual figure img {
	position: absolute;
	visibility: hidden;
	width: 100%;
}
/*FireFoxアンカー移動タイミング調節用*/
.slide {
	display: none;
}
.slide:first-child {
	display: block;
}
/*/FireFoxアンカー移動タイミング調節用*/
.slick-dots {
	bottom: -2.05em;
}
.slick-dots li {
	margin: 0 0.25em;
}
.slick-dots li button::before {
	background-color: #969696;
	border-radius: 100%;
	content: "";
	height: 8px;
	left: 50%;
	margin: -4px 0 0 -4px;
	opacity: 1;
	position: absolute;
	top: 50%;
	width: 8px;
}
.slick-dots li.slick-active button::before {
	opacity: 1;
	background-color: #4D4D4D;
	height: 10px;
	margin: -5px 0 0 -5px;
	width: 10px;
}
@media all and ( max-width: 680px ) {
    #key_visual figure {
        padding-top: 75%;
    }
    .brand #key_visual figure {
        padding-top: 75%;
    }
}
@media all and ( max-width: 479px ) {
    #key_visual figure {
        padding-top: 100%;
    }
    .brand #key_visual figure {
        padding-top: 100%;
    }
    #key_visual figure.sp {
        display: block;
    }
    #key_visual figure.sp + figure {
        display: none;
    }
}

/* Instagram
---------------------------------------- */
#instagram {
	margin: 6.75em auto 6.15em;
}
#instagram h2 {
	display: none;
}
#instagram .slide {
	position: relative;
}
#instagram p {
	display: none;
	margin: 0.5em auto;
	position: absolute;
	text-align: center;
	width: 50%;
}
#instagram p a {
	color: #CCC;
	font-size: 0.9375em;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
#instagram p a:hover {
	color: #999;
}
#instagram .slide:nth-child(2n) p {
	right: 0;
}
#instagram .slide:nth-child(4n) p {
	bottom: 0;
	right: auto;
}
#instagram .slide:nth-child(4) p,
#instagram .slide:nth-child(12) p {
	display: block;
}
#instagram .feed li {
	overflow: hidden;
}
#instagram .feed li a span {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	-webkit-transition: 0.4s transform;
	transition: 0.4s transform;
}
#instagram .feed li a span::before {
	content: "";
	display: block;
	padding-top: 100%;
	width: 20em;
}
#instagram .feed li a:hover span {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
#instagram .feed li a img {
	display: none;
}
#instagram .big {
	max-width: 20em;
}
#instagram .small {
	max-width: 20em;
}
#instagram .small > li:first-child {
	margin-right: 10em;
}
#instagram .small > li:first-child + li {
	margin-left: 10em;
}

/* Brand
---------------------------------------- */
#home #brand {
    margin-top: 13em;
}
#home #instagram + #brand {
    margin-top: 0;
}
#home #main #brand h2 {
	margin-top: -1.5em;
	padding-top: 1.5em;
}
@media all and ( max-width: 480px ) {
    #home #main #brand h2 {
        padding-top: 2.5em;
    }
}
#home #brand ul > li ul {
	display: table;
	width: 100%;
}
#home #brand ul > li ul > li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}
#home #brand ul li.og {
	background-color: #000;
}
#home #brand ul li.sl {
	background-color: #FBFBFB;
}
#home #brand .img img {
	width: 100%;
}
@media all and ( min-width: 981px ) {
    #home #brand a .img {
        overflow: hidden;
    }
    #home #brand a .img img {
        -webkit-transition: 0.4s transform;
        transition: 0.4s transform;
    }
    #home #brand a:hover .img img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
#home #brand .logo {
	position: relative;
}
#home #brand .logo a::before {
	content: "";
	display: block;
	padding-top: 60.9375%;
	position: absolute;
	top: 0;
	width: 100%;
}
#home #brand .logo img {
	max-width: 9.25em;
}
@media all and ( max-width: 640px ) {
    #home #brand ul > li ul {
        display: block;
    }
    #home #brand ul > li ul > li {
        display: block;
        width: 100%;
    }
    #home #brand .logo {
        padding-top: 60.9375%;
        position: relative;
    }
    #home #brand .logo img {
        left: 50%;
        margin-left: -4.625em;
        position: absolute;
        top: 50%;
    }
    #home #brand .og .logo img {
        margin-top: -1.25em;
    }
    #home #brand .sl .logo img {
        margin-top: -2.3125em;
    }
    #home #brand .sl ul {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #home #brand .sl ul li {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

/* About
---------------------------------------- */
#home #about .inner {
	background: url(../../img/about_bg01.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
#home #about article {
	background-color: rgba(0,86,123,0.2);
	background-blend-mode: multiply;
	color: #FFF;
	margin: 4.375em auto;
	max-width: 43em;
	overflow: hidden;
	padding: 1em;
	text-align: center;
}
#home #main #about h2 {
	font-size: 1.125em;
	font-weight: 300;
	letter-spacing: 0.25em;
	margin: 1.8em auto;
}
#home #about h3 {
	font-size: 1em;
	margin: 2.5em auto 1.5em;
}
#home #about h3 img {
	margin-right: 0.5em;
	max-width: 11.59375em;
}
#home #about p {
	font-size: 0.8125em;
	font-weight: 300;
	line-height: 1.8;
}
#home #about .btn {
	margin: 2.35em auto 3.5em;
}
#home #about .btn a {
	border-color: #FFF;
	color: #FFF;
	font-weight: 300;
	padding: 0.85em 1.75em;
}
#home #about .btn a:hover {
	background-color: rgba(255,255,255,0.35);
}
@media all and ( min-width: 1081px ) {
    #home #about .inner {
        background-attachment: fixed;
    }
}

/* Iona Club
---------------------------------------- */
#home #iona-club a {
	display: inline-block;
}
@media all and ( min-width: 981px ) {
    #home #iona-club a {
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    #home #iona-club a:hover {
        opacity: 0.6;
    }
}
@media all and ( max-width: 640px ) {
    #home #about article {
        margin: auto;
    }
}
@media all and ( max-width: 480px ) {
    #home #about article {
        font-size: 80%;
    }
}
#home #iona-club {
	text-align: center;
}
#home #iona-club .inner {
	margin: auto 15px;
}
#home #iona-club article {
	margin: 5.15em auto 6.45em;
}
#home #iona-club p,
#home #iona-club h2 {
	font-size: 1em;
	margin: 0 auto;
	max-width: 28.25em;
}

/* About
======================================== */
#about #hero .title {
	display: block;
	height: 28.75em;
	margin-bottom: 8rem;
	margin-top: 0;
	position: relative;
}
#about #hero .title h2 {
	bottom: -4.3em;
	display: block;
	font-size: 1.3125em;
	margin-left: 4.5%;
	position: absolute;
}
@media all and ( max-width: 680px ) {
    #about #hero .title {
        height: auto;
        padding-top: 70%;
        margin-bottom: calc(50 / 768 * 100vw);
    }
    #about #hero .title h2 img{

    }
}
@media all and ( max-width: 479px ) {
    #about #hero .title {
        padding-top: 65%;
    }
}
#about .content {
	position: relative;
}
#about .title {
	font-family: "tahoma", sans-serif;
    font-weight: 400;
	font-size: 2.2rem;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 3.5rem;
}

@media screen and (max-width: 750px) {
    #about .title {
        font-family: "tahoma", sans-serif;
        font-weight: 400;
        font-size: calc(26 / 750 * 100vw);
        letter-spacing: 0.14em;
        line-height: 1.4;
        text-align: center;
        margin-bottom:  calc(40 / 750 * 100vw);
    }
}

@media all and ( max-width: 1180px ) {

    #about #hero .title h2 {
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
  
}

#about .about-mv{
    margin-bottom: 6rem;
    position: relative;
}

#about .about-mv picture{
    margin-top: 0 !important;
}

#about .about-mv img{
    width: 100%;
}

#about .about-mv .mv-ttl{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: "EB Garamond", serif;
    font-size: 3.4rem;
    line-height: 1.29;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    width: 100%;
}

@media screen and (max-width: 750px) {
    #about .about-mv{
        margin-bottom: calc(50 / 750 * 100vw); 
    }

    #about .about-mv img{
        width: 100%;
    }

    #about .about-mv .mv-ttl{
        text-align: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        font-family: "EB Garamond", serif;
        font-size: calc(33 / 750 * 100vw);
        line-height: 1.29;
        font-weight: 400;
        letter-spacing: 0.04em;
        color: #FFFFFF;
    }
}

/* Company
======================================== */
/* History
---------------------------------------- */
.history .img img {
	margin-right: -20.4em;
	max-width: 290px;
}
.history .img img + img {
	clear: right;
}
.history article table {
	width: 90%;
}
.history article table th {
	font-size: 1.2421em;
	line-height: 1.15;
	padding-left: 1.5em;
	padding-right: 1.5em;
	text-align: center;
}

@media all and ( max-width: 1180px ) {
    .history h3 + h4 + .img img {
        max-width: 400px;
    }
}
@media all and ( max-width: 640px ) {
    .history #main .img img {
        max-width: 100%;
    }
}
@media all and ( max-width: 580px ) {
    .history article table {
        font-size: 80%;
        width: 100%;
    }
    .history article table th {
        padding-left: 1em;
        padding-right: 1em;
    }
}

/* Symbol
---------------------------------------- */
.symbol article .img img {
	margin: 1.5em auto 1.25em;
}

/* Message
---------------------------------------- */

/* Outline
---------------------------------------- */
.outline iframe,
.outline #gmap {
	background-color: #DEDEDE;
	height: 270px;
	left: 50%;
	margin-left: -380px;
	position: relative;
	max-width: 760px;
	width: 200%;
}
@media all and ( max-width: 780px ) {
    .outline iframe,
    .outline #gmap {
        left: 0;
        margin-left: auto;
        max-width: none;
        width: 100%;
    }
}
.outline #main article h4, .outline #main article p + h4 {
	margin-top: 1em;
}
@media all and ( max-width: 480px ) {
    .outline #main article h3,  .group #main article h3 {
        font-size: 15px;
    }
}

/* News
======================================== */
#news #main .content {
	max-width: 40em;
}
#news #main .content::after {
	background-color: #D7D7D7;
	content: "";
	clear: both;
	display: block;
	height: 1px;
	margin: 3.15em auto;
	width: 110px;
}
#news #main .date {
	clear: right;
	float: left;
}
#news #main article {
	float: right;
	max-width: 30.625em;
	padding-bottom: 1.425em;
	width: 100%;
}
#news #main article h3 {
	margin-bottom: 1.25em;
	margin-top: -0.1em;
}
.pagination ul {
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	margin: 0 0.5em;
}
@media all and ( max-width: 700px ) {
    #news #main .date,
    #news #main article {
        float: none;
    }
    #news #main .content {
        margin-left: auto;
        margin-right: auto;
        max-width: 30.625em;
    }
    #news #main .date {
        margin-bottom: 1.5em;
    }
    #news #main .content::after {
        margin-top: 0;
    }
}

/* Iona Club
======================================== */
.btn.download a {
	border-width: 2px;
	display: block;
	padding: 1.5em;
}
.page #main article > ul.small {
	font-size: 0.6875em;
	margin-left: -0.5em;
	margin-top: -2em;
}
@media all and ( max-width: 480px ) {
    .btn.download a {
        padding: 1em;
    }
}

/* Q&A
======================================== */
#faq h3.hide {
	display: none;
}
.qa dt::before,
.qa dd::before {
	font-family: "Work Sans", sans-serif;
	font-weight: 300;
	letter-spacing: 0.25em;
	line-height: 1;
	position: absolute;
}
.qa dt::before {
	content: "Q. ";
	font-size: 1.294117647058824em;
	margin-left: -1.8181em;
	top: 0.1em;
}
.qa dd::before {
	color: #A17958;
	content: "A. ";
	font-size: 1.375em;
	margin-left: -1.8181em;
	text-indent: 0.015em;
	top: -0.1em;
}
.qa dt,
.qa dd {
	position: relative;
}
.qa dt {
	font-size: 1.0625em;
	margin: 2.5em auto 1.25em;
	padding-left: 2.2941em;
}
.qa dd {
	color: #333;
	padding-left: 2.4375em;
}
.qa dd p {
	font-size: 0.8125em;
}
#main #contact {
	margin-top: 2.17em;
}
#main #contact article h2 {
	margin-top: 2.4em;
}
#contact::before {
	content: "";
	display: block;
	overflow: hidden;
}
.support {
	border: 1px solid #000;
	margin-bottom: 3.5em;
	padding: 1.4em 1em 2.05em;
	text-align: center;
}
@media all and ( min-width: 630px ) {
    .support {
        margin-left: -1em;
        width: 100%;
    }
}
.page #main .support h3 {
	margin: 0 auto 0.5em;
}
.page #main .support p {
	font-size: 0.8125em;
	line-height: 1;
	margin: 0 auto;
}
.page #main .support .freedial {
	font-size: 1.5em;
	font-family: "Work Sans", sans-serif;
	letter-spacing: 0.08em;
	margin: 0.2em auto 0.4em;
}
.support .freedial strong {
	font-weight: 500;
}
@media all and ( max-width: 520px ) {
    .support h3 br.hide:nth-child(2) {
        display: inherit;
    }
}
@media all and ( max-width: 360px ) {
    .support h3 br.hide {
        display: inherit;
    }
}

/* Privacy Policy
======================================== */
#privacy #main article h4 {
	color: #000;
	font-size: 1.0625em;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#privacy #main article {
	counter-reset: h4-counter;
}
#privacy #main article h4:before {
	content: counter(h4-counter)".";
	counter-increment: h4-counter;
	padding-right: 0.25em;
}
#privacy #main article p + h4 {
	margin-top: 2.5em;
}
@media all and ( min-width: 660px ) {
    #privacy #main article h4 {
        width: 101%;
    }
}

/* 404
======================================== */
#error #main article {
	text-align: center;
}
#error #main article h3 {
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.6em;
	max-width: 26.4705em;
}
#error #main article .text {
	font-size: 1.0625em;
	margin-bottom: 1.6em;
}
@media all and ( max-width: 360px ) {
    #error #main article .text {
        font-size: 0.9375em;
    }
}

/* Portal Site
======================================== */
.portal .logo h1 img {
    height: 3em;
    width: 7.375em;
}
@media all and ( min-width: 981px ) {
    .portal .menu.global .logo {
        top: 1.025em;
    }
    .portal .menu.global .main > ul {
        text-align: right;
    }
}
.portal .menu.global .main > ul > li > ul {
    text-align: center;
}
@media all and ( min-width: 480px ) and ( max-width: 680px ) {
    .portal #key_visual figure {
        padding-top: 51.5625%;
    }
}
#home.portal #brand {
    margin: 7.75em auto;
    padding: 0 5%;
}
.portal #brand .inner {
    margin: auto;
    max-width: 70em;
}
.portal #brand .genre {
    color: #4D4D4D;
    font-size: 1.625em;
    font-weight: normal;
    letter-spacing: 0.4em;
    margin: 3em auto 1.65em;
    position: relative;
    text-align: center;
    text-indent: 0.4em;
}
.portal #brand .genre:first-of-type {
    margin-top: 1.65em;
}
.portal #brand .genre::before {
    background-color: #C2C2C2;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 43%;
    width: 100%;
}
.portal #brand .genre > span {
    background-color: #FFF;
    display: inline-block;
    padding: 0 2.25em;
    position: relative;
}
.portal #brand .genre .sup {
    font-size: 70%;
    vertical-align: top;
}
.portal #brand section {
    margin-bottom: 3.5em;
}
.portal #brand section::after {
    content: "";
    clear: both;
    display: block;
    height: 0.01px;
}
.portal #brand section > a {
    display: block;
}
.portal #brand section .img {
    float: left;
    width: 45.5358%;
}
.portal #brand section .content {
    box-sizing: border-box;
    float: right;
    padding-left: 4.4642%;
    width: 54.4642%;
}
.portal #brand section .content h4 {
    margin: 0;
    max-width: 30em;
}
.portal #brand section .content h4 + p {
    max-width: 30em;
}
.portal #brand section .content .type {
    margin: 2.525em 0 1em;
}
.portal #brand section .content .type li {
    background-color: #8A715B;
    border-radius: 4px;
    color: #FFF;
    display: inline-block;
    font-size: 0.875em;
    letter-spacing: 0.325em;
    margin: 0.35em 0.4em 0.35em;
    padding: 0.65em 1.175em;
    text-indent: 0.325em;
}
.portal #brand section .content .type li .sup {
    font-size: 80%;
    vertical-align: top;
}
.portal #brand section .content .sale {
    margin: 1.25em 0;
}
.portal #brand section .content .sale li {
    border: 1px solid currentColor;
    color: #838383;
    display: inline-block;
    font-size: 0.8125em;
    letter-spacing: 0.35em;
    margin: 0.35em 0.4em 0.35em;
    padding: 0.6em 1.175em;
    text-indent: 0.35em;
}
.portal #brand section .content .footnote {
    display: block;
    font-size: 0.6875em;
    margin-top: -1.5em;
    text-align: right;
}
.portal #brand section.iona-f .content h4 + p {
    margin-top: 1.75em;
}
.portal #brand section.iona-sl .content h4 + p,
.portal #brand section.iona-sm .content h4 + p {
    margin-top: 1.5em;
}
@media all and ( max-width: 980px ) {
    .portal #brand section .content .footnote {
        margin-top: 0;
    }
}
@media all and ( max-width: 780px ) {
    .portal #brand .inner {
        max-width: 31.875em;
    }
    .portal #brand section .img,
    .portal #brand section .content {
        float: none;
        padding-left: 0;
        width: 100%;
    }
    .portal #brand section.iona-f .content h4 {
        margin-top: 1.5em;
    }
    .portal #brand section.iona-sl .content h4,
    .portal #brand section.iona-sm .content h4 {
        margin-top: 1.25em;
    }
}
@media all and ( max-width: 480px ) {
    #home.portal #brand {
        margin: 5em auto;
    }
    .portal #brand .genre {
        font-size: 1.25em;
    }
    .portal #brand .genre > span {
        padding: 0 1.25em;
    }
    .portal #brand section .content .type,
    .portal #brand section .content .sale {
        font-size: 80%;
    }
}
#home.portal #about .inner {
	background-image: url(../../img/about_bg02.jpg);
}
#home.portal #about article {
    padding: 4em 1em;
}
#home.portal #about .btn {
    margin: 2.85em auto 3em;
}
#home.portal #news {
    margin: 4.75em auto 6.5em;
    padding: 0 5%;
}
#home.portal #news .inner {
    margin: auto;
    max-width: 45em;
}
#home.portal #news ul {
    margin: 1.8em auto 1em;
}
#home.portal #news ul li {
    border-bottom: 1px solid #C2C2C2;
}
#home.portal #news ul li a {
    color: #333;
    display: block;
    font-size: 0.875em;
    padding: 0.95em 1.5em 0.95em 0;
    position: relative;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
#home.portal #news ul li a:hover {
    opacity: 0.6;
}
#home.portal #news ul li a::after,
#home.portal #news .index_link a::after {
    background: url("../img/arrow02.png") no-repeat center/cover;
    content: "";
    display: block;
    height: 1em;
    position: absolute;
    right: 0.5em;
    top: calc(50% - 0.5em);
    width: 1em;
}
#home.portal #news ul li .date {
    display: inline-block;
    min-width: 6em;
}
#news.portal .content .category,
#home.portal #news ul li .category {
    border: 1px solid currentColor;
    display: inline-block;
    font-size: 11px;
    margin-left: 1.375em;
    min-width: 82px;
    padding: 0.25em 1.25em;
    text-align: center;
    vertical-align: middle;
}
@media all and ( min-width: 701px ) {
    #news.portal .content .category {
        display: block;
        margin-left: 0;
        margin-top: 0.75em;
        min-width: inherit;
    }
}
#home.portal #news .index_link {
    font-size: 0.8125em;
    text-align: right;
}
#home.portal #news .index_link a {
    color: #333;
    padding-right: 2.5em;
    position: relative;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
#home.portal #news .index_link a:hover {
    opacity: 0.6;
}
#home.portal #news .index_link a::after {
    font-size: 107.7%;
}
@media all and ( min-width: 760px ) {
    #home.portal #news ul li {
        clear: both;
    }
    #home.portal #news ul li .meta {
        float: left;
        width: 36.5%;
    }
}
@media all and ( min-width: 780px ) {
    #home.portal #news ul li .meta {
        width: 34.5%;
    }
}
@media all and ( max-width: 759px ) {
    #home.portal #news ul li .meta {
        margin-bottom: 0.5em;
    }
}
.contents + #footer .menu .main > ul > li:first-child,
.portal #footer .menu .main > ul > li:first-child {
    min-width: 15em;
}
@media all and ( min-width: 641px ) and ( max-width: 780px ) {
    .contents + #footer .menu .main > ul > li,
    .portal #footer .menu .main > ul > li {
        min-width: 9em;
    }
    .contents + #footer .menu .main > ul > li:first-child,
    .portal #footer .menu .main > ul > li:first-child {
        min-width: 12.25em;
    }
    .contents + #footer .menu .main > ul > li:last-child ul li,
    .portal #footer .menu .main > ul > li:last-child ul li {
        display: block;
        margin-right: inherit;
    }
}

/* ZERIA Brand Site
======================================== */
.menu.global.brand,
.contents + #footer {
    font-family: "tahoma", sans-serif;
    font-weight: 400;
    line-height: 1.15;
    font-style: normal;
}
.menu.global.brand a:hover,
.contents + #footer a:hover {
    text-decoration: none;
}
@media all and ( min-width: 981px ) {
    .menu.global.brand .inner {
        width: auto;
    }
    .menu.global.brand .logo {
        top: 1.025em;
    }
    .menu.global.brand .logo h1 img {
        height: 3em;
        width: 7.375em;
    }
    .menu.global.brand .main > ul {
        text-align: right;
    }
}
@media all and ( max-width: 980px ) {
    .menu.global.brand .logo {
        padding: 5px 0 0;
    }
    .menu.global.brand .logo h1 a {
        background: none;
        width: auto;
    }
    .menu.global.brand .logo h1 img {
        height: auto;
        opacity: 1;
    }
    .productHeader,
    .mainVisual {
        margin-top: 3.208275em;
    }
}
@media all and ( max-width: 480px ) {
    .productHeader,
    .mainVisual {
        margin-top: 44px;
    }
}
.menu.global.brand .main > ul > li > ul {
    text-align: center;
}

.menu.global .main > ul > li > ul.dropdown {
  background-color: #FFF;
  left: 50%;
  opacity: 0;
  padding: 0.75em 1em;
  position: absolute;
  text-align: center;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s, visibility 0.5s 0.1s;
  transition: opacity 0.5s, visibility 0.5s 0.1s;
  visibility: hidden;
  z-index: -100;
}

.menu.global .main > ul > li a:hover + ul.dropdown ,
.menu.global .main > ul > li:hover a + ul.dropdown ,
.menu.global .main > ul > li a + ul.dropdown:hover {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    visibility: visible;
    z-index: 0;
}
.menu.global .main > ul > li > ul.dropdown > li {
    margin: 0.25em auto;
}

body > .contents {
    letter-spacing: 0.04em;
}
body > .contents figure {
    text-align: inherit;
}
.contents + #footer {
    background-color: #FFF;
    margin-top: 0;
    padding-top: 4em;
}
.contents + #footer .logo h1 img {
    height: 3em;
    width: 7.375em;
}

/* Media Query
======================================== */
@media all and ( max-width: 1180px ) {
    .page.static #main article p.img {
        text-align: center;
    }
    .page.static .img img {
        float: none;
        margin: 1em auto;
    }
}
@media all and ( max-width: 480px ) {
    #main article {
        font-size: 92.3076%;
    }
}

