@charset "UTF-8";
/* CSS Document */


/* contents-top */

.contents-top {
    width: 100%;
}

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

.contents-top p {
    line-height: 2;
}

.contents-top p.text-jp {
    line-height: 2.8;
    letter-spacing: 0.1em;
}

.contents-top p.text-en {
    font-family: var(--subtitle-font);
    color: var(--color-main);
    font-size: 12px;
    letter-spacing: 0.1em;
}

.contents-top-wrap {
    width: 100%;
}

/* box-img */

.layout13 .box-img {
    position: relative;
    overflow: hidden;
}

.layout13 .box-img img {
    width: 100%;
    height: auto;
    transition: .5s all;
    z-index: -1;
}

.layout13 a:hover .box-img img {
    transform: scale(1.2, 1.2);
    transition: .5s all;
    z-index: -1;
}

.layout13 a:hover {
    opacity: 1;
}


/* box-logo */

.box-logo h1 {
    text-align: center;
    padding: 40px 0px;
}

.box-logo h1 img {
    height: 14px;
    width: auto;
}

/* main-img-top */

.main-img-top {
    width: 100%;
    position: relative;
}

/* box-img */

.main-img-top .box-img {
    width: 100%;
}

.main-img-top .box-img img {
    width: 100%;
    height: 90vh;
}

.main-img-top .box-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 5%;
}

.main-img-top h2 {
    width: 45%;
    max-width: 750px;
}


/* contents01 */

.contents01,
.contents02 {
    width: 100%;
}

/* contents03 */

.contents03 {
    width: 100%;
    padding: 120px 0px;
}

/* contents05 */

.contents05 {
    width: 100%;
    text-align: center;
    padding: 150px 0px 80px;
}

/* contents07 */

.contents07 {
    width: 100%;
    text-align: center;
    padding: 150px 0px;
}

/* contents08 */

.contents08 {
    width: 100%;
    text-align: center;
    padding-bottom: 150px;
}

.contents08 .box-title {
    margin-bottom: 60px;
}

.contents08 h2 {
    font-family: var(--title-font);
    font-weight: var(--base-weight);
    color: var(--color-main);
    font-size: 160px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.contents08 h3 {
    font-weight: var(--base-weight);
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    padding-top: 25px;
}

/* contents09 */

.contents09 {
    width: 100%;
    text-align: center;
    padding: 150px 0px;
    background-image: url("../../images/top/back02.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

/* contents10 */

.contents10 {
    width: 100%;
    text-align: center;
    padding: 80px 0px 120px;
}

/* contents11 */

.contents11 {
    width: 100%;
    text-align: center;
    padding-top: 150px;
}

/* layout01 */

.layout01,
.layout02 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.layout01 {
    flex-direction: row-reverse;
}

.layout01 .box-detail,
.layout02 .box-detail {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.layout01 .box-img,
.layout02 .box-img {
    width: 50%;
}

.layout01 h5 {
    font-weight: var(--base-weight);
    font-size: 20px;
    line-height: 2.8;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

.layout01 h6 {
    padding: 20px 0px;
}

.layout01 h6 img {
    height: 45px;
    width: auto;
}


/* layout02 */

.layout02 {
    position: relative;
}

.layout02::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50px;
    display: block;
    background-image: url("../../images/common/scroll.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 3.5%;
    height: 100%;
    margin-left: -3px;
}

.layout02 .box-detail {
    position: relative;
    padding-left: 5%;
}

.layout02 h4 {
    width: 85%;
    max-width: 700px;
}

.layout02 .text-jp {
    padding: 50px 0px;
}


/* layout03 */

.layout03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.layout03 .box-detail {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.layout03 .box-img {
    width: 35%;
}

.layout03 h2 {
    font-weight: var(--base-weight);
    color: var(--color-sub);
    font-size: 55px;
    line-height: 1.8;
    letter-spacing: 0.15em;
}

.layout03 h2 span {
    font-family: var(--title-font2);
    font-size: 90px;
    letter-spacing: 0em;
}

.layout03 .text-jp {
    padding: 50px 0px;
}

/* layout04 */

.layout04 {
    width: 100%;
    position: relative;
    text-align: center;
}

.layout04 .box-img img {
    max-height: 880px;
    object-position: top;
}

.layout04 .box-detail {
    position: absolute;
    left: 0px;
    bottom: 70px;
    width: 100%;
}

.layout04 h2,
.layout04 h3,
.layout09 h2,
.layout09 h3 {
    font-weight: var(--base-weight);
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.layout04 h2,
.layout09 h2 {
    font-size: 52px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
}

.layout04 h3,
.layout09 h3 {
    font-family: var(--title-font);
    font-size: 190px;
    line-height: 1;
    letter-spacing: 0.1em;
}

.layout09 h3 {
    letter-spacing: 0em;
}


/* craftsman */

.wrap-craftsman {
    padding: 100px 0px;
}

.box-craftsman:not(:last-child) {
    margin-bottom: 100px;
}

/* layout05 */

.layout05,
.layout05-img,
.layout06 {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0px 3.5%;
}

.layout05 {
    align-items: flex-end;
    margin-bottom: 100px;
}

.box-craftsman:nth-child(even) .layout05,
.box-craftsman:nth-child(even) .layout05-img {
    flex-direction: row-reverse;
}

.layout05 .box-detail,
.layout06 .box-img {
    text-align: right;
    flex: 1;
}

.box-craftsman:nth-child(odd) .layout05 .box-detail {
    padding-bottom: 60px;
}

.box-craftsman:nth-child(even) .layout05 .box-img {
    padding-bottom: 60px;
}

.box-craftsman:nth-child(even) .layout05 .box-detail,
.box-craftsman:nth-child(even) .layout06 .box-img {
    text-align: left;
}

.box-craftsman:nth-child(even) .layout05 .box-img {
    text-align: right;
}

.layout05 .box-text {
    padding-right: 5%;
    margin-bottom: 50px;
}

.box-craftsman:nth-child(even) .layout05 .box-text {
    padding-right: 0%;
    padding-left: 5%;
}

.layout05 .box-img,
.layout06 .box-detail {
    width: 45%;
}

.layout05 .box-title {
    margin-bottom: 80px;
}

.layout05 h3,
.layout05 h4 {
    color: var(--color-main);
    font-weight: var(--base-weight);
}

.layout05 h3 {
    font-family: var(--title-font);
    font-size: 95px;
    line-height: 1;
    letter-spacing: 0em;
}

.layout05 h4 {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    padding-top: 30px;
}

.layout05 h5 {
    font-weight: var(--base-weight);
    font-size: 32px;
    line-height: 2;
    letter-spacing: 0.2em;
}

.layout05 h6 img {
    height: 100px;
    width: inherit;
}

.contents-top .layout05 .text-jp {
    letter-spacing: 0.05em;
    line-height: 3;
    padding: 40px 0px;
}

/* layout05-img */

.layout05-img {
    width: 100%;
    padding-top: 0px;
}

.layout05-img .box-img01 {
    width: 40%;
}

.layout05-img .box-img02 {
    width: 50%;
    padding-top: 80px;
}


/* layout06 */

.layout06 {
    position: relative;
}

.layout06::before {
    content: "";
    position: absolute;
    right: 0px;
    top: 50px;
    display: block;
    background-image: url("../../images/top/text-side.svg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 10%;
    height: 1090px;
    margin-right: -2px;
}

.layout06 .box-img img {
    width: 80%;
    max-width: 690px;
}

/* layout07 */

.layout07 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 5%;
    padding-top: 40px;
}

.layout07 .box-img {
    width: 35%;
    padding-top: 80px;
}

.layout07 .box-img2 {
    padding-left: 5%;
    width: 90%;
}

.layout07 .box-detail {
    flex: 1;
}

.layout07 .box-text {
    margin-bottom: 100px;
}

.contents06-slider:not(:last-child) {
    margin-bottom: 25px;
}

/* layout08 */

.layout08 h2 img {
    height: 300px;
    width: auto;
}

.layout08 h3 {
    font-weight: var(--base-weight);
    font-size: 52px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    padding: 50px 0px;
}

.layout08 .text-en {
    padding-top: 40px;
}


/* layout09 */

.layout09 {
    width: 100%;
    height: 500px;
    background-image: url("../../images/top/back01.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    overflow: hidden;
}


.layout09 .box-detail {
    position: relative;
    margin-bottom: -10px;
}


/* layout10 */

.layout10 .text-jp {
    padding: 80px 0px 40px;
}

/* layout11 */

.layout11 .box-img {
    margin: 100px 0px 80px;
}

.layout11 .box-logo {
    margin-bottom: 80px;
}

.layout11 h4,
.layout11 h6 {
    font-weight: var(--base-weight);
    font-size: 25px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.layout11 h4 {
    margin-bottom: 60px;
}

.layout11 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 5%;
}

.layout11 ul li {
    width: 30%;
}

.layout11 ul li img {
    width: auto;
    max-width: 100%;
    max-height: 130px;
}

/* layout12 */

.layout12 h2,
.contents-top .layout12 p {
    font-weight: var(--base-weight);
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.layout12 h2 {
    font-size: var(--base-font-size);
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: 0.2em;
}

.layout12 .box-text {
    background-color: rgba(0, 0, 0, 0.35);
    padding: 40px 0px;
}

.contents-top .layout12 .text-jp {
    font-size: 20px;
    font-weight: var(--base-weight2);
    padding: 40px 0px 80px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

/* layout13 */

.layout13 {
    position: relative;
}

.layout13 .box-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.layout13 .box-text h5 {
    width: 100%;
}

.layout13 .box-text h5 img {
    width: 45%;
}


/* layout14 */

.layout14 .box-img {
    padding-top: 60px;
}

.layout14 h2 {
    font-weight: var(--base-weight);
    font-size: 56px;
    line-height: 1.4;
    letter-spacing: 0.2em;
}

.layout14 h3 {
    font-weight: var(--base-weight);
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    padding: 40px 0px;
}

.layout14 p {
    line-height: 2.5;
}

.sp-view {
    display: none;
}
