@charset "utf-8";
/*===========================
add
===========================*/
.metal {
    font-size: 3em;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    color: #FC7028;
    font-family: 'Arial', 'Helvetica', sans-serif; /* ゴシック体 */
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2); /* ぼかし半径を0に設定 */
    margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
    .metal {
        font-size: 2em;
    }
}

@media screen and (max-width: 480px) {
    .metal {
        font-size: 1.5em;
    }
}

h2.metal:after {
    height: 0;
}


/*.metal {
    font-size: 3em;
    text-align: center;
    line-height: 1.2em;
    font-weight: bold;
    color: transparent;
    background: repeating-linear-gradient(0deg, #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);
    -webkit-background-clip: text;
    -webkit-box-reflect: below -0.25em -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .6)), to(transparent));
    text-shadow: none;
    margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
    .metal {
        font-size: 2em;
    }
}
@media screen and (max-width: 480px) {
    .metal {
        font-size: 1.5em;
    }
}
h2.metal:after {
    height: 0;
}*/
/*===========================
box02
===========================*/
@media screen and (min-width: 601px) {
    .box02 .in01 {
        display: flex;
        padding-bottom: 20px;
        margin: 0 auto 20px;
        width: 75%;
    }
}
@media screen and (max-width: 768px) {
    .box02 .in01 {
        width: 100%;
        padding-bottom: 15px;
        margin: 0 auto 15px;
    }
}
.box02 .in01:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.box02 .st {
    background-color: #C94D45;
    margin-right: 3%;
    width: 25%;
    text-align: center;
    border-radius: 10px;
    position: relative;
    box-shadow: 5px 5px 0 0px #FDDEDC;
    -webkit-box-shadow: 5px 5px 0 0px #FDDEDC;
}
@media screen and (max-width: 600px) {
    .box02 .st {
        width: 100%;
        padding: 8px 0;
        margin-bottom: 15px;
        box-shadow: 3px 3px 0 0px #FDDEDC;
    }
}
@media screen and (min-width: 601px) {
    .box02 .st .st-box {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
}
.box02 .st .st-box p {
    font-size: 1.4em;
    color: #fff;
    line-height: 100%;
    padding: 0 !important;
}
@media screen and (max-width: 768px) {
    .box02 .st .st-box p {
        font-size: 1.2em;
    }
}
.box02 .de01 {
    width: 72%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    font-size: 1em;
    line-height: 150%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 5px 5px 0 0px #FDDEDC;
}
@media screen and (max-width: 600px) {
    .box02 .de01 {
        font-size: 1em;
        width: 100%;
        box-sizing: border-box;
        box-shadow: 3px 3px 0 0px #FDDEDC;
    }
}
.box02 .contactBtnWrap {
    text-align: left;
}
.box02 .contactBtnWrap .contactBtn {
    margin-bottom: 0;
}
/*===========================
box03
===========================*/
.box03 .in01 {
    display: flex;
    border-bottom: #eeeeee solid 2px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
    .box03 .in01 {
        display: block !important;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}
.box03 .in01:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.box03 .st {
    background-color: var(--basic-color);
    width: 130px;
    height: 130px !important;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
@media screen and (max-width: 600px) {
    .box03 .st {
        width: 100px;
        height: 100px !important;
        margin: 0 auto 30px;
    }
}
.box03 .st .st-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box03 .st .st-box p {
    font-size: 3.5em;
    color: #fff;
    font-weight: bold;
}
@media screen and (max-width: 600px) {
    .box03 .st .st-box p {
        font-size: 2.5em;
    }
}
.box03 .st .title {
    font-size: 1.5em !important;
    margin-bottom: 15px;
    margin-top: -20%;
}
@media screen and (max-width: 600px) {
    .box03 .st .title {
        margin-bottom: 0;
        margin-top: -25%;
        font-size: 1.0em !important;
    }
}
.box03 .de01 {
    padding: 0 10px 0;
    margin-left: 50px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .box03 .de01 {
        width: 75%;
        margin: 0 0 0 auto;
    }
}
@media screen and (max-width: 600px) {
    .box03 .de01 {
        width: 100%;
        margin: 0 !important;
    }
}
@media screen and (max-width: 600px) {
    .box03 .de01 .catch2 {
        text-align: center;
        font-size: 1.5em;
    }
}
.box03 .contactBtnWrap {
    text-align: left;
}
@media screen and (max-width: 600px) {
    .box03 .contactBtnWrap {
        text-align: center;
    }
}
.box03 .contactBtnWrap .contactBtn {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .box03 .contactBtnWrap .contactBtn {
        margin-bottom: 10px;
    }
    .box03 .contactBtnWrap .contactBtn:nth-child(n+3) {
        padding-bottom: 0;
    }
}
/*===========================
box04
===========================*/
.box04 p {
    font-size: 1.4em;
}
@media screen and (max-width: 768px) {
    .box04 p {
        font-size: 1.2em;
    }
}
@media screen and (max-width: 600px) {
    .box04 p {
        font-size: 1em;
    }
}
/*===========================
box05
===========================*/
.box05 ul {
    display: flex;
    flex-wrap: wrap;
}
.box05 li {
    text-align: center;
    width: 23.5%;
    margin-right: 2%;
}
@media screen and (max-width: 600px) {
    .box05 li {
        text-align: center;
        width: 23.5%;
        margin-right: 2%;
    }
    .box05 li:nth-child(-n+2) {
        margin-bottom: 10px !important;
    }
    .box05 li:nth-child(odd) {
        width: 48%;
        margin: 0 0 0 0;
    }
    .box05 li:nth-child(even) {
        width: 48%;
        margin: 0 0 0 4%;
    }
}
.box05 li:last-child {
    margin-right: 0;
}
.box05 li a {
    background-color: #d3bd83;
    color: #fff;
    display: block;
    font-size: 1.3em;
    text-decoration: none;
    padding: 12px 10px;
    transition: 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.box05 li p {
    background-color: #d3bd83;
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
    padding: 12px 10px;
    transition: 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
@media screen and (max-width: 600px) {
    .box05 li a {
        font-size: 1.1em;
    }
}
.box05 li a.line {
    background-color: #00b900;
}
.box05 li a.insta {
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.box05 li a:hover {
    opacity: 0.5;
}
.image_link {
    display: block;
    position: relative;
    text-decoration: none;
}
.image_link img {
    display: block;
    width: 100%;
}
.image_link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #000; /*好みの色に変えてください。*/
    opacity: 0;
    transition: 0.3s;
}
.image_link:after {
    content: "READ MORE"; /*好みの文章に変更してください。*/
    display: block;
    color: #fff;
    line-height: 48px;
    width: 180px;
    border: solid 1px #fff;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1em;
    margin-left: -90px;
    opacity: 0;
    z-index: 3;
    transition: 0.3s;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.image_link:hover:before {
    opacity: 0.5;
}
.image_link:hover:after {
    opacity: 1;
    margin-top: -1.5em;
}
#mosaic-container {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: border 0.3s ease; /* スムーズなトランジション */
}
.content {
    filter: blur(8px); /* 初期モザイク */
    transition: filter 0.3s ease;
    pointer-events: none; /* モザイク中は操作無効 */
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* 背景色 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
#unlock-button {
    background-color: #001a43;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}
#unlock-button:hover {
    background-color: #0056b3;
}
#mosaic-container.unlocked .content {
    filter: none; /* モザイク解除 */
    pointer-events: auto;
}
#mosaic-container.unlocked .overlay {
    display: none; /* ボタン非表示 */
}
#mosaic-container.unlocked {
    border: none; /* モザイク解除時に非表示 */
}