@charset "UTF-8";


/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
.top-kv > * {
    position: relative;
    z-index: 10;
}
.top-kv::before {
    content: "";
    width: 100%;
    height: 88%;
    background: url(../img/top-kv-bg-1.png) no-repeat left -2rem top 4rem;
    background-size: 40rem auto;
    background-color: var(--yellow);
    position: absolute;
    left: 0;
    top: 0;
}
.top-kv > figure {
    position: absolute;
    right: 0;
    bottom: -4rem;
    width: 50%;
    z-index: 9;
}
.top-kv > div {
    padding-top: 7rem;
    padding-left: calc((100% - 88rem) / 2);
}
.top-kv > div > div {
    width: 53%;
}
.top-kv p {
    width: 42%;
    margin: 2.5rem 0 4.5rem 0;
    font-size: 1.3rem;
    line-height: 2;
}
.top-kv ul {
    width: 45%;
    display: flex;
    gap: 2rem;
}
@media screen and (max-width: 768px) {
    .top-kv::before {
        height: 92%;
        background-size: 20rem auto;
        background-color: var(--yellow);
    }
    .top-kv > figure {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        padding-left: 2rem;
        margin-top: -3rem;
    }
    .top-kv > div {
        padding: 3rem 3rem 0 3rem;
    }
    .top-kv > div > div {
        width: 100%;
    }
    .top-kv p {
        width: 100%;
        margin: 2rem 0 2rem 0;
        font-size: 1.3rem;
        line-height: 1.6;
    }
    .top-kv ul {
        width: 100%;
        gap: 1.5rem;
    }
}



/* -------------------------------------------

trouble

------------------------------------------- */
.top-trouble {
    padding: 6rem 0 8rem 0;
    position: relative;
}
.top-trouble::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/top-trouble-bg-1.png) no-repeat left top;
    background-size: 100%;
    left: 0;
    top: 17rem;
    mix-blend-mode: multiply;
}
.top-trouble > * {
    position: relative;
    z-index: 10;
}
.top-trouble h2 {
    text-align: center;
    margin-bottom: 7rem;
    font-size: 3.6rem;
}
.top-trouble h2 span {
    font-size: 4.2rem;
}
.top-trouble h2 span:nth-child(1) {
    color: var(--orange);
}
.top-trouble h2 span:nth-child(2) {
    text-emphasis: filled var(--red);
}
.top-trouble .wrap {
    width: 80rem;
    margin: 0 auto 4rem auto;
    background: #fff;
    border-radius: 3rem;
    border: solid 0.5rem #ff9300;
}
.top-trouble .wrap > div {
    display: flex;
    align-items: center;
    padding: 0 5rem 0 4rem;
    position: relative;
    top: -2.5rem
}
.top-trouble .wrap > div > figure {
    width: 27%;
}
.top-trouble .wrap > div > p {
    font-size: 1.7rem;
    font-weight: bold;
    width: 73%;
    padding-left: 2rem;
    padding-top: 3rem;
}
.top-trouble .wrap ul {
    padding: 0 4rem 4rem 4rem;
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem;
}
.top-trouble .wrap ul li {
    width: calc((100% - 10.5rem) / 4);
}
.top-trouble section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80rem;
    margin: 0 auto;
}
.top-trouble section h3 {
    width: 58rem;
}
.top-trouble section > figure {
    width: 70rem;
    margin-bottom: 4rem;
}
.top-trouble section > div {
    background: #fff;
    border-radius: 2rem;
    border: solid 0.5rem #ff9300;   
    position: relative; 
    padding: 2.5rem;
    box-shadow: 0.7rem 0.7rem 0 rgba(0,0,0,0.3);
}
.top-trouble section > div > figure {
    width: 24%;
    position: absolute;
    left: 3.5rem;
    bottom: 0.5rem;
}
.top-trouble section > div > p {
    padding-left: 30%;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .top-trouble {
        padding: 2rem 0 6rem 0;
        position: relative;
    }
    .top-trouble::before {
        top: 15rem;
    }    
    .top-trouble h2 {
        font-size: 3rem;
        line-height: 1;
    }
    .top-trouble h2 span {
        font-size: 3.8rem;
    }
    .top-trouble .wrap {
        width: calc(100% - 6rem);
        margin: 0 auto 3rem auto;
    }
    .top-trouble .wrap > div {
        flex-direction: column;
        align-items: center;
        padding: 0;
        top: -3rem;
        margin-bottom: -2rem;
    }
    .top-trouble .wrap > div > figure {
        width: 55%;
    }
    .top-trouble .wrap > div > p {
        font-size: 1.7rem;
        font-weight: bold;
        width: 100%;
        padding: 1rem 2rem 0 2rem;
    }
    .top-trouble .wrap ul {
        padding: 0 2rem 2rem 2rem;
        gap: 1rem;
    }
    .top-trouble .wrap ul li {
        width: calc((100% - 3rem) / 4);
    }
    .top-trouble section {
        width: 100%;
        padding: 0 3rem;
    }
    .top-trouble section h3 {
        width: 100%;
    }
    .top-trouble section > figure {
        width: 100%;
        margin-bottom: 4rem;
    }
    .top-trouble section > div {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 2.5rem 2.5rem 2.5rem;
    }
    .top-trouble section > div > figure {
        width: 55%;
        position: relative;
        left: auto;
        bottom: auto;
        top: -2rem;
        margin-bottom: -1rem;
    }
    .top-trouble section > div > p {
        padding-left: 0;
    }
}



/* -------------------------------------------

point

------------------------------------------- */
.top-point {
    background:
        url(../img/top-point-bg-1.png) no-repeat left -6rem top 9rem,
        url(../img/top-point-bg-1.png) no-repeat right -18rem bottom 5rem,
        url(../img/texture-2.jpg) center top;
    background-size:
        48rem auto,
        40rem auto,
        100% auto;
    padding: 4rem 0 8rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-point h2 {
    width: 60rem;
}
.top-point ul {
    margin: 3rem 0 5rem 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4rem;
    row-gap: 2rem;
}
.top-point ul li {
    width: calc((100% - 4rem) / 2);
    background: #fff;
    border: solid 0.5rem #ff9300;   
    box-shadow: 0.7rem 0.7rem 0 rgba(0,0,0,0.3);
    border-radius: 2rem;    
    padding: 0 1.5rem 2rem 1.5rem;
}
.top-point ul dt {
    display: flex;
    align-items: center;
    border-bottom: solid 0.3rem var(--orange);
}
.top-point ul dt img {
    width: 23%;
    position: relative;
    bottom: -0.5rem;
}
.top-point ul dt span {
    width: 77%;
    padding-left: 1.5rem;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
}
.top-point ul dd {
    padding: 1rem 1rem 0 1rem;
    line-height: 1.4;
}
.top-point .more-wrap {
    display: flex;
    gap: 3rem
}
@media screen and (max-width: 768px) {
    .top-point {
        background:
            url(../img/top-point-bg-1.png) no-repeat left -6rem top 3rem,
            url(../img/top-point-bg-1.png) no-repeat right -8rem bottom 3rem,
            url(../img/texture-2.jpg) center top;
        background-size:
            32rem auto,
            30rem auto,
            100% auto;
        padding: 4rem 3rem 6rem 3rem;
    }
    .top-point h2 {
        width: 100%;
    }
    .top-point ul {
        margin: 2rem 0 3rem 0;
        column-gap: 0;
        row-gap: 2rem;
    }
    .top-point ul li {
        width: 100%;
    }
    .top-point ul dt span {
        font-size: 1.8rem;
    }
    .top-point .more-wrap {
        flex-direction: column;
        gap: 2rem
    }
}



/* -------------------------------------------

service

------------------------------------------- */
.top-service {
    background: url(../img/top-service-deco-1.png) no-repeat right top;
    background-size: 15rem auto;
    padding: 8rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-service h2 {
    width: 40rem;
}
.top-service ul {
    display: flex;
    gap: 2rem;
    margin: 3rem 0;
}
.top-service figcaption {
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
    font-size: 2rem;
}
@media screen and (max-width: 768px) {
    .top-service {
        background: url(../img/top-service-deco-1.png) no-repeat right top -0.2rem;
        background-size: 8rem auto;
        padding: 8rem 3rem;
    }
    .top-service h2 {
        width: 100%;
    }
    .top-service ul {
        flex-direction: column;
        gap: 2rem;
    }
}



/* -------------------------------------------

blog

------------------------------------------- */
.top-blog {
    padding: 8rem 0;
    background: var(--yellow);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-blog h2 {
    width: 18rem;
}
.top-blog .wrap {
    margin: 3.5rem auto;
    width: 80rem;
}
@media screen and (max-width: 768px) {
    .top-blog {
        padding: 8rem 3rem;
    }
    .top-blog h2 {
        width: 18rem;
    }
    .top-blog .wrap {
        margin: 3.5rem auto;
        width: 100%;
    }
}
.top-news .more {
    margin: 4rem auto 0 auto;
}
/* cms */
.top-blog .CMS-ARTICLE-INDEX {
    padding-bottom: 0;
}
.top-blog .CMS-ARTICLE-MORE-READ {
    display: none;
}



/* -------------------------------------------

company

------------------------------------------- */
.top-company {
    background: var(--yellow);
    padding-bottom: 6rem;
}
.top-company .wrap {
    display: flex;
}
.top-company .wrap h2 {
    width: 28rem;
    font-size: 2.6rem;
    margin-top: 1.2rem;
}
.top-company .wrap > div {
    width: calc(100% - 28rem);
}

.top-company a{
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .top-company {
        padding: 0 3rem 6rem 3rem;
    }
    .top-company .wrap {
        flex-direction: column;
        align-items: center;
    }
    .top-company .wrap h2 {
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }
    .top-company .wrap > div {
        width: 100%;
    }	
}



/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP {
        display: block;
    }
}
.CMS-FORM-GROUP:not(:last-of-type) {
    margin-bottom: 4rem;
}
.CMS-FORM-GROUP > label {
    width: 30%;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    padding: 2rem;
    width: 70%;
}
.CMS-FORM-GROUP textarea {
    -webkit-appearance: none;
    appearance: none;
    border: #ddd solid 1px;
    width: 70%;
    height: 16rem;
    padding: 2rem;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-INPUT,
    .CMS-FORM-EMAIL,
    .CMS-FORM-GROUP textarea {
        width: 100%;
    }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    width: 70%;
}
.CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-right: 2.5rem;
    margin-bottom: 1.2rem;
}
.CMS-FORM-RADIO > div {
    display: flex;
    align-items: center;
    width: calc(100% - 18px);
}
.CMS-FORM-RADIO > div label {
    margin-left: 0.5rem;
    margin-top: 0.3rem;
}
_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-RADIO {
        display: block;
        width: 100%;
        white-space:unset;
    }
    .CMS-FORM-RADIO > div:not(:last-of-type) {
        margin-bottom: 1.2rem;
    }
    .CMS-FORM-RADIO > div label {
        width: calc(100% - 24px);
    }
    _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
        margin-top: 0.7rem;
    }   
}
input[type="radio"] {
    position: relative;
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 50%;
    vertical-align: -2px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
input[type="radio"]:checked:before {
    content: "";
    background: var(--prime);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
}
@media screen and (max-width: 768px) {
    input[type="radio"] {
        width: 24px;
        height: 24px;
    }
    input[type="radio"]:checked:before {
        width: 12px;
        height: 12px;
    }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type="submit"] {
    background: var(--prime);
    color: #fff;
    display: block;
    font-family: "M PLUS 1", sans-serif;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.9rem 0;
    transition: all .3s;
    width: 24rem;
    font-weight: bold;
    border-radius: 10rem;
}
.CMS-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}
input[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
    border: none;
    border-radius: 0;
}
input[type="submit"]::-webkit-search-decoration {
    display: none;
}
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input[type="submit"] {
        width: 100%;
        font-size: 1.7rem;
    }   
}
/* ---- calendar ---- */
input[type="date"] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: #ddd solid 1px;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 2rem;
    width: 70%;
}
@media screen and (max-width: 768px) {
    input[type="date"] {
        width: 100%;
    }
}
/* ---- select ---- */
.select-wrap {
    position: relative;
    width: 70%;
}
.select-wrap::before {
    content: "";
    width: 0.6rem;
    height: 0.6rem;
    border-right: solid 0.15rem #333;
    border-bottom: solid 0.15rem #333;
    transform: rotate(45deg);
    position: absolute;
    right: 1.2rem;
    top: calc(50% - 0.6rem);
    z-index: 10;
}
select {
    appearance: none;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 0;
    color: #000;
    font-size: 1.4rem;
    padding: 1.6rem 4rem 1.5rem 1.5rem;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .select-wrap {
        width: 100%;
    }
}
/* ---- required ---- */
.required {
    background: var(--prime);
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    margin-left: 1.0rem;
    padding: 0.2rem 0.7rem 0.35rem 0.7rem;
    vertical-align: 0.1rem;
    border-radius: 10rem;
}
/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
    .CMS-FORM-GROUP input:focus,
    .CMS-FORM-GROUP textarea:focus {
        font-size: 16px;
    }
}



/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.2rem;
    height: 20rem;
    overflow: auto;
    padding: 1.7rem 2rem;
}
.privacy-note {
    font-size: 1.2rem;
    margin: 5rem 0 2rem 0;
}



/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .thanx {
        text-align: left;
    }
}
.back {
    display: block;
    text-align: center;
}
.back a {
    color: var(--prime);
}



/* -------------------------------------------

クロスメイク

------------------------------------------- */
table {
    width: 100%;
    border: solid 0.3rem var(--orange);
    border-collapse: collapse;
}
table th,
table td {
    vertical-align: middle;
    padding: 1.5rem;
    font-size: 1.3rem;
    text-align: center;
    border: solid 0.15rem var(--orange);   
}
table th {
    background: var(--yellow);
}
table td {
    background: #fff;
}
@media screen and (max-width: 768px) {
    .table-wrap {
        overflow-x: scroll;
        padding-bottom: 1rem;
    }
    table th,
    table td {
        white-space: nowrap;
    }
}



/* -------------------------------------------

ブリッジブックス

------------------------------------------- */
.topNews_list {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    list-style: none;
}
.topNews_item {
    flex-basis: calc((100% / 3) - 6rem / 3);
}
.topNews_image {
    position: relative;
    aspect-ratio: 1/1;
}
.topNews_image img,
.topNews_image video {
    width: 100%;
    height: 100%;
}
.topNews_content {
    margin-top: 1rem; 
    line-height: 1;
}
.topNews_date {
    color: var(--prime);
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
}
.topNews_caption {
    line-height: 1.6;
    font-size: 1.3rem;
}
.topNews_caption strong {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.5rem;
}
.topNews_btn {
    display: flex;
    justify-content: center;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .topNews_list {
        flex-direction: column;
        gap: 4rem;
    }
    .topNews_item {
        width: 100%;
    }
    .topNews_caption {
        font-size: 1.4rem;
    }
    .topNews_caption strong {
        font-size: 1.7rem;
    }   
}
/* news index */
.news_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem;
  }
.news_item {
    display: flex;
    gap: 1.5rem;
    cursor: pointer;
    transition: all .3s;
}
.news_item:hover {
    opacity: 0.5;
}
.news_image {
    position: relative;
    width: 50%;
    overflow: hidden;
    aspect-ratio: 1/1;
}
.news_image img,
.news_image video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: .3s;
    object-fit: cover;
}
.news_item:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.news_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem;
}
.news_caption {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}
.news_caption strong {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: 1.4;
}
.news_date {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 0;
    align-self: flex-end;
}
.news_day {
    font-size: 2rem;
    text-align: right;
}
.news_month {
    font-size: 1.2rem;
    color: var(--prime);
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 3rem;
}
.pagination-number,
.pagination-arrow {
    font-size: 1.6rem;
    padding: 8px 12px;
}
.pagination-number.active {
    background-color: orange;
    color: white;
    cursor: default;
}
.pagination-no-number {
    align-self: center;
}
@media screen and (max-width: 768px) {
    .news_container {
        grid-template-columns: 1fr;
    }
    .news_item {
        flex-direction: column;
    }
    .news_image {
        width: 100%;
    }
    .news_content {
        width: 100%;
        padding: 0;
    }
    .news_caption {
        font-size: 1.4rem;
    }
    .news_caption strong {
        font-size: 1.8rem;
    }
}
/* blog detail */
.blogdetail_image {
    display: flex;
    justify-content: center;
}
.blogdetail_image img,
.blogdetail_image video {
    width: 70%;
    height: auto;
}
.blogdetail_content {
    margin-top: 3rem;
    font-size: 1.6rem;
}
.blogdetail_back-link {
    margin-top: 4rem;
    text-align: center;
}
.blogdetail_back-link a {
    color: var(--prime);
    position: relative;
    padding: 3rem 0;
    display: block;
}
.blogdetail_caption {
    white-space: pre-wrap; 
}
@media screen and (max-width: 768px) {
    .blogdetail_image img,
    .blogdetail_image video {
        width: 100%;
    }
}
.newsDetail_back-link {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
.newsDetail_back-link a {
    color: var(--prime);
    text-decoration: underline;
}

/* -------------------------------------------
   clothmake page（画像コメントアウト時）
   テキストを左配置・フル幅に
------------------------------------------- */
.clothmake-page .container .wrap {
    justify-content: flex-start;
}
.clothmake-page .container .wrap.reverse {
    flex-direction: row;
}
.clothmake-page .container .wrap > div {
    width: 100%;
    text-align: left;
}
.clothmake-page .container .wrap > div p {
    text-align: left;
}



/* -------------------------------------------

clothmake

------------------------------------------- */
.color > figure {
    width: 48rem;
    margin: 0 auto 4rem auto;
}
.color-list {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}
.color-list li {
    width: calc((100% - 4rem) / 2);
}
.color-list li div {
    display: flex;
    gap: 1rem;
}
.color-list li div > * {
    flex: 1;
    position: relative;
}
.color-list img {
    aspect-ratio: 4/3;
}
.color-list figcaption {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 0 1rem;
    font-weight: 500;
}
.color-list li div > *:nth-of-type(1) figcaption {
    background: #666;
}
.color-list li div > *:nth-of-type(2) figcaption {
    background: var(--prime);
}
.color-list span {
    display: block;
    text-align: center;
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .color > figure {
        width: 100%;
    }
    .color-list {
        flex-direction: column;
    }
    .color-list li {
        width: 100%;
    }
}
.works-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}
.works-list li {
    width: calc((100% - 4rem) / 2);
}
.works-list figure {
    display: flex;
    gap: 1rem
}
.works-list figure > img {
/*    width: calc((100% - 1rem) / 2);*/
    aspect-ratio: 1/1;
    height: auto;
    object-fit: cover;
}
.works-list span {
    display: block;
    margin-top: 1rem;
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;    
}
@media screen and (max-width: 768px) {
    .works-list {
        flex-direction: column;
    }
    .works-list li {
        width: 100%;
    }
    .works-list figure {
        display: flex;
        gap: 1rem
    }
}

.works-list li div{
    display: flex;
    
        gap: 1rem
}

.works-list figure{
    position: relative;
}


.works-list figcaption {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 0 1rem;
    font-weight: 500;
    z-index: 2;
}
.works-list li div > *:nth-of-type(1) figcaption {
    background: #666;
}
.works-list li div > *:nth-of-type(2) figcaption {
    background: var(--prime);
}
.works-list span {
    display: block;
    text-align: center;
    margin-top: 1rem;
    font-size: 1.6rem;
    font-weight: 500;
}

.link-underline{
    text-decoration: underline;
}