@charset "utf-8";

/*======================================================

  共通レイアウト

======================================================*/
#wrapper {
    position: relative;
}

.h_ttl_wrapp {
    text-align: center;
    font-size: 3.4rem;
    position: relative;
    z-index: 10;
    line-height: 1.6;
}

.h_ttl_wrapp:before {
    content: "";
    background: url(../../img/sekasake/logo_squere.png) no-repeat top center;
    width: 10rem;
    height: 10rem;
    display: block;
    position: absolute;
    top: -120%;
    left: 50%;
    transform: translateX(-50%);
}

.h_ttl_wrapp h2 {
    font-weight: 400;
}

.ttl_wrapp {
    color: #b2a100;
    font-size: 8rem;
    line-height: 1;
}

.ttl_01 {
    font-size: 7rem;
    color: #B0A100;
    font-weight: 500;
    ;
}

.ttl_02 {
    font-size: 6rem;
    color: #B2A100;
    line-height: 1;
    font-weight: 400;
}

.ttl_02 span {
    font-size: 1.8rem;
    margin-left: 2rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}

.ttl_03 {
    font-size: 9rem;
    color: #B3A101;
    font-weight: 500;
}

.ttl_04 {
    font-size: 6rem;
    color: #B1A201;
    font-weight: 500;
    line-height: 1;
}

.ttl_04 span {
    font-size: 1.6rem;
    color: #1f0602;
    display: block;
    margin-top: 2rem;
    font-weight: 400;
}

.ant_list {
    font-size: 1.4rem;
}

.en {
    font-family: 'Roboto', sans-serif;
}

.btn_01 {
    min-width: 18rem;
    text-align: center;
}

.btn_01 a {
    background: #E60021;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    line-height: 1;
    padding: 1.5rem;
    border: 1px solid #E60021;
}

.btn_01 a p {
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.2rem;
}

.btn_01 a p:before {
    content: "";
    background: url(../../img/sekasake/icon_arrow_02.png) no-repeat top center;
    width: 5px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .btn_01 a:hover {
        color: #E60021;
        background: #fff;
    }

    .btn_01 a:hover p:before {
        background: url(../../img/sekasake/icon_arrow_01.png) no-repeat top center;
    }
}

/*----------------------------------------
      トップページ　@top
----------------------------------------*/
/*===================SEC01=====================*/
#sekasake #sec_01 {
    padding: 20rem 0 0rem;
    position: relative;
}

#sekasake #sec_01:before,
#sekasake #sec_01:after {
    /* content: ""; */
    /* display: block; */
    /* position: absolute; */
    /* bottom: 0; */
}

#sekasake #sec_01 .sec_inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 4rem;
}

#sekasake #sec_01 .bg_box>div {
    position: absolute;
}

#sekasake #sec_01 .bg_box {
    position: relative;
    width: 90%;
    padding-top: 35%;
    margin: 0 auto;
}

#sekasake #sec_01 .bg_box .bg01 {
    width: 47%;
    left: 0;
    top: 0;
    z-index: 1;
}

#sekasake #sec_01 .bg_box .bg02 {
    width: 56%;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#sekasake #sec_01 .bg_box div img {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {}

/*===================SEC02=====================*/
#sekasake #sec_02 {
    padding-top: 40rem;
    margin-bottom: 10rem;
    margin-top: -48rem;
    position: relative;
}

#sekasake #sec_02:before {
    content: "";
    background: #FBF7EE;
    width: 100%;
    height: 78%;
    display: block;
    position: absolute;
    left: 0;
    top: 22rem;
}

#sekasake #sec_02 .sec_inner {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    position: relative;
}

#sekasake #sec_02 .ttl_wrapp {
    margin-bottom: 6rem;
}

#sekasake #sec_02 .ttl_01 {
    font-size: 9rem;
}

#sekasake #sec_02 .lead_text {
    margin-bottom: 0rem;
    padding: 0 0 0 10rem;
}

#sekasake #sec_02 .lead_text .ttl_02 {
    font-size: 3rem;
    margin-bottom: 3rem;
    line-height: 1;
}

#sekasake #sec_02 .lead_text p {
    font-size: 1.6rem;
    font-weight: 400;
}

#sekasake #sec_02 .box {
    position: relative;
}

#sekasake #sec_02 .box:after {
    content: "";
    background: url(../../img/sekasake/ccp_img_b.png) no-repeat top center;
    background-size: contain;
    width: 72.4rem;
    height: 44.6rem;
    display: block;
    position: absolute;
    left: -26rem;
    top: 0;
}

#sekasake #sec_02 .ttl_02 {
    font-size: 3rem;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 3rem;
    color: #1f0602;
}

#sekasake #sec_02 p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    line-height: 1.8;
    font-weight: 400;
}

#sekasake #sec_02 p:last-child {
    margin-bottom: 0;
}

#sekasake #sec_02 .wrap_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7rem;
}

#sekasake #sec_02 .wrap_box .img {
    width: 42%;
    padding-top: 34%;
    position: relative;
}

#sekasake #sec_02 .wrap_box .img img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

#sekasake #sec_02 .wrap_box .text {
    width: 55%;
}

/*===================SEC03=====================*/
#sekasake #sec_03 {
    background: url(../../img/sekasake/bg_menu_02.png) no-repeat top center #B2A100;
    position: relative;
    padding-top: 38rem;
    padding-bottom: 8rem;
}

#sekasake #sec_03 .sec_inner {
    background: #FBF7EF;
    max-width: 1400px;
    width: 100%;
    padding: 7rem 8rem;
    margin: auto;
}

#sekasake #sec_03 .wrapp {
    display: flex;
    align-items: flex-end;
    margin-bottom: 4rem;
}

#sekasake #sec_03 .wrapp .ttl_01 {
    margin-right: 4rem;
}

#sekasake #sec_03 .wrapp p {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-left: 4rem;
}

#sekasake #sec_03 .tab_list {
    display: flex;
    margin-bottom: 4rem;
    align-items: center;
}

#sekasake #sec_03 .tab_list li {
    margin-right: 2rem;
    background: #fff;
    color: #e60021;
    min-width: 20rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e60021;
    transition-duration: 0.3s;
    line-height: 1;
}

#sekasake #sec_03 .tab_list li label {
    position: relative;
    padding: 1.2rem;
    font-size: 1.6rem;
    display: block;
}

#sekasake #sec_03 .tab_list li p {
    display: inline-block;
    position: relative;
}

#sekasake #sec_03 .tab_list li p:before {
    content: "";
    background: url(../../img/sekasake/icon_arrow_02.png) no-repeat top center;
    width: 5px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}

#sekasake #sec_03 .casual_box,
#sekasake #sec_03 .premiere_box {
    display: none;
}

#sekasake #sec_03 #casual:checked~.casual_box,
#sekasake #sec_03 #premiere:checked~.premiere_box {
    display: block;
    width: 100%;
    margin-top: 2rem;
}

#sekasake #sec_03 #casual:checked~.tab_list li .casual,
#sekasake #sec_03 #premiere:checked~.tab_list li .premiere {
    background: #e60021;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

#sekasake #sec_03 #casual:checked~.tab_list li .casual p:before,
#sekasake #sec_03 #premiere:checked~.tab_list li .premiere p:before {
    background: url(../../img/sekasake/icon_arrow_02.png) no-repeat top center;
}

#sekasake #sec_03 .tab_list li p:before {
    background: url(../../img/sekasake/icon_arrow_01.png) no-repeat top center;
}

#sekasake #sec_03 ul.img_area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}

#sekasake #sec_03 .lead_text {
    margin-bottom: 4rem;
}

#sekasake #sec_03 .lead_text .ttl_02 {
    position: relative;
    margin-bottom: 2rem;
}

#sekasake #sec_03 .lead_text p {
    font-size: 1.8rem;
}

#sekasake #sec_03 .menu_wrapp {
    display: flex;
    justify-content: space-between;
}

#sekasake #sec_03 .menu_wrapp .l_box,
#sekasake #sec_03 .menu_wrapp .r_box {
    width: 48%;
}

#sekasake #sec_03 .menu_wrapp .menu_ttl {
    /*   background: url(../../img/sekasake/bg_menu.png) no-repeat top left;
  background-size: contain;
  width: 57rem;
  height: 4.6rem;
  display: block;
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  padding: 1rem 2rem;
  margin-bottom: 2rem; */
    position: relative;
    margin-bottom: 2.5rem;
}

#sekasake #sec_03 .menu_wrapp .menu_ttl:before,
#sekasake #sec_03 .menu_wrapp .menu_ttl:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
}

#sekasake #sec_03 .menu_wrapp .menu_ttl:before {
    width: 100%;
    height: 1px;
    background: #9E820F;
    z-index: 1;
}

#sekasake #sec_03 .menu_wrapp .menu_ttl:after {
    width: 6px;
    height: 6px;
    border: solid 1px #9E820F;
    background: #fff;
    z-index: 2;
    transform: translateY(-50%);
    border-radius: 50%;
}

#sekasake #sec_03 .menu_wrapp .menu_ttl span {
    position: relative;
    display: inline-block;
    background: #9E820F;
    z-index: 3;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1;
    padding: 1.1rem 2rem;
    min-width: 240px;
    font-weight: 400;
}

#sekasake #sec_03 .menu_wrapp .menu_ttl.en span {
    font-size: 3rem;
    padding: 0.8rem 2rem;
}

#sekasake #sec_03 .menu_wrapp .menu_ttl span:before {
    content: "";
    background: url(../../img/sekasake/bg_menu.png) no-repeat top left;
    background-size: contain;
    width: 2.8rem;
    height: 4.5rem;
    display: block;
    position: absolute;
    top: 50%;
    right: -27px;
    transform: translateY(-50%);
}

#sekasake #sec_03 ul.menu_list {
    margin-bottom: 4rem;
}

#sekasake #sec_03 ul.menu_list li {
    margin-bottom: 1rem;
    padding: 0px 2.5rem 1rem 2rem;
    line-height: 1.3;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #DFD4AB;
    font-weight: 400;
}

#sekasake #sec_03 .premiere ul.menu_list li {
    display: block;
}

#sekasake #sec_03 ul.menu_list li.h_menu {
    font-weight: bold;
    margin-top: 2.5rem;
    line-height: 1;
}

#sekasake #sec_03 ul.menu_list li.h_menu p {
    position: relative;
    padding: 0 0 0 1.5rem;
}

#sekasake #sec_03 ul.menu_list li.h_menu p:before {
    content: "";
    background: #1F0602;
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#sekasake #sec_03 ul.menu_list li.h_menu:first-child {
    margin-top: 0;
}

#sekasake #sec_03 ul.menu_list li:last-child {
    margin-bottom: 0;
}

#sekasake #sec_03 ul.menu_list li span {
    display: block;
    width: 100%;
}

#sekasake #sec_03 .img_area {
    margin-bottom: 4rem;
}

#sekasake #sec_03 .img_area img {
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    #sekasake #sec_03 .sec_inner {
        max-width: 92%;
    }

    #sekasake #sec_03 ul.menu_list li {
        padding: 0px 1.5rem 1.3rem 1.5rem;
    }
}

#sekasake #sec_03 {
    font-weight: 400;
}

/*===================SEC04=====================*/
#sekasake #sec_04 {
    padding: 8rem 0 10rem;
}

#sekasake #sec_04 .sec_inner {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

#sekasake #sec_04 .ttl_02 span {
    display: block;
    color: #1f0602;
    font-weight: normal;
    padding-top: 1.4rem;
    margin-left: 0;
}

#sekasake #sec_04 .ttl_wrapp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

#sekasake #sec_04 ul.event_list {
    display: flex;
}

#sekasake #sec_04 ul.event_list li {
    margin-right: 3rem;
    width: 25%;
}

#sekasake #sec_04 ul.event_list li a {
    color: #1f0602;
}

#sekasake #sec_04 ul.event_list li:last-child {
    margin-right: 0;
}

#sekasake #sec_04 ul.event_list li .img_area {
    height: 16rem;
    border-top: 2px solid #E60021;
    margin-bottom: 2rem;
    transition-duration: 0.3s;
}

#sekasake #sec_04 ul.event_list li .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sekasake #sec_04 ul.event_list li .txt_area {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    font-weight: 400;
}

#sekasake #sec_04 ul.event_list li .date_area {
    font-size: 1.4rem;
    color: #7d7674;
    line-height: 1;
}

@media (min-width: 992px) {
    #sekasake #sec_04 ul.event_list li:hover .img_area {
        opacity: 0.6;
    }
}

@media (max-width: 1200px) {
    #sekasake #sec_04 .sec_inner {
        max-width: 92%;
    }
}

/*===================SEC05=====================*/
#sekasake #sec_05 {
    background: #FBF7EF;
    text-align: center;
    padding: 10rem 0 19rem;
}

#sekasake #sec_05 .sec_inner {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

#sekasake #sec_05 .logo_area {
    margin-bottom: 4rem;
}

@media (max-width: 1200px) {
    #sekasake #sec_05 .sec_inner {
        max-width: 92%;
    }

    #sekasake #sec_05 .sec_inner>img {
        width: 100%;
    }
}

/*===================SEC06=====================*/
#sekasake #sec_06 {
    background: #B3A101;
}

#sekasake #sec_06 .box {
    display: flex;
    justify-content: space-between;
}

#sekasake #sec_06 .lbox,
#sekasake #sec_06 .rbox {
    width: 50%;
}

#sekasake #sec_06 .lbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: -8rem;
}

#sekasake #sec_06 .rbox {
    padding: 7rem 0 10rem 8rem;
}

#sekasake #sec_06 .rbox .ttl_01 {
    color: #fff;
    line-height: 1;
    margin-bottom: 2rem;
}

#sekasake #sec_06 .rbox .inner {
    max-width: 52rem;
    width: 100%;
}

#sekasake #sec_06 .rbox .shop_date {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: normal;
    margin-bottom: 3rem;
}

#sekasake #sec_06 .rbox .shop_date {
    font-weight: 400;
}

#sekasake #sec_06 .rbox .shop_date .map_btn a {
    background: #FBF7EF;
    color: #9E820F;
    display: block;
    padding: 1.3rem 3.3rem;
    border: 1px solid #fff;
    line-height: 1;
    font-size: 1.6rem;
}

#sekasake #sec_06 .rbox .shop_date .map_btn a p {
    position: relative;
    padding: 0 2rem 0 0;
}

#sekasake #sec_06 .rbox .shop_date .map_btn a p:after {
    content: "";
    background: url(../../img/sekasake/icon_link.png) no-repeat top left;
    width: 13px;
    height: 13px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    #sekasake #sec_06 .rbox .shop_date .map_btn a:hover {
        background: #9E820F;
        color: #fff;
    }

    #sekasake #sec_06 .rbox .shop_date .map_btn a:hover p:after {
        background: url(../../img/sekasake/icon_link02.png) no-repeat top left;
    }
}

#sekasake #sec_06 .rbox .access_date {
    background: #FBF7EF;
    padding: 2rem 4rem;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

#sekasake #sec_06 .rbox .access_date li {
    display: flex;
    align-items: baseline;
}

#sekasake #sec_06 .rbox .access_date li {
    margin-bottom: 2rem;
}

#sekasake #sec_06 .rbox .access_date li:last-child {
    margin-bottom: 0;
}

#sekasake #sec_06 .rbox .access_date li .ttl {
    position: relative;
    padding: 0 0 0 1.5rem;
    width: 10rem;
}

#sekasake #sec_06 .rbox .access_date li .ttl:before {
    content: "";
    background: #b3a101;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#sekasake #sec_06 .rbox .access_date li p {
    line-height: 1.4;
}

#sekasake #sec_06 .bnr_area a {
    transition-duration: 0.3s;
}

@media (min-width: 992px) {
    #sekasake #sec_06 .bnr_area a:hover {
        opacity: 0.6;
    }
}

@media (max-width: 1200px) {
    #sekasake #sec_06 .sec_inner {
        max-width: 92%;
    }
}

/*======================================================

  デスクトップ @ 1200px～

======================================================*/
/* @ 1200px～のみ*/

/*======================================================

  ノートPC @ 992～1199px

======================================================*/
/* @ 1199px～ */
@media screen and (max-width : 1199px) {
    #sekasake #sec_01 {
        background: #fbf7ef;
    }

    #sekasake #sec_02:before {
        height: 105%;
    }

    #sekasake #sec_02 .sec_inner {
        width: 92%;
    }

    #sekasake #sec_02 .ttl_02 {
        font-size: 2.3rem;
    }

    #sekasake #sec_03 .sec_inner {
        width: 92%;
        padding: 4rem;
    }

    #sekasake #sec_03 ul.img_area li {
        width: 31.3%;
    }

    #sekasake #sec_03 .menu_wrapp .menu_ttl {
        padding: 0rem 0rem;
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }

    #sekasake #sec_03 .menu_wrapp .menu_ttl.en span,
    #sekasake #sec_03 .menu_wrapp .menu_ttl span {
        font-size: 2rem;
        padding: 0.9rem 2rem;
    }

    #sekasake #sec_03 .menu_wrapp .menu_ttl span:before {
        height: 3.6rem;
    }

    #sekasake #sec_04 .sec_inner {
        width: 92%;
    }

    #sekasake #sec_05 .sec_inner {
        width: 92%;
        margin: auto;
    }

    #sekasake #sec_05 .sec_inner>img {
        width: 100%;
    }

    #sekasake #sec_06 .rbox {
        padding: 10rem 0 10rem 3rem;
    }

    #sekasake #sec_06 .rbox .inner {
        width: 92%;
    }

    #sekasake #sec_06 .rbox .shop_date {
        font-size: 1.5rem;
    }

    #sekasake #sec_06 .rbox .access_date {
        padding: 2rem 2rem;
    }
}