﻿#main .color_wh{color: #fff;}
#main .img_container img {
	width: 100%;
	height: auto;
}
#main h3 {
	font-weight: bold;
	margin: 30px 0;
	font-size: 1.25em;
}
#main .expectation_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .expectation_content {
	width: 32%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
#main .expectation_container .title {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.05em;
	width: 100%;
}
#main .expectation_container .name {
	margin-bottom: 5px;
}
#main .expectation_container .date {
	text-align: right;
}
#main .expectation_container .text {
	font-size: 0.9em;
    line-height: 1.3;
    text-align: justify;
    margin-top: 10px;
	flex-grow: 1;
}
#main .expectation_container .price {
	text-align : right;
	font-weight: bold;
	margin-top: 15px;
	font-size: 1.15em;
}
#main .expectation_container .price span {
	font-size: 2.0em;
	color: #ff0000;
	margin: 0 3px;
}

@media screen and (max-width:767px) {
	#main .expectation_content {
		width: 100%;
		margin-bottom: 30px;
	}
}

#main .activity_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .activity_container::before,
#main .activity_container::after {
	content: '';
	display: block;
	height: 0;
	width: 32%;
}
#main .activity_container::before {
	order: 1;
}
#main .activity_content {
	box-sizing: border-box;
	width: 32%;
	display: block;
	padding:15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #000 !important;
	background-color: #fff;
}
#main .activity_container p {
	font-weight: bold;
	text-align: center;
	font-size: 1.25em;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	#main .activity_container::before,
	#main .activity_container::after {
		width: 49%;
	}
	#main .activity_content {
		width: 49%;
	}
}

#main .bnr_container {
	margin: 50px 0;
}

#main h1 {
    text-align: initial;
    font-weight: 700;
    font-size: 72px;
    text-shadow: none;
    line-height: 1.3;
    margin-left: 15px;
    color: #333;
}
@media screen and (max-width:767px){
#main h1 {
    color: #333;
	text-align: left;
	font-weight: 700;
	font-size: 8vw;
	letter-spacing: 0.02em;
	margin-left: 10px;
    text-shadow: none;
	/*margin-left: 40%;*/
}
}

#main .expectation_container .cart-btn {
	margin-top: 10px;
}
#main .expectation_container .cart-btn a {
	text-decoration: none;
}

/*230919*/
@media screen and (min-width:768px){
.fs1pc{font-size: 1em!important;}
#main .ranking .block2{
	width: 48%;
	margin-top: 2em;
}
#main .ranking .block2:nth-child(-n + 2){
	margin-top: 0;
}
	#main .ranking .ranking--flex {
    height: 4.5em;
}
}
@media screen and (max-width:767px){
.fs1pc{font-size: 5vw!important;}

}


/*240307*/
#main .natural_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .natural_container::before,
#main .natural_container::after {
	content: '';
	display: block;
	height: 0;
	width: 33%;
}
#main .natural_container::before {
	order: 1;
}
#main .natural_content {
	width: 24%;
	margin-bottom: 15px;
}
#main .natural_container p {
	font-weight: bold;
	text-align: center;
	font-size: 1.25em;
	margin-top: 10px;
}
#main .modal{
        display: none;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }
#main .modal__bg{
       /* background: rgba(0,0,0,0.5);*/
        height: 100vh;
        position: absolute;
        width: 100%;
    }
#main .modal__content{
        background: rgba(0,0,0,0.8);
        left: 50%;
        padding: 10px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
	max-width: 900px;
	overflow-y: scroll;
	height: 90%;
	max-height: 740px;
    }
	#main .modal_txtbox{
    max-width: 350px;
    /*margin: 0 auto;*/
}
	#main .modal_txtbox .item-name{
    font-size: 1.2rem;
    font-weight: bold;
}
	#main .close-right{
    display: flex;
    justify-content: flex-end;
		color: #fff;
		text-decoration: none;
}
@media screen and (min-width:768px) {
	#main .modal_imgbox{
    max-width: 600px;
    margin: 20px auto 0;
}
}
@media screen and (max-width:767px) {
	#main .natural_container::before,
	#main .natural_container::after {
		width: 49%;
	}
	#main .natural_content {
		width: 49%;
	}
#main .modal__content{
        background: rgba(0,0,0,0.8);
        left: 50%;
        padding: 10px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
    }
	#main .modal_imgbox{
    margin: 20px auto 0;
}
	
}

#main .main_title__small {
	font-size: 0.65em;
}
#main .title img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*  250318 更新  */
#main .bold{
	font-weight: bold;
}

#main .activity_container .text-container{
	font-weight: normal;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.3;
	margin-top: 5px;
}
#main .mgb10{
	margin-bottom: 10px;
}


/*  250715 更新  */
#main .pd7em{
	padding-bottom: 7em!important;
}
#main .mb1em{
	margin-bottom: 1em!important;
}

/*250923*/
@media screen and (min-width:768px) {
#main .not-logo{
	height: 4.5em;
	display: flex;
	align-items: flex-end;
	}
}
	#main .ranking .logo-ns img {
	max-width: 150px;
    }
#main .ranking .logo-ns span {
        font-size: 1.3em;
        font-weight: bold;
    }
    #main .ranking .logo-ns--images {
        width: 120px;
        margin-right: 10px;
    }
#main .ranking .ranking--block .logo-ns--series {
        width: calc(100% - 130px);
        line-height: 1.3;
        font-feature-settings: "palt" 1;
    margin-top: 0;
    }
#main .ranking .logo-ns--series span {
        font-size: 1.1em;
        text-align: justify;
        margin-top: 10px;
	font-weight: bold;
    }
