@charset "UTF-8";
/* CSS Document */

/* ==================================================
 BASE (RESET)
================================================== */
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;
}
html {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: auto !important;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ccc;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
    display: block;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}
/* 全体に設定 */
::-moz-selection {
  background-color:transparent;
}
::selection {
    background-color:rgba(150,108,185,0.5);
    background-color: rgba(78,49,104,1.00);
    color: rgba(150,108,185,1.00);
}


/* ==================================================
 FONT
================================================== */
body {
	font-weight: 400;
	line-height: 2.0;
	-webkit-font-smoothing: antialiased; /* WebKitブラウザサポート */
	text-rendering: optimizeLegibility; /* Chrome、Safariサポート */
	-moz-osx-font-smoothing: grayscale; /* Firefoxサポート */
	font-feature-settings: 'liga'; /* IEサポート */
	background-color:inherit;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /* iPhoneの文字サイズバグの回避 */
}
/*adobe font読み込み時のカクツキを擬似的に抑制*/
.wf-loading {
    opacity: 0;
}

h1, h2, h3, h4, h5, .font {
    font-weight: normal;
    font-style: normal;   
	}
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.0em; }


/* ==================================================
 LINK
================================================== */
a { 
    text-decoration: none;
    opacity: 1.0;
    transition: .3s;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
}
a:link     { color:rgba(150,108,185,1.00); }
a:visited  { color:rgba(150,108,185,1.00); }
a:hover    { color:rgba(79,49,104,1.00); }
a:active   { color:rgba(150,108,185,1.00); }

a img { 
    opacity: 1.0;
    transition: .3s;
}
a img:hover { opacity:0.6;}


/* ==================================================
 PC/SP 表示切り替え
================================================== */


/* ======================================================
 サムネイル画像 保存防止
====================================================== */
img {
    display: block;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}


/* ==================================================
 OTHERS
================================================== */
.clearfix::before,
.clearfix::after { display: table; content: ''; }
.clearfix::after { clear: both; }


