@charset "utf-8";
@import url("root.css");
/***************************************
------------- TOP MAIN IMG -------------
***************************************/

#mv {
    width: min(100%, 1200px);
    height: auto;
    margin:0 auto 0;
}

.left_contents section {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    #mv {
        margin-top: 80px;
    }
}

/***************************************
------------- MARKET　PRICE ------------
***************************************/
#market .market_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid var(--base-color01);
    background: #fff;
}
.market_txt {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.market_txt p {
    width: 100%;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.market_txt p span {
    display: block;
    padding: 5px 10px 7px;
    font-size: 0.85em;
    text-align: center;
    color: #fff;
    background: #ff772f;
    font-feature-settings: "palt";
    line-height: 1.0;
    margin-left: 5px;
}
.market_txt p.setsumei {
    font-size: 1.3rem;
    margin-top: 5px;
    font-weight: normal;
}
#market .market_wrap dl {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    width: calc(100%/3);
    align-content: center;
    padding: 20px 5px;
}
#market .market_wrap dl:nth-of-type(odd) {
    background: #fff;
}
#market .market_wrap dl:nth-of-type(even) {
    background: #eee;
}
#market .market_wrap dl dt {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#market .market_wrap dl dd {
    width: 100%;
    height: auto;
    margin-top: 15px;
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#market .market_wrap dl:nth-of-type(1) dt::before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 auto 5px;
    background: url(../img/ingot01.png) no-repeat;
    background-size: contain;
    background-position: center;
}
#market .market_wrap dl:nth-of-type(2) dt::before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 auto 5px;
    background: url(../img/ingot02.png) no-repeat;
    background-size: contain;
    background-position: center;
}
#market .market_wrap dl:nth-of-type(3) dt::before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 auto 5px;
    background: url(../img/ingot03.png) no-repeat;
    background-size: contain;
    background-position: center;
}
#market .market_wrap dl:nth-of-type(4) dt::before {
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    margin: 0 auto 5px;
    background: url(../img/ingot04.png) no-repeat;
    background-size: contain;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .market_txt {
        width: 90%;
        margin-bottom: 20px;
    }
    .market_txt p {
        font-size: min(4.5vw,2.4rem);
        flex-wrap: wrap;
    }
    .market_txt p span {
        width: 100%;
        margin-top: 5px;
    }
    #market .market_wrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
@media screen and (max-width: 599px) {
    #market .market_wrap dl {
        width: 100%;
        padding: 10px;
    }
    #market .market_wrap dl dt {
        width: 60%;
        flex-direction: row;
        justify-content: flex-start;
    }
    #market .market_wrap dl dd {
        width: 40%;
        margin-top: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    #market .market_wrap dl:nth-of-type(1) dt::before,
    #market .market_wrap dl dt:before {
        font-size: 1.6rem;
    }
    #market .market_wrap dl:nth-of-type(1) dt::before,
    #market .market_wrap dl:nth-of-type(2) dt::before,
    #market .market_wrap dl:nth-of-type(3) dt::before {
        width: 30px;
        margin: 0 10px 0 0;
    }
}
/***************************************
-------------- NEWS --------------
***************************************/

#news .news_wrap {
    width: 100%;
    height: 160px;
    overflow: scroll;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid var(--base-color01);
    padding: 15px;
    background: #fff;
}
#news .news_wrap dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: flex-start;
}
#news .news_wrap dl dt {
    width: 100%;
}
#news .news_wrap dl dd {
    width: 100%;
}
#news .news_wrap dl:not(:last-of-type) {
    padding-bottom: 10px;
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .news_wrap dl dt,
    .news_wrap dl dd {
        font-size: 1.6rem;
    }
}
/***************************************
--------------- GREETING ---------------
***************************************/

#greeting {
    width: 100%;
    padding: 30px;
    margin-top: 80px;
    margin-bottom: 50px;
    background: linear-gradient(0deg, #fff 65%, #fffde5);
    /*background: #fff url(../img/greeting_bg.jpg) no-repeat;*/
    background-position: top center;
    background-size: cover;
    border: 10px solid var(--base-color01);
    display: grid;
    grid-template-columns: 35% 1fr;
    gap: 30px;
    grid-template-areas:
        "img ttl"
        "img txt ";
}
.greeting_ttl {
    grid-area: ttl;
}
/*.greeting_ttl img {
    margin-top: -15px;
}*/
.greeting_img {
    grid-area: img;
}
/*.greeting_img img {
    margin-top: -30px;
}*/
.greeting_txt {
    grid-area: txt;
}

@media screen and (max-width: 1023px) {
    #greeting {
        padding: 1.27vw;
        border: min(1.27vw, 10px) solid var(--base-color01);
        display: grid;
        grid-template-columns: 35% 1fr;
        gap: 1.27vw;
    }
}
@media screen and (max-width: 768px) {
    #greeting {
        display: grid;
        grid-template-columns: 20% 1fr;
        gap: 1.27vw;
        grid-template-areas:
            "img ttl"
            "txt txt";
    }
    .greeting_txt p {
        width: 95%;
        margin: 0 auto 2.5%;
    }
}
/***************************************
---------------- ACCESS ----------------
***************************************/

#access {
    background: #fff;
    border: 2px solid var(--base-color01);
}
#access .subtitle {
    width: 90%;
    margin: 30px auto 15px;
    color: var(--base-color01);
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.0;
    padding: 5px 10px;
    border-left: 10px solid var(--base-color01);
    border-bottom: 2px solid var(--base-color01);
}
#access .access_wrap {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    counter-reset: list-number;
}
#access .access_box {
    width: 29%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    position: relative;
}
#access .access_box:nth-of-type(1)::after,
#access .access_box:nth-of-type(2)::after,
#access .access_box:nth-of-type(4)::after,
#access .access_box:nth-of-type(5)::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -20%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 8%;
    height: 16%;
    background: url(../img/arrow_bl.svg) no-repeat;
    background-size: contain;
    background-position: center;
}
#access .access_txt {
    margin: 10px 0;
    color: var(--base-color01);
    display: flex;
    align-items: flex-start;
    text-align: justify;
}
#access .access_txt span {
    font-size: 1.6rem;
    width: calc(100% - 50px);
}
#access .access_txt::before {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.0;
    margin-right: 10px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--base-color01);
    counter-increment: list-number;
    content: counter(list-number);
    background: #ffcc00;
}
@media screen and (max-width: 768px) {
    #access .subtitle {
        font-size: min(4.5vw,2.5rem);
    }
    #access .access_box {
        width: 45%;
    }
    #access .access_box:nth-of-type(even)::after {
        content: none;
    }
    #access .access_box:nth-of-type(odd)::after {
        content: "";
        position: absolute;
        top: 40%;
        right: -20%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 8%;
        height: 16%;
        background: url(../img/arrow_bl.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }
}
@media screen and (max-width: 414px) {
    #access .access_box {
        width: 100%;
    }
    #access .access_box::after {
        content: none!important;
    }
}
/***************************************
-------------- ITEM LIST ---------------
***************************************/
#item_list {
    background: #7d82bd;
}
.item_list_bg {
    background: url(../img/item_bgBottom.jpg) no-repeat;
    background-position: bottom;
    background-size: contain;
    padding: 0 0 min(3.5%, 30px);
}
#item_list .list_wrap {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: min(3.5%, 30px) min(3.5%, 30px) 0;
    background: url(../img/item_bgTop.jpg) no-repeat;
    background-size: contain;
    background-position: top;
}
#item_list .list_wrap li {
    width: 47.5%;
    margin-bottom: calc(8% / 3);
}
@media screen and (max-width: 768px) {
    #item_list .list_wrap li {
        width: 48.5%;
    }
}
@media screen and (max-width: 414px) {
    #item_list .list_wrap li {
        width: 100%;
    }
}
/***************************************
-------------- ACHIEVEMENT -------------
***************************************/
#achievement {
    background: #fff;
    border: 2px solid var(--base-color01);
    padding-top: 5%;
    padding-bottom: 5%;
}

#achievement > p {
    margin-top: 30px;
    margin-bottom: 30px;
}
#achievement .result_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
#achievement .result_wrap .result_box {
    width: 31%;
    margin-bottom: 3.5%;
}
#achievement .result_wrap .result_box:not(:nth-of-type(3n)) {
    margin-right: 3.5%;
}
#achievement .result_txt .date {
    font-size: 1.4rem;
    line-height: 1.0;
    margin: 5px auto;
}
#achievement .result_txt .date:before {
    content: "";
    display: inline-block;
    background-image: url(../img/cal_bk.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
#achievement .result_txt .category {
    width: 100%;
    font-size: 1.6rem;
    color: #fff;
    background: var(--base-color01);
    margin-bottom: 5px;
    padding: 5px;
    line-height: 1.0;
    text-align: center;
}
#achievement .result_txt .text {
    font-size: 1.6rem;
    height: calc(1em * 1.7 * 3);
    text-align: justify;
    overflow-y: scroll;
    padding-right: 5px;
}
@media screen and (max-width: 768px) {
    #achievement .result_wrap .result_box {
        width: 49%;
    }
    #achievement .result_wrap .result_box:not(:nth-of-type(3n)) {
        margin-right: 0;
    }
    #achievement .result_wrap .result_box:not(:nth-of-type(2n)) {
        margin-right: 2%;
    }
}
@media screen and (max-width: 599px) {

}
/***************************************
---------------- F A Q -----------------
***************************************/
#faq {
    background: #fff;
    border: 2px solid var(--base-color01);
    padding-top: 5%;
    padding-bottom: 5%;
}
.faq_box {
    width: 90%;
    margin: auto;
}
.faq_box:not(:first-of-type) {
    margin-top: 20px;
}
.faq_box:not(:last-of-type) {
    padding-bottom: 15px;
    border-bottom: 1px dashed #000;
}
.faq_box dt {
    font-size: 2.0rem;
    position: relative;
    width: calc(100% - 60px);
    margin-left: 60px;
    margin-bottom: 20px;
    color: #fff;
    background: #4b5196;
    padding-left: 10px;
}
.faq_box dd {
    color: #c86464;
    font-size: 2.0rem;
    position: relative;
    width: calc(100% - 60px);
    margin-left: 60px;
    margin-bottom: 30px;
}
.faq_box dt::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/icon_q.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 20px;
    left: -40px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.faq_box dd::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/icon_a.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 20px;
    left: -40px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .faq_box dt,
    .faq_box dd {
        font-size: 1.8rem;
        width: calc(100% - 40px);
        margin-left: 40px;
    }
    .faq_box dt::before,
    .faq_box dd::before {
        width: 30px;
        height: 30px;
        top: 15px;
        left: -25px;
    }
}