@charset "utf-8";

/* グループ企業SS Document */


/*ページメイン画像
---------------------------------------------------------------------------*/


/* ヘッダー */

.page-header {
    position: relative;
    top: 4.5rem;
    text-align: center;
}

.page-header .read {
    font-size: 1vw;
}

.secondary-content .page-header {
    padding-top: 3vw;
}

@media screen and (max-width: 950px) {
    .page-header .read {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 600px) {
    .page-header .read {
        font-size: 3.2vw;
    }
}


/* 3rdページtitle */

.tertiary-content .page-title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5vw;
}

.tertiary-content .page-title .en-title {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: .4em;
    color: #fff;
}

.tertiary-content .page-title .ja-title {
    font-size: 50%;
    color: #fff;
}

@media screen and (max-width: 950px) {
    .tertiary-content .page-title {
        font-size: 3.5vw;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content .page-title .ja-title {
        font-size: 70%;
        color: #fff;
    }
}

@media screen and (max-width: 400px) {
    .tertiary-content .page-title .ja-title {
        font-size: 90%;
        color: #fff;
    }
}


/* ヘッダータイトル*/

.page-title {
    margin-bottom: .5em;
    line-height: 1;
    white-space: nowrap;
}

.page-title .en-title {
    display: block;
    margin-bottom: .1em;
    font-family: monarcha, serif;
    font-weight: 400;
    font-style: normal;
    color: #9c6a00;
    border-bottom: solid #fff 1px;
    padding-bottom: 10px;
}

.page-title .ja-title {
    display: block;
    line-height: 2;
    font-size: 25%;
}

.secondary-content .page-title {
    font-size: 5vw;
}

@media screen and (max-width: 950px) {
    .secondary-content .page-title {
        font-size: 7.5vw;
    }
}

@media screen and (max-width: 600px) {
    .secondary-content .page-title {
        font-size: 15vw;
    }
    .page-title .en-title {
        font-size: 10vw;
    }
}


/* index-コンテンツHoldings----------------------------------- */

.groupmain-content .indexH-con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 5rem;
}
.groupmain-content .indexH-con .index-item {
    width: 50%;
}

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

@media screen and (max-width: 600px) {
    .groupmain-content .indexH-con .index-item {
        width: 100%;
    }
}


/* index-コンテンツHoldings 100%-- */
.groupmain-content .indexH-con {
    display: flex;
    flex-flow: column;
	width: 100%;
    max-width: 90em;
	margin: 5rem auto;
}
@media screen and (max-width: 600px) {
    .groupmain-content .indexH-con {
	margin: 2rem auto;
}
}

.groupmain-content .indexH-con .index-item {
    width: 100%;
}

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

@media screen and (max-width: 600px) {
    .groupmain-content .indexH-con .index-item {
        width: 100%;
    }
}


.groupmain-content .index-Hcon .index-item {
    width: 50%;
}

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

@media screen and (max-width: 600px) {
    .groupmain-content .indexH-con .index-item {
        width: 100%;
    }
}

/* グループHoldings indexタイトル */

.groupmain-content .indexH-con .index-item .content {
    display: block;
    position: relative;
    min-height: 13vw;
    padding: 1em 0 1em;
    text-align: center;
    color: #222629;
}

@media screen and (max-width: 950px) {
    .groupmain-content .indexH-con .index-item .content {
        padding: 3vw 0;
        min-height: 20vw;
    }
}

@media screen and (max-width: 600px) {
    .groupmain-content .indexH-con .index-item .content {
        padding: 5vw 0 7vw;
        min-height: 25vw;
    }
}

.groupmain-content.isnt-touch .indexH-con a.index-item:hover .content {
    color: #9c6a00;
}


/* Holdings content: title */

.groupmain-content .indexH-con .index-item .title {
    display: table;
    position: relative;
    width: 80%;
    margin: 0 auto 1em;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    letter-spacing: .1em;
    border-top: solid 1px;
    border-bottom: solid 1px;
    line-height: 1.2em;
    padding: 10px 0;
}

.groupmain-content .indexH-con .index-item .title:before {
    left: -2em;
}

.groupmain-content .indexH-con .index-item .title:after {
    right: -2em;
}

@media screen and (max-width: 950px) {
    .groupmain-content .indexH-con .index-item .title {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 600px) {
    .groupmain-content .indexH-con .index-item .title {
        font-size: 3.6vw;
    }
}


/*indexページ　Holdings コンテンツイメージリンク画像 */

.groupmain-content .indexH-con .index-item .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.groupmain-content .indexH-con .index-item .image img {
    position: relative;
    z-index: 0;
    transform: scale(1);
    transition: transform .2s ease-out;
}

.groupmain-content .indexH-con .index-item .image .label {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    padding: 1em 2em;
    opacity: 0.5;
    transition-property: opacity, transform;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

@media screen and (max-width: 600px) {
    .groupmain-content .indexH-con .index-item .image .label {
    top: 50%;
}
}

.groupmain-content .indexH-con .index-item .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #222629;
    opacity: 0;
    transition: opacity .2s ease-out;
}

.groupmain-content.isnt-touch .indexH-con a.index-item:hover .image img {
    transform: scale(1.1);
}

.groupmain-content.isnt-touch .indexH-con a.index-item:hover .image .label {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(225, 225, 225, .8));
    filter: drop-shadow(0px 0px 10px rgba(225, 225, 225, .8));
}

.groupmain-content.isnt-touch .indexH-con a.index-item:hover .image:before {
    opacity: .5;
}

.groupmain-content.is-touch .indexH-con .index-item .image {
    overflow: visible;
}

@media screen and (max-width: 950px) {
    .groupmain-content.is-touch .indexH-con .index-item .image:after {
        width: 6vw;
        height: 6vw;
    }
}

@media screen and (max-width: 600px) {
    .groupmain-content .indexH-con .index-item .image {
        height: 30vw;
    }
    .groupmain-content .indexH-con .index-item .image .label {
        font-size: 3.2vw;
    }
    .groupmain-content.is-touch .index-con .index-item .image:after {
        width: 12.5vw;
        height: 12.5vw;
    }
}

@media screen and (max-width: 400px) {
    .groupmain-content .indexH-con .index-item .image .label {
        transform: translate(-50%, -50%) scale(2);
        opacity: 1;
    }
}




/* index-コンテンツ------------------------------- */

.groupmain-content .index-con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 5rem;
}

.groupmain-content .index-con .index-item {
    width: 50%;
}

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

@media screen and (max-width: 600px) {
    .groupmain-content .index-con .index-item {
        width: 100%;
    }
}


/* index-コンテンツ100% */
.groupmain-content .index-con {
    display: flex;
    flex-flow: column;
	width: 95%;
    max-width: 70em;
	margin: 5rem auto;
}
@media screen and (max-width: 600px) {
    .groupmain-content .index-con {
	margin: 2rem auto;
}
}

.groupmain-content .index-con .index-item {
    width: 100%;
}

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

@media screen and (max-width: 600px) {
    .groupmain-content .index-con .index-item {
        width: 100%;
    }
}


/* グループindexタイトル */

.groupmain-content .index-con .index-item .content {
    display: block;
    position: relative;
    min-height: 13vw;
    padding: 1em 0 1em;
    text-align: center;
    color: #222629;
}
.groupmain-content .index-con .index-item .content_t {
    display: block;
    position: relative;
    min-height: 5vw;
    padding: 1em 0 1em;
    text-align: center;
    color: #222629;
}

@media screen and (max-width: 950px) {
    .groupmain-content .index-con .index-item .content,.content_t {
        padding: 3vw 0;
        min-height: 20vw;
    }
}

@media screen and (max-width: 600px) {
    .groupmain-content .index-con .index-item .content,.content_t {
        padding: 5vw 0 7vw;
        min-height: 25vw;
    }
}

.groupmain-content.isnt-touch .index-con a.index-item:hover .content,
.groupmain-content.isnt-touch .index-con a.index-item:hover .content_t{
    color: #9c6a00;
}


/* content: title */

.groupmain-content .index-con .index-item .title {
    display: table;
    position: relative;
    width: 80%;
    margin: 0 auto 1em;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
    letter-spacing: .1em;
    border-top: solid 1px;
    border-bottom: solid 1px;
    line-height: 1.2em;
    padding: 10px 0;
}

.groupmain-content .index-con .index-item .title:before {
    left: -2em;
}

.groupmain-content .index-con .index-item .title:after {
    right: -2em;
}

@media screen and (max-width: 950px) {
    .groupmain-content .index-con .index-item .title {
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 600px) {
    .groupmain-content .index-con .index-item .title {
        font-size: 3.6vw;
    }
}


/*indexページ　コンテンツイメージリンク画像 */

.groupmain-content .index-con .index-item .image {
    display: block;
    position: relative;
    overflow: hidden;
}

.groupmain-content .index-con .index-item .image img {
    position: relative;
    z-index: 0;
    transform: scale(1);
    transition: transform .2s ease-out;
}

.groupmain-content .index-con .index-item .image .label {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: 3;
    padding: 1em 2em;
    opacity: 0.5;
    transition-property: opacity, transform;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

@media screen and (max-width: 600px) {
    .groupmain-content .index-con .index-item .image .label {
    top: 50%;
}
}

.groupmain-content .index-con .index-item .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #222629;
    opacity: 0;
    transition: opacity .2s ease-out;
}

.groupmain-content.isnt-touch .index-con a.index-item:hover .image img {
    transform: scale(1.1);
}

.groupmain-content.isnt-touch .index-con a.index-item:hover .image .label {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(225, 225, 225, .8));
    filter: drop-shadow(0px 0px 10px rgba(225, 225, 225, .8));
}

.groupmain-content.isnt-touch .index-con a.index-item:hover .image:before {
    opacity: .5;
}

.groupmain-content.is-touch .index-con .index-item .image {
    overflow: visible;
}

@media screen and (max-width: 950px) {
    .groupmain-content.is-touch .index-con .index-item .image:after {
        width: 6vw;
        height: 6vw;
    }
}

@media screen and (max-width: 600px) {
    .groupmain-content .index-con .index-item .image {
        height: 30vw;
    }
    .groupmain-content .index-con .index-item .image .label {
        font-size: 3.2vw;
    }
    .groupmain-content.is-touch .index-con .index-item .image:after {
        width: 12.5vw;
        height: 12.5vw;
    }
}

@media screen and (max-width: 400px) {
    .groupmain-content .index-con .index-item .image .label {
        transform: translate(-50%, -50%) scale(2);
        opacity: 1;
    }
}

.blank {
    margin: 0 auto 60px;
}


/* 3rdページコンテンツ------------------------------------------- */

/* 株式会社クールホールディングス */

.tertiary-content.group-content.holdings-content .visual-container {
    background-image: url("../images/group/holdings/img_visual_01.jpg");
    background-position: center 60%;
}

.tertiary-content.recruit-content.holdings-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.group-content.holdings-content .visual-container {
        background-position: center 75%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.group-content.holdings-content .visual-container {
        background-position: center 90%;
    }
}


/* 株式会社ルーフコーポレーション */

.tertiary-content.group-content.ruf-content .visual-container {
    background-image: url("../images/group/ruf/img_visual_01.jpg");
    background-position: center 60%;
}

.tertiary-content.recruit-content.ruf-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.group-content.ruf-content .visual-container {
        background-position: center 75%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.group-content.ruf-content .visual-container {
        background-position: center 90%;
    }
}


/* 株式会社クールジャパン */

.tertiary-content.group-content.kuhl_japan-content .visual-container {
    background-image: url("../images/group/kuhl_japan/img_visual_01.jpg");
    background-position: center 60%;
}

.tertiary-content.recruit-content.kuhl_japan-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.group-content.kuhl_japan-content .visual-container {
        background-position: center 75%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.group-content.kuhl_japan-content .visual-container {
        background-position: center 90%;
    }
}


/* サムライイーグル */

.tertiary-content.group-content.samurai-content .visual-container {
    background-image: url("../images/group/samurai/img_visual_01.jpg");
    background-position: center 60%;
}

.tertiary-content.recruit-content.samurai-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.group-content.samurai-content .visual-container {
        background-position: center 75%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.group-content.samurai-content .visual-container {
        background-position: center 90%;
    }
}


/* kitz */

.tertiary-content.group-content.kitz-content .visual-container {
    background-image: url("../images/group/kitz/img_visual_01.jpg");
    background-position: center 60%;
}

.tertiary-content.recruit-content.kitzi-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.group-content.kitz-content .visual-container {
        background-position: center 75%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.group-content.kitz-content .visual-container {
        background-position: center 90%;
    }
}


/* 株式会社ROHAN */

.tertiary-content.group-content.rohan-content .visual-container {
    background-image: url("../images/group/rohan/img_visual_01.jpg");
    background-position: center 60%;
}

.tertiary-content.recruit-content.rohan-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.group-content.rohan-content .visual-container {
        background-position: center 75%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.group-content.rohan-content .visual-container {
        background-position: center 90%;
    }
}


/*hananoi*/

.tertiary-content.group-content.hananoi-content .visual-container {
    background-image: url("../images/group/hananoi/img_visual_01.jpg");
    background-position: center 60%;
}

.tertiary-content.recruit-content.hananoi-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.group-content.hananoi-content .visual-container {
        background-position: center 75%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.group-content.hananoi-content .visual-container {
        background-position: center 90%;
    }
}


/* KUHL JAPAN WEST設定----------------------*/

.tertiary-content.group-content.west-content .visual-container {
    background-image: url("../images/group/west/img_visual_01.jpg");
    background-position: center 60%;
}

.tertiary-content.recruit-content.west-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.group-content.west-content .visual-container {
        background-position: center 75%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.group-content.west-content .visual-container {
        background-position: center 90%;
    }
}

.content_main_text {
	text-align: center;
}
@media screen and (max-width: 600px) {
   .content_main_text {
	text-align: left;
}
}

.grop-container hr {
    height: 1px;
    border: 0;
    background-color: #9c6a00;
    margin: 4em 0;
}

@media screen and (max-width: 480px) {
   .grop-container hr {
    margin: 1em 0;
}
}


/* 株式会社KUHLGRANTZ設定----------------------*/

.tertiary-content.group-content.granz-content .visual-container {
    background-image: url("../images/group/granz/img_visual_01.jpg");
    background-position: center 60%;
}

.tertiary-content.recruit-content.granz-content .visual-container:before {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 950px) {
    .tertiary-content.group-content.granz-content .visual-container {
        background-position: center 75%;
    }
}

@media screen and (max-width: 600px) {
    .tertiary-content.group-content.granz-content .visual-container {
        background-position: center 90%;
    }
}

.content_main_text {
	text-align: center;
}
@media screen and (max-width: 600px) {
   .content_main_text {
	text-align: left;
}
}

.grop-container hr {
    height: 1px;
    border: 0;
    background-color: #9c6a00;
    margin: 4em 0;
}

@media screen and (max-width: 480px) {
   .grop-container hr {
    margin: 1em 0;
}
}



/* 3rdページヘッダー-item */

#canvas-container {
    padding-top: 300px;
    background-size: cover;
}

canvas {
    width: 100%;
    height: 200px;
    vertical-align: top;
}

@media only screen and (max-width: 950px) {
    #canvas-container {
        padding-top: 200px;
    }
    canvas {
        height: 200px;
    }
}


/* グループ会社3rdページコンテナー */

.group-container {
    width: 90%;
    max-width: 60em;
    margin: 4em auto;
    padding-top: 20px;
}

.title_h3 {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.6;
    text-align: center;
}

.group-container .catch+h3 {
    margin-top: 2.2rem;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6em;
    line-height: 1.6;
    text-align: center;
}

@media screen and (max-width: 400px) {
    .group-container .catch+h3 {
        font-size: 1.5em;
    }
}


/* 3rdページh2 */

.maincatch {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.9em;
    line-height: 1.6;
    color: #947c2b;
    margin-bottom: 40px;
    text-align: center;
}

.maincatch2 {
    width: 100%;
    padding: 10px 0 30px;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.9em;
    line-height: 1.6;
    color: #947c2b;
    text-align: center;
}

.maincatch2 {
    margin: 10px 0
}

.maincatch2 .heading {
    color: #947c2b;
    text-align: center;
    overflow: hidden;
}

.maincatch2 .heading span {
    display: inline-block;
    position: relative;
}

.maincatch2 .heading span:before,
.maincatch2 .heading span:after {
    content: "";
    border-bottom: 2px solid #947c2b;
    width: 50px;
    margin: 0 15px;
    position: absolute;
    bottom: 13px;
}

.maincatch2 .heading span:before {
    right: 100%;
}

.maincatch2 .heading span:after {
    left: 100%;
}

@media screen and (max-width: 400px) {
    .maincatch2 {
        font-size: 1.7em;
    }
}

.maincatch_left {
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.9em;
    line-height: 1.6;
    color: #947c2b;
    margin-bottom: 20px;
    text-align: left;
}

.maincatch3 {
    width: 100%;
    padding: 10px 0 30px;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.9em;
    line-height: 1.6;
    color: #947c2b;
    text-align: center;
}

.maincatch3 {
    margin: 10px 0
}

.maincatch3 .heading {
    color: #947c2b;
    text-align: center;
    overflow: hidden;
}

.maincatch3 .heading span {
    display: inline-block;
    position: relative;
}

.maincatch3 .heading span:before,
.maincatch3 .heading span:after {
    content: "";
    border-bottom: 2px solid #947c2b;
    width: 50px;
    margin: 0 15px;
    position: absolute;
    bottom: 13px;
}

.maincatch3 .heading span:before {
    right: 100%;
}

.maincatch3 .heading span:after {
    left: 100%;
}

@media screen and (max-width: 500px) {
    .maincatch3 {
        font-size: 1.6em;
    }
}


/* ルーフコーポレーションメインコンテンツ設定----------------------
/* 各店舗写真紹介*/

.con_box {
    width: 60%;
    margin: 0 auto 70px;
    border: solid #333 1px;
    text-align: center;
    background-color: #E8E8E8;
}

.first_box {
    padding: 20px;
    width: 100%;
    display: block;
}

@media screen and (max-width: 400px) {
    .first_box {
        padding: 20px 10px;
    }
}

.first_box h3 {
    font-size: 1.5em;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 15px;
}

.first_box hr {
    width: 85%;
    height: 1px;
    border: 0;
    background-color: #666;
    margin: 1em auto 1.5em;
}

.first_box p {
    width: 85%;
    margin: 1em auto;
}


/*ギャラリー*/

.second_box {
    width: 80%;
    margin: 0 auto 30px;
}

.gallery {
    margin: 0 0 2em 0;
}

.gallery dt {
    text-align: center;
    margin: 0 0 15px 0;
}

.gallery dd ul {
    text-align: center;
    display: table;
}

.gallery dd ul li {
    display: table-cell;
    width: 25%;
    padding: 0 5px;
}

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

@media screen and (max-width: 1300px) {
    .con_box {
        width: 80%;
    }
    .second_box {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 950px) {
    .first_box hr {
        width: 90%;
    }
    .first_box p {
        width: 90%;
    }
    .con_box {
        width: 80%;
    }
    .second_box {
        width: 100%;
        margin: 0 auto;
    }
    .gallery {
        margin: 0 0 1em 0;
    }
}

@media screen and (max-width: 400px) {
    .con_box {
        position: relative;
        width: 100%;
        border-left: none;
        border-right: none;
        padding-bottom: 20px;
    }
}


/* クールジャパンコンテンツ設定----------------------　*/

.fullbox {
    width: 100%;
}

.wide_box {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.middle_box {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.middle_box {
    position: relative;
}

.middle_box p {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 10px;
    color: #fff;
    background-color: rgba(5, 0, 0, 0.39);
}

.middle_box img {
    width: 100%;
}

@media screen and (max-width: 950px) {
    .middle_box {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .middle_box p {
        font-size: .8em;
    }
}

@media screen and (max-width: 500px) {
    .middle_box p {
        top: 50%;
        left: 35%;
        font-size: .5em;
        padding: 5px;
    }
}

.middle-con {
    width: 90%;
    max-width: 60em;
    margin: 2em auto;
    padding-top: 20px;
    text-align: left;
}

.middle-con2 {
    width: 90%;
    max-width: 60em;
    margin: 0.5em auto;
    padding-top: 20px;
    text-align: left;
}

figure {
    text-align: center;
}

figcaption {
    padding-top: 10px;
    font-size: .8em;
}

.kuhl_japan-content hr {
    height: 1px;
    border: 0;
    background-color: #9c6a00;
    margin: 4em 0;
}

.colr_graybox {
    background-color: #f5f5f5;
	padding-bottom: 30px;
}

@media screen and (max-width: 950px) {
    .col_2>div {
        width: 100%;
    }
}

.kuhl_japan-content h4,.holdings-content h4 {
    width: 90%;
    background-color: #dcdcdc;
    font-size: 1.2em;
    font-weight: 600;
    margin: 20px auto;
    text-align: center;
    padding: 1em;
}


/*ボックス横並び3個
---------------------------------------------------------------------------*/
.col_3 {
    width: 90%;
	max-width: 60em;
	margin: 2em auto;
    padding-top: 20px;
    text-align: left;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

.col_3>div {
    width: 33%;
    padding: 10px 10px;
}

/* 
@media screen and (max-width: 950px) {
    .col_3>div {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .col_3>div {
        width: 100%;
    }
}

*/

.f-container{
	width: 78%;
	margin: 0 auto;
  display:flex; 
	justify-content: space-around;
		text-align: center;
}
.f-container>figure {
	width: 33%;
    padding: 5px 2px;
}



/* メディア---------------------　*/


/*ボックス横並び4個
---------------------------------------------------------------------------*/

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

.col_42 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

.col_42>div {
    width: 25%;
    padding: 10px 0;
}

@media screen and (max-width: 950px) {
    .col_42>div {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .col_42>div {
        width: 100%;
    }
}

/*ボックス横並び3個100%
---------------------------------------------------------------------------*/

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

.col_43 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

.col_43>div {
    width: 33%;
    padding: 10px 0;
}

@media screen and (max-width: 950px) {
    .col_43>div {
        width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .col_43>div {
        width: 100%;
    }
}


/* 鈴鹿---------------------　*/

.flexcontainer {
    display: flex;
    padding: 20px 0;
    margin: 0 auto 20px;
    width: 80%;
}

.kuhl_japan-content h5,.holdings-content h5 {
    display: block;
    font-size: 1.1em;
    padding: 1em;
    border-right: solid #333 1px;
    white-space: nowrap
}

.suzuka {
    font-size: .9em;
    padding: 1em 1em 0;
    display: block;
}

@media screen and (max-width: 1000px) {
    .flexcontainer {
        width: 95%;
    }
}

@media screen and (max-width: 950px) {
    .flexcontainer {
        width: 90%;
        flex-direction: column;
    }
    .kuhl_japan-content h5 {
        padding: .5em;
        border-right: none;
        border-bottom: solid #333 1px;
        white-space: nowrap
    }
}

@media screen and (max-width: 600px) {
    .flexcontainer {
        width: 100%;
    }
    .kuhl_japan-content h4 {
        width: 100%;
    }
}


/* SNS---------------------　*/

.snsbox {
    display: block;
    text-align: center;
    padding: 1.5em;
    margin: 20px 0;
    font-size: .8em;
}

.snsbox img {
    margin: 10px 0;
}

.screen {
    margin-top: 10px;
    border: solid #333 1px;
}

.youtube {
	margin: 5px 0 10px;
    font-size: 2em;
	color: crimson;
	font-weight: bold;
}
.facebook {
	margin: 5px 0 10px;
    font-size: 2em;
	color: #0866FF;
	font-weight: bold;
}
.insta {
	margin: 5px 0 10px;
    font-size: 2em;
	color: #FD03BA;
	font-weight: bold;
}
.line{
	margin: 5px 0 10px;
    font-size: 2em;
	color: #05C855;
	font-weight: bold;
}


/* 株式会社ROHAN---------------------　*/

.linetext_twobox {
    width: 50%;
}


/* リンクバナー---------------------　*/

.linkbanner {
    text-align: center;
    width: 60%;
    margin: 50px auto 0;
}

@media screen and (max-width: 950px) {
    .linkbanner {
        width: 75%;
    }
}

@media screen and (max-width: 600px) {
    .linkbanner {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    .linkbanner {
        width: 90%;
    }
}


/*画像リンク半透明
------------------------------------------*/

.trans a:hover {
    opacity: 0.7;
    /*半透明設定*/
}


/*画像リンクズーム
------------------------------------------*/

.zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.zoom:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/*i	画像にシャドウ
--------------------------------------------*/

.shadowimg {
    box-shadow: rgb(180, 180, 185) 0px 6px 12px 0px;
    -webkit-box-shadow: rgb(180, 180, 185) 0px 6px 12px 0px;
    -moz-box-shadow: rgb(180, 180, 185) 0px 6px 12px 0px;
}


/* サムライイーグルコンテンツ設定----------------------　*/

.square {
    margin: 20px auto;
    border: solid #333 1px;
    padding: 8px;
    text-align: center;
    width: 30%;
}

@media screen and (max-width: 400px) {
    .square {
        width: 70%;
    }
}

.square-gray {
    margin: 10px auto;
    padding: 8px;
    text-align: center;
    width: 100%;
    background-color: #E0DEDE;
    font-size: 1.5em;
    color: #9c6a00;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
}


/* サムライボックス横並び3--------------　*/

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

.group-content.samurai-content.middle-con .col_3 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

.group-content.samurai-content.middle-con .col_3>div {
    width: 33.33333%;
    padding: 10px;
}

@media screen and (max-width: 600px) {
    .group-content.samurai-content.middle-con .col_3>div {
        width: 100%;
    }
}


/* サムライボックス横並び2--------------　*/

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

.col_22 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
}

.col_22>div {
    width: 50%;
    padding: 10px;
}

@media screen and (max-width: 480px) {
    .col_22>div {
        width: 100%;
    }
}

.group-content.samurai-content .middle-con {
    width: 90%;
    max-width: 60em;
    margin: 1em auto;
    padding-top: 20px;
    text-align: left;
}

.caption_box {
    width: 99%;
    position: relative;
}

.caption_text {
    position: absolute;
    margin: 0px auto;
    padding: 8px;
    text-align-last: center;
    width: 100%;
    background-color: rgba(5, 5, 5, 0.61);
    color: #fff;
    font-weight: 600;
    bottom: 0;
}

@media screen and (max-width: 480px) {
    .caption_text {
        bottom: 45%;
    }
}


/* ROHANコンテンツ設定----------------------　*/

.flex-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.square_left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.square_right {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.square_rohan {
    margin: 10px 10px 20px;
    border: solid #333 1px;
    padding: 8px;
    text-align: center;
    width: 60%;
}

@media screen and (max-width: 480px) {
    .square_left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .square_right {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .square_rohan {
        margin: 10px 10px;
        width: 60%;
    }
}


/* 代表 井澤 孝彦----------------------　*/

.izawa_box {
    width: 70%;
    margin: 20px auto;
    background-image: url("../images/group/rohan/img_visual_02.jpg");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    border: solid #333 1px;
    padding: 40% 2em 2em;
}

@media screen and (max-width: 600px) {
    .izawa_box {
        width: 80%;
        padding: 40% 2em 2em;
    }
}

@media screen and (max-width: 400px) {
    .izawa_box {
        width: 95%;
        padding: 50% 2em 2em;
    }
}

.izawa_box h3 {
    font-size: 2em;
    font-family: a-otf-midashi-mi-ma31-pr6n, serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

.izawa_box h3 .katagaki {
    font-size: 80%;
}

@media screen and (max-width: 400px) {
    .izawa_box h3 {
        font-size: 1.7em;
    }
}


/*ボックス横並び2個 padding無し
---------------------------------------------------------------------------*/

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

.col_220 {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* IE10 */
    margin-bottom: 10px;
}

.col_220>div {
    width: 50%;
    padding: 10px 0 5px;
}

@media screen and (max-width: 600px) {
    .col_220>div {
        width: 100%;
    }
}

.flex-container_under {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .flex-container_under {
        flex-wrap: wrap;
    }
    .flex-container_under div {
        margin-bottom: 20px;
    }
}

.design figure img {
    width: 25%;
}

.design figure figcaption {
    display: block;
    padding-bottom: 20px;
    padding-top: 5px;
}

.grid_3 {
    display: flex;
    grid-template-columns: 1fr 1fr 1fr,
}

.grid_3>div {
    padding-top: 10px;
    padding-right: 10px;
}

.grid_3>div:last-of-type {
    padding-right: 0;
}