@charset "UTF-8";html {
    box-sizing: border-box
}

*:before,*:after {
    box-sizing: inherit
}

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,picture,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400
}

ul {
    list-style: none
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

html {
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Hiragino Sans,Hiragino Kaku Gothic ProN,"游ゴシック  Medium",meiryo,sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #222
}

body {
    background-color: #f4f4f4
}

img {
    vertical-align: bottom;
    max-width:100%;
}

a {
    color: #0081cf;
    font-weight: 700;
    transition: .2s
}

a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.main-image .container,.footer .container {
    width: calc(100% - 32px);
    max-width: 900px;
    margin: auto
}

.button,.about__content .button {
    display: block;
    max-width: 320px;
    padding: .75em 2em;
    background-color: #0081cf;
    text-align: center;
    text-decoration: none;
    border-radius: 2.5em;
    box-shadow: 0 0 transparent;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 700;
    color: #FFF;
    transition: .3s ease-out
}

.button:hover {
    background-color: #e20000;
    box-shadow: rgba(45,45,45,.05) 0 2px 2px,rgba(49,49,49,.05) 0 4px 4px,rgba(42,42,42,.05) 0 8px 8px,rgba(32,32,32,.05) 0 16px 16px,rgba(49,49,49,.05) 0 32px 32px,rgba(35,35,35,.05) 0 64px 64px
}

.gamesthumbnail {
    width: calc(100% - 32px);
    max-width: 900px;
    margin: auto
}

.header__nav__menu .share-item {
    background-color: rgba(255,255,255,.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: .2s;
    color: #FFF;
    text-decoration: none
}

.header__nav__menu .share-item:hover {
    background-color: #0081cf
}

.header__nav__menu .share-item+.share-item {
    margin-left: 1em
}

.header__nav__menu .facebook.share-item img {
    width: 8.65px;
    height: 16px
}

.header__nav__menu .twitter.share-item img {
    width: 17.115px;
    height: 13px
}

.header__nav__menu .line.share-item img {
    width: 17px;
    height: 16px
}

.header__nav__menu .hatebu.share-item img {
    width: 13.5px;
    height: 13px
}

.analog_game_salon-top:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(images/anag_salon-bg.png) repeat
}

.header {
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0
}

.header .container {
    width: calc(100% - 32px);
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em 0
}

.header .logo a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.header .logo img {
    width: 180px;
    height: 43px
}

.header__nav__dropdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.2);
    cursor: pointer
}

.header__nav__dropdown i {
    vertical-align: middle;
    color: #FFF
}

.header__nav__menu {
    display: none;
    position: absolute
}

.header__nav__menu .share-item {
    margin-top: .5em
}

.header__nav__menu .share-item+.share-item {
    margin-left: 0
}

.common {
    position: relative;
    padding: 0 0 2em
}

.common.section-top-over {
    z-index: 3;
    margin-top: -60px
}

.common .title {
    font-family: "Rounded Mplus 1c";
    -webkit-transform: rotate(360deg);
    font-size: 1.65em;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    margin-top: -.25em;
    margin-bottom: 1.1em
}

.common .title.is-sm {
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: 700;
    color: #0099e8;
    text-align: center;
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.main-image {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 480px;
    position: relative;
    background-image: url(images/anag_salon-main.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    z-index: 1
}

.main-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,.35),rgba(0,0,0,.35));
    z-index: 2
}

.main-image .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    z-index: 3
}

.main-image .container .collabo-logo {
    margin: 40px auto;
    /* position: relative; */
    /* width: 280px; */
    /* height: 68px */
}

.main-image .container .main-logo {
    margin-bottom: 30px;
    position: relative;
    width: 300px;
    height: 65px
}

.main-image .container .title {
    font-family: "Rounded Mplus 1c";
    -webkit-transform: rotate(360deg);
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 700;
    display: block;
    color: #FFF;
    padding: 8px 0;
    border-top: 2px solid;
    border-bottom: 2px solid;
    text-shadow: 0 0 10px rgba(0,0,0,.65);
    text-align: center;
}

.main-image .container .title span {
    color: #fc0;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 700
}

.flexbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.backnumber-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: calc(100% - 32px);
    background: url(images/anag_salon181108.png) center/cover no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 860px;
    margin: 0 auto;
    padding: 30px 16px;
    border: 4px solid #0081cf;
    border-radius: 12px
}

.backnumber-block-btn {
    font-size: .75em;
    line-height: 1.4;
    font-weight: 700;
    display: block;
    margin: 12px auto 0;
    padding: 6px 12px;
    background-color: #0081cf;
    color: #fff;
    transition: .3s;
    max-width: 180px;
    border-radius: 12px
}

.backnumber-block:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border: 4px solid #fff;
    transition: .3s
}

.backnumber-block:hover .backnumber-block-btn {
    background-color: #fff;
    color: #000
}

.backnumber-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0,0,0,.65),rgba(0,0,0,.35));
    z-index: 2
}

.backnumber-block-link {
    text-align: center;
    text-decoration: none;
    font-family: "Rounded Mplus 1c";
    -webkit-transform: rotate(360deg);
    position: relative;
    z-index: 3;
    font-size: 1.45em;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.contents-block {
    position: relative;
    width: calc(100% - 32px);
    background: #fff;
    box-sizing: border-box;
    max-width: 860px;
    margin: 0 auto;
    padding: 72px 16px 30px;
    border-radius: 12px
}

.contents-block-nobg {
    background: transparent!important
}

.contents-block:before {
    position: absolute;
    content: "";
    display: block;
    top: 30px;
    left: 16px;
    width: 80px;
    height: 80px;
    z-index: 0;
    background: url(images/anag_salon-titleobject.svg) center/cover no-repeat
}

.contents-block-title {
    font-family: "Rounded Mplus 1c";
    -webkit-transform: rotate(360deg);
    position: relative;
    z-index: 1;
    font-size: 1.65em;
    line-height: 1.4;
    font-weight: 700;
    color: #0081cf;
    margin: 0 0 20px
}

.contents-block-item {
    margin-bottom: 20px
}

.contents-block-item__pic {
    width: 50%
}

.contents-block-item__pic img {
    width: 100%;
    height: auto
}

.contents-block-item__pic__half {
    width: 100%
}

.contents-block-item__pic__half img {
    width: 100%;
    height: auto
}

.contents-block-item__pic__half p {
    font-weight: 700!important;
    margin-top: 12px;
    margin-bottom: 24px!important
}

.contents-block-item__pic__onethird {
    width: 100%
}

.contents-block-item__pic__onethird img {
    width: 100%;
    height: auto
}

.contents-block-item__pic__onethird p {
    font-weight: 700!important;
    margin-top: 12px;
    margin-bottom: 24px!important
}

.contents-block-item h4 {
    font-weight: 700
}

.contents-block-profile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.contents-block-profile__image {
    margin: 0 16px 10px 0;
    width: 140px;
    height: 140px;
    border-radius: 12px;
    overflow: hidden
}

.contents-block-profile__image img {
    width: 100%;
    height: auto
}

.contents-block-profile__text {
    font-size: .85em;
    line-height: 1.6;
    font-weight: 400
}

.contents-block-profile h4 {
    font-weight: 700
}

.contents-block-brand__image {
    box-sizing: border-box;
    width: 100%
}

.contents-block-brand__image img {
    width: 100%;
    height: auto
}

.contents-block p,.contents-block ul {
    font-size: 1em;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 10px
}

.contents-block .join-btn {
    font-family: "Rounded Mplus 1c";
    -webkit-transform: rotate(360deg);
    display: block;
    box-sizing: border-box;
    max-width: 400px;
    text-align: center;
    text-decoration: none;
    margin: 30px auto 0;
    padding: 12px;
    border-radius: 16px;
    font-size: 1.24em;
    line-height: 1.4;
    font-weight: 500;
    background: linear-gradient(90deg,#00cfff,#0063ff);
    color: #fff;
    box-shadow: 0 6px 12px rgba(0,99,255,.45);
    transition: .3s
}

.contents-block .join-btn:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: scale(1.02);
    box-shadow: 0 12px 32px rgba(0,99,255,.32)
}

.contents-block .join-btn-large {
    max-width: 100%!important;
    margin: 30px auto 40px;
    padding: 16px 12px;
    font-size: 1.4em;
    line-height: 1.4;
    font-weight: 500
}

a.join-link {
    font-family: "Rounded Mplus 1c";
    -webkit-transform: rotate(360deg);
    display: block;
    box-sizing: border-box;
    max-width: 280px;
    text-align: center;
    text-decoration: none;
    margin: 30px auto 0;
    padding: 12px;
    color: #0081cf;
    border: 3px solid #0081cf;
    border-radius: 64px;
    font-size: 1.24em;
    line-height: 1.4;
    font-weight: 500;
    background-color: #fff;
    transition: .2s
}

a.join-link:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff;
    background-color: #0081cf
}

.gamesthumbnail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row
}

.gamesthumbnail__image {
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 6px
}

.gamesthumbnail__image__01 {
    background-image: url(images/gamesthumbnail_01.png)
}

.gamesthumbnail__image__02 {
    background-image: url(images/gamesthumbnail_02.png)
}

.gamesthumbnail__image__03 {
    background-image: url(images/gamesthumbnail_03.png)
}

.gamesthumbnail__image__04 {
    background-image: url(images/gamesthumbnail_04.png)
}

.gamesthumbnail__image__05 {
    background-image: url(images/gamesthumbnail_05.png)
}

.gamesthumbnail__image__06 {
    background-image: url(images/gamesthumbnail_06.png)
}

.gamesthumbnail__image__07 {
    background-image: url(images/gamesthumbnail_07.png)
}

.gamesthumbnail__image__08 {
    background-image: url(images/gamesthumbnail_08.png)
}

.gamesthumbnail__image__09 {
    background-image: url(images/gamesthumbnail_09.png)
}

.gamesthumbnail__image__10 {
    background-image: url(images/gamesthumbnail_10.png)
}

.gamesthumbnail__image__11 {
    background-image: url(images/gamesthumbnail_11.png)
}

.gamesthumbnail__image__12 {
    background-image: url(images/gamesthumbnail_12.png)
}

.gamesthumbnail__image__13 {
    background-image: url(images/gamesthumbnail_13.png)
}

.gamesthumbnail__image__14 {
    background-image: url(images/gamesthumbnail_14.png)
}

.gamesthumbnail__image__15 {
    background-image: url(images/gamesthumbnail_15.png)
}

.gamesthumbnail__image__16 {
    background-image: url(images/gamesthumbnail_16.png)
}

.full-block {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    background-color: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 2em 1em
}

.full-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(0,99,255,.75),rgba(0,99,255,.75));
    z-index: 1
}

.full-block__target {
    background-image: url(images/full-block__target.jpg)
}

.full-block__content {
    font-family: "Rounded Mplus 1c";
    -webkit-transform: rotate(360deg);
    color: #fff;
    z-index: 2;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    max-width: 860px;
    margin: 0 auto
}

.full-block__content-title {
    position: relative;
    z-index: 1;
    font-size: 1.8em;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 40px
}

.full-block__content-2nlist {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

.full-block__content-2nlist li {
    line-height: 1.8
}

.full-block__content .join-btn {
    display: block;
    box-sizing: border-box;
    max-width: 400px;
    text-align: center;
    text-decoration: none;
    margin: 30px auto 0;
    padding: 12px;
    border-radius: 64px;
    font-size: 1.24em;
    line-height: 1.4;
    font-weight: 500;
    background: linear-gradient(90deg,#00cfff,#0063ff);
    color: #fff;
    transition: .2s
}

.full-block__content .join-btn:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.about {
    background-color: #fff;
    margin: 0 auto 40px
}

.about__content {
    width: 100%;
    max-width: 640px;
    margin: auto
}

.about__content:not(:last-child) {
    margin: 0 auto 20px
}

.about__content__main p {
    font-size: .875em;
    line-height: 1.65;
    font-weight: 400;
    text-align: justify;
    color: #666;
    margin-bottom: .25em
}

.about__content .button {
    margin-top: 1em
}

.about__content .button+.button {
    margin-left: 1em
}

.footer {
    background-color: #f4f4f4
}

.footer .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.footer__share {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3em;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__share *+* {
    margin-left: 1em
}

.footer .logo img {
    margin-bottom: 20px;
    width: 160px;
    height: 33.17px
}

.footer .copyright {
    background-color: #1a1a1a;
    font-size: .75em;
    line-height: 1.5;
    font-weight: 400;
    padding: 2em 0;
    text-align: center;
    color: #fff
}

@media screen and (min-width: 360px) {
    html {
        font-size:16px
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size:16px
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size:16px
    }

    .button,.about__content .button {
        padding: .75em 3em
    }

    .header .logo img {
        width: 200px;
        height: 48px
    }

    .header__nav__dropdown {
        display: none
    }

    .header__nav__menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: static
    }

    .header__nav__menu .share-item {
        margin-top: 0
    }

    .header__nav__menu .share-item+.share-item {
        margin-left: 1em
    }

    .common {
        padding: 0 0 3em
    }

    .common.section-top-over {
        margin-top: -60px
    }

    .main-image {
        height: 500px
    }

    .main-image .container .collabo-logo {
        margin: 40px auto;
        width: calc(100% - 40px);
    }
    .main-image .container .main-logo {
        width: 530px;
        height: 120px
    }

    .main-image .container .title {
        font-size: 1.4em;
        line-height: 1.5;
        font-weight: 700
    }

    .backnumber-block {
        width: calc(100% - 40px);
        min-height: 220px;
        padding: 30px 40px
    }

    .backnumber-block-link {
        font-size: 1.65em;
        line-height: 1.5;
        font-weight: 700
    }

    .contents-block {
        width: calc(100% - 40px);
        padding: 72px 40px 30px
    }

    .contents-block:before {
        top: 30px;
        left: 40px
    }

    .contents-block-title {
        font-size: 2em;
        line-height: 1.5;
        font-weight: 700
    }

    .contents-block-item__pic {
        width: 25%
    }

    .contents-block-item__pic__half {
        width: 49%
    }

    .contents-block-item__pic__onethird {
        width: 32%
    }

    .contents-block-profile {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .contents-block-profile__text {
        -ms-flex: 1;
        flex: 1
    }

    .contents-block-brand__image {
        width: 300px;
        height: 140px
    }

    .contents-block p,.contents-block ul {
        font-size: .95em;
        line-height: 1.8;
        font-weight: 400
    }

    .contents-block .join-btn {
        border-radius: 64px
    }

    .gamesthumbnail {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .gamesthumbnail__image {
        margin: 0 10px;
        width: 160px;
        height: 160px
    }

    .full-block {
        padding: 4em 1em
    }

    .full-block__content {
        width: calc(100% - 32px)
    }

    .full-block__content-title {
        font-size: 2em;
        line-height: 1.5;
        font-weight: 700
    }

    .full-block__content-2nlist {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .about__content {
        width: calc(100% - 32px);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__share {
        width: calc(100% - 32px);
        margin-bottom: 1.4em
    }
}

@media screen and (min-width: 1024px) {
    html {
        font-size:16px
    }

    .header__nav__menu .line.share-item {
        display: none
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size:16px
    }
}

@media screen and (max-width: 767px) {
    .header__nav.is-active .header__nav__menu {
        display:block
    }
}
