@charset 'utf-8';

body {
    font-size: 16px;
    text-align: left;
    font-family: Arial, sans-serif;
    background: #f4efdc;
}

div,
p,
span,
a,
img,
h3 {
    box-sizing: border-box;
}

.link {
    text-decoration: none;
}

.images {
    width: 100%;
}

#contents_wrap {
    width: 100%;
    overflow: hidden;
}

#header_area {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    overflow: hidden;
    /* height: 400px; */
    margin: 0 auto 24px;
    padding-top: 0;
    color: #3a7c79;
    background-image: linear-gradient(to left, #cc9d3e 0%, #fee491 50%, #cc9d3e 100%);
}
picture.u-centering-content {
    background: #390e17;
}
.post_title {
    font-size: 1.5em;
    font-weight: bold;
    padding: 1em;
    margin-bottom: 2em;
    background-image: linear-gradient(0deg, rgb(197 4 5) 50%, rgb(223 45 45) 51%);
    color: white;
    text-shadow: 0 0 10px #685939;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 1em 36px 1em 0px;
}
.post_title:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0px;
    border-right-width: 36px;
    width: 32px;
    height: 100%;
    background-image: url(https://img.cityheaven.net/img/kikaku/present-sp-t/wp-content/uploads/flag.png);
    background-size: 32px 100%;
    background-repeat: no-repeat;
    background-position: right;
  }
#main_area {
    width: 100%;
    margin: 0 auto;
}


.heading_design {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 0px 18px;
    font-size: 18px;
    background: #b59429;
    color: #FFF;
    box-sizing: border-box;
    margin: 0 auto;
    min-width: 80%;
    border-radius: 20px;
    font-weight: bold;
}

.heading_design::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.heading_design::after {
    top: 0;
    right: 0;
    border-width: 20px 15px 20px 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border: none;
}
#metaslider_container_3388{
    margin-bottom: 90px;
}

.present__contents {
    padding: 25px 1em 60px;
}

/* ↓ 20240823_[H]_100名店無料券・5円券企画WP作成 */
.present_area,
.present_area_winners{
    text-align: center;
}
/* ↑ 20240823_[H]_100名店無料券・5円券企画WP作成 */

.present__girl {
    margin: 20px auto;
    text-align: center;
}

.present__info {
    width: 100%;
}
img.pickup {
    max-width: 90%;
    width: 320px;
    display: block;
    padding: 16px 0;
    margin: 0 auto;
}
.girl_link {
    max-width: 390px;
    display: block;
    margin: 0 auto;
}
.girl_img {
    max-width: 100%;
    width: auto;
    vertical-align: bottom;
    border-radius: 20px;
    /* box-shadow: 0 0 4px #ccc; */
}

.store_link {
    font-size: 1.9em;
    font-weight: bold;
    color: #ffffff;
}

.store_info {
    padding: 12px 0 10px;
}

.girl_info {
    display: block;
    align-items: flex-end;
    flex-wrap: wrap;
    font-size: 1.2em;
    padding: 15px 0 42px;
}

.girl__age {
    padding: 4px 8px;
    border-top: 3px solid #b59429;
    display: inline-block;
    width: 360px;
    max-width: 90%;
}

.girl__name {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 4px;
}

.store__type {
    font-size: 1.2em;
    padding: 5px 0 0;
}

.present__cont_heading {
    /* font-size: 1.3em; */
    width: 240px;
    font-weight: bold;
    text-align: center;
}

.present__cont_text {
    padding: 16px 0 8px;
    font-size: 3em;
    font-weight: bold;
    color: #facd1f;
}

.present__supplement {
    font-size: 1.2em;
    font-weight: bold;
    max-width: 80%;
    margin: 0 auto;
}

a.appli__button_link {
    text-align: center;
    display: block;
    text-decoration: none;
    max-width: 85%;
    margin: 0 auto;
    padding: 20px 0;
    background: linear-gradient(to bottom, #47c596 0%, #29936c 100%);
    color: #ffffff;
    font-size: 2em;
    font-weight: bold;
    border-radius: 20px;
    border: 3px solid #FFEB3B;
    box-shadow: 0 0 3px 2px #505050;
}

.present__appli_button {
    margin: 0 auto 36px;
    width: 100%;
    position: relative;
}

.bosyu_title {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.wrap_join_text {
    padding: 10px;
    line-height: 1.8;
    text-align: center;
}

.regist_here {
    background: #47c596;
    border: 3px solid;
    border-radius: 40px;
    color: #ffffff;
    font-size: 1.5em;
    box-shadow: rgb(171 168 157) 0px 1px 4px 3px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: auto;
    padding: 8px 0;
    margin: 0 auto 20px;
    max-width: 280px;
    margin-top: 16px;
}

.regist_link {
    font-size: 1.4em;
    text-decoration: underline;
    color: #bc9d30;
    font-weight: bold;
}

.pagetop-btn.js-pagetop {
    position: fixed;
    right: 10px;
    z-index: 1;
}

.presentation_area {
    padding: 0px 0 40px;
}



.winner_introduct {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 25px 15px 10px;
}


.winner_name {
    /* ↓ 20240823_[H]_100名店無料券・5円券企画WP作成 */
    /* font-size: 2.5em; */
    font-size: 1.6em;
    font-weight: bold;
    /* color: #000033; */
    color: #ffffff;
    /* ↑ 20240823_[H]_100名店無料券・5円券企画WP作成 */
    padding: 7px 0;
    /*margin: 0 0 10px 0;*/
}

.object_store_heading {
    font-size: 1.4em;
    color: #999999;
}

.object_store {
    font-size: 1.7em;
    color: #d1a447;
    font-weight: bold;
    padding: 7px 0;
}

.congra_text {
    font-size: 1.1em;
    line-height: 1.2;
}


.present__info {
    z-index: 5;
    padding: 0 1em;
}

#modal_window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    z-index: 20;
    overflow: auto;
    height: 100%;
    padding: 50px 30px 0;
    display: none;
}

.modal_bg {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.fa-times-circle {
    position: fixed;
    z-index: 1;
    top: 50px;
    right: 30px;
    font-size: 2rem;
    cursor: pointer;
    /* ↓ 20240823_[H]_100名店無料券・5円券企画WP作成 */
    color: black;
    /* ↑ 20240823_[H]_100名店無料券・5円券企画WP作成 */
    background: white;
    border-radius: 20px;
    padding: 10px;
}

.modal__headingtext {
    width: 100%;
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    color: #ffff00;
}

.madal__smalltext {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 20px 0 0;
}

.madal__cautiontext {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    margin: 40px 0 15px;
}

.image_colum {
    width: 60%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.image_supple {
    padding: 5px 0 0;
}

.pc_scshot {
    width: 45%;
}

.sp_mayhv {
    width: 45%;
}

.sp_screen {
    width: 60%;
    margin: 0 auto 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fa-angle-double-down {
    width: 100%;
    text-align: center;
    font-size: 4rem;
    margin: 0 0 40px;
    color: #ffff00;
}

.shot_elem {
    width: 20%;
    position: relative;
}

.triangle {
    font-size: 3rem;
}

.image3_supple {
    position: absolute;
    left: 0;
    margin-top: 8px;
    line-height: 1.4;
}

.sp_access_text {
    font-size: 3rem;
    font-weight: bold;
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
}


.sp_disp,
.sp_link {
    display: none;
}

.pc_disp,
.pc_link {
    display: block;
}

.category_list_icon {
    display: none;
}

.countDown {
    font-size: 1.5em;
}

.timelimite {
    color: white;
    font-size: 16px;
    margin-bottom: 60px;
    box-shadow: 800px 0 0 0 #bc9d30, -800px 0 0 0 #bc9d30;
}
.present__supplement{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6em;
}

.present__application{
	width: 100%;
	background-color: #bc9d30;
	margin: 50px 0 35px;
}

.present__over_heading{
	display: inline-block;
	position: absolute;
	padding: 10px 20px;
	color: #FFF;/*ÃƒÂ£Ã†â€™Ã¢â‚¬Â¢ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â©ÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã†â€™Ã‹â€ ÃƒÂ£Ã¢â‚¬Å¡Ã‚Â«ÃƒÂ£Ã†â€™Ã‚Â©ÃƒÂ£Ã†â€™Ã‚Â¼*/
	background: #bc9d30;/*ÃƒÂ£Ã†â€™Ã‚ÂªÃƒÂ£Ã†â€™Ã…â€œÃƒÂ£Ã†â€™Ã‚Â³ÃƒÂ£Ã‚ÂÃ‚Â®ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²*/
	box-shadow: 3px 3px 5px 3px rgba(0,0,0,0.3);
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.present__over_heading::before{
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #685924;
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2) inset;
}

.present__overview{
	position: relative;
	padding: 50px 0 50px;
}

.overview_bigtext{
	font-size: 1.5em;
    font-weight: normal;
	padding: 0 5px 0 0;
}

.overview_smalltext{
	font-size: 1em;
	font-weight: normal;
}

.present__period{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin: 0 0 16px;
	font-size: 1.2em;
}

.present__presentation{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 0 20px;
}

li.present__time_head,li.presentation__head {
    font-size: 18px;
    padding: 10px;
    background-color: #ffffff;
    color: #bc9d30;
    margin-right: 8px;
}

li.presentation__head {
    font-size: 18px;
    padding: 10px;
    background-color: #ffffff;
    color: #bc9d30;
    margin-right: 8px;
}

.count_area {
    display: flex;
    width: 100%;
    font-size: 1.4em;
    justify-content: center;
    padding: 10px 0;
    background-color: #bc9d30;
    box-shadow: 3px 3px 4px 4px rgba(0,0,0,0.3);
    color: #ffffff;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

span.abc {
    font-size: 18px;
}

span.li_D span:first-of-type,span.li_H span:first-of-type,span.li_M span:first-of-type,span.li_S span:first-of-type {
    background-color: black;
    display: inline-block;
    padding: 2px;
    font-size: 28px;
    border-radius: 2px;
}
.join_conditions_area.width_margin {
    max-width: 800px;
}

.presentation_area2 {
    padding: 0px 0 30px;
}

#canvas2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.canvas_text2 {
    display: block;
    padding: 27px;
    font-size: 32px;
}

.winner_presentation2 {
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to left, #cc9d3e 0%, #fee491 50%, #cc9d3e 100%);
    width: 100%;
}

.other_link {
    background: white;
    padding-bottom: 20px;
    display: none;
}

.other_link_txt a {
    background: #020202;
    border: 1px solid;
    border-radius: 40px;
    color: #ffffff;
    font-size: 2em;
    box-shadow: rgb(136 136 136) 0px 3px 0px;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none;
    width: auto;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto 20px;
}

.l-footer__copyright {
    text-align: center;
    line-height: 1;
    background-color: #eee;
    padding: 18px 0 15px;
    font-size: 12px;
}

.none {
    text-align: center;
    font-size: 2em;
    margin: 3em 0;
}

.banner_link {
    display: block;
    margin-bottom: 50px;
    width: 100%;
}

.banner_link img {
    /* ↓ 20240823_[H]_100名店無料券・5円券企画WP作成 */
    width: 100%;
    /* ↑ 20240823_[H]_100名店無料券・5円券企画WP作成 */
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
}

li.present__time {
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
}

li.presentation__time {
    font-size: 15px;
}
.modal-open{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-weight: bold;
    color: #fff;
    background: #5e2128;
    margin: auto;
    cursor: pointer;
    /* ↓ 20240823_[H]_100名店無料券・5円券企画WP作成 */
    /* z-index: 1; */
    z-index: 10;
    /* ↑ 20240823_[H]_100名店無料券・5円券企画WP作成 */
    border-radius: 53px;
    box-shadow: 2px 1px 7px 0 rgba(0,0,0,0.3);
    border: 2px solid #857337;
    font-size: 30px;
    padding: 40px;
    bottom: 20px;
    right: 20px;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.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;
  /* ↓ 20240823_[H]_100名店無料券・5円券企画WP作成 */
  /* z-index: 2; */
  z-index: 20;
  /* ↑ 20240823_[H]_100名店無料券・5円券企画WP作成 */
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 780px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -10px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #390e17;
    text-align: left;
    padding: 12px;
    line-height: 1.5;
    border: 2px solid #9b7911;
}
.modal-title {
    color: #b59429;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid;
    margin-bottom: 14px;
}
.modal-content a{
	color: white;
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
a.mailma {
    background: #9b394e;
    margin: auto;
    cursor: pointer;
    border-radius: 80px;
    box-shadow: 2px 1px 7px 0 rgba(0,0,0,0.3);
    border: 2px solid #fff8e2;
    color: #f9f46e;
    margin-bottom: 2em;
    display: block;
    padding: 22px;
    font-weight: bold;
    width: 84%;
    max-width: 540px;
    text-align: center;
}
.present-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}
.present-info p {
    font-size: 2rem;
    color: #111;
    font-weight: bold;
    line-height: 1.25em;
}
.present-info p span {
    color: #d11;
}
.present-info img {
    width: 10rem;
}
.present-timeinfo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 1rem;
}
.present-timeinfo ul li:nth-child(1) {
    background-color: #222;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0.5rem;
}
.present-timeinfo ul li:nth-child(2) {
    background-color: #fff;
    color: #222;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0.5em;
    border: 2px #222 solid;
}
.present-timeinfo ul li span.month, .present-timeinfo ul li span.day {
    font-size: 1.5em;
}
@media screen and (max-width: 700px) {
.present-timeinfo {
    grid-template-columns: 1fr;
}
.present-info p {
    font-size: 1.2rem;
}
.present-info img {
    width: 5rem;
}
.present-info p small {
    font-size: 1rem;
}
    .modal-open{
        padding: 0 14px;
        bottom: 10px;
        right: 10px;
        font-size: 14px;
    }
    .modal-content a{
        font-size: 14px;
    }
    #contents_wrap {
        overflow: hidden;
    }

    #header_area {
        height: auto;
    }

    .header_img {
        height: 100%;
        position: relative;
        transform: unset;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .post_title{
        font-size: 1.2em;
    }
    .cloud_text {
        width: 50%;
        height: 100px;
    }

    .big_text {
        font-size: 1em;
    }

    .small_text {
        font-size: 0.85em;
    }

    .head_text {
        font-size: 2em;
        margin: 0 0 20px;
    }

    .web_desc {
        position: absolute;
        top: -70px;
        left: 0;
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .smart_elem {
        width: 100px;
        height: 100px;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: -50px;
        right: 0;
    }

    .web_question {
        font-size: 0.8em;
    }

    .circle_text {
        font-size: 1em;
    }

    .head_rogo {
        width: 75%;
        margin: 0 auto;
        z-index: 1;
        position: relative;
    }

    .present_text {
        font-size: 1.5em;
    }

    .ribbon_inner_text {
        font-size: 0.8em;
        font-weight: bold;
    }

    .under_wrap {
        bottom: 10%;
    }

    .cracker_elem {
        top: -80px;
    }

    .cracker_left {
        width: 120px;
        /*left: -50px;*/
    }

    .cracker_right {
        width: 120px;
        right: -30px;
    }

    .present__girl {
        width: 80%;
        margin: 0 auto;
    }

    .present__info {
        padding: 10px 10px 0;
        width: 100%;
    }

    .present__contents {
        padding: 10px 10px 24px;
    }

    .heading_design {
        height: 30px;
        line-height: 30px;
    }

    .heading_design::after {
        border-width: 15px 15px 15px 0px;
    }

    .store_link {
        font-size: 1.3em;
    }

    .store__type {
        font-size: 0.85em;
    }

    .girl_info {
        padding: 16px 0 32px;
        font-size: 1em;
        display: block;
    }

    .girl__name {
        font-size: 1.5em;
    }

    .present__cont_heading {
        font-size: 1.2em;
    }

    .ending_week {
        margin: -5px;
    }

    .present__cont_text {
        font-size: 1.5em;
        /* text-align: left; */
        padding: 10px 0 8px;
    }

    .present__supplement {
        font-size: 1em;
        line-height: 1.4;
    }

    .present__over_heading {
        width: 100%;
        padding: 10px;
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
    }

    .overview_bigtext {
        font-size: 1.2em;
        padding: 0;
        display: block;
    }

    .overview_smalltext {
        font-size: 0.7em;
    }

    .count_area {
        display: block;
        overflow: hidden;
        width: 100%;
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.3);
        bottom: -70px;
        text-align: center;
        font-size: 1.7rem;
        font-size: 18px;
        padding: 8px 0px 0;
    }

    .ending_month::before {
        margin: 0 5px 0 8px;
        font-size: 0.6em;
        vertical-align: middle;
    }

    .day_week_disp {
        font-size: 0.8em;
    }

    .present__overview {
        padding: 50px 10px 6px;
        margin-bottom: 124px;
        box-shadow: 200px 0 0 0 #bc9d30,-200px 0 0 0 #bc9d30;
    }

    li.present__time_head, li.presentation__head {
        font-size: 1em;
        width: 15%;
        text-align: center;
        font-size: 16px;
        max-width: 40px;
    }

    .present__time {
        width: 100%;
        font-size: 1.7em;
        text-align: center;
    }

    .present__period {
        margin: 0 0 10px;
    }

    
    span.presentation__smalltext {
    display: inline-block;
    font-size: 0.8em;
    }
    .join_conditions_area {
        width: 95%;
    }

    .presentation_area {
        padding: 0px 0 40px;
    }

    .winner_presentation {
        font-size: 2.3em;
    }

    .winner_name {
        font-size: 1.2em;
        margin: 0 0 5px 0;
    }

    .winner__heading {
        font-size: 1.3em;
    }

    .object_store {
        font-size: 1.3em;
    }

    .object_store_heading {
        font-size: 1.2em;
    }


    .caution_text_area {
        font-size: 0.85em;
        margin: 5px 0 0;
    }

    .winner_introduct {
        padding: 10px 15px;
    }


    #modal_window {
        padding: 40px 15px 0;
    }

    .fa-times-circle {
        top: 5px;
        right: 5px;
    }

    .modal__headingtext {
        font-size: 2.5rem;
    }

    .madal__smalltext {
        font-size: 1rem;
    }

    .madal__cautiontext {
        font-size: 1.3rem;
    }

    .image_colum {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .pc_scshot {
        width: 100%;
        margin: 0 0 5px;
    }

    .triangle {
        font-size: 1.5rem;
        text-align: center;
        transform: rotate(90deg);
        padding: 10px 0;
    }

    .sp_mayhv {
        width: 100%;
        margin: 5px 0 0;
    }

    .fa-angle-double-down {
        margin: 0 0 15px;
    }

    .sp_access_text {
        font-size: 2rem;
        width: 100%;
    }

    .sp_screen {
        width: 100%;
        flex-wrap: wrap;
        margin: 0 auto 10px;
    }

    .shot_elem {
        width: 100%;
    }

    .sp_screen li:nth-child(6) {
        /* margin: 55px 0 0; */
    }
    p.image3_supple {
        position: relative;
    }
    .sp_disp,
    .sp_link {
        display: block;
    }

    .pc_disp,
    .pc_link {
        display: none;
    }

    .start_week {
        margin: 0 -5px;
    }

    .end_week {
        margin: 0 -5px;
    }

    .menu__item {
        margin: 15px 1em 10px;
    }

    .canvas_text2 {
        display: block;
        padding: 27px;
        font-size: 42px;
    }

    .header_img .u-centering-content {
        position: relative;
        left: 0;
        top: 0;
    }

    a.appli__button_link {
        font-size: 1.2em;
        max-width: 94%;
        padding: 20px;
    }

    .countDown {
        display: block;
        margin-bottom: 10px;
        margin-top: 8px;
    }
    .other_link_txt a{
        font-size: 1.4em;
    }
    .img.title_log{
        position: absolute;
    z-index: 1;
    width: 94px;
    left: -16px;
    top: -12px;
    }
    li.presentation__time{
        text-align: left;
    }
}

/*end media screen and (max-width: 700px) */

.header_img {
    text-align: center;
}
.pc_main_view {
    width: 100%;
    /* display: none; */
}
.sp_main_view {
    width: 100%;
}
@media screen and (min-width: 750px) {
    .pc_main_view {
        display: block;
    }

    .sp_main_view {
        /* display: none; */
    }
}
@media screen and (min-width: 1120px) {
    picture.u-centering-content {
        height: 100%;
    }
}