@charset "UTF-8";



/* margin,padding リセット
---------------------------------------------------------*/
/* html5doctor.com Reset Stylesheet v1.6.1 */
/* http://html5doctor.com/html-5-reset-stylesheet/ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* ----------------------------------------------------- */



/* HTML5 新要素 - ブロックボックス・レンダリング用
---------------------------------------------------------*/
/* html5doctor.com Reset Stylesheet v1.6.1 */
/* http://html5doctor.com/html-5-reset-stylesheet/ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}



/* ボックス要素に border, padding を含める */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



/* リストスタイル クリア用 */
ol,ul {
	list-style: none;
}

/* 画像下のディセンダスペース クリア ＆ ボーダー クリア用 */
img {
	vertical-align: bottom; /*  or display: block; */
	border: none;
}

/* abbr（省略形） もしくは acronym（頭文字・IE6 のみ） 表示用 */
abbr,acronym {
	border-bottom: .1em dotted;
}

/* 上付き文字 行間調整用 */
sup {
	vertical-align: text-top;
}

/* 下付き文字 行間調整用 */
sub {
	vertical-align: baseline;
}

/* バックグラウンド拡張 フロート解除用 */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}



/* Firefox 用
---------------------------------------------------------*/
/* アウトライン非表示用 */
a {
	outline: none;
}


















html {
	font-size: 100%; 
}

body, button, input, select, textarea {
	font: 100%/1.5 "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1em; 
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #000;
}

/* Font-size Adjustment
---------------------------------------------------------

10px = 0.625em
11px = 0.6875em
12px = 0.75em
13px = 0.8152em
14px = 0.875em
15px = 0.9375em
16px = 1em
17px = 1.0625em
18px = 1.15em
19px = 1.1875em
20px = 1.25em
21px = 1.3125em
22px = 1.375em
23px = 1.4375em
24px = 1.5em
25px = 1.5625em
26px = 1.625em

---------------------------------------------------------*/






.pcnone {
    display: block!important;
}

.spnone {
    display: none!important;
}

/* 対象外スクリーンサイズ対策 */
body {
    min-width: 1100px;
}







/* header
---------------------------------------------------------*/
header {
    background: #fff url(../img/main.jpg) center 30px repeat;
    background-size: 2032px 450px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}



.headerBarWrap {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.headerBar {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    position: relative;
}

.headerH1 {
    color: #000;
    margin: 0 auto;
    padding: 0;
    width: 1100px;
    height: 30px;
    font-size: 0.8152em; /* 13px */
    font-weight: normal;
    line-height: 30px;
    text-align: right;
}

.premiumYutaiclubLogo {
    /* background: #fff; */
    background: #000;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 50px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -moz-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.15);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.premiumYutaiclubLogo img {
    margin: auto;
    padding: 0;
    width: 75%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}



.headerMain {
    margin: 0 auto;
    padding: 80px 0 0;
    width: 940px;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.headerMain:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.artnatureLogo {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 390px;
    height: 110px;
    display: block;
    position: relative; 
}

.artnatureLogo img {
    margin: auto;
    padding: 0;
    width: 70%;
    line-height: 1;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* .artnatureLogo:after {
    content: "";
} */

.headerLead {
    margin: 0;
    padding: 0;
    width: 100%;
}

.headerH2 {    
    background: #0168b7;
    margin: 0 auto 30px;
    padding: 0;
    width: 390px;
    height: 52px;
    line-height: 1;
    position: relative;
}

.headerH2 img {
    margin: auto;
    padding: 0;
    width: 90%;
    line-height: 1;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* .headerH2:before {
    content: "";
} */

/* .headerH2:after {
    content: "";
} */

.headerLeadPra {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 3.375em; /* 54px */
    line-height: 1.2;
    font-weight: bold;
    /* letter-spacing: 0.2em; */
    font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効 */
    -moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    text-align: center;
}

/* .headerLeadPra img {} */

/* .headerLeadPra:after {
    content: "";
} */








/* Exchange : 株主優待ポイントに応じた商品への交換ができます
---------------------------------------------------------*/
.exchange {
    background: #dde9f7;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.exchange:before {
	content: "";
    background: inherit;
	width: 50px;
	height: 50px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
    z-index: -1;
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: -25px;
}

.exchange:after {
    content:"";
    clear:both;
    display:block;
    height:0;
}

.exchangeInside {
    margin: 0 auto;
    padding: 0;
    width: 940px;
    overflow: hidden;
}

.exchangeH2 {
    color: #575757;
    margin: 55px 0 0 30px;
    padding: 0;
    width: 560px;
    font-size: 2.063em; /* 33px */
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 2px;
    font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効 */
    float: right;
}

.exchangeInside img {
    margin: 40px auto;
    padding: 0;
    width: 350px;
    display: block;
}









/* Item : 商品の一例をご紹介
---------------------------------------------------------*/
.item {
    margin: 0 auto;
    padding: 0;
}

.itemHeader {
    margin: 0 auto;
    padding: 0;
    width: 1100px;
}

.itemH2 {
    color: #000;
    background: #fff;
    margin: 80px 0 1em;
    padding: 0.6em 0;
    font-size: 1.875em; /* 30px */
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効 */
    border-bottom: solid 3px ;
    border-image: linear-gradient(90deg, #0068b7 0%, #4690c0 50%, #59c1a7 100%);
    border-image-slice: 1;
    position: relative;
}

/* .itemH2:before {
    content: "";
} */

/* .itemH2:after {
    content: "";
} */

.itemNotesPra {
    color: #aaaaaa;
    margin: 0;
    padding: 0 0 30px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}



#item20000,
#item5000,
#item3000 {
    background: #f3f3f3;
}



.itemH3Wrap {
    margin: 0 auto 30px;
    padding: 3.5em 0 0;
    width: 1100px;
}

.itemH3 {
    color: #000;
    border-bottom: 1px solid #0168b7 ;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    font-size: 1em; /* 16px */
    font-weight: bold;
    line-height: 1.4;
    /* border-bottom: 1px solid #e1e4e6; */
}

.h3PointWrap {
    /* background: #; */
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
}

.h3Point {
    color: #0168b7;
    /* background: #; */
    margin: 0;
    padding: 0.4em 0.8em;
    font-size: 1.375rem; /* 22px */
    font-weight: s;
    display: inline-block;
    position: relative;
}

.h3Point:before {
    content: '';
    position: absolute;
    top: 45%;
    left: 0px;
    margin-top: -1px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0168b7;
    border-right: 2px solid #0168b7;
    transition: transform .3s cubic-bezier(.39, .575, .565, 1);
    transform: rotate(45deg) translate3d(0, 0, 0);
}

/* .h3Point:after {
    content: "";
    background: #0168b7;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
} */

.h3Point span {
    color: #000;
    font-size: 1rem; /* 16px */
}



.itembox {
    margin:0 auto;
    padding: 0;
    width: 940px;
}

.itemList {
    margin: 0;
    padding: 3px 3px 40px; /* shadow 3px */
    padding: 0 0 40px;
    overflow: hidden;
}

.itemList li {
    width: 229px;
    margin: 0 8px 25px 0;
    float: left;
}

.itemList li:last-child {
    margin: 0 0 25px;
}

.itemList li img {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    border: solid 1px #efefef;
    display: block;
}

.itemListPra {
    color: #313131;
    margin: 0;
    padding: 0 0 1em;
    font-size: 91%;
    font-size: 0.75em; /* 12px */
    line-height: 1.3;
}









/* Point : 保有株式数に応じた株主優待ポイントを進呈
---------------------------------------------------------*/
#point {
    margin: 0 auto;
    width: 1100px;
    overflow: hidden;
    padding: 3.5em 0 0 0;
}

.pointH2 {
    color: #212121;
    margin: 40px 0;
    padding: 0;
    font-size: 1.875em; /* 30px */
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効 */
    position: relative;
}

.pointH2:before,
.pointH2:after {
    content: "";
    background-color: #0168b7;
    width: 120px;
    height: 2px;
    position: absolute;
    top: 51%;
    display: inline-block;
}

.pointH2:before {
    left: 0;
}

.pointH2:after {
    right: 0;
}

.pointH2 em {
    color: #0168b7;
    margin: 0 0.2em;
    padding: 0;
    font-size: 2.875rem; /* 46px */
    font-weight: bold;
    font-style: normal;
}

.pointH3 {
    color: #575757;
    margin: 0 0 10px;
    padding: 1em 0 0.3em 0;
    font-size: 1.250em; /* 20px */
    font-weight: normal;
    line-height: 1;
    text-align: center;
}



.pointTable {
    margin: 0 auto 2%;
    width: 940px;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 2px solid #ccc;
}

.pointTable tr td:first-child {
    border-right: 2px solid #ccc;
}

.pointTable tr th:first-child {
    border-right: 2px solid #ccc;
}


.pointTable tr.column th.column-2 {
    border-right: 2px solid #ccc;
}


.pointTable th {
    color: #FFFFFF;
    background: #0168b7;
    margin: 0;
    padding: 10px 0;
    font-size: 1em; /* 16px */
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.15em;
    text-align: center;
    vertical-align: middle;
    border-top: 2px solid #ccc;
    /* width: 50%; */
    border-right: 2px solid #ccc;
}

th:last-child{
    border-right:0;
}

tr:nth-child(odd){
    background-color: #f2f2f2;
}



tr:last-child{
    border-right:0;
}

.pointTable td {
    color: #4c4c4c;
    margin: 0;
    /* padding: 10px; */
    font-size: 1em; /* 16px */
    text-align: center;
    /* width: 50%; */
    border-right: 2px solid #ccc;
    position: relative;
    vertical-align: middle;
}

td:last-child{
    border-right:0;
}

.pointTable td:not(.star):before {
    color: #ffd700;
    margin: 0 0.5em;
    content: "\f005";
    font-family: FontAwesome;
}

.pointTable td.star {
    padding:10px 30px;
}





/* .pointPra {}

.pointPra:after {
    content: "";
} */



.pointH4 {
    color: #6f6f6f;
    margin: 0 auto 0.4em;
    padding: 0;
    width: 940px;
    font-size: 0.750em; /* 12px */
    font-weight: bold;
    line-height: 1.3;
}

.pointNotesList {
    margin: 0 auto 1em;
    padding: 0;
    width: 940px;
}

.pointNotesList:last-child {
    margin: 0 auto 40px;
}

.pointNotesList li {
    color: #6f6f6f;
    margin: 0 0 0.4em 1em;
    padding: 0;
    font-size: 0.750em; /* 12px */
    line-height: 1.3;
}

/* .pointNotesList li:before {
    content: "※";
    content: "・";
} */



.hw1{
    width: 28%;
}

.hw2{
    width: 20%;
}




/* WILLsCoin : WILLsCoin について
---------------------------------------------------------*/
.WILLsCoin {
    margin: 0 auto 80px;
    padding: 0;
    width: 940px;
}

.WILLsCoinH2 {
    color: #000;
    background: #fff;
    margin: 0px 0 1em;
    padding: 2.5em 0 0.6em 0;
    font-size: 1.875em; /* 30px */
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    font-feature-settings: "palt"; /* プロポーショナルメトリクスを有効 */
    border-bottom: solid 3px ;
    border-image: linear-gradient(90deg, #0068b7 0%, #4690c0 50%, #59c1a7 100%);
    border-image-slice: 1;
    position: relative;
}

/* .WILLsCoinH2:before {
    content: "";
} */

/* .WILLsCoinH2:after {
    content: "";
} */

.WILLsCoinFigure {
    margin: 0 auto 2.6em;
    padding: 0;
    width: 800px;
    display: block;
}

.WILLsCoinPra {
    margin: 0 auto 40px;
    padding: 0;
    width: 940px;
    font-size: 1em; /* 16px */
    line-height: 1.6em;
    /* text-align: center; */
}

.WILLsCoinPra a:link,
.WILLsCoinPra a:visited {
    color: #4894bc;
    text-decoration: underline;
}

.WILLsCoinPra a:hover {
    color: #2a7ba1;
    text-decoration: none;
}









/* Announcement : サイトオープン・登録手続き
---------------------------------------------------------*/
.announcement {
    margin: 0 auto 80px;
    padding: 0;
    width: 940px;
    border: solid 2px #0168b7;
    border-radius: 5px
}

.announcement:after {
    content:"";
    clear:both;
    display:block;
    height:0;
}

.announcementSiteOpenFigure {
    margin: 0;
    padding: 20px;
    width: 341px;
    display: block;
    float: left;
}

.announcementRegistrationFigure {
    margin: 0;
    padding: 38px 40px;
    width: 583px;
    display: block;
    float: right;
}









/* footer
---------------------------------------------------------*/
footer {
    background: #0168b7;
    margin: 0;
}

footer small {
    color: #fff;
    margin: 0 auto;
    padding: 25px 0 40px;
    width: 967px;
    font-family: Verdana, sans-serif;
    font-size: 0.750em; /* 12px */
    line-height: 1;
    text-align: right;
    display: block;
}


















/* SmartPhone
---------------------------------------------------------*/

@media screen and (min-width:640px){
	.elmSP{display:none;}
}

@media only screen and (max-width:768px){

    /* 対象外スクリーンサイズ対策 */
    body {
        min-width: 100%;
    }
    .pcnone {
        display:none!important;
    }
	.spnone {
        display:block!important;
    }

	img {
        max-width:100%;
    }
    
    
    
    /* header */
    
    header {  
        /* background: #fff url(../img/main.jpg) center 0px repeat-x;
        background-size: cover; */
        background-size: cover;
    }
    
    .headerBar {
        width: 100%;
    }
    
    .headerH1 {
        margin: 0 auto;
        padding: 0.6em 0;
        width: 100%;
        height: auto;
        font-size: 82%;
        font-size: 0.75em; /* 12px */
        line-height: 1.2;
        text-align: center;
    }
    
    .premiumYutaiclubLogo {
        width: 56px;
        height: 28px;
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        position: absolute;
        /* right: 0;
        bottom: 0; */
        top: 50px;
        left: 0;
    }
    
    .headerMain {
        margin: 50px auto 20px;
        padding: 0;
        width: 80%;
        height: auto;
    }
    
    .artnatureLogo {
        margin: 0 auto;
        width: 100%;
        height: auto;
        position: static;
    }
    
    .artnatureLogo img {
        margin: auto;
        padding: 1.1em 0;
        width: 60%;
        position: inherit;
    }
    
    /* .artnatureLogo:after {
    } */
    
    .headerLead {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    
    .headerH2 {
        margin: 0 auto 1em;
        padding: 0;
        width: 100%;
        height: auto;
        position: static;
    }
    
    .headerH2 img {
        margin: auto;
        padding: 10px 0;
        width: 80%;
        display: block;
        position: static;
    }
    
    /* .headerH2:before {
        content: "";
    } */
    
    /* .headerH2:after {
        content: "";
    } */
    
    .headerLeadPra {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        font-size: 1.3em; /* 17px */
        line-height: 1.4;
        letter-spacing: 0.1em;
        text-align: center;
    }
    
    /* .headerLeadPra img {} */
    
    /* .headerLeadPra:after {
        margin: 0.2em auto 0;
        padding: 0;
        width: 70%;
    } */
    
    
    
    /* Exchange */
    
    .exchange:before {
        width: 30px;
        height: 30px;
        bottom: -15px;
    }
    
    .exchangeInside {
        margin: 0 auto;
        padding: 0;
        width: 94%;
        overflow: hidden;
    }
    
    .exchangeH2 {
        margin: 1em 0;
        padding: 0;
        width: 100%;
        font-size: 14px;
        line-height: 1;
        text-align: center;
        letter-spacing: 2px;
        float: none;
    }
    
    .exchangeInside img {
        margin: 0 auto 1em;
        padding: 0;
        width: 40%;
        display: block;
    }
    
    
    
    /* Item */
    
    .itemHeader {
        margin: 0 auto 2em;
        padding: 0;
        width:95%;
    }
    
    .itemH2 {
        padding: 0.6em 0 0.5em;
        margin: 40px 10px 0 0  ;
        font-size: 1.25em; /* 20px */
    }
    
    /* .itemH2:before {} */
    
    .itemH2:after {
        bottom: -6px;
    }
    
    .itemNotesPra {
        padding: 15px 0px 0px 0px;
        font-size: 12px;
        line-height: 1.4;
    }
    
    .itemH3Wrap {
        width: 94%;
        border: none;
    }
    
    .itemH3 {
        padding: 0 0 0.8em;
        width: 100%;
        font-size: 14px;
        text-align: left;
    }
    
    .h3PointWrap {
        margin: 2px 0 0 ;
        padding: 0;
        height: auto;
        display: block;
    }
    
    .h3Point {
        width: 100%;
    }
    
    /* .h3Point:before {
        content: none;
    } */
    
    .itembox {
        width: 94%;
    }
    
	.itemList {
        padding: 4% 0 0;
        width: 100%;
        overflow: hidden;
    }
    
    .itemList li {
        margin: 0 4% 4% 0;
        width: 44%;
    }
    
    .itemList li:first-child {
        margin: 0 4% 4%;
    }
    
    /* .itemList li:nth-child(2n) {
        margin: 0 0 15px;
    } */
    
    .itemList li:nth-child(3n) {
        margin: 0 4% 15px;
    }
    
	.itemList li img {
        width: 100%;
        height: auto;
    }

    .itemListPra {
        /* padding: 0; */
        font-size: 11px;
    }
    
    
    
    /* Point */
    
	#point {
        width:95%;
    }
    
    .pointH2 {
        margin: 20px 0;
        padding: 0;
        font-size: 20px;
        text-align: center;
    }
    
    .pointH2:before,
    .pointH2:after {
        display: none;
    }
    
    .pointH2 em {
        margin: 0 0.1em;
        padding: 0;
        font-size: 30px;
        display: block;
        line-height: 1.5;
    }
    
	.pointH3 {
        margin: 0 0 0.3em;
        font-size: 16px;
    }
    
    
    
    .pointTable {
        margin:0 auto 20px;
        width: 100%;
    }
    
    .pointTable th,
    .pointTable td {
        padding: 1em 0;
        font-size: 12px;
        line-height: 1.4
    }
    
	.pointTable td.star {
        padding: 10px;
    }
    
    .pointPra {
        margin: 0 auto 1.6em;
        width: 100%;
        font-size: 0.875em; /* 14px */
        line-height: 1.4;
    }
    
    .pointPra:after {
        width: 90%;
    }
    
    .pointH4 {
        width: 100%;
    }
    
    .pointNotesList {
        width: 100%;
    }
    
	.pointNotesList li {
        font-size: 11px;
        line-height: 1.4;
    }
    
    
    
    /* WILLsCoin */
    
    .WILLsCoin {
        margin: 0 auto;
        padding: 0;
        width:95%;
    }
    
    .WILLsCoinH2 {
        /* margin: 40px 0 1em; */
        padding: 0.6em 0 0.5em;
        font-size: 1.25em; /* 20px */
    }
    
    /* .WILLsCoinH2:before {} */
    
    .WILLsCoinH2:after {
        bottom: -6px;
    }
    
    .WILLsCoinPra {
        margin: 0 auto 40px;
        width: 100%;
        font-size: 12px;
    }
    
    
    
    /* Announcement */
    
    .announcement {
        margin: 0 auto 40px;
        width: 95%;
        height: auto;
    }
    
    .announcementRegistrationFigure {
        margin: 0;
        padding: 5% 8%;
        width: 100%;
        float: none;
    }
    
    .announcementSiteOpenFigure {
        margin: 0 auto;
        padding: 0 0 5%;
        width: 70%;
        float: none;
    }
    
    
    
    /* footer */
    footer small {
        width: 94%;
    }
    


}