@charset "utf-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.daishowasiko.com/                                */
/* Copyright (C) Daishowa Paper Products Co., Ltd.              */
/* Browsers: last 4 version                                     */
/*--------------------------------------------------------------*/




/* ========================================================

　Identity Common

=========================================================== */

/*　最初の写真
------------------------------------------------------------ */

.identity header {
    width: 100%;
}

.identity header .container {
    padding-top: 1.0rem;
    padding-bottom: 2.0rem;
}

.identity header img {
    width: 100%;
}

.identity header img:last-child {
    display: none;
}

/* 最初の写真下のテキスト */
.identity header h2 {
    color: rgba(255, 255, 255, 1.0);
    font-size: 3.5vw;
    text-align: center;
    line-height: 6.5vw;
}

/*　セクションの上下余白
------------------------------------------------------------ */

.identity .sec {
    padding: 3.0rem 0 5.0rem;
}

/*　導入
------------------------------------------------------------ */

.identity .intro {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
}

/* 写真のトーンを落とすための黒レイヤー */
.identity .intro::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    content: ' ';
}

/* 画像 */
.identity .intro figure {
    text-align: center;
}

.identity .intro figure img {
    width: 60%;
}

/* テキスト */
.identity .intro .row [class^="col-"]:last-child p {
    margin-bottom: 1.0rem;
    color: rgba(255, 255, 255, 1.0);
    text-align: justify;
}

.identity .intro .row [class^="col-"]:last-child p:last-child {
    margin-bottom: 0;
}

.identity .intro:not(.prof) .row [class^="col-"]:last-child br {
    display: none;
}

/*　見出し
------------------------------------------------------------ */

.identity .headline {
    position: relative;
    min-height: 70px;
    margin-top: -35px;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 7.5px;
    color: rgba(255, 255, 255, 1.0);
    text-align: center;
    z-index: 30;
}

.identity .headline p {
    font-size: 0.9rem;
    font-weight: 500;
}

.identity .headline h2 {
    font-size: 0.9rem;
}

/*　左右振り分け
------------------------------------------------------------ */

.identity .tile {
    margin-top: -3.5rem;
    padding-top: 5.0rem;
    color: rgba(255, 255, 255, 1.0);
}

.identity .tile h2 {
    margin-top: 2.0rem;
    margin-bottom: 1.0rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

/* タイトルが２つある場合の調整 */
.identity .tile h2:first-child {
    margin-top: 0;
}

/* 部署・氏名 */
.identity .tile h3 {
    font-size: 1.0rem;
}

/* テキスト */
.identity .tile .text {
    margin-bottom: 1.0rem;
    text-align: justify;
}

.identity .tile .text02 {
    margin-top: 3.0rem;
}

/* 写真 */
.identity .tile .photo .row {
    margin: 0;
}

.identity .tile .photo figure {
    margin-bottom: 0;
}

.identity .tile .photo .row [class^="col-"] {
    padding: 0;
}

.identity .tile .photo img {
    width: 100%;
}

/*　背景フィクスのブロック
------------------------------------------------------------ */

.identity .fixBlk {
    position: relative;
    height: 100%;
    padding-bottom: 2.0rem;
    color: rgba(255, 255, 255, 1.0);
}

/* 写真のトーンを落とすためのレイヤー */
.identity .fixBlk::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.identity .blk01 {
    margin-top: -35px;
    padding-top: 4.0rem;
}

.identity .fixBlk h2 {
    margin-bottom: 1.0rem;
    font-size: 1.0rem;
    line-height: 1.6rem;
}

.identity .fixBlk figure {
    margin-top: 1.5rem;
    text-align: center;
    overflow: hidden;
}

.identity .blk03 figure {
    margin-bottom: -35px;
}

/* -----------------------------------------------------------
　Identity Common　モニタサイズ 576px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:576px) {

    .identity header h2 {
        font-size: 1.3rem;
        line-height: 2.4rem;
    }

}

/* -----------------------------------------------------------
　Identity Common　モニタサイズ 768px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:768px) {

    .identity .sec {
        padding: 4.0rem 0 8.0rem;
    }

    .identity .sec.prof {
        padding: 4.0rem 0 1.0rem;
    }

    .identity .headline {
        min-height: 140px;
        margin-top: -70px;
        padding-top: 35px;
    }

    .identity .headline p {
        font-size: 1.2rem;
    }

    .identity .headline h2 {
        font-size: 2.0rem;
    }

    .identity .tile {
        margin-top: -70px;
        padding-top: 7.5rem;
    }

    .identity .tile h2 {
        margin-bottom: 2.0rem;
        font-size: 1.4rem;
        line-height: 2.0rem;
    }

    .identity .tile .text {
        width: 75%;
    }

    .identity .tile .text01 {
        float: right;
    }

    .identity .fixBlk {
        padding-top: 3.0rem;
        padding-bottom: 3.0rem;
    }

    .identity .fixBlk h2 {
        font-size: 1.4rem;
        line-height: 2.0rem;
    }

    .identity .blk01 {
        margin-top: -70px;
        padding-top: 7.0rem;
    }

}

/* -----------------------------------------------------------
　Identity Common　モニタサイズ 992px 以下に適用
-------------------------------------------------------------- */
@media only screen and (max-width:991px) {

    .identity .fixBlk [class^="col-"]:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }

}

/* -----------------------------------------------------------
　Identity Common　モニタサイズ 992px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:992px) {

    .identity header h2 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .identity header img:first-child {
        display: none;
    }

    .identity header img:last-child {
        display: block;
    }

    .identity .sec {
        padding: 6.0rem 0 10.0rem;
    }

    .identity .intro h2 {
        margin-bottom: 2.0rem;
    }

    .identity .intro figure img {
        width: 80%;
    }

    .identity .intro .row [class^="col-"]:last-child p {
        margin-bottom: 2.0rem;
    }

    .identity .intro .row [class^="col-"]:last-child br {
        display: block;
    }

    .identity .tile h2 {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .identity .tile h3 {
        font-size: 1.2rem;
    }

    .identity .fixBlk {
        padding-top: 4.0rem;
        padding-bottom: 4.0rem;
        color: rgba(51, 51, 51, 1.0);
    }

    .identity .fixBlk .row {
        position: relative;
        background-color: rgba(255, 255, 255, 1.0);
    }

    .identity .fixBlk [class^="col-"]:nth-child(1) {
        padding: 2.25rem 2.0rem;
        font-size: 0.95rem;
    }

    .identity .fixBlk [class^="col-"]:nth-child(2) {
        padding: 0;
    }

    .identity .fixBlk h2 {
        margin-bottom: 2.0rem;
        font-size: 1.6rem;
    }

    .identity .blk01 {
        margin-top: -70px;
        padding-top: 7.5rem;
    }

    .identity .blk03 {
        padding-bottom: 9.0rem;
    }

    .identity .fixBlk figure {
        margin-top: 0;
        margin-bottom: 0;
    }

}

/* -----------------------------------------------------------
　Identity Common　モニタサイズ 1200px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:1200px) {

    .identity header {
        /*height: calc(100% - 156px);*/
    }

    .identity header .container {
        padding-top: 2.5rem;
        padding-bottom: 3.5rem;
        height: calc(100% - 156px);
    }

    .identity header h2 {
        font-size: 2.2rem;
        line-height: 3.5rem;
        letter-spacing: 0.2rem;
    }

    .identity .intro figure img {
        width: 90%;
    }

    .identity .headline {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 1110px;
        margin-left: 0;
        margin-right: 0;
        padding-top: 35px;
    }

    .identity .tile {
        margin-top: -70px;
        padding-top: 0;
    }

    .identity .tile .container {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }

    .identity .tile .container > .row {
        margin-right: 0;
        margin-left: 0;
    }

    .identity .tile .container > .row > .col,
    .identity .tile .container > .row > [class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .identity .tile .text {
        width: 30.0rem;
    }

    .identity .tile .text01 {
        margin-right: 60px;
        padding-top: 120px;
    }

    .identity .tile .text02 {
        margin-left: 60px;
    }

    .identity .tile .photo {
        overflow: hidden;
    }

    .identity .tile .photo > figure {
        width: 145%;
    }

    .identity .tile .photo > figure img {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-65%);
            -ms-transform: translateX(-65%);
                transform: translateX(-65%);
    }

    .identity .fixBlk .row {
        margin: 0 auto;
        width: 1110px;
    }

    .identity .fixBlk h2 {
        margin-bottom: 3.0rem;
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

}

/* -----------------------------------------------------------
　Identity Common　モニタサイズ 1280px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:1280px) {

    .identity .tile .text {
        width: 33.0rem;
    }

    .identity .tile .photo > figure {
        width: 135%;
    }

}

/* -----------------------------------------------------------
　Identity Common　モニタサイズ 1350px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:1350px) {

    .identity .tile .text01 {
        margin-right: 80px;
    }

    .identity .tile .text02 {
        margin-left: 80px;
    }

    .identity .tile .photo > figure {
        width: 120%;
    }

}

/* -----------------------------------------------------------
　Identity Common　モニタサイズ 1550px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:1550px) {

    .identity .tile .photo > figure {
        width: 100%;
    }

    .identity .tile .photo > figure img {
        left: 0;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }

}


/* ========================================================

　Package

=========================================================== */

.package header {
    background-color: rgba(130, 25, 10, 1.0);
}

/*　導入
------------------------------------------------------------ */

.package .intro {
    background-image: url("../images/identity/package/intro.jpg");
    background-position: center center;
    background-size: cover;
}

.package .headline {
    background-color: rgba(130, 25, 10, 1.0);
}

.package .tile {
    background-color: rgba(95, 25, 10, 1.0);
}

/*　泉州タオル
------------------------------------------------------------ */

.package .intro.prof {
    background-image: url("../images/identity/package/other.jpg");
    background-position: center center;
    background-size: cover;
    color: rgba(255, 255, 255, 1.0);
}

.package .prof [class^="col-"]:nth-child(1) img {
    width: 50%;
}

.package .prof [class^="col-"]:nth-child(2) {
    margin-top: 3.0rem;
}

.package .prof [class^="col-"]:nth-child(2) img {
    float: left;
    width: 60px;
    margin: 0 1.0rem 2.0rem 0;
}

.package .prof [class^="col-"]:nth-child(2) h2 {
    margin-top: -1.0rem;
    font-size: 1.2rem;
    font-weight: 400;
}

.package .prof [class^="col-"]:nth-child(2) h2 span {
    margin-left: 0.75rem;
    font-size: 75%;
    font-weight: 300;
}

.package .prof [class^="col-"]:nth-child(2) h2 a {
    display: block;
    color: rgba(255, 255, 255, 1.0);
    font-size: 70%;
}

.package .prof .row [class^="col-"]:nth-child(2) p {
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    text-align: justify;
}

.package .prof .row [class^="col-"]:nth-child(2) p span {
    display: block;
}

.package .prof .row [class^="col-"]:nth-child(2) h2 + p {
    clear: both;
}

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

.package .banner {
    padding-top: 2.0rem;
    padding-bottom: 3.0rem;
}

.package .banner figure {
    margin: 0;
    background-color: rgba(100, 190, 140, 1.0);
}

.package .banner h3 {
    background-color: rgba(0, 0, 0, 1.0);
    color: rgba(255, 255, 255, 1.0);
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    line-height: 2.4rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.package .banner a {
    display: block;
}

.package .banner a:hover {
    text-decoration: none;
}

.package .banner a:hover h3 {
    background-color: rgba(100, 190, 140, 1.0);
}

.package .banner p {
    font-size: 0.875rem;
    line-height: 1.0rem;
}

/* -----------------------------------------------------------
　Pckage　モニタサイズ 768px 以下に適用
-------------------------------------------------------------- */
@media only screen and (max-width:767px) {

    .package .banner [class^="col-"] {
        margin-bottom: 0.5rem;
    }

    .package .banner [class^="col-"]:nth-child(odd) {
        padding-right: 0.25rem;
    }

    .package .banner [class^="col-"]:nth-child(even) {
        padding-left: 0.25rem;
    }

}

/* -----------------------------------------------------------
　Pckage　モニタサイズ 768px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:768px) {

    .package .prof {
        padding-top: 100px;
    }

    .package .prof [class^="col-"]:nth-child(2) img {
        width: 140px;
        margin: 0 2.0rem 48.0rem 0;
    }

    .package .prof [class^="col-"]:nth-child(2) h2 {
        margin-top: -1.0rem;
        font-size: 1.3rem;
    }

    .package .prof [class^="col-"]:nth-child(2) h2 span {
        margin-left: 1.5rem;
        font-size: 90%;
    }

    .package .prof [class^="col-"]:nth-child(2) h2 a {
        display: inline;
        margin-left: 2.0rem;
    }

    .package .prof .row [class^="col-"]:nth-child(2) p {
        font-size: 1.0rem;
    }

    .package .prof .row [class^="col-"]:nth-child(2) p span {
        display: inline;
    }

    .package .prof .row [class^="col-"]:nth-child(2) h2 + p {
        clear: none;
    }

    .package .banner h3 {
        font-size: 1.0rem;
        line-height: 3.6rem;
    }

}

/* -----------------------------------------------------------
　Pckage　モニタサイズ 992px 以下に適用
-------------------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:991px) {

    .package .banner [class^="col-"] {
        margin-bottom: 1.5rem;
    }

    .package .banner [class^="col-"]:nth-child(odd) {
        padding-right: 0.75rem;
    }

    .package .banner [class^="col-"]:nth-child(even) {
        padding-left: 0.75rem;
    }

}

/* -----------------------------------------------------------
　Pckage　モニタサイズ 992px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:992px) {

    .package .prof [class^="col-"]:nth-child(2) img {
        width: 235px;
        margin: 0 2.0rem 40.0rem 0;
    }

    .package .banner [class^="col-"] {
        margin-bottom: 1.5rem;
    }

}

/* -----------------------------------------------------------
　Pckage　モニタサイズ 1700px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:1700px) {

    .package .tile .photo > figure img {
        margin-top: -100px;
    }

}


/* ========================================================

　Force

=========================================================== */

.force header {
    background-color: rgba(105, 170, 190, 1.0);
}

.force .intro {
    background: url("../images/identity/force/intro.jpg");
    background-position: -950px top;
    background-size: cover;
}

.force .tile {
    background-color: rgba(22, 125, 155, 1.0);
}

/* -----------------------------------------------------------
　Force　モニタサイズ 576px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:576px) {

    .force .intro {
        background-position: -1200px top;
        background-size: cover;
    }

}

/* -----------------------------------------------------------
　Force　モニタサイズ 768px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:768px) {

    .force .intro {
        background-position: center top;
        background-size: cover;
    }

}

/* -----------------------------------------------------------
　Force　モニタサイズ 1200px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:1200px) {

    .force .tile .row:nth-child(1) .photo {
        margin-top: 70px;
    }

}

/* -----------------------------------------------------------
　Force　モニタサイズ 1700px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:1700px) {

    .force .tile .photo > figure img {
        margin-top: -100px;
    }

    .force .tile .photo .row {
        margin-top: -100px;
    }

}


/* ========================================================

　System

=========================================================== */

.system header {
    background-color: rgba(35, 60, 110, 1.0);
}

.system .intro {
    background: url("https://www.daishowasiko.com/ver2020/wp-content/uploads/2025/07/system01-scaled.jpeg");
    background-position: -600px center;
    background-size: cover;
}

.system .headline {
    background-color: rgba(35, 60, 110, 1.0);
}

.system .tile {
    background-color: rgba(20, 45, 75, 1.0);
}

.system .fixBlk::before {
    background-color: rgba(20, 45, 75, 1.0);
}

/* -----------------------------------------------------------
　System　モニタサイズ 576px 以下に適用
-------------------------------------------------------------- */
@media only screen and (max-width:575px) {

    .system .intro {
        background-position: -850px center;
        background-size: cover;
    }

}

/* -----------------------------------------------------------
　System　モニタサイズ 576px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:576px) {

    .system .intro figure img {
        width: 50%;
    }

}

/* -----------------------------------------------------------
　System　モニタサイズ 768px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:768px) {

    .system .intro {
        background-position: center top;
        background-size: cover;
        overflow: hidden;
    }

    .system .fixBlk::before {
        background-color: rgba(20, 45, 75, 0.5);
    }

    .system .blk01 {
        background: url("../images/identity/system/blk01.jpg");
        background-position: center center;
        background-size: cover;
    }

    .system .blk02 {
        background: url("../images/identity/system/blk02.jpg");
        background-position: center center;
        background-size: cover;
    }

    .system .blk03 {
        background: url("../images/identity/system/blk03.jpg");
        background-position: center center;
        background-size: cover;
    }

}

/* -----------------------------------------------------------
　System　モニタサイズ 992px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:992px) {

    .system .intro figure img {
        width: 65%;
    }

}

/* -----------------------------------------------------------
　Pckage　モニタサイズ 1700px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:1700px) {

    .system .tile .photo > figure img {
        margin-top: -100px;
    }

}


/* ========================================================

　Ohukurosama

=========================================================== */

.ohukurosama header {
    background-color: rgba(220, 190, 50, 1.0);
}

.ohukurosama .intro {
    background: url("../images/identity/ohukurosama/intro.jpg");
    background-position: center center;
    background-size: cover;
}

.ohukurosama .headline {
    border-radius: 10px;
    background-color: rgba(220, 190, 50, 1.0);
}

.ohukurosama .intro::before {
    background-color: rgba(130, 95, 45, 0.75);
}

.ohukurosama .intro figcaption {
    margin-top: 1.0rem;
    color: rgba(255, 255, 255, 1.0);
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.ohukurosama .intro figcaption span {
    font-weight: 500;
}

.ohukurosama .fixBlk {
    color: rgba(51, 51, 51, 1.0);
}

.ohukurosama .fixBlk::before {
    background-color: rgba(251, 193, 221, 1.0);
}

.ohukurosama .fixBlk .container {
    position: relative;
}

.ohukurosama .fixBlk .ohukurosama img {
    position: absolute;
    width: 140px;
}

.ohukurosama .blk01 .ohukurosama img,
.ohukurosama .blk03 .ohukurosama img {
    bottom: 0;
    right: 0;
}

.ohukurosama .blk02 .ohukurosama img {
    bottom: 0;
    right: 20px;
    width: 100px;
}

.ohukurosama .fixBlk .balloon img {
    display: none;
}

.ohukurosama .label02 {
    display: none;
}

.ohukurosama .label {
    position: relative;
    left: -15px;
    width: 140px;
    height: 2.0rem;
    margin-bottom: 1.0rem;
    padding-left: 10px;
    background-color: rgba(220, 190, 50, 1.0);
    font-weight: 500;
    text-align: center;
    line-height: 2.0rem;
}

.ohukurosama .label::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    margin-right: -8px;
    border: 16px solid rgba(220, 190, 50, 1.0);
    border-left: 0;
    border-right: 8px solid transparent;
}

.ohukurosama .map {
    padding-top: 2.0rem;
}

.ohukurosama .map iframe {
    margin-bottom: 1.0rem;
    width: 100%;
    height: 360px;
    border: none;
}

.ohukurosama .map p {
    margin-bottom: 1.0rem;
}

.ohukurosama .map p span {
    display: none;
}

.ohukurosama .map .more a {
    border-color: rgba(220, 190, 50, 1.0);
    background-color: rgba(220, 190, 50, 1.0);
    color: rgba(255, 255, 255, 1.0);
}

.ohukurosama .map .more a:hover {
    background-color: rgba(220, 190, 50, 0.7);
}

.ohukurosama .movie {
    padding: 3.0rem 0;
}

.ohukurosama .movie .ifWrap {
    padding-bottom: 70%;
}

.ohukurosama .movie iframe {
    border: none;
}

/* -----------------------------------------------------------
　Ohukurosama　モニタサイズ 576px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:576px) {

    .ohukurosama .intro figure img {
        width: 50%;
    }

    .ohukurosama .map p:nth-child(1) br {
        display: none;
    }

    .ohukurosama .map p span {
        display: inline;
    }

}

/* -----------------------------------------------------------
　Ohukurosama　モニタサイズ 768px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:768px) {

    .ohukurosama .intro {
        background-position: -200px bottom;
        background-size: cover;
    }

    .ohukurosama .fixBlk {
        color: rgba(255, 255, 255, 1.0);
    }

    .ohukurosama .fixBlk h2,
    .ohukurosama .fixBlk p:not(.label) {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.0);
    }

    .ohukurosama .fixBlk::before {
        background-color: rgba(250, 195, 220, 0.35);
    }

    .ohukurosama .fixBlk .ohukurosama img {
        width: 220px;
    }

    .ohukurosama .blk02 .ohukurosama img {
        right: 30px;
        width: 160px;
    }

    .ohukurosama .blk03 .ohukurosama img {
        bottom: 23px;
    }

    .ohukurosama .label {
        width: 150px;
        height: 2.4rem;
        color: rgba(0, 0, 0, 1.0);
        font-size: 1.2rem;
        line-height: 2.4rem;
    }

    .ohukurosama .label::after {
        height: 2.4rem;
        margin-right: -8px;
        border: 19px solid rgba(220, 190, 50, 1.0);
        border-right: 8px solid transparent;
    }

    .ohukurosama .blk01 {
        background: url("../images/identity/ohukurosama/blk01.jpg");
        background-position: center center;
        background-size: cover;
    }

    .ohukurosama .blk02 {
        background: url("../images/identity/ohukurosama/blk02.jpg");
        background-position: center center;
        background-size: cover;
    }

    .ohukurosama .blk03 {
        background: url("../images/identity/ohukurosama/blk03.jpg");
        background-position: center center;
        background-size: cover;
    }

    .ohukurosama .map p {
        text-align: center;
    }

    .ohukurosama .movie {
        padding: 4.0rem 0;
    }

}

/* -----------------------------------------------------------
　Ohukurosama　モニタサイズ 992px 以下に適用
-------------------------------------------------------------- */
@media only screen and (max-width:991px) {

    .ohukurosama .map [class^="col-"]:nth-child(1) {
        padding-left: 0;
        padding-right: 0;
    }

    .ohukurosama .movie [class^="col-"]:nth-child(2) {
        padding-left: 0;
        padding-right: 0;
    }

    .ohukurosama .movie iframe {
        padding-left: 0;
        padding-right: 0;
    }

}

/* -----------------------------------------------------------
　Ohukurosama　モニタサイズ 992px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:992px) {

    .ohukurosama .intro figure img {
        width: 70%;
    }

    .ohukurosama .fixBlk {
        color: rgba(51, 51, 51, 1.0);
    }

    .ohukurosama .fixBlk h2,
    .ohukurosama .fixBlk p:not(.label) {
        text-shadow: none;
    }

    .ohukurosama .fixBlk .ohukurosama {
        padding-bottom: 100px;
    }

    .ohukurosama .blk01 .ohukurosama img,
    .ohukurosama .blk03 .ohukurosama img {
        left: 0;
        top: 330px;
    }

    .ohukurosama .blk02 .ohukurosama img {
        right: 0;
        top: 330px;
    }

    .ohukurosama .fixBlk .balloon img {
        display: block;
        position: absolute;
        left: 25%;
        bottom: 60px;
    }

    .ohukurosama .blk01 .balloon img,
    .ohukurosama .blk03 .balloon img {
        left: 25%;
    }

    .ohukurosama .blk02 .balloon img {
        left: 70%;
    }

    .ohukurosama .label {
        height: 2.8rem;
        font-size: 1.4rem;
        line-height: 2.8rem;
    }

    .ohukurosama .label::after {
        height: 2.8rem;
        margin-right: -8px;
        border: 22px solid rgba(220, 190, 50, 1.0);
        border-right: 8px solid transparent;
    }

    .ohukurosama .label01 {
        display: none;
    }

    .ohukurosama .label02 {
        display: block;
    }

    .ohukurosama .label {
        left: -40px;
        margin-bottom: 3.0rem;
        z-index: 20;
    }

    .ohukurosama .fixBlk h2,
    .ohukurosama .fixBlk p {
        text-shadow: none;
    }

    .ohukurosama .fixBlk .row {
        border-radius: 10px;
    }

    .ohukurosama .blk01 img,
    .ohukurosama .blk03 img {
        border-radius: 0 10px 10px 0;
    }

    .ohukurosama .blk02 img {
        border-radius: 10px 0 0 10px;
    }

    .ohukurosama .map {
        padding-top: 4.0rem;
    }

    .ohukurosama .map p:nth-child(2) br {
        display: none;
    }

    .ohukurosama .movie {
        padding: 6.0rem 0;
    }

}

/* -----------------------------------------------------------
　Ohukurosama　モニタサイズ 1200px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:1200px) {

    .ohukurosama .intro figure img {
        width: 60%;
    }

    .ohukurosama .fixBlk .ohukurosama img {
        top: 380px;
    }

    .ohukurosama .blk01 .balloon img,
    .ohukurosama .blk03 .balloon img {
        left: 22%;
    }

    .ohukurosama .blk02 .balloon img {
        left: 73%;
    }

    .ohukurosama .movie .ifWrap {
        padding-bottom: 50%;
        border-top: 40px solid rgba(0, 0, 0, 1.0);
        border-bottom: 40px solid rgba(0, 0, 0, 1.0);
    }

}


/* ========================================================

　Project

=========================================================== */

.project header img:last-child {
    display: block;
}

.project #carouselIndicators i {
    color: rgba(255, 255, 255, 1.0);
    font-size: 2.0rem;
}

#project .sec {
    padding: 1.0rem 0;
}

#project .container {
    border-bottom: 1px solid rgba(98, 190, 139, 1.0);
}

#project h2 {
    margin-top: 2.0rem;
    margin-bottom: 1.5rem;
    color: rgba(0, 150, 80, 1.0);
    font-size: 1.4rem;
}

#project p {
    text-align: justify;
}

/*　メッセージ
------------------------------------------------------------ */

#project .message figure {
    margin: 0;
    text-align: center;
}

#project .message figure img {
    max-width: 240px;
}

/*　紙で環境対策(脱ポリ紙化)最新情報
------------------------------------------------------------ */

/*　持続可能な循環型製品の紙袋はミライを育てる
------------------------------------------------------------ */

#project .mirai figure {
    margin: 2.0rem 0;
}

#project .mirai figure img {
    width: 100%;
}

#project .mirai .row .row [class^="col-"]:nth-child(2) {
    margin-top: 2.0rem;
}

/*　あなたは紙袋とポリ袋のどちらを選びますか
------------------------------------------------------------ */

#project .choice figure {
    margin: 2.0rem 0;
}

#project .choice figure img {
    width: 100%;
}

#project .choice .row .row [class^="col-"]:nth-child(2) {
    margin-top: 2.0rem;
}

/*　数字で見る大昭和紙工
------------------------------------------------------------ */

#project .maker .row .row {
    margin-top: 2.0rem;
    margin-bottom: 1.0rem;
}

/*　日本一の紙袋サムライたち
------------------------------------------------------------ */

#project .maker .container {
    border-bottom: none;
}


/* -----------------------------------------------------------
　Project　モニタサイズ 576px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:576px) {

    #project .news figure {
        max-height: 280px;
    }

}

/* -----------------------------------------------------------
　Project　モニタサイズ 768px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:768px) {

    #project .sec {
        padding: 1.5rem 0;
    }

    #project .message figure img {
        max-width: 400px;
    }

    #project .news figure {
        height: 200px;
    }

    #project .mirai figure {
        margin: 4.0rem 0;
    }

    #project .mirai .row .row [class^="col-"]:nth-child(2) {
        margin-top: 0;
    }

    #project .mirai .row .row p {
        height: 300px;
    }

    #project .mirai .row .row figure {
        margin-top: 2.0rem;
    }

    #project .choice figure {
        margin: 4.0rem 0;
    }

    #project .choice .row .row [class^="col-"]:nth-child(2) {
        margin-top: 0;
    }

    #project .choice .row .row h2 {
        height: 50px;
    }

    #project .choice .row .row figure {
        margin-top: 2.0rem;
    }

    #project .maker .row .row {
        margin-top: 2.0rem;
        margin-bottom: 3.0rem;
    }

}

/* -----------------------------------------------------------
　Project　モニタサイズ 992px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:992px) {

    #project .message [class^="col-"]:nth-child(2) {
        position: relative;
    }

    #project .message figure img {
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: 360px;
    }

    #project .news figure {
        height: 128px;
    }

    #project .mirai .row .row p {
        height: 220px;
    }

    #project .choice .row .row h2 {
        height: inherit;
    }

}

/* -----------------------------------------------------------
　Project　モニタサイズ 1200px 以上に適用
-------------------------------------------------------------- */
@media only screen and (min-width:1200px) {

    #project .message figure img {
        max-width: 420px;
    }

    #project .news figure {
        height: 156px;
    }

    #project .mirai .row .row p {
        height: 190px;
    }

    #project .choice .row .row p {
        height: 170px;
    }

}


/* ========================================================

　iOS以外は背景画像をフィクス

=========================================================== */

/* Chrome / Firefox / Opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {

    .identity .intro,
    .system .fixBlk,
    .ohukurosama .fixBlk {
        background-attachment: fixed;
    }

}

/* Edge 1 */
@supports (-ms-ime-align: auto) {

    .identity .intro,
    .system .fixBlk,
    .ohukurosama .fixBlk {
        background-attachment: fixed;
    }

}

/* Edge 2 */
_:-ms-lang(x)::backdrop,
.identity .intro,
.system .fixBlk,
.ohukurosama .fixBlk {
    background-attachment: fixed;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.identity .intro,
.system .fixBlk,
.ohukurosama .fixBlk {
    background-attachment: fixed;
}

/*----- End of file -------------------------------------------*/