@charset "utf-8";



.flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex_item {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .flex_item {
        width: 49%;
    }

}

.box-advertising-area {
    align-items: normal;
}

h3 {
    padding-bottom: 1%;
    margin-bottom: 2%;
    color: #680065;
    font-weight: bold;
    border-bottom: 1px dotted #000;
}

.box-staff-01 .name-01,
.fig-cmn-01 .caption-01 {
    color: #680065;
}

@media screen and (min-width: 768px) {
    .fig-cmn-01 {
        display: flex;
    }

    .caption-01 {
        margin-left: 5%;
    }

    .box-staff-01 .name-01,
    .fig-cmn-01 .caption-01 {
        width: 50%;
    }

}

.line_img {
    overflow: hidden;
    width: 35%;
}

@media screen and (max-width: 767px) {
    .line_img {
        overflow: hidden;
        width: 100%;
    }
}

.line_img img {
    display: block;
    transition-duration: 0.3s;
}

.fig-cmn-01:hover .line_img img {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.sec-cmn-01 + .sec-cmn-01 {
    border-top: none !important;
}

/*.sec-cmn-01 {
    padding-bottom: 0px !important;
}
*/
@media screen and (max-width: 767px) {
    .sec-cmn-01 {
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }

    .fig-cmn-01 .caption-01 {
        margin-top: 5px;
    }
}

.container a {
    text-align: center;
}


/* .popup
---------------------------------------------------------- */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: none;
}

.popup::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

.popup_box {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 100;
}

.popup .inner {
    width: 93.75%;
    height: 96%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: 3% auto;
    padding: 0 12% 4%;
    background-color: #fff;
    border-radius: 20px;
    background: url(../img/bg_image.jpg) repeat;
}

.popup .close_btn a {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #000000;
    display: block;
    margin: 10% -8% 5% auto;
}
/*ひとりコメント*/
.balloon {
position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 420px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 5px;
}

.balloon:before {
 content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.balloon:after {
 content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}
.balloon p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.comment_box{
	display: flex;
	align-items: flex-end;
	width: 560px;
    margin: 0 auto;
}
.comment_box img{
	vertical-align:middle;
	width: 100px;
}

.photobox{
	display: flex;
	    align-items: flex-end;
}
.photobox_image {
    background-color: #f4f4f4;
    padding: 1.5%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	margin-right: 10px;
/*    width: 100%;
    max-width: 488px;
*/
}

/*ひとりコメント*/
@media screen and (min-width:768px) {
    .popup_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .popup .inner {
        width: 93.75%;
        max-width: 800px;
        height: auto;
        max-height: 90%;
        overflow-y: auto;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding: 3% 9.09%;
        margin: auto;
		background: url("../img/bg_image.jpg") repeat;
		background-size: cover;
    }

    .popup .close_btn a {
        margin: 0 -7% 0 auto;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .popup .close_btn a:hover {
        opacity: 0.7;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
	    .flex {
        display: flex;
        flex-wrap: wrap;
        flex-flow: row-reverse;
    }

    .omeza h3 {
        width: 100%;
    }

    .flex_left,
    .flex_right {
        width: 49%;
    }


    .omeza dt {
    /* width: 20%; */
    padding-bottom: 0.5rem;
    /* border-bottom: 1px solid; */
    border-radius: 10px;
    background: #000;
    display: inline;
    color: #fff;
    padding: 5px;
}
    .omeza dd {
    /* width: 71%; */
    margin-right: 2%;
padding-bottom: 1rem;
		font-weight: bold;
	}

    .omeza img {
        margin-top: 3rem;
    }

    .omeza p {
        margin: 0 2rem;
    }

    .bnrCatchup,.bnr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 80%;
    }

    .bnrCatchup a {
        width: 250px;
    }

    .bnrCatchup img {
        margin-bottom: 0px;
    }
	


}
@media screen and (max-width: 767px) {
.omeza dl {
    display: block;
/*    flex-wrap: wrap;
*/	}
.omeza dt {
    /* width: 20%; */
    padding-bottom: 0.5rem;
    /* border-bottom: 1px solid; */
    border-radius: 10px;
    background: #000;
    display: inline;
    color: #fff;
    padding: 5px;
}
.omeza dd {
/*    width: 71%;
*/    margin-right: 2%;
    padding-bottom: 0.5rem;
	    word-wrap: break-word;
			font-weight: bold;

	
}
	
	.comment_box {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.balloon {
    min-width: 130px;
}
.popup .inner {
    padding: 0 6% 4%;
}
	.photobox{
	display: block;
}
.photobox_image {
	margin-top: 10px;
/*    width: 100%;
    max-width: 488px;
*/
}
	.nigaoe{
		width: 60%;
		margin: 0 auto;
	}
	
	}



@media screen and (min-width:1100px) {
    .popup .close_btn a {
        margin: 0 0 0 auto;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .popup .inner {
        padding: 50px;
    }
}

.popup ::-webkit-scrollbar {
    width: 20px;
}

.popup ::-webkit-scrollbar-track {
    border-radius: 0 20px 20px 0;
    background: #eee;
}

.popup ::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 20px;
}

.popup_img {
    margin: 0 auto;
    width: 71.765%;
}

@media screen and (max-width:768px) {
    .popup_img {
        width: 100%;
    }
}


.popup_img img {
    width: 100%;
    margin-bottom: 2%;
}

.ttl-cmn-section {
    margin-bottom: 0px!important;
}

/* ストーリー
---------------------------------------------------------- */
.omeza_detail figure {
    text-align: center;
}

.omeza_detail figure img {
    margin-bottom: 2%;
}

.omeza_detail figure img {
    background-color: #f4f4f4;
    padding: 1.5%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 488px;
}

.omeza_detail figurecaption h4 span {
    font-size: 0.8em;
    color: #000;
    padding-left: 1em;
}

.omeza_txt {
    margin: 2% auto;
    padding: 5% 0;
    border-top: 1px dotted #000;
}

.container_omeza {
    display: flex;
    margin-top: 1%;
    flex-wrap: wrap;
}

.stretch {
    align-self: stretch;
}

.item {
    width: 42%;
    margin: 2% 0;
    background-color: #FFF;
    padding: 18px 10px;
}

.omeza_itembox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
/*    margin: 0 0 10%;*/
    padding-top: 5%;
    background-color: #EEE;
    padding: 10px 0;
}

.caption-02 {
    margin: 3vh auto;
	text-align: center;
}

.title {
    font-weight: bold;
    color: #000 !important;
    line-height: 1.3;
    font-size: 16px;
    display: block;
}

.title span {
    font-size: 0.8rem;
    color: #999;
}

.caption-02 .title {
    font-size: 1.4em;
}

.caption-02 .title span {
    font-size: 1rem;
}

.omeza_txt li::before {
    content:"・";
    margin-left: -1rem;
}

.omeza_txt li {
    margin-left: 1rem;
}

.pb40{
	padding-bottom: 40px;
}
