/* Add 202208 CSS Document */
html {
    font-family: "Noto Sans JP",sans-serif;
}
/** {
    font-family: "Noto Sans JP",sans-serif;
}*/

.p-news-article__content__header h2 {
  font-size: 2rem;
  line-height: 3rem;
}

@media screen and (max-width: 480px) {
  .p-news-article__content__header h2 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}
.c-main a,
.c-card__body a,
.c-footer__nav a {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #33f;
    word-break: break-all;
}
.p-faq__item__answer__txt a,
.p-faq__item__answer__txt a span {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #33f !important;
}
.c-main a:hover,
.c-card__body a:hover,
.c-footer__nav a:hover,
.p-faq__item__answer__txt a:hover,
.p-faq__item__answer__txt a:hover span {
    text-decoration: none;
}
.feature-buy-btn a,
.p-index__news-item a,
.c-news__item a,
.ticket-btn a,
.p-csw__event__item a,
.buy-btn a,
.p-csw__sakenomy a,
.about-btn,
.p-archives__page-list a,
.p-faq__footer a,
.c-label__list a,
.sake-block .link-btn a,
.p-foodlineup__link-list a,
.p-about__contents__about__item__link--block a,
.p-news__filter a,
.c-tag__item a,
.c-footer__nav a,
.c-footer__menu__item a{
    color: #000;
    text-decoration: none !important;
}
.c-nav a,
.p-csw__event__access__link a,
.about-btn,
.u-text-color-white,
.p-foodlineup__link-list a,
.p-musiclineup__link-list a,
.p-detail__link-list a{
    color: #fff !important;
    text-decoration: none !important;
}
.c-footer__cr,
.c-label-gray,
.p-csw .slick-dots p,
.p-csw__event__item.slick-slide .p-csw__event__item--left dt,
.p-csw__lineup-item,
.p-foodlineup__section,
.p-musiclineup__section__schedule h4,
.u-text-fm-roboto {
    font-family: Roboto, "Noto Sans JP", sans-serif;
}
/* pc-sp切り替え */
.pc{
    display: block !important;
}
.sp{
    display: none !important;
}
.pc-inlineblock{
    display: inline-block !important;
}
.sp-inlineblock{
    display: none !important;
}
.pc-inline{
    display: inline !important;
}
.sp-inline{
    display: none !important;
}
@media screen and (max-width: 767px) {
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
    .pc-inlineblock{
        display: none !important;
    }
    .sp-inlineblock{
        display: inline-block !important;
    }
    .pc-inline{
        display: none !important;
    }
    .sp-inline{
        display: inline !important;
    }
}

.c-nav__item, .p-archives__page-item, .p-faq__list, .u-flex {
    justify-content: center;
}

/* インスタ追加になったら削除 */
.p-index__maga-section {
    margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
.p-index__maga-section {
    margin-bottom: 50px;
}
}


/* 英語追加になったら削除 */
@media screen and (max-width: 480px) {
.c-header__dialog__footer,
.c-header__dialog__footer__lang-list, .c-header__dialog__footer__sns-list {
    justify-content: center !important;
}
}
/*.c-nav__list {
    padding-right: 40px !important;
    max-width: 900px !important;
}*/
.c-nav__list {
    padding-right: 0 !important;
    width: 58% !important;
    max-width: 900px;
}
.c-nav__list.right-btn {
    padding-right: 0 !important;
    position: absolute;
    right: .5rem;
    top: 0;
    justify-content: flex-end;
    width: fit-content;
    max-width: fit-content;
}
@media screen and (max-width: 1380px) {
.c-nav__list {
    max-width: calc(100% - 300px) !important;
    width: 66% !important;
    margin: 0 auto 0 4vw;
}
.c-nav__list.right-btn {
    max-width: fit-content;
}
}

/* page - csw2022 */
.p-csw22__firstview {
    height: calc(100vh - 72px);
    position: relative;
    overflow: hidden;
    width: 100%;
    background-image: url(/images/csw2022/first-view.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 480px) {
.p-csw22__firstview {
    height: 667px;
    overflow: visible;
    background-image: url(/images/csw2022/mobile/first-view.jpg);
}
}
.p-csw22__section-first {
    margin: 100px auto 65px;
    width: 88%;
    max-width: 1400px;
}
.p-csw22__section-first  .flex_box{
    align-items: center;
}
.p-csw22__section-first .txt-box {
    width: 52%;
}
.p-csw22__section-first .img-box {
    width: 44%;
}
.p-csw22__section-first .img-box img {
    width: 100%;
}
.p-csw22__section-first h2 {
    line-height: 1.75;
    font-size: 2.0vw;
    text-shadow: 1px 2px 8px #ccc;
}
@media screen and (min-width: 1780px) {
.p-csw22__section-first h2 {
    font-size: 35px;
}
}
.csw22-modal-open {
    cursor: pointer;
    transition: .3s;
}
.csw22-modal-open:hover{
    opacity: 0.7;
}
.csw22-modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 2;
}
.csw22-modal-container img {
	width: 100%;
}
.csw22-modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.csw22-modal-container.active{
	opacity: 1;
	visibility: visible;
}
.csw22-modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}
.csw22-modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}
@media screen and (max-width: 960px) {
.p-csw22__section-first .txt-box {
    width: 100%;
    margin-bottom: 2rem;
}
.p-csw22__section-first .img-box {
    width: 100%;
}
.p-csw22__section-first h2 {
    font-size: 1.3rem;
    line-height: 1.75;
    width: 100%;
    text-align: center;
}

.csw22-modal-body{
	width: 100%;
    overflow: auto;
}
.csw22-modal-container:before{
	content: none;
}
.csw22-modal-content {
    padding: 0;
    height: 80vh;
    margin-top: 8vh;
}
.csw22-modal-container img {
    width: auto;
    height: 100%;
}
.csw22-modal-close {
    top: 7px;
    right: -3px;
}
}
.p-csw22__section-first__image {
    margin-left: -70px;
    width: calc(100vw + 70px);
}
.p-csw22__section-first__image img {
    width: calc(100% - 70px);
}
.p-csw__event__item.slick-slide .p-csw__event__item--left__link.p-csw22__btn {
    margin-top: 80px;
}

.p-about__contents__solution__item.p-csw22_col3 {
    width: 30%;
    margin-bottom: 40px;
    padding: 0 1rem;
}
@media screen and (max-width: 480px) {
.p-about__contents__solution__item.p-csw22_col3 {
    width: 100%;
}   
}
.p-about__contents__solution__item .case-subtit {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}
@media screen and (max-width: 480px) {
.p-about__contents__solution__item .case-subtit {
    margin-bottom: 0.5rem;
}
}
.p-about__contents__solution__item .case-tit {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #01199b;
    text-align: left;
    font-weight: 500;
    line-height: 1.3;
}
.p-about__contents__solution__item .case-tit span {
    font-size: 1.3rem;
    display: block;
    padding-top: 0.5rem;
    min-height: 3.4rem;
}
.p-about__contents__solution__item figure {
    margin-bottom: 1rem;
}
.p-about__contents__solution__item figure img {
    width: 100%;
}
@media screen and (max-width: 480px) {
.p-about__contents__solution__button.about-btn {
    line-height: 1.3;
}
}
@media screen and (max-width: 480px) {
.p-about__contents__about__item {
    margin-left: 0;
}
}
/*@media screen and (min-width: 481px) {
.p-csw__event__item.p-csw22_item {
    min-height: 560px;
}
}*/
.p-csw__event__item.p-csw22_item .p-csw__event__item--left {
    width: 340px;
}
@media screen and (max-width: 480px) {
.p-csw__event__item.p-csw22_item .p-csw__event__item--left  {
    margin-bottom: 30px;
    width: 100% !important;
}
}
@media screen and (max-width: 480px) {
.p-csw__event__detail__item p:nth-child(2) {
    line-height: 1.5
}
}
@media screen and (max-width: 480px) {
.p-csw__event__access h4 {
    line-height: 1.5
}
}

@media screen and (min-width: 481px) {
.sp {
    display: none;
}
}
@media screen and (max-width: 480px) {
.pc {
    display: none;
}
}

@media screen and (min-width: 1330px) {
.p-csw__section__event__list .slick-arrow--left {
    position: absolute;
    top: 50%;
    transform: translate(-650px,-50%);
    left: 50%;
    z-index: 1;
}
.p-csw__section__event__list .slick-arrow--right {
    position: absolute;
    top: 50%;
    transform: translate(650px,-50%);
    right: 50%;
    z-index: 1;
}
}

@media screen and (min-width: 1180px) and (max-width: 1329px) {
.p-csw__section__event__list .slick-arrow--left {
    position: absolute;
    top: 92%;
    transform: translateY(-50%);
    left: 3.5%;
    z-index: 1;
}
.p-csw__section__event__list .slick-arrow--right {
    position: absolute;
    top: 92%;
    transform: translateY(-50%);
    right: 3.5%;
    z-index: 1;
}
}
@media screen and (min-width: 961px) and (max-width: 1179px) {
.p-csw__section__event__list .slick-arrow--left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    z-index: 1;
}
.p-csw__section__event__list .slick-arrow--right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    z-index: 1;
}
}
@media screen and (max-width: 960px) {
.p-csw__section__event__list .slick-arrow--left,
.p-csw__section__event__list .slick-arrow--right {
    display: none !important;
}
}

.p-csw__sakenomy {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
@media screen and (min-width: 961px){
.aboutSakenomyApp_content-wrap__14Oi7 {
    width: 100%;
    max-width: 1260px;
    padding: 64px 16px;
}
}
.aboutSakenomyApp_content-wrap__14Oi7 {
    position: relative;
    width: 86%;
    padding: 60px 30px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 0 20px 0 rgb(219 179 110 / 20%);
    margin: 32px auto 0;
}
@media screen and (min-width: 961px){
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy {
    max-width: 1064px;
    width: 100%;
}
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy {
    display: flex;
    width: 1064px;
    margin: 0 auto;
    justify-content: space-between;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO {
    width: calc(100% - 240px);
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_content-title__I3CGW {
    display: block;
    color: #dbb36e;
    font-family: 游明朝体,Yu Mincho,YuMincho,"Noto Serif JP",serif;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_paragraph__3YY1T {
    text-align: center;
    margin-top: 32px;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_paragraph__3YY1T .aboutSakenomyApp_text__1LGrF {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_paragraph__3YY1T .aboutSakenomyApp_text__1LGrF .aboutSakenomyApp_inner-text__niIei {
    display: block;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_see-more-btn__CHDul {
    display: flex;
    width: 308px;
    margin: 28px auto 0;
    text-align: center;
    background-color: #dbb36e;
    justify-content: center;
    align-items: center;
    padding: 17px;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity .1s;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_see-more-btn__CHDul .aboutSakenomyApp_see-more__21Hb9 {
    font-size: 16px;
    color: #fff;
}
.dlArea_dl-area__xxD9O {
    display: flex;
    width: 100%;
    max-width: 632px;
    align-items: center;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    margin: 40px auto 0;
    padding: 10px 24px;
}
.dlArea_dl-area__xxD9O .dlArea_text__5GTSI {
    display: flex;
    width: calc(100% - 56px);
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.dlArea_dl-area__xxD9O .dlArea_qr__3zh0P {
    width: 56px;
    height: 56px;
    margin-left: auto;
    border: none;
}
.dlArea_app-area__1O1us {
    display: none;
    text-align: center;
    margin: 40px auto 0;
}
.dlArea_app-area__1O1us .dlArea_app-text-wrap__2vD3Z {
    max-width: 285px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.dlArea_app-area__1O1us .dlArea_app-text-wrap__2vD3Z .dlArea_app-text__sjCEK {
    display: block;
}
.dlArea_app-area__1O1us .dlArea_app-box__2FM0g {
    display: flex;
    margin-top: 12px;
    justify-content: center;
    height: 48px;
}
@media screen and (min-width: 961px){
.glYxmH {
    transition: opacity 0.1s ease 0s;
}
}
.glYxmH {
    display: inline-block;
    cursor: pointer;
    max-width: 130px;
    width: auto;
}
.UCEAw {
    max-width: 161px;
    width: auto;
    margin-left: 20px;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_content-image__167R1 {
    margin-left: 40px;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_content-image__167R1 .aboutSakenomyApp_app-image__1rE4u {
    display: block;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_app-area__QC9m5 {
    display: none;
    text-align: center;
    margin-top: 20px;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_app-area__QC9m5 .aboutSakenomyApp_app-text__24c_0 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_app-area__QC9m5 .aboutSakenomyApp_app-text__24c_0 .aboutSakenomyApp_app-inner-text__2UNEQ {
    display: block;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_app-area__QC9m5 .aboutSakenomyApp_app-box__8wZSN {
    display: flex;
    margin-top: 12px;
    justify-content: center;
    height: 48px;
}
.glYxmH img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
@media screen and (max-width: 960px){
.p-csw__sakenomy {
    padding: 0;
    width: 100%;
    border-top: none;
}
.p-csw__sakenomy::before {
    content: none !important;
}
.p-csw__sakenomy h3 {
    width: 90%;
    border-top: 1px solid #000;
    padding: 40px 0;
    margin: 0 auto;
}
.aboutSakenomyApp_content-wrap__14Oi7 {
    width: 84%;
    padding: 32px 16px;
    margin: 0 auto;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO {
    width: 100%;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_content-title__I3CGW {
    font-size: 24px;
    line-height: 1.5
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_paragraph__3YY1T {
    text-align: left;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_paragraph__3YY1T .aboutSakenomyApp_text__1LGrF .aboutSakenomyApp_inner-text__niIei {
    display: inline;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_see-more-btn__CHDul {
    width: 100%;
    min-width: unset;
    margin-top: 15px;
    padding: 17px 0;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_see-more-btn__CHDul .aboutSakenomyApp_see-more__21Hb9 {
    font-size: 16px;
    color: #fff;
}
/*.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_dl-area__1q3tr {
    display: none;
}*/
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_content-image__167R1 {
    margin: 28px auto 0;
    width: 240px;
    height: 240px;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_content-image__167R1 .aboutSakenomyApp_app-image__1rE4u {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 0;
    object-position: 100% 0;
}
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_app-area__QC9m5 {
    display: block;
}
  .aboutSakenomyApp_text-wrap__1SNAO .logo {
    width: 80%;
    margin: 25px auto 0;
  }
.aboutSakenomyApp_content-wrap__14Oi7 .aboutSakenomyApp_container__mAzoy .aboutSakenomyApp_text-wrap__1SNAO .aboutSakenomyApp_paragraph__3YY1T .aboutSakenomyApp_text__1LGrF {
    font-size: 16px;
    line-height: 30px;
}
}

/* page - SAKE/FOOD/CRAFT */
.p-sakefoodcraft__container.csw22 {
    max-width: 1200px;
}
.csw2022-sake_img {
    margin: 45px 0 110px 60px;
    flex: 1 1 45%;
    position: relative;
    height: 380px;
}
.csw2022-sake_img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 380px;
}

.flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: space-between;
}
.sake_logo_box {
    width: 12.6%;
}
.sake_logo_box img {
    width: 100%;
}
.btn-sake,
.btn-food,
.btn-craft {
    display: block;
    text-align: right;
    margin: 100px 0 200px;
}
.btn-img {
    width: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px;
}
.btn-craft .btn-img{
    width: 10px;
}
.btn-img img {
    width: 100%;
}
.btn-txt {
    display: inline-block;
    vertical-align: text-bottom;
    padding-bottom: 3px;
}
.csw2022-food_img {
    margin: 70px 60px 30px 0;
    flex: 1 1 45%;
    position: relative;
    height: 410px;
}
.csw2022-food_img img {
    position: absolute;
    right: 0;
    top: 0;
    height: 380px;
}
.food_logo_box {
    width: 18%;
}
.food_logo_box img {
    width: 100%;
}
.logo-img {
    margin-bottom: 1rem;
}
.food-tit {
    margin-bottom: 0.5rem;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.web-link-a {
  text-decoration: none !important;
}
.web-icon {
    display: inline-block;
    width: 14px;
    line-height: 20px;
    margin-right: 3px;
    vertical-align: middle;
}
.web-icon img {
    width: 100%;
}
.web-link {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    width: calc(100% - 27px);
    font-weight: 400;
}
.food-img {
    padding-top: 1.5rem;
}

@media screen and (min-width: 1292px) {
.food-txt-box {
    min-height: 52px;
}
}
@media screen and (min-width: 768px) and (max-width: 1291px) {
.food-txt-box {
    min-height: 72px;
}
}
@media screen and (max-width: 767px) {
.food-txt-box {
    min-height: 72px;
}
}

.csw2022-craft_img {
    margin: 70px 0 110px 60px;
    flex: 1 1 45%;
    position: relative;
    height: 380px;
}
.csw2022-craft_img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 380px;
}
.craft-slider {
  position: relative;
}
@media screen and (max-width: 767px) {
.craft-slider {
  margin: 0 -7.258065vw;
}
}
.craft-slider .prev-arrow {
    position: absolute;
    top: 50%;
    left: -3%;
    transform: translateY(-50%);
    width: 32px;
    z-index: 1;
}
.craft-slider .next-arrow {
    position: absolute;
    top: 50%;
    right: -3%;
    transform: translateY(-50%);
    width: 32px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
.craft-slider .prev-arrow {
    top: 100px;
    left: 3%;
}
.craft-slider .next-arrow {
    top: 100px;
    right: 3%;
}
}
.craft_box {
  width: 31.25%;
  padding: 0 1rem;
}
.craft_box img {
    width: 100%;
}
.craft_caption {
  padding-top: 1rem;
}
.photo-box {
    margin-bottom: 1rem;
}
.craft-tit {
    margin-bottom: 0.5rem;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.craft-txt {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.place-img {
    padding-top: 1.5rem;
}

@media screen and (min-width: 768px){
.btn-sake a,
.btn-food a,
.sake_logo_box a,
.food_logo_box a,
.craft_box a {
    transition: .3s;
}
.btn-sake a:hover,
.btn-food a:hover,
.sake_logo_box a:hover,
.food_logo_box a:hover,
.craft_box a:hover {
    opacity: 0.7;
}
.btn-sake a:hover .btn-txt,
.btn-food a:hover .btn-txt,
.food_logo_box a:hover .web-link,
.craft_box a:hover .web-link {
    text-decoration: underline;
}
}
@media screen and (min-width: 1418px){
.craft-txt-box{
    min-height: 20rem;
}
}
@media screen and (min-width: 1330px) and (max-width: 1417px){
.craft-txt-box{
    min-height: 332px;
}
}
@media screen and (min-width: 1210px) and (max-width: 1329px){
.craft-txt-box{
    min-height: 356px;
}
}
@media screen and (min-width: 1122px) and (max-width: 1209px){
.craft-txt-box{
    min-height: 380px;
}
}
@media screen and (min-width: 990px) and (max-width: 1121px){
.craft-txt-box{
    min-height: 428px;
}
}
@media screen and (min-width: 620px) and (max-width: 989px){
.craft-txt-box{
    min-height: 524px;
}
}


.p-sakefoodcraft.csw22_detail {
    width: 88%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 60px;
    padding-bottom: 20px;
}
.p-sakefoodcraft_detail {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.p-sakefoodcraft_detail--block {
    background-color: #000;
}
.p-sakefoodcraft_detail--block .c-subpage__header--bold {
    justify-content: center;
}
.p-sakefoodcraft_detail--block h1 {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 2.5rem;
}
.p-detail__section__title {
    cursor: pointer;
    align-items: center;
    width: 100%;
    border-bottom: 1px dotted #000;
    padding: 20px 0;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    position: relative;
}
.p-detail__section__title h3 {
    font-size: 1.8rem;
    width: 100%;
    padding-right: 40px;
    box-sizing: border-box;
    font-family: lust,serif;
}
.p-detail__section__title img {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.p-detail__list.activate {
    display: flex;
}
.p-detail__list {
    flex-flow: wrap row;
    justify-content: space-between;
    display: none;
}
.js-toggle-trigger img {
    transform: rotate(0);
    transition: .5s;
}
.js-toggle-trigger.open img {
    transform: rotate(-180deg);
}
.p-detail__item {
    padding: 40px 0;
}
.detail_sake_box {
    width: 47.5%;
    margin-bottom: 50px;
}
.detail_sake_box:last-child,
.detail_sake_box:nth-last-child(2) {
    margin-bottom: 0 !important;
}
.detail_sake_tit {
    font-size: 20px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.detail_sake_inner li {
    font-size: 22px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 700;
    margin-bottom: 1rem;
}
.detail_sake_inner li a {
    font-size: 22px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 700;
    color: #0027FB;
    transition: .3s;
}
.detail_food_box:not(:last-child) {
    margin-bottom: 4rem;
}
.detail_food-logo_box {
    width: 29%;
}
.detail_food-logo_box img {
    width: 100%;
}
.detail_food-content_box {
    width: 68%;
}
.detail_food-content_box a:hover .web-link {
    text-decoration: underline;
}
.detail_fooddate_tit {
    font-size: 20px;
    font-family: YuMincho, 'Yu Mincho', serif;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.detail_food_tit {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.detail_food_txt {
    margin-bottom: 1.5rem;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.detail_food_image_box img {
    width: 30%;
}
.page-craft .detail_food_image_box img {
    width: 100%;
}
.page-craft .detail_food_image_box img:not(:last-child) {
  margin-bottom: 10px;
}
.detail_food_image_box {
    margin-bottom: 20px
}
.p-detail__link-list {
    display: flex;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    flex-flow: wrap row;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 60px;
}
.p-detail__link-item--centerise {
    justify-content: center;
    box-sizing: border-box;
    padding: 0 25px;
    display: flex;
    width: 100%;
    background-color: #000;
    color: #fff;
    height: 60px;
    align-items: center;
    font-size: 1rem;
}


@media screen and (min-width: 768px){
.detail_sake_inner li a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
}
@media screen and (max-width: 480px){
.p-sakefoodcraft__container__section__body {
    padding: 40px 0 0;
}
.p-sakefoodcraft__container__section__body .flex_box.sake_flex {
    justify-content: center;
}
.sake_logo_box {
    width: 23%;
    margin: 0 1% 20px;
}
.btn-sake, .btn-food, .btn-craft {
    display: block;
    text-align: center;
    margin: 20px 0 80px;
}
.food_logo_box {
    width: 47.5%;
    margin-bottom: 40px;
}
.craft_box {
    width: 100%;
    margin-bottom: 10px;
}
.craft_box:not(:last-child) {
    margin-bottom: 40px;
}
.detail_food-logo_box {
    width: 100%;
    margin-bottom: 20px;
}
.detail_food-content_box {
    width: 100%;
}
    
.p-sakefoodcraft_detail {
    margin-top: 94px;
}
.p-sakefoodcraft_detail--block h1 {
    font-size: 1.6rem;
}
.p-sakefoodcraft.csw22_detail {
    background-color: rgba(255,255,255,0);
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
.p-detail__section__title h3 {
    font-size: 1.2rem;
}
.detail_sake_box {
    width: 100%;
    margin-bottom: 20px;
}
.detail_sake_box:nth-last-child(2) {
    margin-bottom: 20px !important;
}
.detail_sake_tit {
    font-size: 1.0rem;
    line-height: 1.3;
}
.detail_sake_inner li,
.detail_sake_inner li a {
    font-size: 1.06rem;
    line-height: 1.3;
}
.p-detail__link-list {
    width: 100%;
}
}

/*.colabo-tit {
    font-family: "Sawarabi Mincho","Noto Serif JP",serif !important;
}*/
.p-about__contents__solution h3.colabo-tit {
    font-size: 1.8rem;
}
.colabo-link {
    transition: .3s;
    color: #01199b;
}
.colabo-link:hover {
    opacity: 0.7;
    text-decoration: underline;
}


.sakelineup__contents {
    width: 88%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 60px;
    padding-bottom: 20px;
}
#tab_menu {
	display: flex;
	align-items: center;
    justify-content: space-between;
	width: 100%;
	padding: 0;
}
#tab_menu li{
	width: 31.5%;
	padding: 0;
	text-align: center;
	list-style: none;
    border-radius: 30px 30px 0 0;
	background: #fff;
    transition: .65s;
    position: relative;
}
#tab_menu li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .1s;
    z-index: 1;
}
#tab_menu li.selected::after {
    bottom: -10px;
}
#tab_menu li:first-child {
	border-left: 8px solid #FAE1EB;
	border-top: 8px solid #FAE1EB;
	border-right: 8px solid #FAE1EB;
}
#tab_menu li:nth-child(2) {
	border-left: 8px solid #F1B9D0;
	border-top: 8px solid #F1B9D0;
	border-right: 8px solid #F1B9D0;
}
#tab_menu li:last-child {
	border-left: 8px solid #E781A8;
	border-top: 8px solid #E781A8;
	border-right: 8px solid #E781A8;
}
#tab_menu li a {
	display: block;
	padding: 20px 0;
	color: #fff;
	text-decoration: none;
    text-align: center;
}
#tab_menu li a .event-date {
    font-family: lust,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0rem;
    color: #C30A51;
    line-height: 1;
    margin-bottom: 10px;    
}
#tab_menu li a .event-title {
    font-family: "Sawarabi Mincho","Noto Serif JP",serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #353535;
}
#tab_menu li img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	padding: 13.5px .4em 13.5px 0;
}
.tab_panel {
    background: #fff;
    padding: 4rem 5rem;
    position: relative;
    z-index: 0;
}
.tab_panel.date17 {
    border: 8px solid #FAE1EB;
}
.tab_panel.date18 {
	border: 8px solid #F1B9D0;
}
.tab_panel.date19 {
	border: 8px solid #E781A8;
}


.sake-block:not(:last-child) {
    margin-bottom: 3.5rem;
}
.sake-block:not(:last-child)::after {
    content: '';
    display: block;
    width: 70%;
    height: 2px;
    background: url(/images/sake-lineup/sake-line.png) repeat-x bottom left;
    background-size: auto 2px;
    padding-top: 3.5rem;
    margin: 0 auto;
}
.sake-block .sakagura-box {
    align-items: center;
    margin-bottom: 0;
}
.sake-block .sakagura-box + .sake-info {
  margin-top: 4rem;
}
/*.sake-block .logo-box {
    width: 20%;
    margin-right: 3rem;
}
.sake-block .logo-box img {
    width: 100%;
}*/
.sake-block .logo-box {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3rem;
}
.sake-block .logo-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.sake-block .sake-info::after {
  content: '';
  width: 26%;
}
.company-data {
    width: 75%;
    align-items: center;
    justify-content: flex-start;
}
.company-name {
    width: 69.44444%;
}
.company-name h5 {
    font-size: 2.5rem;
    font-family: "Sawarabi Mincho","Noto Serif JP",serif !important;
    font-weight: 400;
}
.sake-box {
    width: 26%;
}
.sake-box .top-box {
    margin-bottom: 2rem;
    align-items: baseline;
}
.sake-box .top-box figure {
    width: 41.666667%;
}
/*.sake-box .top-box figure img {
    width: 100%;
}*/
.sake-box .top-box figure img {
    max-width: 115px;
    max-height: 115px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.sake-box .top-box .coins {
    max-width: 240px;
    width: 50%;
    border-radius: 100%;
    background: #F8D4A2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: min-content;
}
.sake-box .top-box .coins::before {
    display: block;
    content: '';
    padding-top: 100%;
}
.sake-box .top-box .coins .coin-num {
    font-family: lust,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.6rem;
}
.sake-box .top-box .coins .coin-txt {
    font-family: lust,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
}
.sake-name {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-family: "Sawarabi Mincho","Noto Serif JP",serif !important;
    font-weight: 400;
    line-height: 1.25;
}
.sake-block .link-btn {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
}
.sake-block .link-btn a {
    background: #E8B36A;
    transition: .3s;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3rem;
}
.sake-block .link-btn.sakagura-btn a::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("/images/sake-lineup/icon_sakagura.png") no-repeat top center;
    background-size: 100%;
    margin-right: 0.5rem;
    vertical-align: middle;
}
.sake-block .link-btn.sake-btn a::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("/images/sake-lineup/icon_nihonshu.png") no-repeat top center;
    background-size: 100%;
    margin-right: 0.5rem;
    vertical-align: middle;
}
.sake-block .link-btn a span {
    vertical-align: middle;
}
.sake-block .link-btn a:hover {
    opacity: .7;
}
@media screen and (max-width: 980px) {
.sakelineup__contents {
    width: 96%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
#tab_menu li a .event-date {
    font-size: 1.3rem;
}
#tab_menu li a .event-title {
    font-size: 0.9rem;
    line-height: 1.25;
}

.tab_panel.date17,
.tab_panel.date18,
.tab_panel.date19 {
	border-width: 5px;
}
#tab_menu li:first-child,
#tab_menu li:nth-child(2),
#tab_menu li:last-child {
	border-width: 5px;
}
.tab_panel {
    padding: 2rem 1rem;
}

.sake-block .logo-box {
  width: 80px;
  height: 80px;
  margin-right: 1rem;
}
.company-name {
    width: 68%;
}
.company-name h5 {
    font-size: 1.4rem;
    line-height: 1.25;
}
.sake-block .link-btn a {
    padding: 0.5rem 0;
    margin-top: 1rem;
}
.sake-block .link-btn.sakagura-btn a::before,
.sake-block .link-btn.sake-btn a::before {
    width: 24px;
    height: 24px;
}
.company-data {
    width: 100%;
    align-items: center;
}
.sake-box {
    width: 80%;
    margin: 0 auto;
}
.sake-box:not(:last-child) {
    margin: 0 auto 3rem;
}
.sake-box .top-box {
    margin-bottom: 1rem;
}
.sake-name {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
}
@media screen and (min-width: 1031px) and (max-width: 1310px) {
.company-name h5 {
    font-size: 2.2rem;
}
.company-data {
    width: calc(100% - 260px);
}
}
@media screen and (min-width: 981px) and (max-width: 1030px) {
.company-name h5 {
    font-size: 2.0rem;
}
.company-data {
    width: calc(100% - 260px);
}
.company-name {
    width: 64%;
}
}
@media screen and (min-width: 981px) {
.company-name h5 br {
    display: none;
}
}

.p-csw__content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #000;
    width: 76%;
}
.p-csw__content h3 {
    width: 63.64%;
    text-align: center;
    margin: 0 auto 3rem;
}
.p-csw__content h3 img {
    width: 100%;
}
.p-csw__content.bottom {
    margin-bottom: 120px;
}
.p-csw__content.bottom h3 {
    width: 38%;
}
.p-csw__content_inner h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 3rem;
    text-align: center;
}
.p-csw__content_inner p {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

@media screen and (max-width: 768px) {
.p-csw__content {
    margin-top: 40px;
    padding-top: 40px;
}
.p-csw__content h3 {
    width: 90%;
}
.p-csw__content.bottom {
    margin-bottom: 60px;
}
.p-csw__content.bottom h3 {
    width: 70%;
}
.p-csw__content_inner h4 {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
}
.p-csw__content_inner p {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
}

.buy-btn {
    max-width: 650px;
    width: 88%;
    margin: 3rem auto;
}
.buy-btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2e2dd;
    color: #000;
    font-size: 28px;
    height: 96px;
    width: 100%;
    font-weight: bold;
    padding: 20px 0;
    border: 3px solid #000;
    transition: .6s;
    box-sizing: border-box;
    border-radius: 10px;
}
.buy-btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url("../../images/btn_bg.png") no-repeat center center;
    background-size: cover;
    transition: .6s;
    border-radius: 10px;
}
.buy-btn a:hover::before {
    opacity: 0;
}
.buy-btn a span {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    text-align: center;
}
.buy-btn a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #000;
    transform: translateY(-50%);
    transition: .6s;
}
@media screen and (max-width: 768px) {
.buy-btn {
    width: 100%;
}
}
.feature-buy-btn {
    width: 100%;
    margin: 1.5rem auto 0;
}
.feature-buy-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2e2dd;
    color: #000;
    font-size: 28px;
    height: 78px;
    width: 100%;
    font-weight: bold;
    padding: 10px 5px;
    transition: .6s;
    position: relative;
    box-sizing: border-box;
    border: 3px solid #000;
}
.feature-buy-btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url("../../images/btn_bg.png") no-repeat center center;
    background-size: cover;
    transition: .6s;
}
.feature-buy-btn a:hover::before {
    opacity: 0;
}
.feature-buy-btn a  span {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    text-align: center;
}
.feature-buy-btn a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #000;
    transform: translateY(-50%);
    transition: .6s;
}
.feature-buy-btn .end {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    display: block;
    font-family: "Sawarabi Mincho",serif;
    font-style: normal;
    text-shadow: 0px 0px 8px #000
}
@media screen and (max-width: 1000px) {
.feature-buy-btn a {
    font-size: 24px;
}
.feature-buy-btn .end {
    font-size: 24px;
    line-height: 28px;
}
}

.ticket-btn {
    max-width: 650px;
    width: 88%;
    margin: 3rem auto;
}
.ticket-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2e2dd;
    color: #000;
    font-size: 28px;
    height: 96px;
    width: 100%;
    font-weight: bold;
    padding: 20px 0;
    border: 3px solid #000;
    transition: .6s;
    position: relative;
    box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
.buy-btn {
    width: 60%;
}
}
@media screen and (max-width: 767px) {
.buy-btn {
    width: 100%;
    margin: 1.5rem 0 0;
}
.buy-btn a {
    font-size: 18px;
    height: 70px;
    line-height: 1.3333;
}
}
.ticket-btn a  span {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    text-align: center;
}
.ticket-btn a:hover {
}
.ticket-btn a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #000;
    transform: translateY(-50%);
    transition: .6s;
}
.ticket-btn a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url("../../images/btn_bg.png") no-repeat center center;
    background-size: cover;
    transition: .6s;
}
.ticket-btn a:hover::before {
    opacity: 0;
}
@media screen and (max-width: 768px) {
.ticket-btn {
    width: 90%;
    margin: 1rem auto;
}
.ticket-btn a {
    font-size: 18px;
    height: 70px;
    line-height: 1.3333;
}
.ticket-btn a:lang(en) {
    line-height: 1;
}
}

.link-btn {
    width: 40%;
    margin: 3rem auto;
}
.link-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    height: 42px;
    width: 100%;
}
@media screen and (max-width: 768px) {
.link-btn {
    width: 100%;
}
}

.second-btn {
    margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
.second-btn {
    margin-top: 1rem;
}
}

.js-toggle-target-second::after,
.js-toggle-target-third::after {
  content: "";
  display: block;
  width: 50%;
}

@media screen and (max-width: 480px){
.c-footer__nav__item .c-footer__nav__item__divider {
    height: 0 !important;
}
}

.covid-revention-btn {
    width: 64%;
    margin-bottom: 5rem;
}
.covid-revention-btn a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: .05rem;
    padding: 1rem 0;
    text-align: center;
    margin-bottom: 2rem;
}
.covid-revention-btn a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 3.1rem;
    height: 3.0rem;
    background: url("/images/csw2022/icon-covid.svg") no-repeat top center;
    margin-right: 1rem;
}
.covid-revention-btn .btn-bottom-txt {
    text-align: center;
    color: #ff0512;
    font-weight: bold;
}
@media screen and (max-width: 1000px) {
.covid-revention-btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
}
@media screen and (max-width: 767px){
.covid-revention-btn {
    width: 100%;
}

.covid-revention-btn a {
    font-size: 1.3rem;
    padding: 1.5rem 0;
    line-height: 1.5;
}
.covid-revention-btn a::before {
    width: 2.6rem;
    height: 2.5rem;
    margin-right: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.covid-revention-btn .btn-bottom-txt.en {
    text-align: left;
    color: #ff0512;
    font-weight: bold;
    line-height: 1.5;
}
}


@media screen and (min-width: 1235px) {
.p-about__contents__solution__item .case-subtit.en {
    min-height: 3rem;
}
}
@media screen and (min-width: 768px) {
.csw2022-sake_img.en {
    margin: 115px 0 110px 60px;
}
.csw2022-food_img.en {
    margin: 96px 60px 30px 0;
}
.csw2022-craft_img.en {
    margin: 91px 0 110px 60px;
}
}

.bottom-section {
    margin-bottom: 100px;
}

.main-sns {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 15px 0 30px;
    width: 88%;
    border: 5px solid #000;
    background: #fff;
    border-radius: 30px;
}
.main-sns .main-sns-catch {
    line-height: 1.75;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main-sns .main-sns-catch span {
    display: inline-block;
}
.main-sns .main-sns-catch::before {
    content: '＼';
    line-height: 1;
    font-size: 1.8rem;
    margin-right: 1rem;
    display: inline-block;
}
.main-sns .main-sns-catch::after {
    content: '／';
    line-height: 1;
    font-size: 1.8rem;
    margin-left: 1rem;
    display: inline-block;
}

.sns-cover {
    justify-content: center;
}
.sns-cover .sns-box {
    width: 4rem;
    margin: 0 1rem;
}
.sns-cover .sns-box a {
    transition: .3s;
}
.sns-cover .sns-box a:hover {
    opacity: 0.7;
}
.sns-cover .sns-box img {
    width: 100%;
}
@media screen and (max-width: 768px) {
.main-sns {
    padding: 25px 0;
    margin-top: 0;
    margin-bottom: 60px;
}
.main-sns .main-sns-catch {
  line-height: 1.4;
  font-size: 1.1rem;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main-sns .main-sns-catch span {
    width: 72%;
    display: inline-block;
}
.main-sns .main-sns-catch::before {
    content: '＼';
    line-height: 1.4;
    font-size: 1.1rem;
    margin-right: 0.5rem;
    display: inline-block;
}
.main-sns .main-sns-catch::after {
    content: '／';
    line-height: 1.4;
    font-size: 1.1rem;
    margin-left: 0.5rem;
    display: inline-block;
}
.sns-cover .sns-box {
    width: 3rem;
    margin: 0 1rem;
}

}


.main-attention {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding: 30px 0;
    width: 88%;
    border: 3px solid #ff0512;
    background: #fff;
    text-align: center;
}
.main-attention .main-attention-catch {
    line-height: 1.75;
    font-size: 1.4rem;
    margin-bottom: 1.0rem;
    color: #ff0512;
}
.main-attention p {
    line-height: 1.75;
    color: #ff0512;
}

@media screen and (max-width: 1040px) {
.main-attention p {
    text-align: left;
    padding: 0 30px;
}
.en-tab-br {
    display: none;
}
}
@media screen and (max-width: 768px) {
.main-attention {
  margin-bottom: 3rem;
}
.main-attention .main-attention-catch {
    line-height: 1.4;
    font-size: 1.0rem;
    margin-bottom: 1.5rem;
}
.main-attention p {
    font-size: 0.8rem;
}
}



/* page - csw2023 */
.p-csw23__firstview {
    height: calc(100vh - 72px);
    position: relative;
    overflow: hidden;
    width: 100%;
    background-image: url(/images/csw2023/first-view.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 480px) {
.p-csw23__firstview {
    height: 667px;
    overflow: visible;
    background-image: url(/images/csw2023/mobile/first-view.jpg);
}
}
/* page - csw_new */
.p-csw_new__firstview {
    height: calc(100vh - 72px);
    position: relative;
    overflow: hidden;
    width: 100%;
}
.p-csw_new__firstview .bg-image {
    height: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.p-csw_new__firstview .bg-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
@media screen and (max-width: 480px) {
.p-csw_new__firstview {
    height: 667px;
    overflow: visible;
    background-image: url(/images/csw2023/mobile/first-view.jpg);
}
}
.p-csw23__section-first {
    margin: 100px auto 65px;
    width: 88%;
    max-width: 1400px;
}
.p-csw23__section-first  .flex_box{
    align-items: center;
}
.p-csw23__section-first .txt-box {
    width: 52%;
}
.p-csw23__section-first .img-box {
    width: 44%;
}
.p-csw23__section-first .img-box img {
    width: 100%;
}
.p-csw23__section-first h2 {
    line-height: 1.75;
    font-size: 2.0vw;
    text-shadow: 1px 2px 8px #ccc;
}
@media screen and (min-width: 1780px) {
.p-csw23__section-first h2 {
    font-size: 35px;
}
}
.csw23-modal-open {
    cursor: pointer;
    transition: .3s;
}
.csw23-modal-open:hover{
    opacity: 0.7;
}
.csw23-modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
    z-index: 2;
}
.csw23-modal-container img {
	width: 100%;
}
.csw23-modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.csw23-modal-container.active{
	opacity: 1;
	visibility: visible;
}
.csw23-modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 60%;
}
.csw23-modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}

.p-csw__event__detail__item p:nth-child(2) {
    line-height: 1.667;
    text-align: center;
}

.p-csw2023__section-first {
    padding:6rem 0 0;
}
.p-csw2023__section-first h2 {
    font-family: source-han-serif-japanese,serif;
    font-weight: 500;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 3rem;
    line-height: 1.6667;
}
.p-csw2023__section-first p {
    font-family: serif;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6667;
}

.p-csw__firstview__timer .js-countdown {
    text-shadow: 0px 0px 10px rgb(0 0 0 / 65%);
}
.p-csw__firstview__timer__prefix--override {
    font-size: 2rem;
    display: none;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 65%);
}


@media screen and (max-width: 767px) {
.p-csw2023__section-first {
        padding: 3rem 0 2rem;
    width: 90%;
    margin: 0 auto;
}
.p-csw2023__section-first h2 {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
}
.p-csw2023__section-first p {
    font-size: 1.0rem;
}
}

@media screen and (min-width: 768px) {
.p-csw__event__detail__item p:nth-child(3) {
    font-size: 2rem !important;
    font-weight: 700;
    margin-top: 5px;
  line-height: 1.5;
  text-align: center;
}
.p-csw__event__detail__item p:nth-child(4) {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 10px;
}

.p-csw__event__rule__item p:nth-child(3) {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 26px;
}
.p-csw__event__rule__description img {
    flex: 0 0 90px;
    width: 90px;
    height: 132px;
}
.p-csw__event__access p {
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.6777;
}
}
@media screen and (max-width: 767px) {
.p-csw__event__rule__item .text-red, .p-csw__event__system__item .text-red, .p-csw__event__detail__item .text-red {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
}
.p-csw__event__detail__item p:nth-child(4) {
    margin-top: 15px;
    font-size: 1.2rem !important;
    font-weight: 700;
}
.p-csw__event__rule__item p:nth-child(3) {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
}
.p-csw__event__rule__description img {
    margin-top: 40px;
}
.p-csw__event__access p {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
    line-height: 26px;
}
}
.p-csw__event__rule__item p:nth-child(2) {
    font-size: 1rem;
}
.p-csw__event__rule__description p {
    font-size: 14px;
    line-height: 1.35rem;
    letter-spacing: .05rem;
}
.p-csw__event__detail__item p.bandr {
    width: 250px;
}

.p-csw2023__event__rule__description {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    /*margin-top: 80px;*/
    position: relative;
}
.p-csw2023__event__rule__description figure {
    width: 80px;
    position: absolute;
    right: 4rem;
    bottom: 0;
}
.p-csw2023__event__rule__description figure img {
    width: 100%;
}
.p-csw2023__event__rule__description .rule-disc-tit {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.6rem;
    text-align: center;
    margin-bottom: 1rem;
}
.p-csw2023__event__rule__description ul li {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6777;
    font-weight: 500;
    margin-bottom: 0.5rem;
    padding-left: 0.9rem;
    text-indent: -0.9rem;
}
@media screen and (max-width: 767px) {
.p-csw2023__event__rule__description {
    width: 100%;
}
.p-csw2023__event__rule__description figure {
    width: 80px;
    position: relative;
    right: auto;
    bottom: 0;
    left: auto;
    margin: 0 auto;
    padding-top: 1rem;
}
.p-csw__event__rule__list {
    padding: 0;
}
}

.p-csw__event__system__item p:nth-child(3) {
    color: #E60000;
    font-weight: 500;
}
.p-csw__event__rule__item .text-red,
.p-csw__event__system__item .text-red,
.p-csw__event__detail__item .text-red {
    color: #E60000;
    font-weight: 500;
}
.p-csw__event__access__address a {
    font-weight: 500;
}
.p-csw__event__access__address a img {
    width: 10px;
    height: 10px;
    padding-left: 4px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
.p-csw__event__rule__item .text-red {
    font-weight: 500 !important;
}
.p-csw__event__access__address a {
    margin: 0 -2rem;
    text-decoration: underline;
    letter-spacing: -.05rem;
}
}

@media screen and (min-width: 768px) {
.p-csw .p-index__news-section .p-index__section__title {
    font-size: 3.6rem;
}
}
.p-index__news-section .p-index__section__title {
    line-height: 1.3;
}
.p-csw .p-index__news-section .p-index__section__title .has-border {
    position: absolute;
    bottom: -20px;
    left: 0;
}
.p-index__section__title .has-border {
    height: 10px;
    bottom: -10px;
}


.c-footer__sns-list {
    justify-content: center;
}
.c-footer__sns-list li {
    margin: 0 10px;
}
@media screen and (max-width: 767px) {
.c-footer__sns-list li {
    margin: 0 20px;
}
}

.p-index__panel__image-event__timer {
    z-index: 1;
    text-shadow: 0 0 1.5px #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 512px;
}
@media screen and (max-width: 1250px) {
.p-index__panel__image-event__timer {
    left: 41.5%;
}
}
@media screen and (max-width: 1100px) {
.p-index__panel__image-event__timer {
    top: 30%;
    left: 33%;
}
}
@media screen and (max-width: 1000px) {
.p-index__panel__image-event__timer {
    width: 400px;
}
}
@media screen and (max-width: 900px) {
.p-index__panel__image-event__timer {
    padding-bottom: 17px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 2%;
    margin: 0 auto;
    transform: translate(0, 0);
}
}
@media screen and (max-width: 480px) {
.p-index__panel {
    height: 246px;
    overflow: hidden;
}
.p-index__panel-single-line {
    height: 246px;
}
.p-index__panel__image-event__timer {
    width: 350px;
    bottom: 0;
    padding-bottom: 7px;
}
.feature-buy-btn {
    margin: .25rem auto 0;
}
.feature-buy-btn a {
    font-size: 13px;
    height: 28px;
}
}
.c-header__button {
    width: auto;
}
.c-header__button span {
    padding-left: 10px;
    font-size: 10px;
}

.copy-right {
    margin-top: 0;
    padding: 0 0 12px 0;
    font-size: 9px;
    display: block;
}
.copy-right::before {
    content: '©';
    margin-right: 0.25rem;
}

/* 20230315  p-faq index.css上書き*/
.p-faq__wrapper{
    border-bottom: 0;
}
.p-faq__wrapper .p-faq__contents .p-faq__section h2{
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.8rem;
    display: block;
    border-bottom: 5px solid #000;
    padding-bottom: 20px;
    margin: 60px 0 20px;
}
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__section__title h3{
    font-family: "Noto Sans JP",sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
}
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer__txt br + br{
    display: none;
}
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer__txt p,
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer__txt ul li,
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer__txt a,
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer__txt a:link,
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer__txt a:visited,
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer__txt span{
    font-family: "Noto Sans JP",sans-serif;
    color: #c80000;
    font-size: 16px;
}

.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer__txt ul{
    margin-top: -15px;
}
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer__txt ul > br{
    display: none;
}
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer__txt ul li + br{
    display: none;
}
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item{
    width: 100%;
}
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item .p-faq__item__icon{
    flex: 0 0 80px;
}
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item .p-faq__item__icon p{
    color: #c80000;
}
@media screen and (max-width: 900px) {
    .p-faq__wrapper .p-faq__contents .p-faq__section h2{
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item .p-faq__item__icon{
        flex: 0 0 60px;
    }
    .p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__section__title h3{
        font-size: 1.2rem;
        line-height: 1.5;
        width: 100%;
        padding-right: 40px;
        box-sizing: border-box;
    }
    .p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__section__title h3{
        font-size: 1rem;
        line-height: 1.5;
        width: 100%;
        padding-right: 50px;
        box-sizing: border-box;
    }
    .p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer>p{
        width: calc(100% - 60px);
        overflow-wrap: break-word;
    }
    .p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item__answer{
        margin-top: 10px;
    }
}
@media screen and (max-width:  767px) {
.p-faq__item__answer__txt {
    width: calc(100% - 30px);
}
.p-faq__item__answer a, .p-faq__item__question a {
    overflow-wrap: break-word;
}
.p-faq__wrapper .p-faq__contents .p-faq__section  .p-faq__item__icon .has-divider{
    background-color: #c80000;
}
.p-faq__item__answer, .p-faq__item__question {
    justify-content: space-between;
}
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__item .p-faq__item__icon {
    flex: 0 0 20px;
}
.p-faq__item__icon p {
    flex: 0 0 20px;
    font-size: 26px;
    line-height: 0.8;
}
.p-faq__item {
    padding-top: 12px;
    padding-bottom: 0;
}
.c-header__button {
    background-color: #000;
    padding: 0 9px;
    margin-right: 0;
}
.c-header__button a {
    color: #fff;
}
}

.c-nav .js-sticky .c-nav__casset-img {
    width: 130px;
}
.p-news-article__content__body__paragraph a {
    word-break: break-word;
}

@media screen and (max-width:  767px) {
.p-news-article__content__body__paragraph a img {
    width: 100%;
    height: auto;
}
}

.c-nav__buy {
    position: absolute;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    top: 82px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.p-csw__section__event__wrapper {
    padding-top: 10rem;
}

.sake-lineup-sec {
    border: 8px solid #FAE1EB;
    background: #fff;
    padding: 4rem 5rem;
    position: relative;
    z-index: 0;
}
@media screen and (max-width:  767px) {
.sake-lineup-sec {
    padding: 2rem 1rem;
    border-width: 5px;
}
}

.sake-line-up-menu {
    width: 50%;
    margin: 0 auto 2rem;
  display: flex;
}
@media screen and (max-width: 960px) {
.sake-line-up-menu {
    width: 80%;
}
}
.sake-line-up-menu .date-btn {
    text-align: center;
    width: 100%;
    background: #F1B9D0;
	position:relative;
    transition: .3s;
    z-index: 9;
    padding: 15px;
    font-size:  1.6rem;
}
.sake-line-up-menu .date-btn::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -6px;
  transform: rotate(45deg);
    transition: .3s;
}
.sake-line-up-menu .date-btn:hover::after {
    opacity: 0;
}
.sake-line-up-menu .date-btn ul {
    display: none;
    text-align: center;
    width: 100%;
    background: #FAE1EB;
}
.sake-line-up-menu .date-btn ul li {
}
.sake-line-up-menu .date-btn:hover ul {
    display: block;
	position:absolute;
	top: 55px;
	left:0;
	list-style-type:none;
    z-index: 10;
    background: #FAE1EB;
}
.sake-line-up-menu .date-btn:hover ul li a {
    display: block;
    height: 100%;
    width: 100%;
    background: #FAE1EB;
    padding: 15px 0;
}
.sake-line-up-menu .date-btn:hover ul li a:hover {
    background: #F1B9D0;
}

.p-csw__event__item--right__content__list--food, .p-csw__event__item--right__content__list--sake {
    width: 610px;
}

@media screen and (max-width:  767px) {
.p-csw__event__item--right__content__list--food, .p-csw__event__item--right__content__list--sake {
    width:  auto;
}
}

.c-nav__casset-img {
    width: 130px;
}

.notice-banner {
    max-width: 650px;
    width: 88%;
    margin: 3rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    font-size: 24px;
    height: 48px;
    width: 100%;
    font-weight: bold;
    padding: 20px 0;
    border: 3px solid #000;
    transition: .6s;
    position: relative;
}
@media screen and (max-width: 767px) {
.notice-banner {
    width: 90%;
    margin: 1rem auto;
    font-size: 18px;
    height: 36px;
    line-height: 1.3333;
}
.p-csw__section__event__wrapper {
    padding-top: 2rem;
}
}
.p-csw_new__firstview .bg-image,
.p-csw_new__firstview .bg-image image {
    width: 100%;
}

.p-index__panel__image-event__event-logo {
    right: 30px;
    width: 230px;
}
.p-index__panel__image-event__event-logo a img {
    width: 100%;
}
@media screen and (max-width:900px) {
.p-index__panel__image-event__event-logo {
    right: 0px;
    width: auto;
}
}
@media screen and (max-width: 1000px) {
.p-index__panel__image-event__event-logo a img {
    width: auto;
}
}

.p-foodlineup__section {
    padding-top: 50px;
}
.p-foodlineup__section__restaurant-list {
    margin-top: 20px;
    margin-bottom: 60px;
}
.p-foodlineup__section__restaurant-item {
    padding-bottom: 40px;
    margin-bottom:  40px;
    border-bottom: 1px solid #eee;
}
.p-foodlineup__section__restaurant-item.small {
  flex: 0 0 15% !important;
}
.p-foodlineup__section__restaurant-item.middle {
  flex: 0 0 32% !important;
}
.p-foodlineup__section__restaurant-item.middle .p-foodlineup__section__food-item {
  width: 47%;
  height: 176px;
  margin-right: 6%;
}
.p-foodlineup__section__restaurant-item.middle .p-foodlineup__section__food-item:last-child {
  margin-right: 0;
}
.p-foodlineup__section__restaurant-item.small .p-foodlineup__section__food-item {
  width: 100%;
  height: 176px;
  margin-right: 0;
}
.p-foodlineup__section__restaurant-item.middle h4,
.p-foodlineup__section__restaurant-item.small h4 {
    font-size: 1.4rem;
    padding-top: 10px;
    padding-bottom: 12px;
}
.p-foodlineup__section__food-list {
}
.p-foodlineup__section h2{
    font-size: 3rem;
    margin-bottom: 30px;
}
.p-foodlineup__section__restaurant-item h4 {
    font-size: 1.8rem;
    padding-top: 10px;
    padding-bottom: 12px;
}
.p-foodlineup__section__restaurant-item__outline h5 a {
    font-weight: bold;
    text-decoration: underline;
}
.p-foodlineup__section__restaurant-item__outline h5 a::after {
    content: url("/assets/icons/outerlink.svg");
    padding-left: 0.3rem;
        width: 10px;
    display: inline-block;
}
.p-foodlineup__section__restaurant-item__img {
    margin: 0 0 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.p-foodlineup__section__restaurant-item__img.no-shadow {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

@media screen and (max-width: 767px) {
.p-foodlineup__section h2 {
    font-size: 2rem;
}
.p-foodlineup__section__restaurant-item__outline {
    margin-bottom: 30px;
}
.p-foodlineup__section__restaurant-item h4 {
    font-size: 1.3rem;
    line-height: 1.3334;
}
.p-foodlineup__section__restaurant-item__img {
    width: 80%;
    margin: 0 auto 30px;
    height: auto;
}
.p-foodlineup__section__restaurant-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
}

.p-contact__description p {
    text-align: center;
}
.c-label-alert {
    display: inline-block;
}
.c-form__group > p > label {
    height: 22px;
    padding-bottom: 7px;
    display: block;
}
.p-contact input[type=text],
.p-contact input[type=email],
.p-contact input[type=tel] {
    width: 100%;
}
.p-contact textarea {
    width: 100%;
    height: 200px;
}
.wpcf7-list-item {
    margin-right: 20px;
}
.p-contact__button-group p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.p-contact__button-group br {
    display: none;
}
.p-contact__button-group input {
    width: 100%;
    max-width: 340px;
    font-weight: bolder;
    border: none;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    height: 60px;
    font-size: 18px;
    justify-content: center;
}

@media screen and (max-width: 767px) {
.p-contact__description p {
    text-align: left;
    font-size: 16px;
}
.c-form__group p label {
    font-size: 16px;
    line-height: 27px;
    font-weight: 900;
}
.wpcf7-list-item {
    margin-right: 0;
    display: block;
    margin-top: 10px;
}
.c-form__checkbox-block{
    padding-top: 30px;
}
.c-form__group input[type=checkbox]{
    height: 30px;
}
.p-contact__button-group input {
    margin-bottom: 7px;
}
}

.p-foodlineup__section__food-list {
    margin-top: 0;
    margin-bottom: 0;
}

.p-foodlineup__section h2{
    font-size: 1.8rem;
    padding-top: 10px;
    padding-bottom: 12px;
      line-height: 1.35;
}

.food_img {
    width: 100%;
    aspect-ratio: 1 / 1;
}


.p-foodlineup .c-dialog__wrapper {
    z-index: 100000;
}

.p-csw__event__sponcer {
    padding: 50px 0 80px;
}
.p-csw__event__sponcer_wrap {
    max-width: 1100px;
    margin: 0 auto;
}
.p-csw__event__sponcer_txt {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.85;
    font-weight: 500;
    padding-top: 50px;
}

@media screen and (max-width: 767px) {
.p-csw__event__sponcer {
    padding: 20px 0 50px;
    width: 90% !important;
}
.p-csw__event__sponcer_txt {
    text-align: left;
}
.p-csw__event__sponcer_wrap {
    padding: 0;
}
}


.sake-line-up-menu .date-btn ul::before {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    background: #edf0f0;
}

@media screen and (max-width: 767px) {
.sake-line-up-menu {
    width: 100%;
    margin: 0 auto 2rem;
}
.sake-line-up-menu .date-btn {
    width: 90%;
    padding: 15px 5%;
    font-size: 1.05rem;
}
.sake-line-up-menu .date-btn::after {
    right: 10px;
}
}

.p-foodlineup__link-list {
    justify-content: center;
}

.wpcf7-form-control {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
}
.wpcf7-list-item input {
    line-height: 1;
    height: auto;
    margin-right: 5px;
}
.wpcf7-list-item span {
    line-height: 1;
    height: auto;
}
.wpcf7-list-item label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.screen-reader-response {
    text-align: center;
    color: #c80000;
    font-weight: bold;
}

.sake-box .top-box .coins .coin-num.soldout {
    font-size: 2.5rem;
    padding-top: 15px;
    color: #c80000;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    z-index: 99999 !important;
}
#cboxContent {
    background: none !important;
}
#cboxLoadedContent {
    margin-bottom: 0;
    max-width: 1280px;
    width: 90%;
    padding: 0 55px 0 110px;
}
#cboxLoadedContent img {
    width: 100% !important;
    height: auto !important;
}
#cboxOverlay {
    background: rgba(0,0,0,0.8) !important;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    display: none !important;
}
#cboxLoadedContent {
    margin-bottom: 0 !important;
}
#cboxClose {
    position: absolute;
    top: 0;
    right: 0 !important;
    bottom: auto !important;
    width: 35px !important;
    height: 35px !important;
    cursor: pointer;
    background: url(/assets/icons/close-dialog.png) no-repeat center center !important;
    background-size: 100%;
    text-indent: -9999px;
}
@media screen and (max-width: 767px) {
#cboxLoadedContent {
    max-width: 90vw;
    width: 90vw !important;
    height: auto !important;
    padding: 55px 0 0;
}
#cboxClose {
    bottom: auto !important;
}
#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
    width: 100vw !important;
}
#cboxContent {
    width: 90vw !important;
    margin: 0 5vw;
}
}
.wpcf7-not-valid-tip {
    padding: 10px 0 20px;
    display: block;
    color: #c80000;
    font-weight: bold;
}
.screen-reader-response ul,
.wpcf7-response-output {
    display: none;
}
.p-index__section .wpcf7-response-output {
    display: block;
    color: #f06eaa;
    border-color: #fff !important;
    text-align: center;
}
.c-form__select-block {
    padding-right: 0;
    background: none;
}
.c-form__select-block select {
    background: url(/assets/icons/keyboard_arrow_down.svg) right 10px center no-repeat;
}
.wpcf7-form-control-wrap select {
    font-size: 1rem;
    padding: 0 10px;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding-right: 20px;
}
.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7-form-control-wrap input[type=email] {
    font-size: 1rem;
    padding: 0 10px;
    width: calc(100% - 20px);
}
.p-contact textarea {
    font-size: 1rem;
    padding: 10px;
    width: calc(100% - 20px);
}

@media screen and (max-width: 767px) {
.wpcf7-form-control {
    display: block;
    height: auto;
}
.screen-reader-response {
    text-align: left;
    line-height: 1.3334;
}
}

.p-csw__event__item--right__content__list>div {
    vertical-align: top;
}
.p-foodlineup__section__restaurant-item__outline h5 p {
    margin: 0 !important;
}
.p-foodlineup__section__restaurant-item__outline p {
    margin: 0 0 30px;
    line-height: 1.75;
    letter-spacing: .035rem;
}
.p-foodlineup__section__restaurant-item__outline p:lang(ja) {
  text-align: justify;
}
.p-foodlineup__section__restaurant-item__outline {
    flex: 1 1 330px;
    max-width: 330px;
}
.food-ex_text {
    margin-bottom: 50px;
    line-height: 1.3rem;
    font-size: .9rem;
}
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__section__title h3.top10_q {
    /* font-size: 1.8rem; */
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
.p-faq__wrapper .p-faq__contents .p-faq__section .p-faq__section__title h3.top10_q {
    font-size: 1.2rem;
}
}
.js-toggle-target-music .p-csw__event__item--right__content__list>div {
    width: 110px;
    margin-right: 2px;
}
.p-musiclineup__section__item__outline {
    display: block;
    text-align: justify;
}
.p-musiclineup__section__item__img {
    padding: 0 0 10px 20px;
    float: right;
}
.p-musiclineup__section__item__description {
    display: contents;
}
@media screen and (max-width: 767px) {
.p-musiclineup__section__item__outline {
    display: flex;
  flex-wrap: wrap;
}
.p-musiclineup__section__item__description {
  order: 1;
  width: 100%;
  display: block;
}
.p-musiclineup__section__item__img {
    padding: 20px 0 0 0;
    width: 100%;
    display: block;
    float: none;
  order: 2;
}
}
.sake-box .top-box .coins {
    position: relative;
}
.sake-box .top-box .coins .banner_exclusive {
    position: absolute;
    width: 150px;
    top: -50px;
    left: -30px;
}
.sake-box .top-box .coins .banner_exclusive img {
    width: 100%;
}
@media screen and (max-width: 767px) {
.sake-box .top-box .coins .banner_exclusive {
    position: absolute;
    width: 130px;
    top: -40px;
    left: -30px;
}
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-list-item {
    margin: 0 !important;
}

.p-index__modal_form input[type=email], .p-index__modal_form textarea.form-control {
    font-size: 16px !important;
    outline: 0!important;
    width: 100% !important;
    padding: 12px !important;
}
.p-index__modal_form label {
    display: block;
  font-size: 16px;
}
.p-index__modal_form .wpcf7-submit {
    background-color: #f06eaa;
    border: 3px solid #f06eaa;
    width: 100%;
    color: #fff;
    display: inline-block;
    position: relative;
    transition: .4s;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
    padding: 8px 12px;
    cursor: pointer;
    height: auto
}
.p-index__modal_form .wpcf7-submit:hover {
    opacity: 0.7
}
#wpcf7-f2266-o1 p {
    opacity: 1;
}

.c-jp-title, h1.c-jp-title, h4.c-jp-title {
    /*font-family: source-han-serif-japanese,serif;*/
  font-family: Roboto,sans-serif;
}
.bogo-language-switcher {
    display: flex;
}
.bogo-language-switcher li {
    display: flex;
    justify-content: center;
    flex-flow: wrap column;
    align-items: center;
    height: 60px;
    font-family: Roboto,sans-serif;
}
.bogo-language-switcher .en {
    order: 2;
}
.bogo-language-switcher .ja {
    order: 1;
}
.bogo-language-switcher a {
    border: none;
    font-size: 0 !important;
    width: 50px;
    height: 50px;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .3s;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
.bogo-language-switcher .current a {
    border-color: #fff;
}
.bogo-language-switcher a:hover {
    border-color: #fff;
}
.bogo-language-switcher a:hover::after {
    content: none;
}
.bogo-language-switcher .en a::before {
    content: "EN";
    font-size: 14px!important;
  width: 50px;
    text-align: center;
}
.bogo-language-switcher .ja a::before {
    content: "JP";
    font-size: 14px!important;
  width: 50px;
    text-align: center;
}
.bogo-language-switcher .bogo-language-name {
    color: #999;
    font-size: 0 !important;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: center;
}
.bogo-language-switcher .en .bogo-language-name:not(:has(a))::before {
    content: "EN";
    font-size: 14px!important;
}

.p-csw__firstview__endtext {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.p-csw__firstview__endtext .endtext {
    font-family: source-han-serif-japanese,serif;
    background: rgba(239,200,226,.8);
    padding: 2rem 4rem;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.75;
}

.p-csw__event__access h3 {
    font-family: "Noto Sans JP",sans-serif;
    text-align: center;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    display: inline-block;
    margin: 0 auto 15px;
    padding: 10px;
}
.p-csw__event__sponcer h3,
.p-csw__sakenomy h3 {
    font-weight: 900;
    font-size: 2.5rem;
    text-align: center;
}
.p-csw__event__sponcer {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #000;
    width: 76%;
}
.p-csw__sakenomy {
    margin-left: auto;
    margin-right: auto;
}
.p-csw__sakenomy::before {
    content: '';
    max-width: 1100px;
    width: 100%;
    height: 1px;
    background: #000;
    margin: 0 auto 40px;
    display: block;
}

.collabo-slider .prev-arrow {
    position: absolute;
    top: 50%;
    left: -3%;
    transform: translateY(-50%);
    width: 32px;
    z-index: 1;
}
.collabo-slider .next-arrow {
    position: absolute;
    top: 50%;
    right: -3%;
    transform: translateY(-50%);
    width: 32px;
    z-index: 1;
}
@media screen and (max-width: 767px) {
.collabo-slider .prev-arrow {
    top: 260px;
    left: 3%;
}
.collabo-slider .next-arrow {
    top: 260px;
    right: 3%;
}
}
.faq-contact {
    padding-top: 10rem;
}
.faq-contact h2 {
    font-size: 2.0rem;
    margin-bottom: 4rem;
}
.c-nav__sns_icon_wrap {
    margin-right: .5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.c-nav__sns_icon {
    width: 1.1rem;
    margin-right: 1rem;
}
.c-nav__sns_icon img {
    width: 100%;
}
.p-csw__event__access {
    padding-top: 0 !important;
    border-top: none !important;
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

@media screen and (max-width: 767px) {
.c-header {
    transition: .15s;
    height: 52px;
    justify-content: flex-end;
    padding: 12px 12px;
}
.c-header.active {
    background: rgba(0,0,0,.7);
}
.c-header__icon span{
    display: inline-block;
    transition: all .15s;
    position: absolute;
    right: 12px;
    height: 3px;
    background: #fff;
    width: 28px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  }
.c-header__icon span:nth-of-type(1) {
  top:16px; 
}
.c-header__icon span:nth-of-type(2) {
  top:25px;
}
.c-header__icon span:nth-of-type(3) {
  top:34px;
}
.c-header__dialog {
    padding-top: 40px;
}
.c-header__close-button {
    padding: 15px 12px 12px;
    top: 0;
}
.p-index__news-section .p-index__section__title {
    font-size: 40px;
    line-height: 2.2rem;
}
}

.p-about__contents__message__paragraph-block {
    padding-bottom: 85px;
}
.p-sakefoodcraft__container__section__body .p-list-title {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
.p-sakefoodcraft__container__section__body .p-list-title {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.p-sakefoodcraft__container__section__header,
.p-sakefoodcraft__container__section__body {
    width: 100%;
}
.p-about__contents__solution__list {
    margin: 35px -10% 0;
}
}

.p-archives__event-item .u-text--size-20 {
    margin: 18px 0 9px;
}
@media screen and (max-width: 767px) {
.c-subpage_title .has-divider {
    height: 10px;
    margin: 20px 0;
}
}

.p-news-article__content__footer a {
    color: #000 !important;
    text-decoration: none !important;
}
@media screen and (max-width: 767px) {
.p-news__filter {
    border-bottom: 10px solid #000;
}
}

@media screen and (max-width: 767px) {
.c-header .sp-logo  {
    width: 50%;
    padding-top: 5px;
}
}
.p-index__maga-section h3 {
    font-weight: 900;
    font-size: 2.5rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
.p-index__modal_form .modal-dialog {
    margin: 20px auto 0;
}
}

.p-csw__event__news h3 {
    font-weight: 900;
    font-size: 2.5rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
.p-csw__event__news h6 {
    font-size: 1rem;
    padding: 0 0 10px;
    display: block;
    position: relative;
    top: 0;
    text-align: center;
}
}
@media screen and (max-width: 767px) {
.p-index__news-item .c-card__header .u-text--size-30 {
    font-size: 1.5rem;
}
.p-index__news-item .c-card__header .cover {
    width: 200px;
    height: 200px;
}
.p-index__news-item .c-card__header .cover {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 10px;
}
}

.c-news__item .c-card__header .u-text--size-30 {
    font-size: 24px;
}
@media screen and (max-width: 767px) {
.p-news__contents {
    width: 100%;
}
.p-news__contents .c-news__item {
    width: 100%;
    margin: 0 0 1rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #000;
}
.c-news__item .c-card__header .u-text--size-30 {
    font-size: 1.2rem;
    line-height: 1.5;
}
.c-news__item .c-card__header .list-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
}
.c-news__item .c-card__header .news-date {
  margin-right: 1rem;
}
.c-news__item .c-card__header .news-cate a {
  height: 21px;
  font-weight: bolder;
  display: inline-block;
  background-color: #b3b3b3;
  font-size: 13px;
  align-items: center;
  box-sizing: border-box;
  padding: 4px 12px;
  border-radius: 4px;
}
.c-card__body.sp-none {
  display: none !important;
}
.p-csw__firstview__endtext {
    top: 50%;
    width: 90%;
}
.p-csw__firstview__endtext .endtext {
    padding: 1.5rem;
    font-size: 1.5rem;
}
.p-csw__event__access__link img {
    margin: 0;
}
}
.p-faq__section h2,
.faq-contact h2 {
  padding-top: 3rem;
  margin-top: -3rem;
}
.link-test ul li {
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
.p-faq__section h2,
.faq-contact h2 {
  padding-top: 1.5rem;
  margin-top: -1.5rem;
}
}


/* header submenu  */
.c-nav__item{
    position: relative;
}
.c-nav__item:hover .c-nav__item__sub{
    display: block;
}
.c-nav__item__sub{
    display: none;
    padding: 0 10px 10px;
    box-sizing: border-box;
    width: calc(100% + 130px);
    position: absolute;
    top: 60px;
    background-color: rgba(51,51,51,.9);
}
html:lang(en) .c-nav__item__sub{
    width: calc(100% + 140px);
}
.c-nav__item__sub a{
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s;
}
.c-nav__item__sub a:hover{
    opacity: .7;
}
.c-nav__item .c-nav__item__sub a::after {
  content: none;
}

@media screen and (max-width: 960px){
.c-nav__item__sub{
  display: block;
  padding: 0;
  margin-top: 13px;
  box-sizing: border-box;
  width: 100%;
  position: static;
  background-color: unset;
}
html:lang(en) .c-nav__item__sub{
  width: 100%;
}
.c-nav__item__sub a{
  padding: 0;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}
.c-header__dialog li {
  padding: 15px 10px;
  font-size: 18px;
}
}

.p-csw__section__event__list .slick-track {
    display: flex;
}
.p-csw__section__event__list .slick-slide {
  height: auto !important;
}

.p-csw__event__item.slick-slide .p-csw__event__item--left__link a {
    height: 44px;
}


.howto-app{
width: 100%;
box-sizing: border-box;
}
@media screen and (min-width: 961px){
.howto-app{
padding: 0 20px 75px !important;
}
}
.p-howto.howto-app:before{
    background: none;
}
.howto-app:before{
display: none;
}
.howto-app .p-howto__contents{
width: 100%;
max-width: 1100px;
padding-top: 40px;
border-top: 1px solid #000;
  margin: 0 auto;
}
.p-howto__appbox {
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 0;
    padding: 45px 100px;
    border-radius: 20px;
    background: #fff;
    box-sizing: border-box;
}
.p-howto__appbox__inner{
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.p-howto__appbox__left{
width: 70%;
padding-right: 30px;
box-sizing: border-box;
}
.p-howto__appbox__left h3{
    font-family: 游明朝体, "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    color: #E8B36A;
    font-weight: bold;
    line-height: 1.5;
    text-align: left !important;
}
@media screen and (min-width: 961px){
.p-howto__appbox__left h3{
    font-size: 28px !important;
}
}
.p-howto__appbox__left p{
font-size: 16px;
line-height: 1.8;
font-weight: 400;
margin-top: 30px;
}
.p-howto__appbox__left .p-howto__appbox__btn{
width: 250px;
margin: 20px 0 0;
}
.p-howto__appbox__left .p-howto__appbox__btn a{
position: relative;
background: #E8B36A;
color: #fff;
font-size: 16px;
line-height: 1;
font-weight: bold;
display: block;
text-align: left;
padding: 22px 20px;
border-radius: 8px;
text-decoration: none;
transition: all ease .5s;
}
.p-howto__appbox__left .p-howto__appbox__btn a:hover{
opacity: .7;
}
.p-howto__appbox__left .p-howto__appbox__btn a:after{
content: '';
display: inline-block;
width: 12px;
height: 20px;
background: url(/images/howto/ico-btn-arrow.svg) no-repeat;
background-size: 12px 20px;
position: absolute;
top: 50%;
right: 20px;
transform: translate(0, -50%);
}
.p-howto__appbox__left .p-howto__appbox__dl{
margin-top: 25px;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.p-howto__appbox__left .p-howto__appbox__dl p{
width: calc(100% - 278px);
padding-right: 15px;
box-sizing: border-box;
display: block;
text-align: left;
font-size: 17px;
font-weight: bold;
margin-top: 0;
}
.p-howto__appbox__left .p-howto__appbox__dl .p-howto__appbox__dl-btn{
width: 278px;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.p-howto__appbox__left .p-howto__appbox__dl .p-howto__appbox__dl-btn a{
width: calc(50% - 8px);
transition: all ease .5s;
}
.p-howto__appbox__left .p-howto__appbox__dl .p-howto__appbox__dl-btn a:hover{
opacity: .7;
}
.p-howto__appbox__left .p-howto__appbox__dl .p-howto__appbox__dl-btn a img{
width: 100%;
height: auto;
}
.p-howto__appbox__right{
width: 28%;
}
.p-howto__appbox__right img{
width: 100%;
height: auto;
}
.dlArea_dl-area__xxD9O{
box-sizing: border-box;
text-decoration: none !important;
color: #000 !important;
line-height: 1.3;
}
.dlArea_dl-area__xxD9O .dlArea_text__5GTSI{
color: #000;
text-decoration: none;
}
.dlArea_dl-area__xxD9O a{
  display: flex;
  width: 100%;
  text-decoration: none;
  transition: .3s;
}
.dlArea_dl-area__xxD9O a:hover{
  opacity: .7;
}


@media screen and (max-width: 960px){
.p-howto__appbox{
    margin-top: 30px;
    padding: 30px;
}
.p-howto__appbox__left,
.p-howto__appbox__left .p-howto__appbox__dl p{
    width: 100%;
    padding-right: 0;
}
.p-howto__appbox__right{
    width: 100%;
    margin-top: 30px;
}
.p-howto__appbox__left .p-howto__appbox__dl p{
    text-align: center;
    margin-top: 20px;
}
.p-howto__appbox__left .logo{
    max-width: 60%;
    margin: 25px auto 0;
}
.p-howto__appbox__item{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.p-howto__appbox__item img{
    width: 100%;
    height: auto;
}
.p-howto__appbox__left h3{
    font-size: 24px;
    text-align: center;
}
.p-howto__appbox__left p{
    text-align: center;
}
.dlArea_dl-area__xxD9O .dlArea_text__5GTSI{
    justify-content: flex-start;
    font-size: 18px;
}
.p-howto__appbox__left .p-howto__appbox__dl .p-howto__appbox__dl-btn{
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.p-howto__appbox__left .p-howto__appbox__dl .p-howto__appbox__dl-btn a {
    width: calc(40% - 8px);
    margin: 0 10px;
}
}
  
@media screen and (max-width: 767px){
.p-howto__appbox__left h3{
    font-size: 22px;
    text-align: left;
}
.p-howto__appbox__left p{
    text-align: left;
}
.p-howto__appbox__item{
    width: 80%;
}
.dlArea_dl-area__xxD9O .dlArea_text__5GTSI{
    justify-content: flex-start;
    font-size: 16px;
}
}
@media screen and (max-width: 428px){
    .p-howto__appbox__left .logo{
        max-width: 80%;
    }
    .dlArea_dl-area__xxD9O{
        padding: 10px;
    }
    .dlArea_dl-area__xxD9O .dlArea_text__5GTSI{
        width: calc(100% - 10px);
        font-size: .9rem;
          padding-left: 0.2rem;
    }
    .dlArea_dl-area__xxD9O .dlArea_qr__3zh0P{
    }
    .dlArea_dl-area__xxD9O .dlArea_qr__3zh0P img{
    }
}
.c-nav__item .no-bar:hover::after {
  content: none;
}

.p-csw__firstview__casset_new {
    position: fixed;
    right: 0;
    top: 60px;
    width: 210px;
    height: 110px;
    z-index: 99998;
}
.p-csw__firstview__casset_new a {
  transition: .3s;
}
.p-csw__firstview__casset_new a:hover {
  opacity: .7;
}
.p-csw__firstview__casset_new a img {
  width: 100%;
}
.p-foodlineup__link-item{
    padding: 0 15px;
    justify-content: center;
}
@media screen and (max-width: 960px){
.p-csw__firstview__casset_new {
    top: auto;
    /* bottom: 40px; */
    bottom: 0;
  right: -4px;
  width: 200px;
}
}
.p-csw__event__system_tit {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 50px;
  text-align: center;
}
.p-csw__event__system_redtxt {
  font-size: 1rem !important;
  font-weight: 700 !important;
  margin-top: 15px;
  color: #E60000;
  text-align: center;
  line-height: 1.8;
}
.p-csw__event__system_redtxt br.sp {
  display: none;
}
.p-csw__event__system_normaltxt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6rem;
  margin-top: 50px;
  text-align: center;
}
.p-csw__event__system_rednormaltxt {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #E60000;
  margin-top: 15px;
  text-align: center;
}
.p-csw p.p-howto__contents__lead {
    font-size: 17px !important;
    margin-top: 20px !important;
}
.p-csw .p-howto__contents h2 {
    margin-top: 30px;
}
.p-csw p.p-howto__box-tit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    display: block;
    text-align: center;
    color: #000;
    margin-top: 0;
}
.p-csw p.p-howto__box-tit {
    font-size: 30px !important;
    display: block !important;
    width: 100% !important;
}
.p-csw .p-howto__box-bottom__left p {
    width: calc(100% - 48px) !important;
    height: auto !important;
    font-size: 16px !important;
    display: block !important;
    text-align: left !important;
}
.p-csw .p-howto__box-bottom__left p.pc {
    width: calc(100% - 66px) !important;
  margin-bottom: 0;
}
.p-csw .p-howto__box-bottom__right p {
    width: calc(100% - 230px) !important;
    font-size: 58px !important;
    display: block !important;
    text-align: left !important;
}
.p-csw p.c-firstview__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px !important;
    line-height: 1.8;
    display: inline !important;
    text-align: center !important;
    background: #FFFF00 !important;
}
.p-csw__event__system__item {
  display: block;
  text-align: center;
}
.p-csw__event__system__width{
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 960px){
.p-csw__event__system_tit {
  font-size: 1.2rem;
  margin-top: 30px;
}
.p-csw__event__system_redtxt {
  font-size: .8rem;
}
.p-csw__event__system_normaltxt {
  font-size: .8rem;
  text-align: left;
  margin-top: 30px;
}
.p-csw__event__system_rednormaltxt {
  font-size: .8rem;
  text-align: left;
  margin-top: 0;
}
.p-csw p.p-howto__contents__lead {
    font-size: 16px !important;
  text-align: left;
}
.p-csw .p-howto__contents h2 {
  margin-top: 0;
  justify-content: center;
}
.p-csw p.p-howto__box-tit {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.5;
    display: block;
    text-align: center;
    color: #000;
    margin-top: 0;
}
.p-csw p.p-howto__box-tit {
    font-size: 22px !important;
  height: auto;
}
.p-csw .howto-sake .p-howto__box-item img {
    max-width: 322px;
}
.p-csw .p-howto__box-bottom p.pc {
  display: none !important;
}
.p-csw .p-howto__box-bottom p.sp {
    width: 100% !important;
  margin-bottom: 0 !important;
  height: auto !important;
}
.p-csw .p-howto__box-bottom__left {
    margin-top: 10px !important;
}
.p-csw .p-howto__box-bottom__right {
    width: 60% !important;
}
.p-csw .p-howto__box-bottom__right p {
    font-size: 40px !important;
    width: 100% !important;
    text-align: center !important;
    height: auto !important;
    margin-bottom: 0;
}
.p-csw p.c-firstview__text {
    font-size: 16px !important;
    text-align: left !important;
}
.p-csw p.c-firstview__text p {
    text-align: left !important;
}
.p-csw .howto-food {
    padding: 30px 0 0;
}
}

.p-index__section {
    max-width: 1100px;
    margin: 80px auto 0;
    width: 100%;
    position: relative;
    padding-top: 40px;
    border-top: 1px solid #000;
}
.p-index__modal_form .modal-dialog {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 0;
    background-color: #fff;
}
.p-csw .howto-app h2 {
    font-weight: 900;
    font-size: 2.5rem;
    text-align: center;
}
.p-csw__event__news h6 {
    font-size: 30px;
    text-align: center;
}

.sakelineup__contents .p-csw2023__section-first {
  padding: 0;
}
@media screen and (min-width: 961px){
.p-foodlineup__link-item:nth-child(2) {
  margin-left: 20px;
}
}
@media screen and (max-width: 960px){
.c-footer .c-nav__item__sub {
    margin-top: 10px; 
  margin-bottom: 20px;
}
.c-footer .c-nav__item__sub a {
  text-decoration: none;
  color: #000;
}
.c-footer .c-nav__item__sub a:first-child {
  margin-top: 0;
}
}

.c-nav__item a, .u-text-align--center {
  font-family: "Noto Sans JP", sans-serif !important;
  position: relative;
  z-index: 2;
}
.footer li {
  line-height: 2 !important;
}
.footer li a {
  text-decoration: none !important;
}
.c-footer__logo-block img {
  margin: 0 auto;
}

@media screen and (max-width: 960px){
.p-about__first-view h1 {
    top: 150px;
}
.p-sakefoodcraft__container__section__header--left img,
.p-sakefoodcraft__container__section--food__header--right img {
    height: 100px;
    width: auto;
}
.p-sakefoodcraft__container__section__header--left .is-mobile,
.p-sakefoodcraft__container__section--food__header--right .is-mobile {
    margin-top: 40px;
}
.p-about__contents__message__paragraph-block {
    padding-bottom: 35px;
}
.p-about__contents__message__paragraph {
    font-size: 16px;
}
.p-sakefoodcraft__container__section {
    margin-bottom: 35px;
}
.p-sakefoodcraft__container__section__header--left p,
.p-sakefoodcraft__container__section--food__header--right p {
    margin-top: 30px;
}
.p-sakefoodcraft__container__section--food__header {
    width: 100%;
}
.p-about__contents__organize {
    padding-top: 60px;
}
.p-about__contents__organize__item--left .c-mock--image, .p-about__contents__organize__item--left img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.p-about__contents__organize__item--right p {
    font-size: 16px;
}
.p-about__contents__solution__item p {
    font-size: 16px;
}
.p-about__contents__solution {
    padding-top: 60px;
}
}


.ticket-btn a:lang(en) {
    line-height: 1;
}
.p-csw__event__system__item p:nth-child(1) {
    margin: 0 auto 15px;
}
.p-csw__event__system_new {
}
.p-csw__event__system_new .c-firstview.p-howto__first-view {
  border-top: 1px solid #000;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px 0;
}
.p-csw__event__system_new .c-firstview.p-howto__first-view p.cap {
    font-weight: 400;
    font-size: 16px;
    display: block;
    text-align: center;
    background: none;
    color: #000;
    margin-top: 5px;
    margin-bottom: 20px;
}
.p-csw__event__system_new .p-howto {
    padding: 20px 0 0;
}
.p-csw__event__system_new .p-howto:before {
  content: none;
}
.p-csw__event__system_new .p-howto__buy-btn a span.txt {
    font-size: 26px;
}
.p-csw2023__section-first .first-txt {
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 3rem;
    line-height: 1.6667;
}
@media screen and (max-width: 767px){
.p-csw__event__system_new .p-howto__contents {
  padding: 20px 20px 40px;
  margin: 0 auto;
}
.p-csw__event__rule {
    margin-top: 20px;
}
.p-csw2023__section-first .first-txt {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
}
.p-csw__event__detail h3 {
    display:  block !important;
    font-size: 25px;
}
.p-csw__event__detail .p-csw__event__access h3 {
    font-size: 1rem;
    display: inline-block !important;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
}
.p-csw .p-index__news-section .p-index__section__title {
    padding: 0;
}
.p-csw .p-csw__event__system_new .p-howto__buy-btn a span.txt {
    font-size: 20px;
}
.p-foodlineup__link-item {
    font-size: 1rem;
}
.p-sakefoodcraft__container__section__body .btn-craft .btn-txt {
  display: block;
}
.p-csw__firstview__casset_new a img {
    opacity: .9;
}
}

.p-csw__event__access p,
.p-csw__event__access__address p span,
.p-csw__event__access__route{
  font-weight: 400;
}
.p-about__contents__message__paragraph {
    font-weight: 400;
}
.p-about__contents__organize__item--right p, .p-about__contents__solution__item p, .p-csw__event__item.slick-slide .p-csw__event__item--left p, .p-csw__section-feature__craft-item__description, .p-csw__section-feature__food-item__description, .p-faq__item__answer>p, .p-faq__item__question>p, .p-musiclineup__section__item__description, .p-sakefoodcraft__container__section--food__header--right p, .p-sakefoodcraft__container__section__body__item p, .p-sakefoodcraft__container__section__header--left p, .u-text--paragraph {
    font-weight: 400;
}
.p-contact__description p, .p-csw__section-first__description p, .p-news-article__content__body__paragraph, .p-sakefoodcraft__container__description p, .p-sakenomy__section__item p, .u-text--lead {
    font-weight: 400;
}
.p-archives__event-item .u-text--size-15, .u-text--paragraph--small {
    font-weight: 400;
}
.p-about__contents__organize__item--right p, .p-about__contents__solution__item p, .p-csw__event__item.slick-slide .p-csw__event__item--left p, .p-csw__section-feature__craft-item__description, .p-csw__section-feature__food-item__description, .p-faq__item__answer>p, .p-faq__item__question>p, .p-musiclineup__section__item__description, .p-sakefoodcraft__container__section--food__header--right p, .p-sakefoodcraft__container__section__body__item p, .p-sakefoodcraft__container__section__header--left p, .u-text--paragraph {
    font-size: 16px;
}
.p-archives__event-item .u-text--size-15, .u-text--paragraph--small {
    font-size: 16px;
    line-height: 26px;
}
.c-footer__menu__item {
    font-size: 18px;
}


/* btnwrap　レイアウト追加　20240329 */
.p-foodlineup__link-list.wid-middle{
    width: 500px;
    justify-content: space-between;
}
.p-foodlineup__link-list.wid-middle a.p-foodlineup__link-item{
    width: 240px;
}

@media screen and (max-width: 575px){
    .p-foodlineup__link-list.wid-middle{
        width: 90%;
    }
    .p-foodlineup__link-list.wid-middle a.p-foodlineup__link-item{
        width: 100%;
    }
}

.p-foodlineup .c-dialog__container__content-item h6 .jp:lang(en)  {
  display: none;
}
.p-foodlineup .c-dialog__container__content-item h6 .en  {
  display: none;
}
.p-foodlineup .c-dialog__container__content-item h6 .en:lang(en)  {
  display: block !important;
}

.p-csw__event__item--right__content__list>div p.have-two-line {
    height: 33px;
    line-height: 1.3;
}

.p-csw__event__item--right__content h4 {
  font-size: 2.1rem;
  width: 121px;
}
@media screen and (max-width: 767px){
  .p-foodlineup__header {
    padding-left: 5%;
    padding-right: 5%;
  }
}


.p-foodlineup__link-list_new {
  display: flex;
  /*width: 860px;*/
  width: 630px;
  margin-left: auto;
  margin-right: auto;
  flex-flow: wrap row;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: 60px
}
.p-foodlineup__link-list_new.year2025 {
  display: flex;
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  flex-flow: wrap row;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: 60px
}

@media screen and (max-width: 480px) {
.p-foodlineup__link-list_new {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 0
}
.p-foodlineup__link-list_new.year2025 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 0
}
}

.p-foodlineup__link-item_new {
  box-sizing: border-box;
  padding: 0 10px 0 20px;
  display: flex;
  margin-bottom: 30px;
  width: 200px;
  background-color: #000;
  height: 60px;
  align-items: center;
  font-size: 1rem;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  transition: .3s;
  line-height: 1.25;
}

@media screen and (max-width: 480px) {
.p-foodlineup__link-item_new {
  width: 48% !important;
  font-size: .875rem !important;
  padding: 0 7px;
  margin-bottom: 15px;
}
.p-foodlineup__link-item_new.no-icon {
  display: flex !important;
  justify-content: center;
}
}

.p-foodlineup__link-item_new--centerise {
  justify-content: center;
  box-sizing: border-box;
  padding: 0 25px;
  display: flex !important;
  background-color: #000;
  height: 60px;
  align-items: center;
  font-size: 1rem;
  width: 300px;
  margin: 0 auto;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  transition: .3s;
}
@media screen and (max-width: 480px) {
.p-foodlineup__link-item_new--centerise {
  width: 100%;
  font-size: 1.0rem !important;  
  margin-bottom: 30px
}
}
.p-foodlineup__link-item_new:hover,
.p-foodlineup__link-item_new--centerise:hover {
  background-color: #777;
}

.p-foodlineup__link-item_new img {
  width: 25px;
  height: 25px;
  padding-right: 12px
}

@media screen and (max-width: 480px) {
.p-foodlineup__link-item_new {
  width:100%;
  font-size: 1.4rem
}
.p-foodlineup__link-item_new img {
  width: 30px;
  height: 30px;
  padding-right: 7px;
  }
}

.maker-name {
  font-weight: bold;
  margin-bottom: 15px !important;
}
@media screen and (max-width: 480px) {
.maker-name {
  margin-bottom: 10px !important;
}
.p-foodlineup__header h1 {
  font-size: 1.85rem;
  text-align: center;
}
}

.swe-detail-tit {
  font-size: 1.1rem !important;
  margin-bottom: 20px;
  padding-left: .5rem;
  font-weight: bold;
}
.no-icon-image-patern .swe-detail-tit {
  font-size: 1.3rem !important;
}
.no-icon-image-patern .p-foodlineup__section__restaurant-item__outline {
    flex: 1 1 100% !important;
    max-width: 100% !important;
}
.icon-image-patern .p-foodlineup__section__restaurant-item__img {
  width: 160px;
  height: 160px;
  flex: 0 0 160px;
  margin-top: -38px;
}

.p-foodlineup__section__food-list {
  align-items: flex-start;
}
.p-foodlineup__section__food-item {
    margin-bottom: 0 !important;
}
.p-foodlineup__box .c-dialog__container__coin--block {
    padding-top: 5px;
}
.p-foodlineup__box {
  width: 130px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.p-foodlineup__txt-box {
  background: #FBE9D0;
  padding: 10px;
}
.p-foodlineup__txt-box__food-title {
  font-size: .8rem;
  font-weight: bold;
  line-height: 1.35;
  height: 3.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  word-break: break-all;
}
.p-foodlineup__txt-box .c-dialog__container__coin--block img {
    height: 25px !important;
}
.p-foodlineup__txt-box .c-dialog__container__coin--block p {
  font-size: 1.6rem !important;
  padding-left: 10px !important;
  font-family: lust, serif;
  font-weight: 400;
  font-style: normal;
  padding-top: .4rem;
}
.p-foodlineup__section__food-item {
  position: relative;
  transition: .3s;
}
.p-foodlineup__section__food-item:hover {
  opacity: .7;
}
.p-foodlineup__section__food-item .ico_expand {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.p-foodlineup .c-dialog__container__coin--block p {
  font-family: lust, serif;
  font-weight: 400;
  font-style: normal;
  padding-top: .5rem;
}
@media screen and (max-width: 480px) {
  .p-foodlineup .c-dialog__container__img__coin p {
    font-family: lust, serif;
    font-weight: 400;
    font-style: normal;
    padding-top: .3rem;
  }
}
@media screen and (max-width: 480px) {
.p-foodlineup__box {
  margin-bottom: 10px;
  margin-right: 0;
}
.p-foodlineup__box .c-dialog__container__coin--block {
  text-align: center;
  padding-top: 10px;
}
.p-foodlineup__txt-box .c-dialog__container__coin--block p {
  display: inline-block;
  vertical-align: top;
  padding-top: .2rem;
}
.p-foodlineup__txt-box .c-dialog__container__coin--block {
  display: block !important;
}
.p-foodlineup .c-dialog__container__img__coin {
  width: 65px;
}
}

.icon_explanation {
  padding: 30px 0;
  margin-bottom: 3rem;
}
.icon_explanation p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
}
.icon_explanation p .icon {
  width: 2rem;
  margin-right: .2rem;
  vertical-align: middle;
  display: inline-block;
  margin-top: 4px;
}
.icon_explanation p .icon img {
  width: 100%;
}
.icon_explanation p .btn {
  vertical-align: middle;
  display: inline-block;
  background: #E8B36A;
  transition: .3s;
  color: #fff;
  font-size: .9rem;
  text-align: center;
  padding: .2rem 1rem .3rem;
  border-radius: 3rem;
  margin: -4px .2rem 0 0;
}
.icon_explanation p .btn::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/images/sake-lineup/icon_nihonshu.png) no-repeat top center;
  background-size: 100%;
  margin-right: 0.25rem;
  margin-top: -3px;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
.icon_explanation {
  padding: 0 10px;
}
.icon_explanation p {
  text-align: left;
  font-size: .9rem;
}
.icon_explanation p .icon {
  width: 1.2rem;
  margin-top: 2px;
}
.icon_explanation p .second_line {
  display: block;
  padding-top: .5rem;
}
html:lang(en) .icon_explanation p .second_line {
  display: inline;
}
.icon_explanation p .btn {
  font-size: .7rem;
}
.icon_explanation p .btn::before {
  width: 14px;
  height: 14px;
}
}

.banner_sakenomy {
  position: absolute;
  width: 30%;
  right: -5px;
  top: 0;
}
.banner_sakenomy img {
  width: 100%;
}
.drink_name {
  font-size: .6rem !important;
  font-weight: normal !important;
}

.p-foodlineup .c-dialog__container__content-item h6 {
  font-size: 1.1rem;
}
@media screen and (max-width: 480px) {
  .p-foodlineup .c-dialog__container__content-item h6 {
    height: 1.8rem;
  }
}
.p-foodlineup .c-dialog__container__content-item p {
  font-size: .9rem;
}
.p-sakefoodcraft__container__section {
    margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
.new_music .p-foodlineup__section {
  padding: 20px 20px 10px;
  position: relative;
}
}

.p-csw__event__detail__item p .txt-s {
  font-size: 1.3rem;
  line-height: 2.25;
}
.p-csw__event__detail__item p .txt-s.text-red {
  display: block;
  margin-bottom: .5rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-csw__event__detail__item p:nth-child(3) {
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .p-csw__event__detail__item p .txt-s {
    font-size: .8rem;
    display: block;
    line-height: 1.35;
    margin-bottom: 0;
  }
  .p-csw__event__detail__item p .txt-s.text-red {
    line-height: 0;
  }
  .p-csw__event__detail__item p:nth-child(3) {
    text-align: center;
    margin-top: 15px;
        font-size: 1.2rem !important;
        font-weight: 700;
  }
}

.sponser-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}
.sponser-logo .logo-box {
  margin: 0 2rem 2rem;
  max-width: 16rem;
  max-height: 3rem;
  display: flex;
  align-items: center;
}
.sponser-logo .logo-box img {
  width: 100%;
  height: auto;
  max-height: 3rem;
}

.csw2025osaka-day .p-csw__event__item {
  float: none;
  width: 100%;
  max-width: 1212px;
  margin: 0 auto;
}
.p-csw__event__detail__item .csw2025osaka-txts {
  font-size: 1rem !important;
}

.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left {
	width: 380px
}
.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left dl {
	margin-bottom: 30px
}
.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left dt {
	font-size: .7rem;
	font-weight: 300;
	font-weight: 300;
	margin-bottom: 10px
}
.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left dd {
	font-size: 3rem;
	font-weight: 900;
}
.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left dd.csd-theme-txt {
	font-size: 1.7rem;
  line-height: 1.25;
}
.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left p {
	letter-spacing: 1px;
  line-height: 24px;
}
.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left__link {
	margin-top: 160px
}
.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left__link.is-mobile {
	display: none
}
.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left__link a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	height: 34px
}
@media screen and (max-width:1179px) {
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left {
		flex: 1 1;
		max-width: 800px;
		width: 100%;
		margin: 0 auto 5rem
	}
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left__link {
		margin-top: 60px
	}
}
@media screen and (max-width:799px) {
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left {
		width: 100%
	}
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left .is-mobile {
		display: block
	}
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left .is-mobile--not {
		display: none
	}
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left dt {
		font-size: 1rem
	}
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left dd {
		font-size: 2.6rem
	}
.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left dd span {
	font-size: 2rem
}
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left dd.csd-theme-txt {
		font-size: 2.0rem
	}
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left dd.csd-theme-txt span {
		font-size: 1.7rem
	}
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left__link {
		margin-top: 0
	}
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left__link.is-mobile {
		display: block
	}
	.csw2025osaka-day .p-csw__event__item .p-csw__event__item--left__link.is-mobile--not {
		display: none
	}
}
  .c-footer-separator {
    border-right: none !important;
  }
@media screen and (max-width: 480px) {
  .c-footer__nav__item:nth-child(1) a {
    border-right: none !important;
  }
}
.header-logo {
  width: 16rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
.header-logo {
    width: 14rem;
    left: 1rem;
}
}
.csd-btn-wrap {
  width: 90%;
  max-width: 400px;
  margin: 3rem auto 5rem;
}
@media screen and (max-width: 767px) {
.csd-btn-wrap {
  margin: 1rem auto 0rem;
}
}
.csd-btn a {
  position: relative;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 22px 20px;
  border-radius: 10px;
  text-decoration: none;
}
.csd-btn a:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 20px;
  background: url(/images/howto/ico-btn-arrow.svg) no-repeat;
  background-size: 12px 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
.csd2025 h3 {
  line-height: 1.25 !important;
}
.csd2025-date {
  font-size: 1.4rem !important;
  line-height: 1.25 !important;
}
.p-csw__event__detail__item p:nth-child(3).csd2025-date {
  font-size: 1.4rem !important;
}
.csd2025-subtit {
  height: 35px;
    width: 125px !important;
    text-align: center !important;
    background-color: #fff;
    color: #000;
    font-weight: 700 !important;
    font-size: 1rem !important;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px !important;
}
.p-csw__event__system.csd2025 {
  padding-bottom: 3.5rem;
}
.p-csw__event__system.csd2025 .p-csw__event__system__item p:nth-child(2) {
  line-height: 1.5;
}
.p-csw__event__system.csd2025 .p-csw__event__system__item p.csd2025-extxt {
  line-height: 1.5;
  padding-top: .5rem;
}
@media screen and (max-width: 767px) {
  .csd2025osasa-langage-wrap {
    width: 40%;
    display: flex;
    flex-flow: wrap row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    margin-top: -.1rem;
  }
  .csd2025osasa-langage-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    font-size: .8rem;
  }
  .csd2025osasa-langage-btn:first-child {
    margin-right: 10px;
  }
  .csd2025osasa-langage-btn.is-current {
    padding: 0;
    border: 1px solid #fff;
  }
}

.csd2025-en .p-csw__event__system__item p:nth-child(1) {
  width: 160px;
}