@charset "UTF-8";


@font-face {
    font-family: 'LogoTypeGothic';
    src: url('../font/LogoTypeGothic.woff2') format('woff2'),
         url('../font/LogoTypeGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

a {
    color: #32baeb;
}

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

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.open {
    overflow: hidden;
}

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

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

header {
    margin-bottom: 10px;
}

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

header>.head-bar>.head-content {
    position: relative;
}

header>.title-bar {
    background: #faf9f2;
}

header>.title-bar>.title {
    padding: 10px;
}

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

header>.description-bar>.description {
    padding: 10px 0;
    position: relative;
}

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

header>.eyecatch {
    width: 100%;
    height: auto;
}

header>.eyecatch img {
    width: 100%;
    height: auto;
}

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

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

.menu-checkbox {
    display: none;
}

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

.menu-button {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    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-bottom: 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: #fff;
    background: #32BAEB;
    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;
}

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

.global-nav-bar:first-child {
    margin: 0px auto 20px auto;
}

.global-nav-bar:last-child {
    margin: 20px auto 0px auto;
}

.global-nav-bar h2 {
    color: #333;
    margin-left: 10px;
}

ul.global-nav li {
    border-top: 1px solid #e1e0dc;
    margin-left: 5px;
}

ul.global-nav li:nth-child(1) {
    background: url(../img/list_blue.png) 5px center no-repeat;
    background-size: 15px;
}

ul.global-nav li:nth-child(2) {
    background: url(../img/list_brown.png) 5px center no-repeat;
    background-size: 15px;
}

ul.global-nav li:nth-child(3) {
    background: url(../img/list_green.png) 5px center no-repeat;
    background-size: 15px;
}

ul.global-nav li:nth-child(4) {
    background: url(../img/list_orange.png) 5px center no-repeat;
    background-size: 15px;
}

ul.global-nav li:nth-child(5) {
    background: url(../img/list_purple.png) 5px center no-repeat;
    background-size: 15px;
}

ul.global-nav.contents li {
    background: url(../img/list_silver.png) 5px center no-repeat;
    background-size: 15px;
}

ul.global-nav li:last-child {
    border-bottom: 1px solid #e1e0dc;
}

ul.global-nav li a {
    display: block;
    padding: 10px 0 10px 30px;
    color: #333;
    text-decoration: none;
}

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

ol#breadcrumblist {
    list-style-type: none;
    margin: 20px 10px;
    font-size:0;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

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

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

/* ol#breadcrumblist::after {
    display: block;
    content: "";
    clear: both;
} */

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

.sites h2 {
    font-family: "LogoTypeGothic";
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 0 15px 0px;
    color: #c3a022;
}

.sites h2::before {
    content: "";
    display: inline-block;
    background: url(../img/rank.png) no-repeat 0 0 / 50px auto;
    background-size: 45px;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    vertical-align: middle;
}

.sites h2::after {
    content: "[PR]";
    display: inline-block;
    font-size: 14px;
}

.sites>.site {
    position: relative;
    background: #eeebe1;
    padding: 10px;
}

.sites>.site + .site {
    margin-top: 1rem;
}

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

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

.sites>.site h3.title a {
    color: #333;
    text-decoration: none;
}

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

.sites>.site:nth-child(2) h3.title {
    padding: 15px 0 15px 55px;
    background: url(../img/rank1.png) left center no-repeat;
    background-size: 45px;
}

.sites>.site:nth-child(2) h3.title a {
    color: #c3a022;
}

.sites>.site:nth-child(3) h3.title {
    padding: 15px 0 15px 55px;
    background: url(../img/rank2.png) left center no-repeat;
    background-size: 45px;
}

.sites>.site:nth-child(3) h3.title a {
    color: #71716f;
}

.sites>.site:nth-child(4) h3.title {
    padding: 15px 0 15px 55px;
    background: url(../img/rank3.png) left center no-repeat;
    background-size: 45px;
}

.sites>.site:nth-child(4) h3.title a {
    color: #6f4918;
}

.sites>.site>.comment {
    color: #444;
    font-size: 15px;
    background: #FAF9F2;
    padding: 0.5rem 0.8rem;
    margin: 0.5rem 0;
    border-radius: 5px;
}

.sites>.site>.r18 {
    position: absolute;
    color: #FFF;
    background: #666;
    top: 10px;
    right: 10px;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 3px;
}

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

.sites>.site>ul.data::after {
    display: block;
    content: "";
    clear: both;
}

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

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

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

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

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

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

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

.sites>.site>ul.data>li>.android {
    background: #3DDA84;
    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>.links {
    display: flex;
    gap: 10px;
}

.sites>.site>.links>.site-link {
    width: 100%;
    flex-basis: 60%;
}

.sites>.site>.links>.site-link>a {
    display: block;
    background: #DBA30D;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.sites>.site>.links>.detail-link {
    width: 100%;
    flex-basis: 40%;
}

.sites>.site>.links>.detail-link>a {
    display: block;
    background: #CF7116;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

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

.sites>.next {
    text-align: center;
    margin: 20px 0;
}

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

.detail {
    background: #eeebe1;
    padding: 10px;
}

.detail>h2::after {
    content: "[PR]";
    font-size: 14px;
    font-weight: normal;
}

.detail>.site-link>a {
    display: block;
    background: #DBA30D;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    margin:10px 0;
}

.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: #444;
    font-weight: bold;
}

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

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

.detail>ul.data>li>.heart {
    color: #d93131;
    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: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    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: #32BAEB;
    border-bottom: 1px solid #32BAEB;
    margin-bottom: 0.5rem;
}

.main h4::before {
    content:"●";
    color: #32BAEB;
}

.main h4 {
    font-size: 16px;
    color: #32BAEB;
    margin: 15px 0;
}

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

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

.main .step {
    color: #9cc836;
    font-weight: bold;
}

main ul li.merit{
    font-weight: 700;
    color: #11c260;
}

main ul li.demerit{
    font-weight: 700;
    color: #d93131;
}

main ul li.merit:before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #11c260;
    padding-right: 5px;
}
main ul li.demerit:before {
    content: '\f057';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #d93131;
    padding-right: 5px;
}


.faq .question::before {
    content:"Q.";
    margin-right: 5px;
    font-weight: bold;
}

.faq .question {
    font-weight: bold;
}


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

.videos h2 {
    padding: 10px;
}

.videos iframe {
    display: block;
    margin: 20px auto;
}

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

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


.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;
}


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

.related {
    margin: 10px;
}