/*===============================================
All rights of this content belong to NUGER.jp.
You can not modify, copy, resell without permission of the author, etc. for any reason. Please contact us in advance when using. Email: nuger.jp@gmail.com
===============================================*/

/*===============================================
●ALL
===============================================*/
@media screen and (max-width: 760px) {
    .display-none {
        display: none;
    }
}

@media only screen and (min-width: 759px) {
    .display-none2 {
        display: none;
    }
}

html {
    font-size: calc(75% + 0.75vw);
}

body {
    background-color: #FFFAFA;
}

.opacity {
    opacity: 0.7;
}

footer {
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0px;
    z-index: auto;
    background-color: #fff
}

.footer-bg {
    width: 100%;
    height: 35px;
    overflow: hidden;
    background-color: #f0e68c
}

.footer-box {
    width: 80%;
    overflow: hidden;
    min-width: 240px;
    /*最小幅*/
    max-width: 100%;
    /*最大幅*/
    color: #f0e68c;
    padding: 0.5em 0em 0em 0em;
    margin: auto;
    text-align: center
}

.box-text-right {
    text-align: right;
    margin: 0em 1em 0em 0em
}

.box-text-left {
    text-align: left padding: 0;
    margin-left: 3%;
    opacity: 0.7;
}

.box-text-center {
    text-align: center
}

.box-text-justify {
    text-align: justify
}

@media only screen and (min-device-width: 639px) {
    .column1 {
        float: left;
        max-width: 200px;
        height: auto;
        list-style-type: square;
    }
}

.border {
    border-bottom: dashed 3px;
    border-bottom-color: #D8D8D8;
}

/*===============================================
●基本　body
===============================================*/
html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    margin: 0;
}

.body-wrap {
    width: 100%;
    position: absolute;
    height: auto !important;
    /*IE6対策*/
    height: 100%;
    /*IE6対策*/
    min-height: 100%;
    padding-bottom: 35px;
    /*フッターの高さと同じ*/
}

.clear-left {
    clear: left;
}

.float-left {
    float: left;
    margin: 0em 10% 0em 10%;
}

.margin-page {
    text-align: center;
}
.icon-margin {
    margin: 0em 10% 0em 10%;
}

/*===============================================
●文字サイズ
===============================================*/
.font-size1 {
    font-size: 0.5em;
}

.font-size1-gray {
    font-size: 0.5em;
}

.font-size2 {
    font-size: 0.8em;
}

.font-size3 {
    font-size: 1em;
}

.font-size4 {
    font-size: 1.2em;
}

.font-size5 {
    font-size: 1.4em;
}

.font-size6 {
    font-size: 1.6em;
}

.font-size7 {
    font-size: 1.8em;
}

.font-size8 {
    font-size: 2.0em;
}

/*===============================================
●文字色
===============================================*/
.font-black {
    color: #151515;
}

.font-red {
    color: #FF3729;
}

.font-orange {
    color: #ff4500;
}

.font-blue {
    color: #2E9AFE;
}

.font-gray {
    color: #7f7f7f;
}

.font-gold {
    color: #ffd700;
}

/*===============================================
●ロゴ専用
===============================================*/
.img-logo-sp {
    width: auto;
    height: 25px;
    margin: 0em 0em 1.5em 23%;
    z-index: 999;
    text-align: center;
}

.img-logo-sp2 {
    float: left;
    width: auto;
    height: 30px;
    margin: 0em 8% 0em 8%;
}

.img-logo-pc {
    width: auto;
    height: 40px;
    margin: 0em 0em 0em 0em;
}

.img-sns-top {
    width: auto;
    height: 60px;
    margin: 0em 0em 0em 0em;
}
.img-logo-about {
    height: 15px;
}
.img-logo-what {
    height: 20px;
}

.youtube-logo {
    width: auto;
    height: 30px;
    margin: -0.5em 0em -1em 0em;
}

/*===============================================
●menu
===============================================*/
.menu-fixed {
    font-weight: bold;
    font-size: 0.7em;
    position: fixed;
    z-index: 998;
    background: #fff;
    opacity: 0.7;
    top: 0;
    width: 100%;
}

.column-menu-wrap {
    display: flex;
    flex-wrap: wrap;
}

.column-menu {
    float: left;
    margin: 0.5% 0em 1% 2em;
}

.column-menu-logo {
    float: left;
    margin: 1% 0em 1% 1em;
}

.left-line {
    float: none;
    padding: 0em 0.2em 0em 0.5em;
    margin: 0em 1em 0em 0em;
    color: #ffd700;
    background: #ffffff;
    border-left: solid 10px #ffd700;
    border-bottom: solid 1px #d3d3d3;
}

.left-line p {
    float: none;
    margin: 0em 5em 0em 0em;
    padding: 0;
    line-height: 3.0em;
    border: 1px #000;
}


/*===============================================
●menu　アンダーバーホバー 2種類 米menu2はセンタリング無し
===============================================*/
.column-menu {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.column-menu::after {
    position: absolute;
    bottom: -12px;
    left: 0px;
    content: '';
    width: 100%;
    height: 3px;
    background: #ffd700;
    opacity: 0.8;
    visibility: hidden;
    transition: .7s;
}

.column-menu:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}

.footer-menu-wrap {
    margin: auto;
    padding: 0% 0% 0% 30%;
    display: flex;
    flex-wrap: wrap;
}

.column-menu2 {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.column-menu2::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 5px;
    background: #ffd700;
    opacity: 0.9;
    visibility: hidden;
    transition: .3s;
}

.column-menu2:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}

/*===============================================
●opacity img
===============================================*/
.opacity-img {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.copacity-img::after {
    opacity: 0.8;
}

/*===============================================
●SP menu
===============================================*/
#panel {
    display: none;
}

#panel-btn {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    background: #fff;
}

#panel-btn:hover {
    background: #fafafa;
}

#panel-btn-icon {
    display: block;
    position: absolute;
    top: 55%;
    left: 45%;
    width: 15px;
    height: 2px;
    margin: -5px 0 0 -5px;
    background: #ffd700;
    transition: .2s;
}

#panel-btn-icon:before,
#panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 2px;
    background: #ffd700;
    transition: .3s;
}

#panel-btn-icon:before {
    margin-top: -6px;
}

#panel-btn-icon:after {
    margin-top: 4px;
}

#panel-btn .close {
    background: transparent;
}

#panel-btn .close:before,
#panel-btn .close:after {
    margin-top: 0;
}

#panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}


/*===============================================
●リンクデコレーション無し/背景カラー
===============================================*/
a {
    display: block;
    text-decoration: none;

}

a:link {
    color: #000000;
}

/*リンクの色*/
a:visited {
    color: #000000;
}

/*訪問済みリンクの色*/
a:hover {
    color: #A4A4A4;
}

/*マウスオン時のリンクの色*/
a:active {
    color: #000000;
}

/*クリックしている時のリンクの色*/

/*===============================================
●矢印×サークル
===============================================*/
var {
    padding-top: 50%;
}

var span {
    position: absolute;
    display: inline-block;
    top: 450px;
    left: 50%;
    width: 76px;
    height: 76px;
    margin-left: -23px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    opacity: 0.9;
}

var span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 26px;
    height: 26px;
    margin: -18px 0 0 -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

var span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    content: '';
    width: 74px;
    height: 74px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/*===============================================
●スマホ  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
    img {
        max-width: 100%;
        height: auto;
        width
        /***/
        : auto;
    }

    ～以下、画面の横幅が640pxまでの場合のスタイル記入～
}


/*===============================================
●タブレット 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
        width
        /***/
        : auto;
    }

    ～以下、画面の横幅が768pxまでの場合のスタイル記入～
}


/*===============================================
●PC　画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px) {
    img {
        max-width: 100%;
        height: auto;
        width
        /***/
        : auto;
    }

    ～以下、画面の横幅が768pxまでの場合のスタイル記入～
}

<br / > .ggmap {
    <br / > position: relative;
    <br / > padding-bottom: 30%;
    <br / > padding-top: 30px;
    <br / > height: 0;
    <br / > overflow: hidden;
    <br / >
}

</p > <p > .ggmap iframe,
<br / > .ggmap object,
<br / > .ggmap embed {
    <br / > position: absolute;
    <br / > top: 0;
    <br / > left: 0;
    <br / > width: 100%;
    <br / > height: 100%;
    <br / >
}

/*===============================================
●scale_imag,image_object,a img
===============================================*/
a img {
    opacity: 1;
    transition: 0.3s;
}

a:hover img {
    opacity: 0.8;
}

zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    min-width: 120px;
    /*ボックスの幅*/
    min-height: 120px;
    /*ボックスの高さ*/
    overflow: hidden;
    /*画像拡大時にはみ出た部分を隠す*/
}

zoom:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

zoom img {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid white;
    border-width: 0 1px;
}
/*===============================================
●矢印
===============================================*/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1em;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.left-arrow::before{
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffd700;
}
.left-arrow::after{
    left: 8px;
    width: 9px;
    height: 9px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.right-arrow::before{
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffd700;
}
.right-arrow::after{
    left: 14px;
    width: 9px;
    height: 9px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*===============================================
●other
===============================================*/
.sponsor-big {
    width: 200px;
}

.sponsor-big-height {
    height: 60px;
}

.sponsor {
    width: 140px;
}

.sponsor-height {
    height: 40px;
}

.sponsor-mini {
    width: 100px;
}

.banner {
    height: 100px;
}

.font-align-center {
    vertical-align: middle;
}

.font-align-bottom {
    vertical-align: bottom;
}

.line-icon {
    width: 160px;
    float: left;
}

.ls_line_at {
    width: 85px;
    float: left;
}


.img-full {
    max-width: 100%;
    height: auto;
    width
    /***/
    : auto;
}

.img-480 {
    max-width: 480px;
    height: auto;
    min-width: 240px;
}

.img-320 {
    max-width: 30%;
    height: auto;
    min-width: 240px;
}

.img-160 {
    max-width: 15%;
    height: auto;
    min-width: 160px;
}

#container img {
    width: 20px;
}



.base-box {
    width: 98%;
    overflow: hidden;
    min-width: 240px;
    /*最小幅*/
    max-width: 100%;
    /*最大幅*/
    background-color: #ffffff;
    margin: auto;
}

.base-box2 {
    width: 97%;
    overflow: hidden;
    min-width: 240px;
    /*最小幅*/
    max-width: 480;
    /*最大幅*/
    background-color: #fdfdfd;
}


.base-profile-box {
    min-width: 240px;
    /*最小幅*/
    max-width: 320px;
    /*最大幅*/
    background-color: #fdfdfd;
    margin: 0.5em;
    padding: 0em 2% 0em 2%;
}

.base-box3 {
    width: 97%;
    overflow: hidden;
    min-width: 240px;
    /*最小幅*/
    max-width: 100%;
    /*最大幅*/
    background-color: #fffafa;
    margin: auto;
}

.base-bg1 {
    width: 100%;
    overflow: hidden;
    min-width: 240px;
    /*最小幅*/
    max-width: 100%;
    /*最大幅*/
    background-color: #fffafa;
}

.base-bg2 {
    width: 100%;
    overflow: hidden;
    min-width: 240px;
    /*最小幅*/
    max-width: 100%;
    /*最大幅*/
    background-color: #FAFAFA;
}

.youtube-bg {
    width: 100%;
    overflow: hidden;
    min-width: 240px;
    /*最小幅*/
    max-width: 100%;
    /*最大幅*/
    background-color: #FAFAFA;
}

.wrap1 {
    width: 100%;
    overflow: hidden;
    min-width: 630px;
    /*最小幅*/
    max-width: 1920px;
    /*最大幅*/
    background-color: #F2F2F2;
}

.wrap2 {
    width: 100%;
    overflow: hidden;
    min-width: 630px;
    /*最小幅*/
    max-width: 1920px;
    /*最大幅*/
    background-color: #FAFAFA;
}

.base-line {
    width: 100%;
    height: 5px;
    overflow: hidden;
    opacity: 0.5;
    background-color: #FFFFFF;
}

.base-space-header {
    height: 55px;
}

.base-space-footer {
    height: 35px;
}

.header-bg {
    width: 100%;
    height: 45px;
    overflow: hidden;
    opacity: 0.4;
    background-color: #212121;
    ;
}

.image-text1 {
    position: relative;
}

.text1 {
    position: absolute;
    color: white;
    /*文字は白に*/
    font-weight: bold;
    /*太字に*/
    font-size: 3em;
    /*サイズ2倍*/
    font-family: Quicksand, sans-serif;
    /*Google Font*/
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 1;
}

.image-text2 {
    position: relative;
}

.text2 {
    position: absolute;
    color: white;
    /*文字は白に*/
    font-weight: bold;
    /*太字に*/
    font-size: 3em;
    /*サイズ2倍*/
    font-family: Quicksand, sans-serif;
    /*Google Font*/
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 2;
}

.container-full {
    min-width: 240px;
    max-width: 1980px;
}

.left {
    float: left;
    min-width: 240px;
    max-width: 480px;
    height: auto;
}

.right {
    float: right;
    min-width: 240px;
    max-width: 1280px;
    height: auto;
}

.inline-block-left {
    min-width: 240px;
    max-width: 1920px;
    display: inline-block;
    /* インラインブロック化 */
    vertical-align: top;
    /* 上端を揃える */
}

.box28 {
    position: relative;
    margin: 0.5em 0.5em;
    padding: 1px 1px 1px;
    border: solid 0.5px #f3f3f3;
    background: #ffd700;
    opacity: 0.5;
}

.box28-s {
    position: relative;
    margin: 0.5em 0.5em 0.5em;
    padding: 1px 1px 1px 1px;
    border: solid 2px #f3f3f3;
    background: #fff;
}

.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 42px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #696969;
    color: #ffffff;
    font-weight: bold;
}

.box28 p {
    margin: 0;
    padding: 0;
}

.box28-1 {
    position: relative;
    margin: 1em 1em;
    padding: 15px 10px 10px;
    border: solid 0px #f5f5f5;
}

.box {
    display: inline-block;
    /* インラインブロック化 */
    vertical-align: top;
    /* 上端を揃える */
    position: relative;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 42px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #696969;
    color: #ffffff;
    font-weight: bold;
}

td {
    vertical-align: top;
}
/*===============================================
●twitter insta facebook blog
===============================================*/
.sns-top {
    width: 100%;
    position: absolute;
    top: 60%;
    left: 0%;
    margin: 0em;
    padding: 0em;
    z-index: 1;
    text-align: center;
    opacity: 0.7;
}
/*===============================================
●center
===============================================*/
.div-center {
    margin: 0.5em auto;
    width: 100%;
}

.inline-block {
    display: inline-block
}