<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
	font-family: soleil,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-style: normal;
}

.f_fadein {
    animation-name: fadein;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}



ul {
padding: 0px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0.1em;
    margin-block-end: 0.1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

img{	
	border: 0;
	width: 100%;
	vertical-align: bottom;
	padding: 0;
}

.modal_box img {
	max-width: 500px; /* 最大幅 */	
	width: auto;
	height: auto;
	padding: 0;
}

.wrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow:hidden;
}

.image ul{
	width:100%;
	display:block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.image li{
	list-style: none;
	display:block;
	width: 48%;
	margin:  0;
	padding: 1%;
	float:left;
}

h1{
	font-family: 'Red Hat Display', sans-serif;
}
h2{
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14pt;
}



.modal_open{
    display: inline-block;
}
 
.modal_box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 80%;
	max-height: 100vw;
    max-width: 600px;
    padding: 60px 2vw 40px;
    border: 0;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    overflow: auto;
}

.modal_comment{
	width: 100%;
	padding: 2vw;
}


.modal_close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    font-size: 44px;
    color: #666666;
    line-height: 50px;
    text-align: center;
}
 
.modal_close i {
    line-height: 50px;
    vertical-align: bottom;
}
 
.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.7);
}
.link-area ul {
	margin:0;
} 

.link_area {
    overflow: hidden;
    max-width: 140px;
    margin: 15px auto 0;
    text-align: center;
}
 
.link_area .modal_link {
    display: inline;
}
 
.link_area .modal_link a {
    display: inline-block;
    width: 45px;
    color: #696969;
    line-height: 1.0;
    text-decoration: none;
    margin: 5px;
}
 
.link-area ul li.modal_link:first-child a {
    float: left;
}
 
.link-area ul li.modal_link:last-child a {
    float: right;
}
 
.modal_switch {
	font-size: 30px;	
}
 
.modal_box_item_area ul li {
	list-style: none;
}

.modal_box_item_area ul li p .buynow-btn {
    text-align: right;
}

.modal_box_item_area ul li p .buynow-btn {
    padding: 0;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}
  
.modal_box_item_area ul li p {
    width: 100%;
	max-width: 450px;
    text-align: left;
    display: table;
    padding: 0;
    margin: 8px auto;
}


.modal_box_item_area p {
	margin-block-start: 0.1em;
    margin-block-end: 0.1em;
}

.modal_box_item_area ul li p .modal_box_item_info , .buynow-btn {
    padding: 0 5px;
    font-size: 12px;
}

.modal_box_item_area ul li p .buynow-btn a {
    background-color: #1a1a1a;
    color: white;
    padding: 2px 5px;
    display: inline-block;
    text-align: center;
    text-decoration: unset;
}

  .modal_box_item_info {
    text-align: left;
}


.coming-btn {
	font-size: 12px;
    color: #a9a9a9;
    padding: 2px 0px;
    display: inline-block;
    text-align: right;
	display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}
</pre></body></html>