@charset "utf-8";


/* CSS Document */

html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/cream-dust.png");
    color: #000;
    line-height: 1.86;
    font-size: 62.5%;
    letter-spacing: 5px;
}

body {
    font-size: 1.6rem; /* 16px */
    font-family: "Anton", "dnp-shuei-gothic-gin-std";
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* typekit */
.wf-loading {
    visibility: hidden;
}

.wf-active {
    visibility: visible;
}

.wf-inactive {
    visibility: visible;
}

/* common_css */
img {
    width: 100%;
    vertical-align: top;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2%;
}

ul.row li.col_2 {
    width: 49%;
}

ul.row li.col_3 {
    width: 32%;
}

ul.row li.col_5 {
    width: 19%;
}

.no_scroll {
    height: 100%;
    overflow: hidden;
}

/* header */

header {
    position: fixed;
    width: 100%;
    height: 80px;
    z-index: 999;
}

.h_inner {
    box-sizing: border-box;
    padding: 20px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

/* loader */

#progress_bg {
    background-color: #fff;
    background-image: url("https://www.transparenttextures.com/patterns/cream-dust.png");
    width: 100%;
    height: 100vh;
    position: fixed;
    display: block;
    z-index: 9999;
    overflow: hidden;
}

#progress {
    width: 30%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#progress p {
    text-align: center;
    font-size: 3rem;
    margin: 0 0 20px 0;
}

#progressBar {
    width: 0;
    height: 2px;
    background-color: #000;
}

#progressTxt {
    color: #000;
    text-align: center;
    margin-top: 30px;
    font-size: 1.6rem;
}

/* menu overlay */

.button_container {
    position: fixed;
    top: 34px;
    right: 24px;
    height: 27px;
    width: 30px;
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    transform: translateY(1px) translateX(0) rotate(45deg);
    background: #fff;
}

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: #000;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 6px;
}

.button_container span:nth-of-type(3) {
    top: 12px;
}

.overlay {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 99;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
    animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
    animation-delay: .65s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    line-height: 72px;
    font-weight: 400;
    text-align: left;
    margin-left: 24px;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
	margin-bottom: 40px;
	padding-top: 5px;
}

.overlay ul li a:hover {
    color: #FFE246;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: 5px;/* border-bottom: 1px solid rgba(44, 44, 44, 0.1); */
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
    width: 57%;
    color: #FFE246;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 0%;
    transform: translateX(-50%);
    height: 2px;
    color: #FFE246;
    background: #FFE246;
    transition: .35s;
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 left: 20%;
}
 100% {
 opacity: 1;
 left: 0;
}
}

span.o_number {
    color: #333;
    font-size: 2rem;
    position: absolute;
    top: -40px;
}

/* General styles for the modal */

.md-perspective, .md-perspective body {
    height: 100%;
    overflow: hidden;
}

.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.container {
    background: #e74c3c;
    min-height: 100%;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    color: #fff;
    position: relative;
    margin: 0 auto;
}

.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0,0,0,0.1);
    border-radius: 3px 3px 0 0;
}

.md-content > div {
    padding: 40px;
    margin: 0;
}

.md-content > div p {
    margin: 5% 0;
    font-size: 1.4rem;
}

.md-content > div ul {
    margin: 0 0 40px 0;
}

.md-content > div ul.time_table {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 130px;
    margin: 0;
}

.md-content ul.time_table li {
    padding: 0;
}

.md-content ul.time_table li p {
    font-size: 1.2rem;
}

.md-content > div ul li {
    padding: 5px 0;
}

.md-content p.location {
    font-size: 5rem;
    color: #FFE246;
    margin: 0;
}

.md-content p.build {
    margin-bottom: 0;
}

.md-content p.address {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #fff;
    margin: 0;
}

.md-content p.address a.g_map {
    margin-left: 10px;
    padding: 5px;
    background: #FFE246;
    color: #000;
    font-family: "dnp-shuei-gothic-gin-std";
    font-size: 1rem;
}

.md-content ul li p span {
    font-weight: normal;
    font-family: "dnp-shuei-gothic-gin-std";
    font-size: 1.4rem;
}

.md-content ul li p.date span {
    font-weight: normal;
    font-family: "Anton";
    font-size: 1.4rem;
    margin-right: 10px;
}

.md-content ul li p span.a_info {
    display: block
}

.md-content .fa-map-marker-alt, .md-content .fa-caret-right {
    margin-right: 10px;
    color: #FFE246;
}

.md-content a.md-close {
    width: 100px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    color: #FFE246;
    font-size: 1.4rem;
    padding: 5px;
    border: 1px solid #FFE246;
}

/* Individual modal styles with animations/transitions */

/* Effect 12:  Just me */
.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #000;
}

.md-effect-12 .md-content h3, .md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* common */

#contents {
    margin-bottom: 100px;
    overflow: hidden;
}

/* top */

#top {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../img/top_bg.jpg);
    background-size: cover;
    background-position: center center;
}

#top .top_image {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#top .top_image p {
    color: #fff;
}

#top .top_image p.brand_name {
    font-size: 10rem;
    margin: 0 0 20px;
}

#top .top_image p.event_name {
    font-size: 2rem;
    margin: 0;
}

a.scroll_arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

a.scroll_arrow {
    padding-top: 80px;
}

a.scroll_arrow span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}

a.scroll_arrow span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

a.scroll_arrow span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

a.scroll_arrow span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@-webkit-keyframes sdb {
 0% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb {
 0% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}

/* event item */


div.event_item_list_inner {
    width: 90%;
    margin: 0 auto;
}

div.title_area {
	width: 100%;
	text-align: center;
	margin: 10% auto;
}

h1.c_title {
    font-size: 5rem;
    display: inline;
    padding: 5px 20px;
    border-bottom: 5px solid #FFE246;
    width: 50%;
    margin: 80px auto;
}

div.event_item_wrap {
    width: 100%;
    height: auto;
    position: relative;
    margin: 10% 0 20%;
}

.ratio:before {
    content: "";
    display: block;
    padding-top: 55%;
}

.item_number_left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*box-shadow: 5px 30px 50px rgba(72,76,82,.4);*/
}

.item_number_left p, .item_number_right p {
    width: 200px;
    height: 200px;
    background: #000;
    color: #fff;
    border-top: 5px solid #FFE246;
    box-sizing: border-box;
    font-size: 10rem;
    text-align: center;
    margin: 0;
	box-shadow: 5px 30px 50px rgba(72,76,82,.4);
}

.item_image_left {
    width: 70%;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 5%;
    /*box-shadow: 5px 30px 50px rgba(72,76,82,.4);*/
}

.item_image_left img {
     box-shadow: 5px 30px 50px rgba(72,76,82,.4);
}

.item_detail_left {
    position: absolute;
    top: 65%;
    right: 0;
    background: #000;
    padding: 20px;
    box-sizing: border-box;
    border-top: 5px solid #FFE246;
    color: #fff;
    width: 40%;
    z-index: 2;
    box-shadow: 5px 30px 50px rgba(72,76,82,.4);
}

.item_detail_left h2, .item_detail_left p {
    margin: 0 0 5px 0;
    letter-spacing: 2px;
}

.item_number_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.item_image_right {
    width: 70%;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 5%;
    right: 5%;
    box-shadow: 5px 30px 50px rgba(72,76,82,.4);
}

.item_detail_right {
    position: absolute;
    top: 65%;
    left: 0;
    background: #000;
    padding: 20px;
    box-sizing: border-box;
    border-top: 5px solid #FFE246;
    color: #fff;
    width: 40%;
    z-index: 2;
}

.item_detail_right h2, .item_detail_right p {
    margin: 0 0 5px 0;
    letter-spacing: 2px;
}

p.item_caution {
	font-size: 1.2rem;
	color: #000;
	margin: 10px 0 !important;
	font-family: "dnp-shuei-gothic-gin-std";
}

p.item_caution span {
	background-color: #fe6f35;
	padding: 5px;
	color: #000;
	margin: 0 10px 10px 0;
	display: inline-block;
}

p.item_comment {
	font-family: "dnp-shuei-gothic-gin-std";
	line-height: 1.6;
	font-size: 1.2rem;
}

p.item_price {
    font-size: 2.4rem;
    margin-top: 20px;
}

p.item_price span.tax {
    font-size: 1rem;
}

a.item_link {
    margin-top: 40px;
    display: block;
    text-align: center;
    color: #FFE246;
    border: 2px solid #FFE246;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.item_link:hover {
    background: #FFE246;
    color: #000;
}

a.item_link .fa-angle-double-right {
    position: absolute;
    right: 20px;
    bottom: 30%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.item_link:hover .fa-angle-double-right {
    right: 10px;
}

/* inview */

.animated {
    opacity: 0;
}

.a_up {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: 1.0s;
}

.up {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.a_down {
    opacity: 0;
    transform: translate(0, -60px);
    -webkit-transform: translate(0, -60px);
    transition: 1.0s;
}

.down {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.a_left {
    opacity: 0;
    transform: translate(60px, 0);
    -webkit-transform: translate(60px, 0);
    transition: 1.0s;
}

.left {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.a_right {
    opacity: 0;
    transform: translate(-60px, 0);
    -webkit-transform: translate(-60px, 0);
    transition: 1.0s;
}

.right {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.delay_02 {
    transition-delay: 0.2s;
}

.delay_04 {
    transition-delay: 0.4s;
}

.delay_06 {
    transition-delay: 0.6s;
}

.delay_08 {
    transition-delay: 0.8s;
}

.delay_10 {
    transition-delay: 1.0s;
}

.delay_12 {
    transition-delay: 1.2s;
}

.delay_14 {
    transition-delay: 1.4s;
}

/* contents common css */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.modal-content {
    color: #fff;
}
 @-webkit-keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: translateX(800px);
 transform: translateX(800px);
}
 50% {
 opacity: 1;
}
}
 @keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: translateX(800px);
 -ms-transform: translateX(800px);
 transform: translateX(800px);
}
 50% {
 opacity: 1;
}
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
 @-webkit-keyframes zoomOut {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: translateX(800px);
 transform: translateX(800px);
}
 100% {
 opacity: 0;
}
}
 @keyframes zoomOut {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
 -webkit-transform: translateX(800px);
 -ms-transform: translateX(800px);
 transform: translateX(800px);
}
 100% {
 opacity: 0;
}
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

.close-animatedModal {
    position: relative;
    width: 100%;
    text-align: right;
    margin-top: 40px;
    right: 40px;
}

.closebt:hover {
    transform: rotate(90deg);
}

.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

/* footer */
footer {
    background: #000;
    padding: 100px 0 5px;
}

footer p.title {
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
}

footer div {
    margin-bottom: 80px;
}

footer div:last-of-type {
    margin-bottom: 10px;
}

div.jc_link a {
    display: block;
    color: #FFE246;
    border: 2px solid #FFE246;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 25%;
}

div.jc_link a:hover {
    background: #FFE246;
    color: #000;
}

div.other_link {
    margin-bottom: 40px;
}

div.other_link ul {
    width: 50%;
    margin: 0 auto;
}

div.other_link a {
    display: block;
    color: #FFE246;
    border: 2px solid #FFE246;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

div.other_link a:hover {
    background: #FFE246;
    color: #000;
}

p.comment {
    color: #666 !important;
    font-size: 1.4rem !important;
    text-align: center;
}

p.comment .fa-arrow-right {
    margin-right: 10px;
}

div.sns {
    color: #fff;
    text-align: center;
    width: 150px;
    margin: 0 auto 100px;
}

div.sns a {
    color: #fff;
    font-size: 2.6rem;
}

div.copyright {
    width: 100%;
}

div.copyright p {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: normal;
}

.fa-copyright {
    margin-right: 10px;
}

#page_top {
    position: fixed;
    bottom: 0;
    right: 20px;
    font-size: 2rem;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#page_top a {
    background: #FFE246;
    text-decoration: none;
    color: #000;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 100%;
    box-shadow: 1px 10px 30px rgba(72,76,82,.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}

#page_top:hover {
    bottom: 10px;
}

/* responsive */

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 1280px) { /* pc(small) */

.item_number_left p, .item_number_right p {
    width: 100px;
    height: 100px;
    background: #000;
    color: #fff;
    border-top: 5px solid #FFE246;
    box-sizing: border-box;
    font-size: 5rem;
    text-align: center;
    margin: 0;
}

.ratio:before {
    content: "";
    display: block;
    padding-top: 60%;
}

div.other_link ul {
    width: 60%;
    margin: 0 auto;
}
	
	.md-modal {
		width: 70%;
	}	
	
}

@media screen and (max-width: 1024px) { /* tablet(horizontal) */

#progress {
    width: 50%;
}

#top .top_image {
    width: 95%;
}

.ratio:before {
    content: "";
    display: block;
    padding-top: 70%;
}

div.other_link ul {
    width: 80%;
    margin: 0 auto;
}

div.jc_link a {
    width: 40%;
}
}

@media screen and (max-width: 768px) { /* tablet(vertical) */

div.other_link ul {
    width: 90%;
    margin: 0 auto;
}

.ratio:before {
    content: "";
    display: block;
    padding-top: 80%;
}

.item_image_left {
    top: 10%;
    left: 7%;
}

.item_image_right {
    top: 10%;
    right: 7%;
}

.item_detail_left, .item_detail_right {
    width: 50%;
}

.item_detail_left h2, .item_detail_left p, .item_detail_right h2, .item_detail_right p {
    font-size: 1.6rem;
}

p.item_w {
    font-size: 1.4rem !important;
}
	
	p.item_caution span {
		font-size: 1.2rem;
	}

a.item_link {
    margin-top: 20px;
    font-size: 1.4rem;
}
	
	
	.md-modal {
    width: 100%;
}
	
}

@media screen and (max-width: 480px) { /* sp */

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

body {
    letter-spacing: 2px;
}

/* loader */
	
#progress {
    width: 80%;
}

#progress p {
    font-size: 2rem;
}
	
/* overlay */
	
.overlay ul li a {
    font-size: 2.4rem;
}
	
.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 4);
    min-height: 50px;
    position: relative;
    opacity: 0;
	margin-bottom: 20px;
	padding-top: 0px;
}

span.o_number {
    color: #333;
    font-size: 2rem;
    position: absolute;
    top: -35px;
}


/* top */
	
#top .top_image p.brand_name {
    font-size: 5rem;
}

#top .top_image p.event_name {
    font-size: 1.4rem;
}

a.scroll_arrow {
    padding-top: 60px;
    font-size: 1.2rem;
}

a.scroll_arrow span {
    width: 15px;
    height: 15px;
}
	
div.title_area {
    margin: 30% auto;
}
	
h1.c_title {
    font-size: 2.8rem;
}
	
	
div.event_item_wrap {
    margin: 10% 0 40%;
}

.ratio:before {
    content: "";
    display: block;
    padding-top: 110%;
}

.item_number_left p, .item_number_right p {
    width: 80px;
    height: 80px;
    font-size: 4rem;
}

.item_image_left {
    top: 15%;
    left: 5%;
    width: 85%;
}

.item_image_right {
    top: 15%;
    right: 5%;
    width: 85%;
}

.item_detail_left, .item_detail_right {
    width: 70%;
    padding: 10px;
}

.item_detail_left h2, .item_detail_left p, .item_detail_right h2, .item_detail_right p {
    font-size: 1rem;
    letter-spacing: 1px;
}
	
.md-content > div p {
    margin: 5% 0;
    font-size: 1rem;
}
	
p.item_caution span {
    padding: 0 4px;
    margin: 0 5px 5px 0;
	font-size: 1rem;
}

p.item_w {
    font-size: 1rem !important;
}

p.item_price {
    margin-top: 10px;
}

p.item_price span.tax {
    -moz-transform: scale(0.6) translate(0px, 0px);
    -webkit-transform: scale(0.6) translate(0px, 0px);
    transform: scale(0.6) translate(-12px, 3px);
    display: inline-block;
}

a.item_link {
    margin-top: 10px;
    font-size: 1rem;
    padding: 5px;
}
	


/* footer */
	
footer div {
    margin-bottom: 80px !important;
}

footer div:last-of-type {
    margin-bottom: 10px !important;
}

div.jc_link {
    width: 90%;
    margin: 0 auto 80px;
}

div.jc_link a {
    width: 100%;
    box-sizing: border-box;
}

div.other_link ul {
    display: block;
}

div.other_link ul li {
    width: 100% !important;
}

div.sns {
    width: 40%;
}

div.sns ul.row {
    display: flex !important;
}

div.sns ul li {
    width: 32% !important;
}

/* page top */
#page_top {
    font-size: 1.6rem;
}

#page_top a {
    width: 50px;
    padding: 10px 0;
}
}
