@charset "UTF-8";
* {
    font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica;
    margin: 0;
    padding: 0;
}

body {
    background-color: #faf9f2;
    padding-top: 60px;
}

a {
    color: #008fcf;
}

em {
    font-weight: bold;
    font-style: normal;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.open {
	overflow: hidden;
}

:root {
    --main-width: 640px;
}

img {
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
}

th,td {
    border: solid 1px #444;
    padding: 10px;
}
 
table {
    border-collapse:  collapse;
    width: 100%;
}

/************************************************************************************/

header {
    margin-bottom: 10px;
}

header>.head-bar {
    background: #1a1a1a;
    padding: 20px 0 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

header>.head-bar>.head-content .logo {
    width: 120px;
    height: 25px;
}

header>.head-bar>.head-content .logo a {
    display: block;
    width: 120px;
    height: 25px;
}

header>.head-bar>.head-content {
    width: var(--main-width);
    margin: 0 auto;
    position: relative;
}

header>.title-bar {
    background: #FFF;
    border-bottom: 1px solid #f2eed7;
}

header>.title-bar>.title {
    width: var(--main-width);
    margin: 0 auto;
    padding: 12px 0 10px 0;
}

header>.title-bar>.title>h1 {
    color: #008fcf;
    font-size: 16px;
}

header>.description-bar {
}

header>.description-bar>.description {
    width: var(--main-width);
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}

header>.description-bar>.description>p {
    font-size: 16px;
    line-height: 1.2;
    color: #444;
}

header>.eyecatch {
    width: var(--main-width);
    margin: 0 auto;
}
/************************************************************************************/

/* チェックボックスを非表示 */

.menu-checkbox {
    display: none;
}

/* メニューボタンの装飾 */

.menu-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    height: 20px;
    width: 24px;
    cursor: pointer;
}

.menu-button::before, .menu-button::after {
    content: '';
    transition: .3s;
}

.menu-button::before, .menu-button::after, .menu-button span {
    display: block;
    position: absolute;
    left: 0;
    height: 1.5px;
    width: 100%;
    background-color: #FFF;
}

.menu-button::before {
    top: 4px;
}

.menu-button::after {
    bottom: 2.5px;
}

.menu-button span {
    top: 50%;
}

/* メニューボタンのアニメーション */

.menu-checkbox:checked~.menu-button::before {
    top: 50%;
    transform: rotate(45deg);
}

.menu-checkbox:checked~.menu-button::after {
    top: 50%;
    transform: rotate(-45deg);
}

.menu-checkbox:checked~.menu-button span {
    display: none;
}

/* ドロワーメニューの装飾 */

.drawer-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    height: 100%;
    width: 240px;
    transform: translateX(-100%);
    transition: .5s;
    background-color: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.drawer-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.drawer-menu li li {
    border-top: 1px dotted #ccc;
}

.drawer-menu a {
    display: block;
    padding: 15px 10px;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

.drawer-menu p.title {
    display: block;
    padding: 15px 10px;
    color: #444;
    background: #e7e5d1;
    font-size: 14px;
}

/* ドロワーメニューの開閉 */

.menu-checkbox:checked~.drawer-menu {
    transform: translateX(0);
}

/* ドロワーメニューの背景 */

.menu-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.menu-checkbox:checked~.menu-background {
    display: block;
}

/************************************************************************************/

.about {
    width: var(--main-width);
    margin: 0 auto;
}

.about h2 {
    font-size: 17px;
    color: #444;
}

.about>section {
    background: #FFF;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
    position: relative;
}

.about>section>p {
    font-size: 16px;
    margin: 5px 0;
    color: #444;
}

/************************************************************************************/

.ribbon15 {  
    display: inline-block;
    position: absolute;
    top: -6px;
    right: 10px;
    margin: 0;
    padding: 2px 0;
    z-index: 2;
    width: 40px;
    text-align: center;
    color: white;
    font-size: 17px;
    background: linear-gradient(#5b6bff 0%, #3844e9 100%);
    border-radius: 2px 0 0 0;
}

.ribbon15:before {
    position: absolute;
    content: '';
    top: 0;
    right: -6px;
    border: none;
    border-bottom: solid 6px #302dcf;
    border-right: solid 6px transparent;
}
.ribbon15:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 20px solid #4a38e9;
    border-right: 20px solid #4a38e9;
    border-bottom: 10px solid transparent;
}

/************************************************************************************/

.global-nav-bar {
    width: var(--main-width);
    margin: 10px auto;
    padding: 1rem;
    background: #FFF;
}

.global-nav-bar h2 {
    color: #333;
}

ul.global-nav-genre {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: top;
}

ul.global-nav-genre li {
    display: inline-block;
}

ul.global-nav-genre li a {
    display: block;
    color: #000;
    width: 112px;
    height: 112px;
    line-height: 112px;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    background: skyblue;
}

/* ul.global-nav-genre::after {
    content: "";
    display: block;
    width: 18%;
    height: 0;
}

ul.global-nav-genre:before {
    content: "";
    display: block;
    width: 18%;
    height: 0;
    order: 1;
} */

ul.global-nav-info li {
    font-size: 13px;
    line-height: 1.9;
}

/************************************************************************************/

.footer-nav-bar {
    width: var(--main-width);
    margin: 10px auto;
    padding: 1rem;
    background: #FFF;
}

.footer-nav-bar h2 {
    color: #333;
    padding-bottom: 5px;
}

ul.footer-nav-genre {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: top;
}

ul.footer-nav-genre li {
    margin: 0 0 5px 0;
    display: inline-block;
}

ul.footer-nav-genre li a {
    color: #000;
    display: block;
    border-radius: 50%;
    width: 112px;
    height: 112px;
    line-height: 112px;
    background: skyblue;
    font-size: 13px;
    text-align: center;
}

ul.footer-nav-genre::after {
    content: "";
    display: block;
    width: 112px;
    height: 0;
}

ul.footer-nav-genre:before {
    content: "";
    display: block;
    width: 112px;
    height: 0;
    order: 1;
}

ul.footer-nav-info li {
    font-size: 13px;
    line-height: 1.9;
}

/************************************************************************************/

main {
    width: var(--main-width);
    margin: 0 auto;
    margin-bottom: 10px;
}

/************************************************************************************/

ol#breadcrumblist {
    list-style-type: none;
    margin: 1rem 0;
    display: flex;
    justify-content: flex-start;
}

ol#breadcrumblist li {
    margin-right: 10px;
    font-size: 15px;
}

ol#breadcrumblist li+li::before {
    content: "/";
    margin-right: 10px;
}

/************************************************************************************/

.sites {
    background: #FFF;
    padding: 1rem;
}

.sites>h2 {
    display: inline-block;
}

.sites>.pr {
    font-size: 15px;   
}

.sites>p {
    background: #FAF8F2;
    margin-bottom: 10px;
    color: #3f3e35;
    font-size: 13px;
    padding: 10px;
    border-radius: 5px;
}

.sites>.site {
    position: relative;
}

.sites>.site .thumbnail {
    width: 200px;
    height: 212px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.sites>.site h3.title {
    font-size: 18px;
}

.sites>.site h3.title a {
    color: #333;
}

.sites>.site h3.title a small {
    font-size: 12px;
}

.sites>.site>.copy {
    color: orange;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
}

.sites>.site>.r18 {
    position: absolute;
    color: #FFF;
    background: rgb(207, 69, 69);
    top: 0px;
    right: 0px;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 3px;
}

.sites>.site>ul.data {
    list-style-type: none;
}

.sites>.site>ul.data>li {
    font-size: 14px;
    line-height: 1.6;
}

.sites>.site>ul.data>li>.item-name {
    color: #4b8aa3;
    font-weight: bold;
}

.sites>.site>ul.data>li>.lucky-code {
    color: #C72C7A;
    font-weight: bold;
}

.sites>.site>ul.data>li>.free-points {
    color: #C72C7A;
    font-weight: bold;
}

.sites>.site>ul.data>li>.price {
    color: #C72C7A;
    font-weight: bold;
}

.sites>.site>ul.data>li>.heart {
    color: #C72C7A;
    font-weight: bold;
}

.sites>.site>ul.data>li>.iphone {
    background: rgb(78, 78, 78);
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
}

.sites>.site>ul.data>li>.android {
    background: #74af8f;
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
}

.sites>.site>ul.data>li>.pc {
    background: #469cd1;
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
}

.sites>.site>.site-link::before {
    display: block;
    content: "";
    clear: both;
}

.sites>.site>.site-link>a {
    display: block;
    width: 100%;
    background: #c07296;
    color: #444;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    margin: 1rem 0;
    text-decoration: none;
}

.sites>.site>.site-link>a>.pr {
    color: #eee;
}

.sites>.site>.detail-link>a {
    display: block;
    width: 100%;
    background: skyblue;
    color: #444;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 1rem;
    text-decoration: none;
}

.sites>.site>.site-link>a:hover, .sites>.site>.detail-link>a:hover {
    opacity: 0.6;
}

/************************************************************************************/

.detail {
    background: #fff;
    padding: 1rem;
}

.detail>h2{
    display: inline-block;
}

.detail>.pr{
    font-size: 15px;
}

.detail p {
    font-size: 14px;
    line-height: 1.6;
}

.detail>.site-link>a {
    display: block;
    width: 100%;
    background: #c07296;
    color: #444;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    margin: 1rem 0;
    text-decoration: none;
}

.detail>.site-link>a>.pr {
    color: #eee;
}

.detail>.site-link>a:hover {
    opacity: 0.6;
}

.detail>.thumbnail {
    text-align: center;
}

.detail>.thumbnail img {
    width: 200px;
    height: 212px;
}

.detail>.thumbnail a:hover img {
    opacity: 0.6;
}

.detail>ol.data {
    margin-left: 20px;
}

.detail>ol.data>li {
    font-size: 14px;
    line-height: 1.6;
}

.detail>ul.data {
    list-style-type: none;
}

.detail>ul.data>li {
    font-size: 14px;
    line-height: 1.6;
}

.detail>ul.data>li>.item-name {
    color: #4b8aa3;
    font-weight: bold;
}

.detail>ul.data>li>.lucky-code {
    color: #C72C7A;
    font-weight: bold;
}

.detail>ul.data>li>.free-points {
    color: #C72C7A;
    font-weight: bold;
}

.detail>ul.data>li>.heart {
    color: #C72C7A;
    font-weight: bold;
}

.detail>ul.data>li>.iphone {
    background: rgb(78, 78, 78);
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
}

.detail>ul.data>li>.android {
    background: #74af8f;
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
}

.detail>ul.data>li>.pc {
    background: #469cd1;
    color: #FFF;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 12px;
}

.detail>ul.cloud>li>a {
    float: left;
    display: block;
    line-height: 32px;
    height: 32px;
    border-radius: 16px;
    background: #916d85;
    color: #FFFF;
    margin: 0 10px 10px 0;
    padding: 0px 20px;
    text-decoration: none;
}

.detail>ul.cloud::after {
    content: "";
    display: block;
    clear: both;
}

.detail>h3 {
    margin-top: 1rem;
}

.detail>h4 {
    text-align: center;
    font-size: 15px;
    color: #444;
}

.detail>canvas {
    display: block;
    margin: 0 auto;
}

/************************************************************************************/

.main {
    padding: 1rem;
    background: #fff;
}

.main p {
    margin-bottom: 2rem;
    line-height: 1.9;
    color: #222;
    font-size: 15px;
}

.main h2 {
    font-size: 16px;
    border-bottom: 1px solid #333;
    margin-bottom: 0.5rem;
}

.main h3 {
    font-size: 16px;
    color: #008fcf;
    border-bottom: 1px solid #008fcf;
    margin-bottom: 0.5rem;
}

.main h4 {
    font-size: 16px;
    color: #FFF;
    background: #008fcf;
    margin-bottom: 0.5rem;
}

.main ul li, .main ol li {
    font-size: 15px;
    list-style-type: none;
    line-height: 1.7;
}

.main ul, main ol {
    margin-bottom: 1rem;
}

.main .step {
    color: #578c72;
    font-weight: bold;
}

#sitemap_list li {
    line-height: 2;
}

/************************************************************************************/

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 textarea {
    background-color: #fff;
    color: #333;
    width: 95%;
    border: 1px solid #ddd;
    font-size: 100%;
    padding: 0.5em;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .1) inset;
}

.wpcf7 input[type="submit"] {
    font-size: 100%;
    padding: 0.2em 0.4em;
    background: #eee;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, .2) inset;
}

.screen-reader-response {
    color: #F00;
}

.screen-reader-response ul {
    display: none;
}

.wpcf7-not-valid-tip {
    color: #F00;
}

.wpcf7-response-output {
    color: #F00;
    margin: 1rem 0;
}

/************************************************************************************/

footer {
    width: 100%;
    background: #323232;
    color: #c3cbd1;
    padding: 30px;
    box-sizing: border-box;
}

footer a {
    color: #c3cbd1;
    text-decoration: none;
}

footer a:hover {
    transition: all .2s;
    color: #eeeff0;
}

.footer-top {
    text-align: center;
    margin: 0 0 18px 0;
}

.footer-top>h2>a {
    font-size: 24px;
}

.footer-menu {
    max-width: 300px;
    margin: 1em auto;
    font-size: 14px;
}

.footer-menu>ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: top;
    list-style-type: none;
}

.copyright {
    text-align: center;
    font-size: 14px;
}

/****************************************************************/

.search-area {
    width: var(--main-width);
    margin: 10px auto;
    padding: 1rem;
    background: #FFF;
    position: relative;
    cursor: pointer;
}

.search-area h2::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    color: #333;
    position: absolute;
    right: 1rem;
    top: 1.2rem; 
}

.search-content {
    display: none;
}

.search-content .search-select, .search-content .search-input {
    position: relative;
    border: 1px solid #bbb;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 1em;
}

.search-content .search-select::before {
    position: absolute;
    top: 1em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
    pointer-events: none;
}

.search-content p {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    padding: 0px;
    margin: 0px 0px 2px 0px;
}

.search-content .search-select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 38px 8px 8px;
    color: #000;
    font-size: 15px;
}

.search-content .search-input input {
    width: 100%;
    box-sizing: border-box;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 8px;
    color: #000;
    font-size: 15px;
}

.search-content .search-select select::-ms-expand {
    display: none;
}

.search-content .enter-btn {
    width: 100%;
    height: 50px;
    background: skyblue;
    font-size: 15px;
    line-height: 1.75;
    font-weight: bold;
    border: solid 1px #EEE;
    cursor: pointer;
    color: #444;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/****************************************************************/

.related {
    background: #FFF;
    padding: 1rem;
    font-size: 16px;
    color: #333;
}

.related h2 {
    font-size: 16px;
    color: #333;
}