@charset "UTF-8";
@media screen and (min-width: 768px) {
}

@media screen and (max-width: 767px) {
}

/* =====================================
	全体設定
===================================== */
figure {
    margin: 0;
}

a {
    transition: opacity 0.3s ease;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
    text-decoration: none;
}

a:active {
    color: #eb6d9a;
    text-decoration: none;
}

body {
    margin: 0;
    height: 100%;
    font-family: 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体',
        'YuGothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
        'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}

html {
    font-size: 62.5%;
}

@media screen and (min-width: 768px) {
    .dsp_pc {
        display: block;
    }

    .inl_pc {
        display: inline;
    }

    .dsp_sp {
        display: none;
    }

    .inl_sp {
        display: none;
    }

    #wrapper {
        position: relative;
        /* min-width: 1200px; */
        margin: 0 auto;
        color: #222222;
        font-size: 1.8rem;
        /*letter-spacing: 0.025em;*/
        line-height: 1.8;
        background: #fff4cd;
    }

    * html #wrapper {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    #wrapper {
        position: relative;
        line-height: 1.7;
        color: #222222;
        background: #fff4cd;
    }

    #wrapper img {
        width: 100%;
        height: auto;
    }

    .dsp_pc {
        display: none;
    }

    .inl_pc {
        display: none;
    }

    .dsp_sp {
        display: block;
    }

    .inl_sp {
        display: inline;
    }

    .pcbr {
        display: none;
    }
}

/* =====================================
	header
===================================== */

header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, transparent 82%, #fff4cd 82%), url(../images/main_bg.jpg) no-repeat center/cover;
}

header::after {
    content: '';
    display: block;
    width: 10%;
    height: 50px;
    background-color: #fff4cd;
    position: absolute;
    bottom: 17%;
    right: 0;
    z-index: 1;
}

header .miryoku {
    position: absolute;
    right: 25px;
    top: 25px;
    max-width: 220px;
}

header h1 {
    width: 100%;
    margin: 0 auto 15px;
    z-index: 2;
    position: relative;
}

header h1 img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    header::after {
        display: none;
    }

    header .miryoku {
        position: absolute;
        right: calc(10 / 750 * 100vw);
        top: calc(10 / 750 * 100vw);
        max-width: 150px;
    }
}

.text_attention {
    max-width: 1100px;
    margin: -8% auto 0;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .text_attention {
        margin: -12% auto 0;
    }
}
.text_attention img{
    max-width: 100%;
}

/* =====================================
	booth
===================================== */
.booth {
    margin: 60px auto -20px;
    z-index: 10;
    position: relative;
    max-width: 1100px;
    padding: 0 20px 20px;
}

.booth img {
    width: 100%;
    object-fit: cover;
}

.booth .image_text {
    width: 70%!important;
    margin-left: 1%;
}
.booth .image_photo {
    margin-top: -5%;
}

@media screen and (max-width: 767px) {
    .booth {
        margin: 20px auto -20px;
        z-index: 10;
        position: relative;
        max-width: 1100px;
        padding: 0 2% 20px;
    }
}

/* =====================================
	cont01
===================================== */
#contents section#cont01 {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 20px 20px;
}

#contents section#cont01 ul {
    margin-top: 40px;
}

#contents section#cont01 ul li {
    margin-bottom: 20px;
}

#contents section#cont01 ul li:last-child {
    margin-bottom: 0;
}

#contents section#cont01 img {
    max-width: 100%;
    object-fit: cover;
}
#contents section#cont01 ul li:nth-of-type(4) .imgBox {
    padding-left: 8%;
}
@media screen and (max-width: 767px) {
#contents section#cont01 ul li:nth-of-type(4) .imgBox {
    padding-left: 0;
}
}
#contents section#cont01 ul li:nth-of-type(4) .event p.small {
    padding: 0 0 0 20%;
}
@media screen and (max-width: 767px) {
#contents section#cont01 ul li:nth-of-type(4) .event p.small {
    padding: 0 0 0 0;
}
}
#contents section#cont01 ul li:nth-of-type(4) .time:last-of-type {
    align-items: baseline;
}
#contents section#cont01 ul li:nth-of-type(4) .time:last-of-type dt {
    width: fit-content;
    padding-block: 5px;
}
@media screen and (max-width: 767px) {
    #contents section#cont01 ul li:nth-of-type(4) .time:last-of-type dt {
        width: 150px;
    }
}

.event {
    display: flex;
    gap: 20px;
    padding: 0 3% 0 8%;
}

.event.event2 {
    padding: 0 3% 0 0;
}

.event.event3 {
    padding: 0 3% 0 8%;
}

.event p {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 8px;
}

.event p.orange {
    color: #ea5514;
    font-weight: 800;
    font-size: 2.5rem;
}

.event p.red {
    color: #e60012;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 1.4;
}

.event p.brown {
    color: #8c5834;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.3;
}

.benefits_txt p.brown {
    color: #8c5834;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.3;
}

.event .txtBox {
    width: 70%;
}

.event .txtBox_q {
    width: 95%;
    margin-bottom: 25px;
     font-size: 2.5rem;
}


.event .txtBox.txtBox2 {
    width: 100%;
}

.event .imgBox {
    width: 25%;
}

.event .imgBox img {
    width: 100%;
    object-fit: cover;
}

.imgBox.imgBox4 {
    width: 49%;
}

.event p.txt2 {
    font-size: 2.2rem;
    padding: 0 10% 0;
    font-weight: 700;
}

.event p.small {
    font-size: 1.4rem;
    padding: 0 10% 0;
    margin-bottom: 20px;
}

.txt4 {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 20px;
    padding: 0 8%;
}

.benefits {
    display: flex;
    gap: 5px;
    margin-bottom: 50px;
}

.benefits:last-child {
    margin-bottom: 0;
}

.benefits .benefits_no {
    width: 10%;
    text-align: center;
}

.benefits .benefits_txt {
    width: 60%;
}

.benefits .benefits_img {
    width: 25%;
}

.benefits1 {
    position: relative;
}

.benefits1 .benefits_img {
    position: absolute;
    top: -75px;
    right: 0;
}

.benefits2 {
    position: relative;
}

.benefits2 .benefits_img {
    position: absolute;
    top: -50px;
    right: 16%;
}

.benefits .benefits_no p {
    font-size: 2rem;
    color: #fff;
    background-color: #8d5735;
    border-radius: 30px;
    padding: 2px 0;
    font-weight: 700;
}

.time {
    display: flex;
    flex-wrap: wrap;
    padding: 0 3% 0 8%;
    margin-top: 20px;
}

.time dt {
    font-size: 2rem;
    color: #fff;
    background-color: #8d5735;
    border-radius: 30px;
    padding: 2px 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.time dd {
    color: #8d5735;
    font-weight: 800;
    font-size: 2.6rem;
    margin-right: 20px;
}

.btn {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e60012;
    border-radius: 30px;
    margin: 20px 0 0 8%;
    padding: 0 0;
    position: relative;
}

.btn a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
    gap: 8px;
}

.circle-arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff; /* 丸の色 */
    border-radius: 50%;
    position: relative;
}

.circle-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #333; /* 三角の色 */
}

@media screen and (max-width: 980px) {
    .benefits1 .benefits_img,
    .benefits2 .benefits_img {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    #contents section#cont01 {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 4%;
    }

    #contents section#cont01 ul {
        margin-top: 20px;
    }

    .event {
        display: flex;
        flex-direction: column;
        padding: 10px 0;
        gap: 10px;
    }

    .event.event2 {
        padding: 10px 0;
    }

    .event.event3 {
        padding: 10px 0;
    }

    .event p {
        font-size: 1.6rem;
        margin-bottom: 3px;
    }

    .event p.orange {
        font-size: 1.8rem;
    }

    .event p.red {
        font-size: 1.8rem;
    }

    .event p.brown {
        font-size: 1.8rem;
    }

    .benefits_txt p.brown {
        font-size: 1.6rem;
    }

    .event .imgBox {
        width: 40%;
        margin: 0 auto;
    }

    .imgBox.imgBox4 {
        width: 70%;
    }

    .event .txtBox {
        width: 100%;
    }

    .benefits {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .benefits .benefits_no {
        width: 30%;
        text-align: center;
    }

    .benefits .benefits_txt {
        width: 100%;
    }

    .benefits .benefits_no p {
        font-size: 1.6rem;
        padding: 0 0;
    }

    .time {
        padding: 0 0;
        margin-top: 20px;
        text-align: center;
    }

    .time dt {
        font-size: 1.6rem;
        margin-right: 0;
        padding: 2px 10px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .time dd {
        font-size: 1.6rem;
        margin-right: 0;
    }

    .benefits .benefits_img {
        width: 35%;
        margin: 0 auto;
    }

    .event p.txt2 {
        padding: 0 0;
        font-size: 1.6rem;
    }

    .event p.small {
        padding: 0 0;
    }

    .txt4 {
        padding: 0 0;
        font-size: 1.6rem;
        margin-top: 0;
    }

    .btn {
        max-width: 300px;
        margin: 20px auto;
        padding: 6px 0;
    }

    .btn a {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 500px) {
    .time {
        flex-direction: column;
        text-align: left;
    }
}


/* =====================================
	content
===================================== */
#contents section#cont02 {
    margin-top: 60px;
}

#contents section#cont02 h3 img {
    width: 60%;
    object-fit: cover;
}

#contents section#cont02 .box01 ul {
    display: flex;
    flex-wrap: wrap;
}

#contents section#cont02 h3 {
    width: 60%;
}

#contents section#cont02 .box01 .date ul.tag_name {
    width: 40%;
}

#contents section#cont02 .box01 .titleBox ul.tag_name {
    width: auto;
    display: flex;
    justify-content: flex-end;
}

#contents section#cont02 .box01 .titleBox ul.tag_name li {
    width: auto;
    margin: 0;
}

#contents section#cont02 .box01 ul li .txtBox {
    display: flex;
    align-items: center;
    padding: 10px 0;
    height: 50px;
}

#contents section#cont02 .box01 ul li .txtBox.txtBox-height {
    height: 70px;
}

#contents section#cont02 .box01 ul li .tag {
    font-weight: 600;
    font-size: 1.6rem;
}

#contents section#cont02 .box01 ul li .tag span.tenji {
    padding: 10px 15px;
    background: url(../images/tenji.png) no-repeat center/cover;
}

#contents section#cont02 .box01 ul li .tag span.hanbai {
    padding: 10px 15px;
    background: url(../images/hanbai.png) no-repeat center/cover;
}

#contents section#cont02 .box01 ul li .tag span.inshoku {
    padding: 10px 15px;
    background: url(../images/inshoku.png) no-repeat center/cover;
}

#contents section h2 {
    margin-bottom: 35px;
    text-align: center;
}

#contents section#cont02 .inner {
    max-width: 1000px;
    margin: 0 auto;
}

#contents section#cont02 h2 img {
    width: 100%;
    object-fit: cover;
}

#contents section#cont02 .box01 {
    margin-top: 30px;
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 50px;
}

#contents section#cont02 .box01 p.txt {
    margin-bottom: 35px;
    line-height: 1.8;
}

#contents section#cont02 .box01 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2.6%;
    max-width: 1100px;
    margin: 0 auto;
}

#contents section#cont02 .box01 ul li {
    /* width: 212px; */
    margin: 0 0 25px 0;
    width: 23%;
    min-width: 186px;
}

#contents section#cont02 .box01 ul li .photo img {
    width: 100%;
    object-fit: cover;
}

#contents section#cont02 .box01 ul li h4 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
    margin-left: 2%;
}

#contents section#cont02 .box01 ul li p {
    margin-bottom: 0px;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: left;
    padding-top: 5px;
    border-top: 1px solid #8e6236;
    font-weight: 500;
}

#contents section#cont02 .box01 .date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0 10%;
}

#contents section#cont02 .box01 .date ul.tag_name {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

#contents section#cont02 .box01 .date ul.tag_name li {
    width: auto;
    margin: 0;
    position: relative;
    padding-left: 35px;
    margin-left: 5px;
    min-width: 0;
    font-weight: 600;
}

#contents section#cont02 .box01 .date ul.tag_name li::before {
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#contents section#cont02 .box01 .date ul.tag_name li:nth-of-type(1):before {
    background-color: #f8b551;
}

#contents section#cont02 .box01 .date ul.tag_name li:nth-of-type(2):before {
    background-color: #f29d84;
}

#contents section#cont02 .box01 .date ul.tag_name li:nth-of-type(3):before {
    background-color: #89cfd9;
}

#contents section p.note {
    margin: 40px 0;
    text-align: left;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    #contents {
        padding: 0 0 0;
    }

    #contents section h2 {
        margin: 0 auto calc(35 / 750 * 100vw);
    }

    .poster {
        display: flex;
        flex-direction: column;
        gap: 20px 0;
    }

    #contents section#cont02 {
        margin-top: 0;
    }

    #contents section#cont02 .box01 ul li {
        min-width: 150px;
    }

    #contents section#cont02 .box01 ul li h4 {
        font-size: 1.6rem;
        margin-left: 5px;
    }

    #contents section#cont02 {
        padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw)
            calc(40 / 750 * 100vw);
    }

    #contents section#cont02 .box01 {
        padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw)
            calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
        box-sizing: border-box;
        border-radius: 30px;
        background: #ffffff;
        margin-top: 20px;
    }

    #contents section#cont02 .box01 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
    }

    #contents section#cont02 .box01 ul li {
        width: 48%;
        margin: 0 0 calc(50 / 750 * 100vw) 0;
    }

    #contents section#cont02 .box01 .date {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    #contents section#cont02 .box01 ul li p {
        margin-bottom: 0px;
        line-height: 1.4;
        text-align: left;
        font-size: 1.4rem;
    }

    #contents section#cont02 .box01 .date {
        flex-direction: column;
        justify-content: flex-end;
        gap: 10px;
    }

    #contents section#cont02 h3 {
        width: 100%;
    }

    #contents section#cont02 .box01 .date ul.tag_name {
        width: 100%;
    }

    #contents section p.note {
        margin-top: 20px;
        text-align: left;
    }

    #contents section#cont02 .box01 ul li .txtBox {
        width: 100%;
    }

    #contents section#cont02 .box01 ul li .txtBox {
        height: 30px;
    }

    #contents section#cont02 .box01 ul li .txtBox.txtBox-height {
        height: 60px;
    }

    #contents section#cont02 .box01 .date ul.tag_name li {
        padding-left: 25px;
        font-size: 1.4rem;
    }

    #contents section#cont02 .box01 .date ul.tag_name li::before {
        width: 20px;
        height: 15px;
    }

    #contents section#cont02 .box01 ul li .tag {
        font-size: 1.4rem;
    }

    #contents section#cont02 .box01 ul li .tag span.tenji {
        padding: 8px 10px;
        background: url(../images/tenji.png) no-repeat center/cover;
    }

    #contents section#cont02 .box01 ul li .tag span.hanbai {
        padding: 8px 10px;
        background: url(../images/hanbai.png) no-repeat center/cover;
    }

    #contents section#cont02 .box01 ul li .tag span.inshoku {
        padding: 8px 10px;
        background: url(../images/inshoku.png) no-repeat center/cover;
    }
}

/* =====================================
	footer
===================================== */
@media screen and (min-width: 768px) {
    footer {
        position: relative;
        padding: 10px 0 40px;
        text-align: center;
        background: #ffffff;
    }

    footer .ttl {
        margin-top: 40px;
        margin-bottom: 25px;
    }

    footer .sns {
        margin-bottom: 22px;
    }

    footer .sns_ttl {
        margin-bottom: 10px;
        font-size: 1.2rem;
        line-height: 1;
    }

    footer ul {
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        font-size: 1.2rem;
    }

    footer ul li {
        margin-left: 10px;
    }

    footer ul li:first-child {
        margin-left: 0px;
    }

    footer .sponsor {
        max-width: 1000px;
        margin: 0 auto 40px;
        padding-top: 15px;
        border-top: 2px solid #803d10;
        text-align: center;
        font-size: 1.2rem;
    }

    .totop {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    footer {
        position: relative;
        padding: calc(57 / 750 * 100vw) 0 calc(75 / 750 * 100vw);
        text-align: center;
        background: #ffffff;
    }

    footer .ttl {
        width: calc(321 / 750 * 100vw);
        margin: 0 auto calc(40 / 750 * 100vw);
    }

    footer .sns {
        margin-bottom: calc(40 / 750 * 100vw);
    }

    footer .sns_ttl {
        margin-bottom: calc(15 / 750 * 100vw);
        font-size: calc(20 / 750 * 100vw);
        line-height: 1;
    }

    footer .insta {
        width: calc(70 / 750 * 100vw);
        margin: 0 auto;
    }

    footer ul {
        display: flex;
        justify-content: center;
        margin-bottom: calc(75 / 750 * 100vw);
        font-size: calc(20 / 750 * 100vw);
    }

    footer ul li {
        margin-left: calc(20 / 750 * 100vw);
    }

    footer ul li:first-child {
        margin-left: 0px;
    }

    footer .logo_honshi {
        width: calc(358 / 750 * 100vw);
        margin: 0 auto;
    }

    footer .sponsor {
        width: calc(690 / 750 * 100vw);
        margin: 0 auto calc(55 / 750 * 100vw);
        padding-top: calc(25 / 750 * 100vw);
        border-top: calc(4 / 750 * 100vw) solid #803d10;
        text-align: left;
        font-size: calc(20 / 750 * 100vw);
    }

    .totop {
        position: absolute;
        right: calc(22 / 750 * 100vw);
        bottom: calc(25 / 750 * 100vw);
        width: calc(78 / 750 * 100vw);
    }
}
