@charset "utf-8";
/*---------------------------------------------------------------------------- common */
@import url('https://use.typekit.net/buc0len.css');

@media (min-width: 769px){
    .sp{
        display: none;
    }
}
@media (max-width: 768px){
    .pc{
        display: none;
    }
}

main{
    background-color: #F7FAFF;
    color: #14243E;
}
.section-inner {
    width: min(90%, 1080px);
    margin: 0 auto;
    padding: 60px 0;
}
#breadcrumb{
    padding: calc(70px + 24px) 0 24px;
}
.bg-navy{
    background-color: #14243E;
    color: #DDDDDD;
}
a{
    text-decoration: none;
}
/*extenallink*/

.extenallink-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.extenallink-box a {
    display: block;
    width: 70%;
    padding: 20px;
    background-color: #000000;
    color: #fff;
    text-align: center;
}

@media (max-width: 768px){
    p {
        letter-spacing: -0.03em;
    }
    .section-inner {
        padding: 25px 0;
    }
    .extenallink-box {
        gap: 20px;
    }
    .extenallink-box a {
        width: 95%;
        padding: 12px 0;
    }
}

/*fv*/
.fv_wrap {
    text-align: center;
    background: #14243E;
    background-image: url(../img/samurai-fun/fv_bg.png);
    background-size: 150%;
    background-position: center center;
    background-repeat: no-repeat;
}
.fv_logo {
    width: 550px;
    margin-top: -35px;
}
.message_txt {
    color: #fff;
}
.message_txt h2 {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
}
.message_img img {
    width: 100%;
}

@media (max-width: 768px){
    .fv_wrap {
        background-size: 250%;
        background-position: top center;
    }
    .kv img {
        width: 95%;
        margin-top: 25px;
    }
    .fv_logo {
        width: 95%;
        margin-top: 0;
    }
    .message_txt h2 {
        font-size: 15px;
        padding-bottom: 10px;
    }
}
/*section*/

.section-heading {
    width: 100%;
    padding: 25px 0;
    background: linear-gradient(90deg,rgba(189, 180, 102, 1) 0%, rgba(242, 238, 203, 1) 100%);
    color: #14243E;
    line-height: 1;
    text-align: center;
}
.section-heading h2 {
    text-transform: uppercase;
    font-family: 'tt-autonomous', sans-serif;

    font-weight: bold;
    font-size: 68px;
}
.section-heading p {
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
}
@media (max-width: 768px){
    .section-heading {
        padding: 15px 0;
    }
    .section-heading h2 {
        font-size: 26px;
    }
    .section-heading p {
        font-size: 13px;
        padding-top: 3px;
    }
}
/*entry*/

.entry-card-box {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.entry-card {
    box-sizing: border-box;
    width: 475px;
    height: 400px;
    padding: 30px;
    background-color: #fff;
    color: #14243E;
    text-align: center;
    outline: 3px solid #001344;
    outline-offset: -9px;
}
.entry-step {
    text-transform: uppercase;
    font-family: 'tt-autonomous', sans-serif;
    line-height: 1.1;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.entry-step span {
    font-size: 26px;
    padding-top: 5px;
}
.entry-text {
    padding: 10px;
    font-weight: bold;
}
.hash-tag {
    margin-top: 10px;
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
    width: 90%;
    height: 100px;
    border: 1px solid #6c6c6c;
    border-radius: 5px;
    text-align: left;
}
.entry-card button {
    position: relative;
    display: inline-block;
    width: 90%;
    margin-top: 15px;
    padding: 15px 0;
    background-color: #0090FF;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}
.entry-card button:hover {
    background-color: #007bd6;
}
.entry-card button::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    -webkit-mask-image: url(../img/samurai-fun/copy.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    position: absolute;
    top: 10px;
    left: 10px;
}
.entry-card .sns_icon {
    display: flex;
    padding: 50px 0;
    gap: 40px;
    justify-content: center;
}
@media (max-width: 768px){
    .entry-card-box {
        flex-direction: column;
        gap: 20px;
    }
    .entry-card {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }
    #hash-tag {
        margin-top: 10px;
        width: 85%;
        height: 100px;
    }
    .entry-card button {
        width: 85%;
    }
    .entry-card .sns_icon {
        padding: 2px 0;
        gap: 20px;
    }
    .entry-card .sns_icon img {
        width: 55px;
        height: 55px;
    }
}

/*ambassador*/

.ambassador .title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.ambassador table {
    position: relative;
    margin: 35px 0 65px 0;
    border-top: 1px solid #ececec;
}

.ambassador tr {
    border-bottom: 1px solid #ececec;
}

.ambassador th {
    width: 15%;
}

.ambassador td {
    display: block;
}

.ambassador .copy {
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 25px;
}

.ambassador .txt {
    line-height: 1.8;
    margin-top: 15px;
    padding-bottom: 19px;
}

@media (max-width: 768px){
    .ambassador .title {
        font-size: 16px;
    }
    .ambassador table {
        margin: 25px 0 50px 0;
    }
    .ambassador tr {
        display: flex;
        flex-direction: column;
    }
    .ambassador th {
        width: 100%;
    }
    .ambassador .copy {
        line-height: 1;
        font-size: 1.4rem;
        font-weight: 600;
        padding-top: 20px;
    }
    .ambassador .txt {
        line-height: 1.6;
        margin-top: 12px;
        padding-bottom: 14px;
    }
}

/*campaign*/
.campaign .section-inner {
    padding-top: 85px;
}
.campaign-card-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
.campaign-card {
    position: relative;
    box-sizing: border-box;
    width: 90%;
    padding: 50px 40px 40px 40px;
    background-color: #fff;
    color: #14243E;
    text-align: center;
    outline: 3px solid #C8161D;
    outline-offset: -9px;
}
.campaign-card-title {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);

    display: inline-block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    padding: 0 1rem;
    background-color: #C8161D;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.campaign-card-title::before,
.campaign-card-title::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #C8161D transparent;
    border-style: solid;
    content: '';
}

.campaign-card-title::before {
    left: -15px;
    border-width: 25px 0px 25px 15px;
}

.campaign-card-title::after {
    right: -15px;
    border-width: 25px 15px 25px 0px;
}
.campaign-title-text {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
.campaign a {
    display: inline-block;
    margin-top: 40px;
    width: 70%;
    padding: 15px;
    background-color: #fff;
    color: #000000;
    text-align: center;
    outline: 2px solid #C8161D;
}
.campaign a:hover {
    color: #ffffff;
    background-color: #C8161D;
}
.campaign .icon_extenallink:hover::after {
    background-color: #ffffff;
}
.campaign .icon_extenallink:after {
    background-color: #C8161D;
}
.coming_soon {
    padding: 35px;
    text-transform: uppercase;
    font-family: 'tt-autonomous', sans-serif;
    font-size: 36px;
    font-weight: bold;
}

@media (max-width: 768px){
    .campaign .section-inner {
        padding-top: 60px;
    }
    .campaign-card {
        width: 100%;
        padding: 40px 20px 30px 20px;
        outline: 2px solid #C8161D;
        outline-offset: -9px;
    }
    .campaign-card-title {
        width: 65%;
        height: 44px;
        line-height: 44px;
        font-size: 24px;
    }
    .campaign-card-title::before {
        left: -14px;
        border-width: 22px 0px 22px 15px;
    }
    .campaign-card-title::after {
        right: -14px;
        border-width: 22px 15px 22px 0px;
    }
    .campaign-title-text {
        font-size: 14px;
    }
    .campaign-card img {
        width: 90%;
    }
    .campaign a {
        margin-top: 20px;
    }
    .coming_soon {
        padding: 18px;
        font-size: 20px;
    }
}

.scroll-infinity__wrap {
    overflow: hidden;
}

.scroll-infinity__track {
    display: flex;
    width: max-content;
    animation: scroll-loop 60s linear infinite;
}

.scroll-infinity__track img {
    height: 300px;
    width: auto;
    flex: 0 0 auto;
    display: block;
}

/* ここが重要 */
@keyframes scroll-loop {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}




