@charset "UTF-8";

/*
Theme Name:Switch-child
Theme URI:
Description:WordPressテーマ「Switch」の自作子テーマです。
Template:switch_tcd063
Author:Design Plus
Author URI:http://design-plus1.com/tcd-w/
Text Domain:tcd-w
Version:2.2.3
*/

.p-global-nav>ul>li>a {
    font-weight: bold;
}

    ::selection {
    background: #c3c3c3;
    color: #ffffff;
}
/* for Firefox */

    ::-moz-selection {
    background: #c3c3c3;
    color: #ffffff;
}
/* top-slideshow */

.t-container {
    background: rgba(0, 0, 0, 0.75);
    font-weight: bold;
    position: relative;
}

.p-header-content__title {
    height: 3em;
    position: relative;
    left: 0;
}

.p-header-content__inner {
    left: 5%;
    top: 58%;
    text-align: left;
}

.slick-next:before,
.slick-prev:before {
    margin-bottom: 2em;
}

.p-header-slider .slick-prev,
.p-header-slider .slick-next {
    top: 57%;
}

@media screen and (max-width: 730px) {
    .p-header-content__inner {
        top: 53%;
    }
    .p-header-slider .slick-prev,
    .p-header-slider .slick-next {
        top: 51%;
    }
}

@media screen and (max-width: 550px) {
    .p-header-content__inner {
        text-align: center;
        left: 0%;
    }
}

@media screen and (max-width: 767px) {
    .p-header-slider .slick-prev,
    .p-header-slider .slick-next {
        top: 51%;
    }
}
/* top-copy */

.p-index-content01 {
    padding: 20px 0 55px;
}
/* header */
@media screen and (max-width: 767px) {
.l-header--fixed.is-active {
     background: rgba(255, 255, 255, 0.800000) !important;
}
}
/* global-navi */
.p-global-nav>ul>li>a {
    cursor: default;
}

.p-global-nav>ul>li>a::after {
    position: absolute;
    bottom: 30px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #21439b;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.p-global-nav>ul>li>a:hover::after {
    transform: scale(1, 1);
}

.p-global-nav>ul>li#menu-item-1225 {
    height: 3.5em;
    margin: auto;
	margin-left: 30px;
    margin-top: 24px;
}

.p-global-nav>ul>li#menu-item-1225>a {
    line-height: 0;
    background-color: #333;
    color: #fff !important;
    transition: .3s;
    padding: 22px 15px 22px 15px;
}

.p-global-nav>ul>li#menu-item-1225>a:hover {
    line-height: 0;
    background-color: #fff;
    color: #333 !important;
    outline: solid 1px #333;
    padding: 22px 15px 22px 15px;
}

.p-global-nav>ul>li#menu-item-1225>a::after {
    display: none;
}
@media screen and (max-width: 1199px) {
	.p-global-nav>ul>li#menu-item-1225 {
    margin: 0;
}
.p-global-nav>ul>li#menu-item-1225>a {
    padding: 22px 15px 22px 6%;
}
.p-global-nav>ul>li#menu-item-1225>a:hover {
    padding: 22px 15px 22px 6%;
}
}
@media screen and (max-width: 767px) {
    .p-global-nav>ul>li#menu-item-1225 {
        margin: 0;
        height: 100%;
    }
    .p-global-nav>ul>li#menu-item-1225>a {
        padding: 2em 25px;
        color: #fff !important;
    }
    .p-global-nav>ul>li#menu-item-1225>a:hover {
        color: #333 !important;
        padding: 2em 25px;
    }
}
/* btm */

.p-index-content05__btn {
    position: absolute;
    top: 10px;
    right: 0;
}

.p-index-content08__btn {
    position: absolute;
/*     top: 10px; */
    right: 0;
}

.p-btn {
    background: #c3c3c3;
    border-radius: 500px;
}

.p-index-content-recruit__btn {
    position: relative;
    top: 20px;
    right: 0;
}

.p-index-content-recruit__btn .p-btn {
    background: #fff;
    color: #21439b;
    font-weight: bold;
}

.p-index-content-recruit__btn .p-btn:hover {
    background: #e29c1b;
    color: #fff;
}
/* ページヘッダーテキストブロック */

.p-page-header__title {
    background: #222 !important;
    font-weight: bold;
}
@media screen and (max-width: 767px){
    .p-page-header__title{
        min-width: 100%;
    }
}
/* stripe-bg */
/*body { background-image: linear-gradient( -45deg, #fff 25%, #fbfbfb 25%, #fbfbfb 50%, #fff 50%, #fff 75%, #fbfbfb 75%, #fbfbfb ); background-size: 300px 300px; background-attachment: fixed; }*/

body {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(-22.5deg, transparent, transparent 55px, rgba(251, 251, 251, 1) 55px, rgba(251, 251, 251, 1) 80px);
}
/* copy-container*/

.p-index-content01 {
    background: linear-gradient(159deg, #21439b 0%, #21439b 50%, #244bb1 50%, #274dad 78%)!important;
}
/* recruit-container*/

.p-index-content02__title {
    color: #ffffff !important;
}

.p-index-content02__content {
    background-color: #21439b !important;
    color: #ffffff !important;
}
/* contents-shadow */

.p-index-content03__item {
    box-shadow: 14px 14px 30px 0px rgba(0, 0, 0, 0.15);
}

.p-index-content03__item a:hover {
    opacity: 0.5;
    transition: .3s;
}

.p-interview-list__item {
    box-shadow: 14px 14px 30px 0px rgba(0, 0, 0, 0.15);
}
/*top contents-HISTORY OFFICE MESSAGE*/

.p-article08__content {
    background: #21439b !important;
    padding: 7px 10px;
}

.p-article08__desc {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
/* contents-accent-triangle */

.p-triangle {
    color: #fff !important;
    width: 6em;
    height: 80px;
    padding-left: 10px;
}

.p-triangle::before {
    color: #fff;
    z-index: -1;
    position: absolute;
    top: -1px;
    left: 0;
    border-width: 25px;
    border-style: solid;
    border-color: #21439b transparent transparent #21439b;
    content: "";
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
/* top blog */

.p-blog-list__item>.p-triangle {
    width: 4em;
}

.p-article01__content {
    background: #ffffff;
}

.p-article06 {
    background: #ffffff;
}

.p-date__month {
    text-shadow: 1px 1px 0px #21439b, -1px 1px 0px #21439b, 1px -1px 0px #21439b, -1px -1px 0px #21439b, 1px 0px 0px #21439b, 0px 1px 0px #21439b, -1px 0px 0px #21439b, 0px -1px 0px #21439b;
}

.p-date__day {
    text-shadow: 1px 1px 0px #21439b, -1px 1px 0px #21439b, 1px -1px 0px #21439b, -1px -1px 0px #21439b, 1px 0px 0px #21439b, 0px 1px 0px #21439b, -1px 0px 0px #21439b, 0px -1px 0px #21439b;
}

.p-date {
    margin-top: 10px;
    text-shadow: 1px 1px 0px #21439b, -1px 1px 0px #21439b, 1px -1px 0px #21439b, -1px -1px 0px #21439b, 1px 0px 0px #21439b, 0px 1px 0px #21439b, -1px 0px 0px #21439b, 0px -1px 0px #21439b;
}

.p-blog-list__item {
    width: 24%;
    margin: 0px 5px 24px 5px;
    border-bottom: solid 10px #21439b;
}

p.p-index-content08__btn {
    padding-bottom: 20px;
    position: absolute;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
}
p.p-index-content08__btn .p-btn{
    min-width: 170px;
}

p.p-index-content08__btn a {
    font-size: 100%;
    height: 52px;
    line-height: 52px;
}

p.p-index-content08__btn a:hover {
    background-color: #21439b;
}

.p-article01__title {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.p-headline02__sub {
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

.p-article01__img:hover {
    opacity: 0.5;
    transition: .3s;
}

@media screen and (max-width: 1198px) {
    .p-blog-list__item {
        width: 48%;
    }
}

@media screen and (max-width: 556px) {
    .p-blog-list__item {
        width: 46%;
    }
    .p-article01__title {
        font-size: 1em !important;
    }
}

@media screen and (max-width: 767px){
.p-blog-list {
    margin-top: 5em;
}
}

@media screen and (max-width: 640px) {
    .p-headline02 {
        display: grid;
        text-align: center;
    }
    .p-index-content08__btn {
        width: 100%;
        right: 0% !important;
        top: 11% !important;
    }
    p.p-index-content08__btn a {
        font-size: 100%;
        height: 40px;
        line-height: 40px;
    }
    .p-headline02__sub {
        display: block;
    }
}
/* TOP 一覧ボタン*/

p.chart-btn {
    padding-bottom: 20px;
    position: absolute;
}

p.chart-btn a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 170px;
    max-width: 90%;
    margin: 0;
    padding: .8em 1.3em .8em;
    background-color: #5b5f69;
    color: #fff !important;
    font-size: 100%;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 50px;
}

p.chart-btn a:hover {
    background-color: #21439b;
}

@media screen and (max-width: 640px) {
    p.chart-btn {
        margin-top: 10px;
    }
    p.chart-btn a {
        padding: .5em 1.3em .5em;
    }
}
/* NEWS */

.p-index-content04__col-list {
    border: 2px solid #666;
    border-top: 3px solid #666;
}

.newsbody {
    background-color: #f3f3f3;
    width: 100%;
}

.newswrap {
    overflow: hidden;
    max-width: 1180px;
    ;
    margin: 0 auto;
}

.newslink {
    text-decoration: none;
    color: black;
}

@media (min-width:780px) {
    .newsbox:hover {
        margin-left: 0.3em;
        margin-right: 0.3em;
        padding-left: 0.5em;
        padding-right: 0.5em;
        width: 30%;
        height: 320px;
    }
    div.newsbox {
        background-color: white;
        width: 25%;
        margin: 1em;
        padding: 1em;
        border-radius: 1em;
        float: left;
        height: 300px;
        transition: all 0.5s;
    }
}

div.newsbox {
    background-color: white;
    width: 100vm;
    margin: 1em;
    padding: 1em;
    border-radius: 1em;
    float: left;
    height: 300px;
}

div.newstag {
    border-radius: 1em;
    background-color: gray;
    color: white;
    text-align: center;
    display: inline-block;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

div.newstitle {
    font-weight: bold;
    font-size: large;
}

img.newsimage {
    width: 100%;
    height: 50%;
    object-fit: cover;
    border-radius: 1em;
}

.news-template-default h1.p-entry__title {
    color: #444!important;
    font-size: 24px!important;
    position: relative!important;
    padding: 0 0 10px 0px!important;
    border-bottom: 1px solid #888!important;
    font-weight: bold;
}

.single-news p a{
    font-weight: bold;
    transition: .3s;
}
.single-news p a:hover{
    opacity: .5;
}

/* What's New Generator */

div.whatsnew h1 {
    color: #21439b;
    background: linear-gradient(135deg, #21439b 0%, #21439b 50%, #3460d2 50%, #274dad 100%);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
    font-size: 70px;
    margin-bottom: 35px;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    position: relative;
}

div.whatsnew h1:after {
    content: "ニュース";
    font-size: 20px;
    font-weight: bold;
    color: #666;
    position: absolute;
    margin-top: 10%;
    margin-left: 12%;
    width: 100%;
}

div.whatsnew a {
    line-height: 1.8em;
    padding: .8em 0;
    font-weight: bold;
}

div.whatsnew a:hover {
    background-color: rgba(33, 67, 155, 0.298);
    ;
    color: #21439b;
}

div.whatsnew .newmark {
    background-color: transparent;
    color: #ff0000;
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    margin-bottom: 5px;
}

div.whatsnew hr {
    border-style: solid;
    border: solid 0.5px #999;
}

.news-det {
    top: 7%;
    right: 0%;
}
@media screen and (max-width: 767px) {
.news-det {
    top: 3%;
    right: 0%;
}
}

.wn-news,
.wn-info,
.wn-update {
    color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    display: block;
    float: left;
    text-align: center;
    margin-right: 10px;
    width: 115px;
}

.post-type-archive-news .wn-news,
.post-type-archive-news .wn-info,
.post-type-archive-news .wn-update {
    font-size: 16px;
    padding: 3px 0;
}

.news-template-default .wn-news,
.news-template-default .wn-info,
.news-template-default .wn-update {
    font-size: 16px;
    margin-top: 4px;
    padding: 3px 0;
}

.p-article03__title .wn-info,
.p-article03__title .wn-news,
.p-article03__title .wn-update {
    font-size: 16px;
    margin-top: 19px;
    line-height: 1.2;
    font-weight: bold;
}

.wn-news {
    background-color: #ff3131;
}

.wn-info {
    background-color: #325ece;
}

.wn-update {
    background-color: #ff8423;
}

.metaslider .caption-wrap {
    opacity: 0.9 !important;
    height: 20%;
}

@media screen and (max-width: 767px) {
    .post-type-archive-news .wn-news,
    .post-type-archive-news .wn-info,
    .post-type-archive-news .wn-update {
        font-size: 13px;
        padding: 0;
        width: 80px;
    }
    .news-template-default .wn-news,
    .news-template-default .wn-info,
    .news-template-default .wn-update {
        font-size: 14px;
        margin-top: 0;
        padding: 0;
        width: 80px;
    }
    .p-article03__title .wn-info,
    .p-article03__title .wn-news,
    .p-article03__title .wn-update {
        margin-top: 4px;
        line-height: 1.3;
    }
    .news-template-default h1.p-entry__title {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 640px) {
    p.news-det {
        top: 14.5%;
    }
    div.whatsnew h1 {
        display: grid;
        text-align: center;
        margin-bottom: 100px;
        font-size: 50px !important;
    }
    div.whatsnew h1:after {
        margin-left: 0;
        font-size: 20px;
        margin-top: 14%;
    }
}

@media screen and (max-width: 600px) {
    p.news-det {
        top: 100px;
    }
}

@media screen and (max-width: 480px) {
    div.whatsnew h1:after {
        margin-top: 19%;
    }
}

@media screen and (max-width: 320px) {
    p.news-det {
        top: 9.5%;
    }
}
/* concept office blog*/

.p-article08__title {
    font-size: 32px;
    padding-left: 10px;
    padding-top: 10px;
    text-shadow: 2px 2px 0px #21439b, -2px 2px 0px #21439b, 2px -2px 0px #21439b, -2px -2px 0px #21439b, 2px 0px 0px #21439b, 0px 2px 0px #21439b, -2px 0px 0px #21439b, 0px -2px 0px #21439b;
}
/* interview */

.p-triangle__inner {
    padding-left: 10px;
    padding-top: 10px;
    text-shadow: 1px 1px 0px #21439b, -1px 1px 0px #21439b, 1px -1px 0px #21439b, -1px -1px 0px #21439b, 1px 0px 0px #21439b, 0px 1px 0px #21439b, -1px 0px 0px #21439b, 0px -1px 0px #21439b;
    font-size: 20px;
    line-height: 1.2;
}
/* font-outline */

.p-index-content04__col--news .p-headline02__title {
    color: #21439b;
    font-size: 70px;
}

.p-index-content04__col--event .p-headline02__title {
    color: #21439b;
    font-size: 70px;
}

.p-index-content05 .p-headline02__title {
    color: #21439b;
    font-size: 70px;
}

.p-index-content08 .p-headline02__title {
    color: #21439b;
    font-size: 70px;
}

.p-headline02__title {
    display: inline-block;
    color: #ffffff;
    /* 文字の色 */
    font-size: 36pt;
    /* 文字のサイズ */
    background: #21439b;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #21439b 0%, #21439b 50%, #3460d2 50%, #274dad 100%);
    /* FF3.6-15*/
    background: -webkit-linear-gradient(-45deg, #21439b 0%, #21439b 50%, #3460d2 50%, #274dad 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #21439b 0%, #21439b 50%, #3460d2 50%, #274dad 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#21439b', endColorstr='#21439b', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* font-outline02 */

@media screen and (max-width: 1198px) {
    .p-index-content04__col--event .p-headline02__title {
        font-size: 50px !important;
    }
    .p-index-content04__col--news .p-headline02__title {
        font-size: 50px !important;
    }
    .p-index-content05 .p-headline02__title {
        font-size: 50px !important;
    }
    .p-index-content08 .p-headline02__title {
        font-size: 50px !important;
		margin-bottom: 10px;
    }
    .whatsnew h1 {
        font-size: 50px !important;
    }
}

@media screen and (max-width: 752px) {
    .p-index-content05 .p-headline02__title {
        font-size: 40px !important;
    }
}
/* 見出し */

.style2a,
.style2b,
.style3a,
.style3b,
.style4a,
.style4b,
.style5a,
.style5b,
.style6 {
    font-weight: bold;
}

.style2a {
    margin-top: 0 !important;
}
/* リードテキスト */

.lead-text p {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 500;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .lead-text p {
        font-size: 1em;
    }
}
/* TOP PRODUCT contents */

.product-toptitle {
    padding-top: 30px;
    max-width: 1180px;
    position: relative;
    margin-bottom: 35px;
}

.prduct-slide-bg {
    background: #f3f3f3;
}

.prduct-slide-contents {
	max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.prduct-slide-contents ul.slides {
    padding: 2.5em 0 2.2em !important;
}

.prduct-slide-contents ul li.ms-image {
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 9.2px 9.8px rgba(0, 0, 0, 0.092);
    width: 280px !important;
}

.prduct-slide-contents ul li.ms-image:hover {
    border-bottom-color: transparent;
    transform: translateY(1em);
}

.product-corporatemark {
    text-align: center;
    margin-bottom: 1em;
}

.product-corporatemark img {
    width: 16%;
}

@media screen and (max-width: 767px) {
    .product-corporatemark img {
        width: 27%;
    }
}

.caption {
    background-color: #000;
    border-radius: 0 0 5px 5px;
    width: 100%;
}

#metaslider_969.flexslider .slides li {
    position: relative;
}

.slides li {
    overflow: hidden;
}

.slides li a {
    background-color: transparent;
}

.caption-wrap {
    position: absolute;
    bottom: -100% !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#metaslider_969.flexslider .slides li:hover .caption-wrap {
    bottom: 0 !important;
}

.pro-det {
    top: 43%;
    right: 0%;
}

.metaslider .caption {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 4px !important;
    width: 100%;
    display: inline-block;
}

.metaslider .slide-1498 .caption{
    margin-top: 11px;
}

.cap-space {
    padding: 11px;
    font-size: 16px;
}

.caption {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .caption-wrap {
        bottom: 0 !important;
    }
}

@media screen and (max-width: 640px) {
    .product-toptitle {
        display: block;
        text-align: center;
        padding-top: 17px;
    }
	 .product-toptitle p{
    margin: 0;
}
    .product-toptitle .p-headline02__title{
    margin: 0;
}
    p.chart-btn {
        width: 100%;
        text-align: center;
    }
    .pro-det {
        top: 113%;
    }
}
/* PRODUCT */

.p-entry__related-item {
    border-bottom: solid 10px #21439b;
}

.p-article05__title {
    font-size: 20px !important;
}

.p-entry__related {
    margin-bottom: 150px;
}

.nintendo-caution {
    padding-bottom: 50px;
    margin-top: -120px;
    font-size: 12px;
    color: #999;
}

.nintendo-caution-archive {
    font-size: 12px;
    color: #999;
    padding-bottom: 50px;
}

.event-template-default h1.p-entry__title {
    color: #444!important;
    font-size: 24px!important;
    position: relative!important;
    padding: 0 0 10px 0px!important;
    border-bottom: 1px solid #888!important;
    font-weight: bold;
}

.soft_title_text {
    background-color: #21439b;
    color: white;
    display: block;
    padding: .5em .8em;
    font-size: 18px !important;
    font-weight: bold;
}

.p-entry__body .copyright {
    font-size: 12px;
    color: #999;
    text-align: right;
    display: block;
    margin-top: -15px;
}

.p-entry__body table.soft-detail {
    width: 100%;
    background: #fff;
}

.p-entry__body table.soft-detail td {
    border: none;
    border-bottom: 7px solid #f5f5f5;
    line-height: 1.7em;
}

.p-entry__body table.soft-detail td.bg-border {
    border-bottom: none;
}

.p-entry__body table.soft-detail td.idz-blue {
    color: #21439b;
    font-weight: bold;
    width: 25%;
}

.p-entry__body table.soft-detail td.soft-day {
    width: 26%;
}

.p-entry__body table.soft-detail td.boder_none {
    border-bottom: none;
}

.link_text {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    display: block;
}

.p-entry__body a:hover {
    text-decoration: none;
}

.p-entry__body a.soft-link {
    color: #21439b;
    position: relative;
    display: inline-block;
    transition: .3s;
    font-size: 16px;
}

.p-entry__body a.soft-link:before {
    position: absolute;
    content: '';
    bottom: -3px;
    right: -14px;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 15px transparent;
    border-bottom: solid 10px #21439b;
    transition: 1.0s;
}

.p-entry__body a.soft-link:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 100%;
    border-bottom: solid 2px #21439b;
}

.p-entry__body a.soft-link:hover {
    text-decoration: none;
    opacity: 0.5;
}

.work-frame {
    position: relative;
    margin: 1em auto;
    padding: 2.5em 1em 1em;
    width: 100%;
    border-style: solid;
    border-color: #21439b;
    border-width: 1px 1px 1px 4px;
    background-color: #fff;
    color: #444;
    box-shadow: 1px 1px 3px #ccc;
    font-size: 15px;
    font-weight: bold;
}

.work-frame-title {
    position: absolute;
    top: 8px;
    left: 15px;
    background-color: #fff;
    color: #21439b;
    font-size: 1.1em;
    font-weight: bold;
}

p.soft-site-btn {
    text-align: right;
}

p.soft-site-btn a {
    background-color: #21439b;
    font-weight: bold;
}

p.soft-site-btn a:hover {
    background-color: #315ccb;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.p-headline {
    background: #21439b!important;
}

.p-widget__title {
    background: #21439b!important;
    font-weight: bold;
}

.p-breadcrumb {
    margin-top: 0;
    white-space: normal;
}
/* PRODUCT>アーカイブ */

.description-container {
    border-bottom: 1px solid #333;
    padding: .5em 0;
}

.description-container h5 {
    margin-bottom: 0;
    color: #21439b;
    transition: 0.2s;
}

.description-container h5:hover {
    opacity: 0.5;
}

.description-container p {
    font-size: .9em;
}

@media screen and (max-width: 767px) {
    .p-breadcrumb {
        height: 77px;
        line-height: 17px;
        padding: 7px 10px;
    }
}

@media screen and (max-width: 550px) {
    .p-entry__body table.soft-detail td.soft-day {
        width: 31%;
    }
    .p-entry__body table.soft-detail td.idz-blue {
        width: 31%;
    }
    .event-template-default .p-entry__related-item{
    width: 100%;
}
}
/* MESSAGE */

h3.kiji {
    border-bottom: 1px solid #cccccc;
    padding: 8px 0px;
    font-weight: normal;
    font-size: inherit;
}

.message-wrap {
    line-height: 1.7;
    margin: 0 15px;
}

.kiji {
    margin: 0 15px;
}

.kiji a {
    transition: 0.2s;
}

.kiji a:hover {
    text-decoration: none !important;
    opacity: 0.5;
}

.message-sign {
    text-align: right;
    margin-top: 1em;
}

@media screen and (max-width: 550px) {
    .message-sign img {
        width: 60%;
    }
}
/* PROFILE */

.profile-dev {
    border-left: solid 4px #21439b;
    margin: 25px 0 15px !important;
    line-height: 0.5 !important;
    padding: .4em 0 .4em 0.6em;
    color: #21439b;
}

.profile-dev_subtext {
    font-size: 15px;
}

.prof-wrap {
    line-height: 1.7;
    margin: 0 15px;
}

@media screen and (max-width: 900px) {
    .profile-dev_subtext {
        font-size: 12px;
        display: block;
    }
    .profile-dev {
        line-height: 1.3 !important;
    }
}
/* OFFICE */

.officewrap {
    max-width: 1180px;
    margin: 0 auto;
}

.office-contents {
    width: 100%;
    padding: 0;
}

.office-h3title {
    font-weight: bold;
    padding: 0.4em 0.5em;
    margin-bottom: 12px !important;
    background: #21439b;
    color: white;
}

div.office-text {
    margin-top: 10px;
}

div.office-text p {
    margin-bottom: 0;
    line-height: 2;
}

p.bottom {
    margin-bottom: 0;
}

span.office-title {
    font-weight: bold;
    line-height: 2;
    font-size: 20px !important;
    color: #21439b;
    margin-top: 14px;
    padding-left: 14px;
    border-left: 4px solid #21439b;
    margin-bottom: 3px;
}

.p-block01__lower-item--content {
    padding: 0 2%;
}

.p-block01 {
    margin-bottom: 0;
}

.p-block02__item--content {
    padding: 0 2% 0 4% !important;
}

.p-block02 {
    margin-bottom: 0;
    background-color: #fff;
    padding: 65px 0;
}

.p-block02__item--content {
    padding: 0 5.9322%;
}

.p-block02__item--img {
    padding: 0 4.23729%;
}

.ofc-imgsp {
    display: none;
}

.ofc-img02 {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .ofc-imgpc {
        display: none;
    }
    .ofc-imgsp {
        display: block;
    }
    .br-pc {
        display: none;
        text-align: left !important;
    }
    .p-desc {
        text-align: left;
    }
}
/* HISTORY */

.his-lead {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}

.cp_timeline03 {
    position: relative;
    margin: 3em auto;
}

.cp_timeline03:before {
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    content: '';
    background-color: #999;
    left: 30px;
}

.cp_timeline03 .timeline_group {
    position: relative;
    padding-top: 55px;
}

.cp_timeline03 .timeline_group:not(:first-of-type) {
    margin-top: 4rem;
}

.cp_timeline03 .time_year {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5rem 0.7rem;
    color: #fff;
    background-color: #21439b;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 2em;
}

.cp_timeline03 .timeline_item {
    margin-bottom: 1em;
    position: relative;
    padding-left: 80px;
    margin-top: 1.5em;
}

.cp_timeline03 .timeline_item:not(:last-of-type) {
    margin-bottom: 2em;
}

.cp_timeline03 .timeline_item:before {
    position: absolute;
    z-index: -1;
    left: 30px;
    width: 70%;
    height: 3px;
    content: '';
    background-color: #999;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cp_timeline03 .time {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    min-width: 65px;
    min-height: 65px;
    padding: 0.5em 0.5em;
    text-align: center;
    color: #fff;
    background-color: #274dad;
    top: 50%;
    margin-top: -33px;
    border-radius: 35px;
}

.cp_timeline03 .time_day {
    font-size: 1em;
    font-weight: 700;
    display: block;
    margin-top: 8px;
}

.cp_timeline03 .time_month {
    font-size: 1em;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    margin-top: 6px;
}

.cp_timeline03 .desc {
    padding: 0.5em 1em;
    border-left: 4px solid #274dad;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 0.9em;
    width: 99%;
}

.cp_timeline03 .desc .flag {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-bottom: 0.3em;
}

.cp_timeline03 .desc .flag-det {
    margin-bottom: 0;
}

.time .middle {
    margin-top: 15px;
}

.cp_timeline03 p {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .cp_timeline03:before {
        left: 0;
    }
    .cp_timeline03 .timeline_group {
        padding-top: 40px;
    }
    .cp_timeline03 .timeline_item {
        padding-top: 60px;
        padding-left: 20px;
    }
    .cp_timeline03 .pt:before {
        top: 40px !important;
        left: 0;
    }
    .cp_timeline03 .timeline_item:before {
        top: 90px;
        left: 0;
    }
    
    .cp_timeline03 .time {
        top: 40px;
        border-radius: 0 20px 20px 0;
        min-height: 2em;
        padding: 15px;
        width: 100px;
    }
    .cp_timeline03 .time_day,
    .cp_timeline03 .time_month {
        display: inline-block;
        margin-top: 0;
        padding: 0 6px 0 0;
    }
    .cp_timeline03 .desc {
        font-size: 0.8em;
    }
    .middle {
        margin-top: 0;
        padding: 10px 0;
    }
    .his-lead {
        font-size: 14px;
    }
}


/* ACCESS */
.access-map{
    text-align: center;
    margin: 0 auto 20px;
}

/* idzBLOG */

.post-template-default .p-entry__meta-box {
    display: none;
}

.p-article01__cat a {
    color: #fff;
    background-color: #5b5f69 !important;
    font-size: 15px;
    font-weight: bold;
    transition: .3s !important;
    padding: 0 1em;
    display: inline-block;
    position: relative;
    min-width: 100px;
    text-align: center;
}

.p-article01__cat a:before {
    border: 13px solid transparent;
    border-left-color: #5b5f69;
    border-right-width: 0;
    content: '';
    display: block;
    position: absolute;
    right: -13px;
    top: 0;
}

.p-article01__cat a:hover {
    color: #fff !important;
}

.p-article01__cat a:hover {
    opacity: 0.5;
    color: #fff;
}

.post-template-default .p-entry__title {
    background-color: #21439b;
    color: white;
    display: block;
    padding: .5em .8em;
    font-size: 18px !important;
    font-weight: bold;
    line-height: 2.4;
}

.p-entry__meta {
    color: #fff;
    background-color: #5b5f69 !important;
    font-size: 15px;
    font-weight: bold;
    transition: .3s !important;
    padding: 0 .5em;
    display: inline-block;
    position: relative;
}

.p-entry__meta:before {
    border: 18px solid transparent;
    border-left-color: #5b5f69;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -18px;
    top: 0;
    width: 0;
}

    .p-archive-header {
    margin: 50px 0 !important;
    }
@media screen and (max-width: 767px) {
    .p-entry__meta:before {
        border: 16px solid transparent;
        border-left-color: #5b5f69;
        border-right-width: 0;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        right: -16px;
        top: 0;
        width: 0;
    }
    .p-article01__cat a {
        font-size: 1em;
        min-width: 90px;
    }
    .p-article01__cat a:before {
        border: 9px solid transparent;
        border-left-color: #5b5f69;
        border-right-width: 0;
        content: '';
        display: block;
        position: absolute;
        right: -9px;
        top: 0;
    }
    .p-archive-header {
    margin: 30px 0 !important;
    }
}

.p-entry__meta a {
    padding: 0;
}

.p-entry__meta:hover {
    opacity: 0.5;
}

.p-entry__meta a:hover {
    background-color: transparent !important;
}

/* 年賀状ヒストリー */

.newyear-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 7% 20px;
}

.newyear-card_img {
    width: 25%;
    margin-right: 7%;
    margin-bottom: 8%;
    text-align: center;
    position: relative;
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.5);
}

.newyear-card_text {
    background: #21439b;
    color: white;
    position: absolute;
    bottom: -12%;
    width: 100%;
    padding: 10px;
    font-weight: bold;
}

.newyear-card_img p {
    margin: 0 !important;
}

@media screen and (max-width: 999px) {
    .newyear-card_text {
        bottom: -15%;
    }
}

@media screen and (max-width: 767px) {
    .newyear-card_img {
        width: 43%;
        margin-bottom: 16%;
        box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.5);
    }
    .newyear-card_text {
        bottom: -12%;
    }
}

@media screen and (max-width: 480px) {
    .newyear-card_text {
        margin-bottom: -17%;
    }
    .newyear-card_img {
        margin-bottom: 21%;
    }
    .newyear-card_text {
        font-size: 12px;
    }
}
/* アイディアの出し方 */

.page-id-57 {
    background: url(http://indieszero.co.jp/wp-content/uploads/2020/10/idea-background.png) repeat;
}

.page-id-57 .l-inner {
    width: 100%;
    max-width: 1800px;
}

.idea-wrap {
    text-align: center;
    max-width: 1180px;
    margin: 0 auto;
}

.idea-title {
    position: relative;
    margin-top: 2em;
    width: 95%;
}

.idea-title_01 {
    display: inline-block;
    width: 97%;
}

.idea-title_01_dec {
    position: absolute;
    top: 108%;
    left: -7%;
    width: 7%;
}

.idea-title_01_dec img {
    width: 20%;
}

.idea-frame {
    border-top: solid #EAE9D9 10px;
    border-bottom: solid #EAE9D9 10px;
    position: relative;
    width: 90%;
    display: inline-block;
    margin-top: 1em;
    padding: 3em 6em;
    text-align: left;
    background-color: rgba(255,255,255,0.5);
}

.idea-frame:before,
.idea-frame:after {
    content: '';
    position: absolute;
    top: -20px;
    width: 10px;
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
    background-color: #EAE9D9;
}

.idea-frame:before {
    left: 10px;
}

.idea-frame:after {
    right: 10px;
}

.idea-text {
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.idea-img {
    width: 12%;
    position: absolute;
}

.idea-sub02 {
    top: 0%;
    left: -7%;
}

.idea-sub03 {
    top: 60%;
    left: -9%;
}

.idea-sub04 {
    top: 10%;
    right: -2%;
    z-index: 1;
}

.idea-sub05 {
    top: 90%;
    right: -4%;
    z-index: 1;
}

.idea-sub06 {
    top: 60%;
    right: 6%;
    z-index: 1;
    width: 25%;
}

.idea-sub07 {
    top: 40%;
    right: 2%;
    z-index: 1;
    width: 8%;
}
.idea-next_01{
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 1300px) {
    .idea-wrap {
        max-width: 800px;
    }
}

@media screen and (max-width: 896px) {
    .idea-title_01_dec {
        left: -3%;
        top: -280%;
        width: 8%;
    }
    .idea-text {
        font-size: inherit;
    }
    .idea-img {
        width: 25%;
    }
    .idea-frame {
        padding: 1em 3em;
    }
    .idea-sub02{
        top: -2%;
    }
    .idea-sub02,
    .idea-sub03 {
        left: -8%;
        width: 11%;
    }
    .idea-sub04 {
        right: -6%;
        width: 15%;
    }
    .idea-sub05 {
        right: -6%;
        top: 93%;
        width: 20%;
    }
    .idea-sub06 {
        width: 35%;
        right: 13%;
    }
    .idea-sub07 {
        right: -6%;
        width: 12%;
    }
}

@media screen and (max-width: 480px) {
    .idea-title_01_dec{
        width: 13%;
    }
        .idea-img {
        width: 25%;
    }
    .idea-frame {
        padding: 1em 2em;
        width: 100%;
    }
    .idea-sub02 {
        top: -2%;
        left: -9%;
        width: 13%;
    }
    .idea-sub03{
        left: -13%;
        width: 15%;
    }
    .idea-sub04 {
        right: -7%;
        width: 17%;
    }
    .idea-sub05 {
        right: -4%;
        top: 95%;
        width: 15%;
    }
    .idea-sub06 {
        width: 35%;
        right: 13%;
    }
    .idea-sub07 {
        right: -6%;
        width: 13%;
    }
}

/* じゃんけん */
.page-id-55 .l-main,
.page-id-1260 .l-main,
.page-id-1279 .l-main,
.page-id-1295 .l-main{
  background-image:url(http://indieszero.co.jp/wp-content/uploads/2020/09/janken-back.jpg);
  background-repeat:  no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.page-id-55 .l-primary,
.page-id-1260 .l-primary,
.page-id-1279 .l-primary,
.page-id-1295 .l-primary {
    color: #fff;
}
.page-id-55 .p-page-header,
.page-id-1260 .p-page-header,
.page-id-1279 .p-page-header,
.page-id-1295 .p-page-header{
    z-index: 1;
}
.janken-wrap {
    font-size: 20px;
    padding: 15px 30px;
}

.janken-img {
    display: inline-block;
}

.janken-wrap p {
    line-height: 1.5 !important;
}

.janken-note {
    background-color: rgb(34 34 34 / 0.8);
    color: #fff;
    padding: 1em;
    border: 10px solid #666;
    margin-bottom: 2em;
}

.janken-note_title {
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: #f300e0 dashed 3px;
    display: -webkit-inline-box;
    margin-bottom: 20px;
}

.janken-title {
    font-size: 35px;
    padding-bottom: 16px;
    position: relative;
    font-weight: bold;
}

.janken-title img {
    margin: 0 10px 0 0 !important;
    width: 10%;
}

.janken-wrap ul li {
    line-height: 1.7;
}

span.red {
    color: #ffffff;
    font-weight: bold;
    border-bottom: #f300c0 dashed 3px;
}

span.goo {
    color: #06c;
}

span.choki {
    color: #fe3;
}

span.per {
    color: #c00;
}

span.goo,
.choki,
.per {
    font-weight: bold;
}

.cap-goo,
.cap-choki,
.cap-per {
    font-size: 1.3em;
    margin-bottom: 10px;
    padding: 8px;
    font-weight: bold;
}

.cap-goo {
    border-bottom: solid 2px #0066cc;
    background-color: rgba(0, 102, 204, 0.2);
}

.cap-choki {
    border-bottom: solid 2px #fe3;
    background-color: rgba(255, 238, 51, 0.1);
}

.cap-per {
    border-bottom: solid 2px #c00;
    background-color: rgba(204, 0, 0, 0.2);
}

.quote {
    border: solid 1px #c00;
    outline: solid 1px #c00;
    outline-offset: 5px;
    margin: 35px 0;
    padding: 20px 15px;
    font-size: 0.8em;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.6);
}

.quote-title {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 11px;
    text-shadow: 0 0 0.1em #c00, 0 0 0.15em #c00, 0 0 0.3em #c00;
    filter: saturate(80%);
}

.quote-title span {
    font-size: .7em;
}

.p-entry__body .quote p {
    margin-bottom: 0;
}

.textlink {
    color: #169c27 !important;
    transition: .3s;
}

.textlink:hover {
    opacity: 0.5;
    text-decoration: none !important;
}

.janken-comment {
    position: relative;
    height: 100%;
    background: #fff;
    padding: 15px;
    text-align: left;
    color: #333333;
    font-weight: bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 15px;
    width: 67%;
    font-size: .9em;
    line-height: 1.3;
}

.janken-comment:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(90, 230, 40, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 30px;
    border-right-width: 30px;
    margin-top: -10px;
    border-right-color: #fff;
    right: 100%;
    top: 50%;
}

.br-sp {
    display: none;
}

.j-btn {
    display: flex;
    justify-content: space-between;
}

.j-btn01 {
    text-align: right;
}

.j-btn_a {
    background: #c00;
    color: #fff !important;
    padding: 20px;
    border-radius: 40px;
    text-decoration: none;
    transition: .3s;
    font-size: 18px;
}

.j-btn_a:hover {
    opacity: 0.7;
    text-decoration: none !important;
}

.janken-end {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 0 0 0.1em #c00, 0 0 0.15em #c00, 0 0 0.3em #c00;
    margin-bottom: 30px;
}

.under {
    border-bottom: 1px solid #ffffff;
}

.under-black {
    border-bottom: 1px solid #333333;
}

@media screen and (max-width: 767px) {
    .j-btn {
        display: block;
    }
    .j-btn_a {
        display: block;
        margin-bottom: 15px;
        text-align: center;
        padding: 14px;
    }
}

@media screen and (max-width: 640px) {
    .janken-wrap {
        padding: 0;
        margin-bottom: 50px;
    }
    .quote-title {
        font-size: 1.3em;
    }
    .br-sp {
        display: inline;
    }
    .janken-wrap p {
        font-size: 16px;
    }
    .janken-title {
        font-size: 30px;
        line-height: 1.2;
    }
    .cap-goo,
    .cap-choki,
    .cap-per {
        font-size: 1em;
    }
    .janken-wrap ul li {
        font-size: 16px;
    }
    .janken-comment {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .janken-title {
        font-size: 22px;
        margin-top: 40px;
    }
    .j-btn_a {
        font-size: 16px;
    }
    .janken-end {
        font-size: 1.5em;
    }
}
/* form */

.wpcf7 p {
    font-size: 18px;
}

p .form-sub-title {
    font-size: 14px;
}

label {
    color: #21439b;
    font-weight: bold;
}

.wpcf7 .wpcf7-list-item {
    display: inline-block;
}

.wpcf7 input,
.wpcf7 textarea {
    padding: 0;
}

.wpcf7 textarea {
    height: 100px;
}

.wpcf7-form-control {
    font-size: 15px;
}

.wpcf7-form p {
    margin-top: 20px;
}

.wpcf7 input {
    padding: 3px 0;
}
.mail-confirm,
.mail-back,
.mail-submit{
    width: 30% !important;
    padding: 1em !important;
    color: #fff;
    background-color: #21439b;
    transition: .3s;
}
.mail-confirm{
    margin-bottom: 20px;
}

.confirm-btn,
.back-btn,
.submit-btn{
    text-align: center;
}
.wpcf7c-conf{
    background-color: #e8f0fe;
}
.form-mandatory{
    font-size: 1.5em;
    color: #ff0000;
    margin-left: 5px;
}
.wpcf7 form .wpcf7-response-output{
    padding: 1.2em 1em;
    font-size: 1.3em;
    font-weight: bold;
}
.wpcf7 form.sent .wpcf7-response-output{
    border-color: #21439b;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    border-color: #ff0000;
}
@media screen and (max-width: 767px) {
        .mail-confirm,
        .mail-back,
        .mail-submit{
        width: 80% !important;
    }
}

/* recruit-form */

input[name=your-Lname-kana],
input[name=your-Lname-kanji] {
    width: 25%;
    margin-right: 20px;
}

input[name=your-Fname-kana],
input[name=your-Fname-kanji] {
    width: 25%;
}

input[name=birthday] {
    width: 25%;
}

input[name=number-001] {
    width: 10%;
}

input[name=zip] {
    width: 20%;
}

input[name=pref] {
    width: 25%;
}

input[name=city],
input[name=addr],
input[name=addr-number] {
    width: 50%;
}

input[name=your-tel-01],
input[name=your-tel-02],
input[name=your-tel-03],
input[name=your-subtel-01],
input[name=your-subtel-02],
input[name=your-subtel-03] {
    width: 10%;
}
input[name=your-tel-04],
input[name=your-tel-05],
input[name=your-tel-06]{
    width: 10%;
}

input[name=email-01],
input[name=email-02],
input[name=email-sub],
input[name=your-name],
input[name=your-tel],
input[name=your-subtel]{
    width: 50%;
}

input[name=date-002],
input[name=date-003] {
    width: 50%;
}

@media screen and (max-width: 640px) {
input[name=city],
input[name=addr],
input[name=addr-number] {
    width: 100%;
}
input[name=zip] {
    width: 50%;
}
input[name=pref] {
    width: 50%;
  }
input[name=email-01],
input[name=email-02],
input[name=email-sub],
input[name=your-name],
input[name=your-tel],
input[name=your-subtel]{
    width: 100%;
}
input[name=your-tel-01],
input[name=your-tel-02],
input[name=your-tel-03],
input[name=your-tel-04],
input[name=your-tel-05],
input[name=your-tel-06]{
    width: 20%;
}

input[name=your-Lname-kana], 
input[name=your-Lname-kanji],
input[name=your-Fname-kana],
 input[name=your-Fname-kanji]{
    width: 100%;
}
input[name=number-001]{
     width: 20%;
}
}


.form_title_text {
    font-weight: bold;
    line-height: 2;
    font-size: 18px !important;
    color: #21439b;
    padding-left: 14px;
    border-left: 4px solid #21439b;
}

h3.recruit-form-title {
    font-weight: normal;
    font-size: 18px;
    padding: 0.4em 0.5em;
    margin-bottom: 10px;
    background: #fff;
    border-left: solid 5px #21439b;
    border-bottom: solid 3px #ccc;
}

p.recruit-form-text {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.recruit-form-notes {
    border-top: solid 1px #ccc;
    padding-top: 15px;
}

.birth p{
    display: inline-block;
}

@media screen and (max-width: 990px) {
    .nintendo-caution {
        padding-bottom: 5px;
        line-height: 21px;
    }
    .nintendo-caution-archive {
        padding-bottom: 5px;
        line-height: 21px;
    }
}
/* twitter */

.tw-wrap {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #ddd;
	max-width: 500px;
}

.tw-margin {
    margin-right: 9%;
}

.timeline-Footer {
    display: none !important;
}

@media screen and (max-width: 640px) {
    .tw-wrap {
        width: calc(80vw - 40px)!important;
        margin: 0 10%;
    }
    .tw-margin {
        margin-bottom: 10%;
    }
}
/* site map */

.sitemap-title {
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: solid 3px #000;
}

ul.sitemap-list {
    margin-left: 0;
    font-size: 13px;
}

ul.sitemap-list li {
    list-style: none;
}
ul.sitemap-list li a,
.sitemap-text a{
    transition: .3s;
}
ul.sitemap-list li a:hover,
.sitemap-text a:hover{
    opacity: .5;
}

p.sitemap-text {
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
}

.sitemap-box {
    float: left;
    width: 16%;
}

.ctop a {
    margin-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
    .sitemap-box {
        float: left;
        width: 100%;
    }
    .sitemap-title {
        margin: 0 !important;
        font-size: 1.3em;
    }
    ul.sitemap-list {
        float: right;
        width: 32%;
        font-size: 12px;
    }
    .sitemap-content {
        clear: both;
    }
    .sitemap-text {
        display: inline-block;
        margin-left: 0;
        font-size: 12px !important;
    }
    .sitemap-line {
        display: inline-block;
        border: solid 1px #ccc;
        margin-bottom: 4px;
        margin-left: 9px;
    }
    .com {
        width: 39%;
    }
    .wor {
        width: 44%;
    }
    .rec {
        width: 43%;
    }
    .spe {
        width: 44.5%;
    }
    .new {
        width: 47%;
    }
    .intv {
        width: 38%;
    }
    .oth {
        width: 46%;
    }
    .ctop {
        margin: 10px 0!important;
        font-weight: bold;
        font-size: 1.15em !important;
    }
}
/* site policy */

p.site-policy-text {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 25px;
}
p.site-policy-text a{
    transition: .3s;
}
p.site-policy-text a:hover{
    opacity: .5;
}
h3.site-policy-title {
    font-weight: normal;
    font-size: 18px;
    border-top: solid 1px #ccc;
    padding-top: 15px;
    margin-bottom: 10px;
}

table.site-policy-browser {
    width: 100%;
    margin-bottom: 50px;
}

table.site-policy-browser td {
    line-height: 1.5;
}
/*privacy-policy*/

ul.privacy-list {
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 15px;
}

ul.privacy-list li {
    line-height: 1.5;
}
ul.privacy-list li a{
    transition: .3s;
}
ul.privacy-list li a:hover{
    opacity: .5;
}
/*英語ページ*/
.notel{
    pointer-events: none;
}

.p-page-header .en-soft {
    display: flow-root;
}

.en-soft-contents img {
    width: 165px;
}

.en-soft-contents {
    margin-bottom: 60px;
}

.en-soft h4 {
    margin-top: 10px !important;
}

.soft-label {
    color: #fff;
    font-weight: bold;
    padding: .2em .7em;
    border-radius: 55px;
    line-height: 1.5;
    display: block;
    width: 170px;
    text-align: center;
}

.switch {
    background-color: #e70f1c;
}

.arcade {
    background-color: #ffb70e;
}

.wiiu {
    background-color: #03abcf;
}

.thds {
    background-color: #ff570e;
}

.ds {
    background-color: #2576ff;
}

.ps4 {
    background-color: #0b2363;
}

.xbox {
    background-color: #18b51a;
}

.en-copyright {
    font-size: 12px;
    color: #999;
    display: block;
    margin-top: -15px;
}
/* footer */

.p-footer-link {
    height: 25em;
}

.p-footer-link__desc {
    font-size: 20px !important;
    font-weight: bold;
}

.p-info__logo a {
    color: #21439b;
}

.p-social-nav__item--twitter a {
    color: #1da1f2;
}

.p-social-nav__item a:hover {
    color: #72caff;
}

.p-info__address {
    line-height: 1.6;
}

.p-article07__title {
    color: #fff !important;
    font-weight: bold;
    font-size: 1.3em;
    background-color: #21439b;
}

.p-article07__title::before {
    border-color: transparent #21439b #21439b transparent;
    left: -120px;
}

.p-info__logo img {
    width: 83px;
}

/* sp */

@media screen and (max-width: 550px) {
    .p-footer-link__desc {
        font-size: 16px !important;
    }
    .p-triangle--no-padding {
        width: 100%;
    }
    h2.p-headline02__title {
        font-size: 33px !important;
    }
    .p-index-content04__col--event .p-headline02__title {
        font-size: 33px !important;
    }
    .p-index-content04__col--news .p-headline02__title {
        font-size: 33px !important;
    }
    .p-index-content05 .p-headline02__title {
        font-size: 33px !important;
    }
    .p-index-content08 .p-headline02__title {
        font-size: 50px !important;
    }
    .whatsnew h1 {
        font-size: 33px !important;
    }
    .p-article07__title {
        font-size: 1em;
    }
    .p-article07__title::before {
        left: -99px;
}
}

@media screen and (max-width: 767px) {
    .p-footer-link__desc {
        font-size: 14px !important;
    }
    .p-interview-list {
        margin-top: 60px;
    }
    .p-index-content05__btn {
        top: 38px;
        right: 6%;
    }
    .p-index-content08__btn {
        top: 38px;
        right: 6%;
    }
    .p-footer-nav{
        padding: 30px 0px;
    }
    .p-footer-nav li {
        width: inherit;
        font-size: 12px;
        text-align: center;
    }
    .p-footer-nav li:after{
        content: "|";
        margin: 0 5px;
    }
    .p-footer-nav li:last-child:after{
        content: none;
    }
}

@media screen and (max-width: 729px) {
    .p-global-nav>ul>li>a::after {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .p-global-nav>ul>li>a::after {
        background: none;
    }
}
/* コンタクトボタン */

.wpcf7 .wpcf7-submit {
    background-color: #21439b;
    color: white;
    transition: all .3s;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: #7D7D7D !important;
}
/* 青文字 */

.desc {
    transition: all .3s;
}

.desc .flag a:hover {
    opacity: 0.7;
}

.single-event .p-entry__body p {
    margin-bottom: 0 !important;
}

.p-entry__body p {
    line-height: 1.7 !important;
}

/* Twitter→X */
.c-share--color .c-share__btn--twitter a{
	background-color:#000;
}
.c-share--color .c-share__btn--twitter a:hover{
	background-color:#5b5f69;
}

@font-face {
  font-family: 'share-x';
  src:  url('./fonts/share-x.eot?pk6bqt');
  src:  url('./fonts/share-x.eot?pk6bqt#iefix') format('embedded-opentype'),
    url('./fonts/share-x.ttf?pk6bqt') format('truetype'),
    url('./fonts/share-x.woff?pk6bqt') format('woff'),
    url('./fonts/share-x.svg?pk6bqt#share-x') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="iconfont-x"], [class*=" iconfont-x"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'share-x' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-xx:before {
  content: "\e999";
}

.iconfontx:before {
  content: "\e999";
}

.c-share__icn--twitter::before { font-family: "share-x"; content: "\e999"; }

/* SPロゴ見切れ修正 */
@media only screen and (max-width: 1199px){
	.l-header__logo a{
	overflow: unset;
	}
}
/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
    visibility: hidden;
}