@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: "Futura";
    src: url("font/futura_n4.woff2") format('woff')
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

.Futura {
    font-family: "Futura", sans-serif;
}

body {
    background-repeat: no-repeat;
    background-position: center top;
    font-family: "Noto Sans JP", Roboto, sans-serif;
    color: #000000;
    font-size: 15px;
    letter-spacing: .02em;
    font-weight: 500;
    background-color: #ffffff;
}

.clear {
    clear: both;
}

.mincho {
    font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.dbloc {
    display: block;
}

.bold {
    font-weight: 700;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.pb80 {
    padding-bottom: 80px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

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

    .pb80 {
        padding-bottom: 10.6vw;
    }

    .mt10 {
        margin-top: 1.33vw;
    }

    .mt20 {
        margin-top: 2.66vw;
    }

    .mt30 {
        margin-top: 4vw;
    }

    .mt40 {
        margin-top: 5.33vw;
    }

    .mt50 {
        margin-top: 6.66vw;
    }

    .mt60 {
        margin-top: 8vw;
    }

    .mt70 {
        margin-top: 9.33vw;
    }

    .mt80 {
        margin-top: 10.6vw;
    }

    .mt90 {
        margin-top: 12vw;
    }

    .mb10 {
        margin-bottom: 1.33vw;
    }

    .mb20 {
        margin-bottom: 2.66vw;
    }

    .mb30 {
        margin-bottom: 4vw;
    }

    .mb40 {
        margin-bottom: 5.33vw;
    }

    .mb50 {
        margin-bottom: 6.66vw;
    }

    .mb60 {
        margin-bottom: 8vw;
    }

    .mb70 {
        margin-bottom: 9.33vw;
    }

    .mb80 {
        margin-bottom: 10.6vw;
    }

    .mb90 {
        margin-bottom: 12vw;
    }

}

a {
    color: #007eff;
}

.re {
    position: relative;
}

.ab {
    position: absolute;
    z-index: 2;
}

.Flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.juc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.jus {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.alc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

a {
    transition: 0.3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    cursor: pointer;
}




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

*,
*:before,
*:after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.sp {
    display: none;
}

.container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .lp {
        font-size: 3.2vw;
    }

    .container {
        width: 100%;
    }
}

.bold {
    font-weight: 900;
}

.dblock {
    display: block;
}

.white {
    color: #ffffff;
}

.yellow {
    color: #ffff00;
}

.gray1 {
    color: #777777;
}

.red {
    color: #e50013;
}

.red1 {
    color: #b20000;
}

.red2 {
    color: #d80000;
}

.green {
    color: #008c68;
}

.blue {
    color: #65a8e7;
}

.bg_black {
    background-color: #000000;
}

.bg_red {
    background-color: #d90000;
}

.bg_gray {
    background-color: #eeeeee;
}

.bg_gray1 {
    background: #f4f4f4;
}

.bg_gray2 {
    background-color: #333333;
}

.bg_gray3 {
    background-color: #f5f5f5;
}

.bg_gray4 {
    background-color: #444444;
}

.bg_gray5 {
    background-color: #f3f3f3;
}

.bg_white {
    background-color: #ffffff;
}

.bg_blue {
    background-color: #f2f9fe;
}

.bg_blue1 {
    background-color: #264974;
}

.bg_blue2 {
    background-color: #65a8e7;
}

.bg_blue3 {

    background: #609ae6;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #609ae6 0%, #67aee7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#609ae6', endColorstr='#67aee7', GradientType=1);
    /* IE6-9 */


}

.bg_green {
    background-color: #008c69;
}

.bg_orange {
    background-color: #ff8000;
}

.bg_orange2 {
    background-color: #ff5c26;
}

.bg_orange3 {
    background-color: #ff8000;
}

.lh1 {
    line-height: 1;
}

.bb {
    border-bottom: 6px solid #787878;
}

.arrow-d {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 32.5px 0 32.5px;
    border-color: #797472 transparent transparent transparent;
    margin: 0 auto;
}

.arrow-d-w {
    border-color: #ffffff transparent transparent transparent;
}

@media screen and (max-width: 768px) {
    .bb {
        border-bottom: 3px solid #787878;
    }

    .arrow-d {
        border-width: 22px 17px 0 17px;
    }

}


@media screen and (max-width: 860px) {
    body {
        font-size: 12px;
    }

}

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

    body,
    html {
        font-size: 3.2vw;
    }
}

/******************
title
******************/
.maker1 {
    background: linear-gradient(transparent 60%, #f8ef5b 60%);

}

.maker {
    display: inline-block;
    vertical-align: top;
    line-height: 1.6;
    border-bottom: 4px solid #f8ef5b;
}

.ttl1 {
    padding: 5px 12px;
    font-size: 1.2em;
}

.ttl2 {
    font-size: 1.13em;
}

@media screen and (max-width: 768px) {
    .maker {
        border-bottom: 2px solid #f8ef5b;
    }

    .ttl1 {
        padding: .5em;
    }
}

/******************
Header
******************/
.logo {
    font-size: calc(30rem / 24);
}

/* チェックボックスは非表示に */
.drawer-hidden {
    display: none;
}

.Header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: 4em;
    width: 100%;
}

.drawer-item a {
    padding: 10px 0;
    border-right: 1px solid #e5e5e5;
}

.drawer-list li:last-child a {
    border-right: none;
}

.drawer-item a:hover {
    color: #65a8e7;
    text-decoration: none;
}


body {
    padding-top: 4em;
}

.Header > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

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

  ここから下がハンバーガーメニュー
  に関するCSS

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



/* ハンバーガーアイコンの設置スペース */
.drawer-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 2em;
    width: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 100;
    /* 重なり順を一番上に */
    cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    background: #fff;
    transition: 0.5s;
    position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
    bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
    top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #333;
}

#drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #333;
}

/* メニューのデザイン*/
.drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    /* メニューを画面の外に飛ばす */
    z-index: 99;
    background: #fff;
    transition: .5s;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 4em;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
    left: 0;
    /* メニューを画面に入れる */
}

.drawer-item {
    width: 100%;
}

.drawer-item a {
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding: 1em;
}


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

/******************
nav
******************/


.Contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .Contents {
        margin-left: -1em;
        margin-right: -1em;
        width: calc(100% + 2em);
    }
}

/******************
o-nav_1
******************/

.o-nav_1 li {
    margin-right: .5em;
}


/******************
Column
******************/
.Column_img {
    width: 36%;
}

.Column_img figure {
    width: 100%;
    display: block;
    position: relative;
    width: 100%;
    padding-top: 78%;
    overflow: hidden;

}

.Column_img figure img,
.Column_img figure video{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.Column_txt {
    width: 62%;
    line-height: 1.4;
}

.Column li {
    padding: 1em 0;
    border-bottom: 1px solid #e4e4e4;
}

.Column li:last-child {
    border-bottom: 0;
}

.Column li img {
    width: 100%;
}

.Column-link {
    margin-top: 25px;
}

.Column-link i {
    padding-left: 1em;
}

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

/******************
tab
******************/


/*タブ切り替え全体のスタイル*/
.tabs {
    background-color: #fff;
}

/*タブのスタイル*/
.tab_item {
    padding: 1em 0;
    width: calc(100%/4);
    text-align: center;
    color: #ffffff;
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    transition: all 0.2s ease;
}
 .tab_item[for="tab_01"] {
    background-color: #22d20b;
}

.tab_item[for="tab_02"] {
    background-color: #1592e9;
}

.tab_item[for="tab_03"] {
    background-color: #d82d7e;
}

.tab_item[for="tab_04"] {
    background-color: #435de3;
}
.tab_item:hover {
    cursor: pointer;
    opacity: .75;
}

.tab_item i {
    margin-right: .2em;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 1em 1em;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab_01:checked ~ #tab_01_content,
#tab_02:checked ~ #tab_02_content,
#tab_03:checked ~ #tab_03_content,
#tab_04:checked ~ #tab_04_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    color: #fff;
}

.tabs input:checked + .tab_item {
    background-color: #d9d9d9;
    color: #565656;
}

.o-day,
.o-site_name {
    color: #000000;
}

.o-post_title {
    color: #435de3;
    font-size: calc(30rem / 24);
    padding: .5em 0;
}



/******************
twitter
twtab
******************/
/*タブのスタイル*/
.twtab_item {
    color: #007eff;
    display: inline-block;
    padding-right: 1em;
}

.twtab_item:hover {
    cursor: pointer;
    opacity: .75;
}

/*ラジオボタンを全て消す*/
input[name="twtab_item"] {
    display: none;
}


/*タブ切り替えの中身のスタイル*/
.twtab_content {
    display: none;
    padding: 0 0 1em;
    clear: both;
    overflow: hidden;
}

#twtab_00_content.twtab_content {
  display: block;
}

/*選択されているタブのコンテンツのみを表示*/
#twtab_01:checked ~ .tabs #twtab_01_content,
#twtab_02:checked ~ .tabs #twtab_02_content,
#twtab_03:checked ~ .tabs #twtab_03_content,
#twtab_04:checked ~ .tabs #twtab_04_content,
#twtab_05:checked ~ .tabs #twtab_05_content,
#twtab_06:checked ~ .tabs #twtab_06_content {
    display: block;
}

/******************
instagram
igtab
******************/
/*タブのスタイル*/
.igtab_item {
    color: #007eff;
    display: inline-block;
    padding-right: 1em;
}

.igtab_item:hover {
    cursor: pointer;
    opacity: .75;
}

/*ラジオボタンを全て消す*/
input[name="igtab_item"] {
    display: none;
}


/*タブ切り替えの中身のスタイル*/
.igtab_content {
    display: none;
    padding: 1em 1em;
    clear: both;
    overflow: hidden;
}

#igtab_00_content.igtab_content {
  display: block;
}


/*選択されているタブのコンテンツのみを表示*/
#igtab_01:checked ~ .tabs #igtab_01_content,
#igtab_02:checked ~ .tabs #igtab_02_content,
#igtab_03:checked ~ .tabs #igtab_03_content,
#igtab_04:checked ~ .tabs #igtab_04_content,
#igtab_05:checked ~ .tabs #igtab_05_content,
#igtab_06:checked ~ .tabs #igtab_06_content {
    display: block;
}

/*****/

.twtab_item_wrap,
.igtab_item_wrap {
    clear: both;
}

input[id="tab_01"]:checked ~ .twtab_item_wrap,
input[id="tab_03"]:checked ~ .twtab_item_wrap,
input[id="tab_04"]:checked ~ .twtab_item_wrap,
input[id^="igtab_"]:checked ~ .tabs .twtab_item_wrap {
    display: none;
}

input[id="tab_01"]:checked ~ .igtab_item_wrap,
input[id="tab_02"]:checked ~ .igtab_item_wrap,
input[id="tab_04"]:checked ~ .igtab_item_wrap,
input[id^="twtab_"]:checked ~ .tabs .igtab_item_wrap {
    display: none;
}

.twtab_item_wrap > div,
.igtab_item_wrap > div {
    padding: 10px 0 20px;
}

/*選択されているタブのスタイルを変える*/
input:checked + .twtab_item {
    color: #cccccc;
}

input[id="twtab_01"]:checked ~ .tabs .twtab_item[for="twtab_01"],
input[id="twtab_02"]:checked ~ .tabs .twtab_item[for="twtab_02"],
input[id="twtab_03"]:checked ~ .tabs .twtab_item[for="twtab_03"],
input[id="twtab_04"]:checked ~ .tabs .twtab_item[for="twtab_04"],
input[id="twtab_05"]:checked ~ .tabs .twtab_item[for="twtab_05"],
input[id="twtab_06"]:checked ~ .tabs .twtab_item[for="twtab_06"],
input[id="twtab_07"]:checked ~ .tabs .twtab_item[for="twtab_07"],
input[id="twtab_08"]:checked ~ .tabs .twtab_item[for="twtab_08"],
input[id="twtab_09"]:checked ~ .tabs .twtab_item[for="twtab_09"],
input[id="twtab_10"]:checked ~ .tabs .twtab_item[for="twtab_10"]{
    color: #cccccc;
}

input[id="igtab_01"]:checked ~ .tabs .igtab_item[for="igtab_01"],
input[id="igtab_02"]:checked ~ .tabs .igtab_item[for="igtab_02"],
input[id="igtab_03"]:checked ~ .tabs .igtab_item[for="igtab_03"],
input[id="igtab_04"]:checked ~ .tabs .igtab_item[for="igtab_04"],
input[id="igtab_05"]:checked ~ .tabs .igtab_item[for="igtab_05"],
input[id="igtab_06"]:checked ~ .tabs .igtab_item[for="igtab_06"],
input[id="igtab_07"]:checked ~ .tabs .igtab_item[for="igtab_07"],
input[id="igtab_08"]:checked ~ .tabs .igtab_item[for="igtab_08"],
input[id="igtab_09"]:checked ~ .tabs .igtab_item[for="igtab_09"],
input[id="igtab_10"]:checked ~ .tabs .igtab_item[for="igtab_10"]{
    color: #cccccc;
}

.igtab_item.js-click{
   color: #cccccc; 
}
.o-day,
.o-site_name {
    color: #000000;
}

/******************
Footer
******************/
.Footer-nav {
    max-width: 25%;
    padding-right: 2%;
    margin-bottom: 45px;
}

.Footer-nav li {
    margin-top: 1em;
}

.Footer-nav li a {
    color: #ffffff;
    position: relative;
    padding-left: 1.1em;
}

.Footer-nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}

.logo-Footer {
    max-width: 147px;
    margin: 0 auto 30px auto;
}

.Footer-bottom {
    padding: 0 0 15px;
}

.Footer-bottom a {
    color: #ffffff;
    font-weight: 700;
}

.Footer-bottom li {
    margin-right: 1em;
}

.Footer-bottom ul li:last-child {
    margin-right: 0;
}

.Copyright p {
    line-height: 1;
    padding: 1em .5em;
}

@media screen and (max-width:860px) {
    .Footer-nav {
        max-width: 50%;
    }
}

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

    .Footer-nav {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 2em;
    }

    .Footer-nav li {
        margin-top: 1.2em;
    }

    .Footer-bottom {
        padding: 0 0 1em;
    }
}


/******************
pagefor
******************/
.pagefor {
    position: relative;
    z-index: 1;
}

.pagefor a {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #000000;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.pagefor i {
    font-size: 16px;
    color: #ffffff;
}

.pagefor a:hover {
    text-decoration: none;
    background-color: rgba(38, 73, 116, 1);
}

@media screen and (max-width: 768px) {
    .pagefor a {
        width: 3em;
        height: 3em;
    }

    .pagefor i {
        font-size: 2em;
    }
}

#ctf .ctf-item {
    border-bottom: 1px solid #e4e4e4;
}

#ctf .ctf-header-generic-icon,
#ctf .ctf-header-img-hover {
    z-index: 2;
}

.ctf-more {
    cursor: pointer;
    display: block;
    border: none;
    background: #eee;
    background: rgba(0, 0, 0, .05);
    width: 100%;
    min-height: 30px;
    padding: 5px 0;
    margin: 0;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    text-decoration: none;
    border-radius: 5px;
    transition: background .1s ease-in-out;
    opacity: 0;
}

.ctf-more.show {
    opacity: 1;
}

.ctf-more:hover {
    background: #ddd;
    background: rgba(0, 0, 0, .1);
    transition: background .1s ease-in-out;
}

.ctf-more span {
    display: block;
    margin-top: 3px;
}

#ctf-more {
    opacity: 1;
}

.o-post_hashtag {
    margin-bottom: calc(15rem / 24);
}

.o-post_hashtag a {
    color: #435de3;
}


.twitter-widget,
.facebook-widget {
	display: inline-block;
	position: relative;
    margin: 10px;
}

@media screen and (max-width: 768px) {
    .twitter-widget,
    .facebook-widget {
        margin: 0 0 20px 0;
    }
}
.o-main-ab{
    right: 8px;
    bottom:8px;
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
