/* page.css 2021.10.12*/
#ms_contents h2 {
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--theme-color);
    text-align: center;
    margin-bottom: 10px;
}

#ms_contents h4 {
    font-size: 2.7rem;
    line-height: 1.35;
    text-align: center;
}

#ms_contents h2 img, #ms_contents h4 img {
    width: auto;
}

#ms_contents .sec_osechi_original .obi img{
	width:90%;
}

#ms_contents .sec_osechi_genre .obi img, #ms_contents .sec_osechi_merchan_info .obi img{
	width:90%;
}

#ms_contents .icon img{
	width:70%;
}

/* seo・リード */
#ms_contents .sec_osechi_text {
    margin: 20px 0;
}

#ms_contents .seo {
    margin-bottom: 20px;
	font-size:1.0rem;
}

#ms_contents .lead {
    position: relative;
    font-size: 1.8rem;
    text-align: center;
}

#ms_contents .lead::after {
    content: "";
    display: block;
    border-bottom: 1px solid var(--bliack-color);
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    z-index: -1;
}

#ms_contents .lead p {
    display: inline-block;
    background-color: var(--white-color);
    line-height: 1.2;
    padding: 0 15px;
	font-size: 1.2rem;
}

#ms_contents .lead p em {
    color: var(--theme-color);
    font-style: normal;
    text-decoration: underline;
}

#ms_contents .seo_navi{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

#ms_contents .seo_navi li{
	position:relative;
	width:49%;
	margin-bottom:3%;
	background:#F3EDEB;
	border-radius: 30px;
	text-align:center;
}

#ms_contents .seo_navi li a{
	display:block;
	padding:3%;
	font-size:14px;
}

#ms_contents .seo_navi li a::after{
	content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #B93728;
    border-right: 2px solid #B93728;
    transform: translateY(-60%) rotate(45deg);
}

#ms_contents .obi {
    background-image: url(https://gigaplus.makeshop.jp/hopsmall/images/osechi2024/images/obi.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300% auto;
    margin-bottom: 10px;
    padding-bottom: 30px;
}

#ms_contents .obi.obi_nobg{
	background-image: none;
}

#ms_contents .osechi_merchan_inner {
    margin-bottom: 20px;
    padding: 10px;
}

#ms_contents .bg01 {
    background-color: var(--white-color);
}

#ms_contents .bg02 {
    background-color: var(--page-bg-color);
}

#ms_contents .flex {
    display: flex;
    flex-wrap: wrap;
}

/* 阪急交通社オリジナルおせちのご案内 */
#ms_contents .sec_osechi_original {
    background-color: var(--page-bg-color);
    margin-bottom: 20px;
    padding: 40px 0;
}

#ms_contents .wrap_merchan_photo {
    margin-bottom: 10px;
}

#ms_contents .merchan_num {
    border-bottom: solid 2px var(--cts-border-color);
    font-size: 1.4rem;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#ms_contents .merchan_num .num {
    display: inline-block;
    width: 30%;
    background-color: var(--bliack-color);
    color: var(--white-color);
    margin-right: 10px;
    text-align: center;
    padding: 2px 0;
	font-size:1.0rem;
	font-weight:normal;
}

#ms_contents .merchan_num .txt {
    flex: 1;
    line-height: 1.5;
	font-weight:400;
	font-size: 0.9rem;
}

#ms_contents .wrap_merchan_details h3 {
	font-size: 1.4rem;
    line-height: 1.3;
	font-weight: bold;
    margin-bottom: 10px;
}

#ms_contents .merchan_prc {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
}

#ms_contents .merchan_prc small {
    font-size: 1.1rem;
    margin-right: 10px;
}

#ms_contents .merchan_prc .label {
    display: inline-block;
    background-color: #C8B478;
    font-size: 0.75rem;
    color: var(--white-color);
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}

#ms_contents .merchan_prc .label span{
	padding: 2px 5px;
	font-size: 0.75rem;
}

#ms_contents .merchan_cap {
    color: var(--theme-color);
    font-weight: 700;
    margin-bottom: 5px;
}

#ms_contents .merchan_txt {
        font-size: 0.88rem;
    margin-bottom: 10px;
}

#ms_contents table {
    border-collapse: collapse;
    width: 100%;
    height: auto;
}

#ms_contents table th,
#ms_contents table td {
    border: solid 1px var(--bliack-color);
}

#ms_contents table th {
	font-size: 0.78rem;
    line-height: 1;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    padding: 5px 10px;
}

#ms_contents .searchResultBlock table th{
	width:30%;
}

#ms_contents table td {
    font-size: 0.78rem;
    line-height: 1;
    text-align: left;
    padding: 5px 10px;
    vertical-align: middle;
    /*white-space: nowrap;*/
}

#ms_contents .ms_btn {
    padding: 0 20px;
	margin-top:10px;
}

#ms_contents .ms_btn a {
    position: relative;
    display: block;
    background-color: var(--theme-color);
    border-radius: 3px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    color: var(--white-color);
    text-align: center;
    padding: 15px 0;
}

#ms_contents .ms_btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    transform: translateY(-50%) rotate(45deg);
}


/* ジャンル・人数に合わせてお選びください！ */
#ms_contents .catch {
    display: table;
    position: relative;
    color: var(--theme-color);
    text-align: center;
    margin: 0 auto 10px;
    padding: 0 1.0rem;
	font-size:1rem;
}

#ms_contents .catch::before,
#ms_contents .catch::after {
    content: "|";
    position: absolute;
    top: 50%;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
}

#ms_contents .catch::before {
    left: 0;
    transform: translateY(-50%) rotate(-35deg);
}

#ms_contents .catch::after {
    right: 0;
    transform: translateY(-50%) rotate(35deg);
}

#ms_contents .cts_inner {
    padding: 0 10px;
}

/* おせちの由来・歴史｜おせちの種類・意味 */
#ms_contents .sec_osechi_info {
    overflow: hidden;
    background-image: url(https://gigaplus.makeshop.jp/hopsmall/images/osechi2024/images/bg_parts02.png);
    background-color: var(--page-bg-color);
    background-repeat: repeat;
    background-size: auto;
    padding: 30px 0;
}

#ms_contents .icon {
    background-image: url(https://gigaplus.makeshop.jp/hopsmall/images/osechi2024/images/icon01.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 69px auto;
    margin-bottom: 20px;
    padding-top: 50px;
}

#ms_contents .icon span {
    display: inline-block;
    border-bottom: dotted 2px var(--theme-color);
    padding-bottom: 5px;
}

#ms_contents .osechi_merchan_lead{
	font-size:1rem;
}

#ms_contents .sec_osechi_info .caption {
    margin-bottom: 60px;
	font-size:1.03rem;
}

#ms_contents .osechi_info_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#ms_contents .osechi_info_list li {
    width: calc(100% / 3);
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
#ms_contents .osechi_info_list li a{
	font-size:1.15rem;
}

#ms_contents .osechi_info_list li:not(:last-child) {
    border-right: dotted 1px var(--theme-color);
}

#ms_contents .osechi_info_list li:nth-of-type(3n) {
    border: none;
}

#ms_contents .osechi_info_list li:hover a {
    color: var(--theme-color);
}

#ms_contents .wrap_osechi_block {
    margin-bottom: 20px;
}

#ms_contents .wrap_osechi_block dd{
	font-size:1.03rem;
}

#ms_contents .wrap_osechi_block dl dd h3 {
    position: relative;
    font-size: 1.7rem;
    padding: 10px 10px 0;
	font-weight:bold;
}

#ms_contents .wrap_osechi_block dl dd h3:after {
    position: absolute;
    left: 10px;
    bottom: 0;
    content: "";
    width: 15%;
    height: 1px;
    border-bottom: dotted 1px var(--theme-color);
}

#ms_contents .wrap_osechi_block dl dd h3 small {
    font-size: 1.2rem;
}

#ms_contents .wrap_osechi_block dl dd.sans {
    line-height: 1.8;
    padding: 10px 10px 0;
}

#ms_contents .wrap_osechi_carousel {
    margin: 0 0 50px 10px;
}

#ms_contents .wrap_osechi_carousel dl {
    padding: 10px;
}

#ms_contents .wrap_osechi_carousel dl dd h3 {
    font-size: 1.3rem;
    text-align: center;
    padding-top: 10px;
	font-weight:bold;
	margin-bottom:0;
}
#ms_contents .wrap_osechi_carousel dl dd{
	font-size:1.02rem;
}

#ms_contents .wrap_osechi_carousel dl dd.sans {
    font-size: 1.4rem;
    line-height: 2;
}

/* おせち Q&A */
#ms_contents .sec_osechi_qa {
    padding-top: 40px;
	margin-bottom:60px;
}

#ms_contents .heading {
    display: table;
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0 1.5rem;
}

#ms_contents .heading::before,
#ms_contents .heading::after {
    content: "笳";
    position: absolute;
    top: 50%;
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--theme-color);
    transform: translateY(-50%);
}

#ms_contents .heading::before {
    left: -5px;
}

#ms_contents .heading::after {
    right: -5px;
}

#ms_contents .wrap_faq_list {
    border: solid 1px var(--theme-sub-color);
    background: var(--white-color);
    margin-bottom: 20px;
}

#ms_contents .wrap_faq_list:last-of-type {
    margin-bottom: 0;
}

#ms_contents .wrap_faq_list img {
    vertical-align: text-top;
}

#ms_contents .faq_list dt {
    display: table;
    width: 100%;
    position: relative;
    cursor: pointer;
}

#ms_contents .faq_list dt:before,
#ms_contents .faq_list dt:after {
    content: "";
    width: 14px;
    height: 2px;
    display: block;
    background-color: var(--theme-sub-color);
    position: absolute;
    right: 17px;
    top: 50%;
    transform-origin: center center;
    z-index: 3;
    transition: transform .4s ease 0s;
}

#ms_contents .faq_list dt:after {
    transform: translateY(-50%);
}

#ms_contents .faq_list dt:before {
    transform: translateY(-50%) rotate(90deg);
}

#ms_contents .faq_list dt.faq_open:before {
    transform: translateY(-50%);
}

#ms_contents .faq_list dt div {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 10px 40px 10px 10px;
}

#ms_contents .faq_list dd {
    display: table;
    width: 100%;
    display: none;
    background: var(--white-color);
}

#ms_contents .faq_list dd .ddIn01 {
    width: 100%;
    vertical-align: middle;
    padding: 0 40px 10px 10px;
}

#ms_contents .ddInP01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

#ms_contents .faq_list dt div .qIcon {
    width: 18px;
}

#ms_contents .faq_list dt div .qTxt {
    width: calc(100% - 30px);
    font-weight: 400;
    margin-left: 10px;
	font-size:1rem;
}

#ms_contents .faq_list dd .ddIn01 .aIcon {
    width: 18px;
}

#ms_contents .faq_list dd .ddIn01 .aTxt {
    width: calc(100% - 30px);
    font-size: 0.88rem;
    line-height: 2;
    margin-left: 10px;
}

/* slick */
#ms_contents .slick-list {
    padding: 0 20% 0 0;
}

#ms_contents .slide-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#ms_contents .slide-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}

#ms_contents .slide-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 4px;

    cursor: pointer;

    border: 0;
    outline: none;
    background: #CDD6DD;
    border-radius: 100px;
}

#ms_contents .slide-dots li.slick-active button {
    background: var(--theme-color);
}

#ms_contents .slide-dots li button:hover,
#ms_contents .slide-dots li button:focus {
    outline: none;
}

#ms_contents .slide-dots li button:hover:before,
#ms_contents .slide-dots li button:focus:before {
    opacity: 1;
}

/* 絞り込み */
#ms_contents input {
    display: none;
}

#ms_contents .dishesSearchBlock {
    margin-bottom: 60px;
}

#ms_contents .dishesSearchBlock_inner {
    width: 82.9%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

#ms_contents .dishesSearchBlock_ttl_sub {
    font-size: 16px;
    color: #0073aa;
    letter-spacing: 0.2em;
}

#ms_contents .el_searchResult {
    text-align: center;
    color: var(--theme-color);
    font-size: 1.2rem;
	font-weight:bold;
}

#ms_contents .js_target01,
#ms_contents .js_target02 {
    display: none;
}

#ms_contents .js_target01.js_selected,
#ms_contents .js_target02.js_selected {
    display: block;
}

#ms_contents .selectBlock_content {
    width: 100%;
}

#ms_contents .selectBlock label {
    display: block;
    padding: 10px;
    color: var(--form-color);
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}

#ms_contents .selectBlock_check input[type=checkbox]:checked+label {
    position: relative;
    background-color: var(--theme-color);
    color: var(--white-color);
}

#ms_contents .el_searchResult {
    margin-bottom: 20px;
}

#ms_contents .selectBlock {
    border: 1px solid var(--search-border-color);
    padding: 20px 10px 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-size: 14px;
    letter-spacing: 0.1em;
}


#ms_contents .selectBlock_check label {
    cursor: pointer;
}

#ms_contents .selectBlock_content ul {
    width: 100%;
    border-top: solid 1px var(--cts-border-color);
    border-left: solid 1px var(--cts-border-color);
}

#ms_contents .selectBlock_check {
    width: 50%;
    border-bottom: solid 1px var(--cts-border-color);
    border-right: solid 1px var(--cts-border-color);
}

#ms_contents .selectBlock_ttl {
    position: relative;
    display: table;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 10px;
}

#ms_contents .selectBlock_ttl::before,
#ms_contents .selectBlock_ttl::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: var(--form-color);
}

#ms_contents .selectBlock_ttl::before {
    left: -30px;
}


#ms_contents .selectBlock_ttl::after {
    right: -30px;
}

#ms_contents .selectBlock_sbTtl {
	width:100%;
	text-align:center;
    color: #000;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 5px;
}

#ms_contents .selectBlock_content {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}


#ms_contents .searchResultBlock {
    font-size: 14px;
    border-top: 1px solid #bdbdbd;
}

#ms_contents .searchResultBlock_item {
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #bdbdbd;
}

#ms_contents .selectBlock_check:last-child {
    margin-right: 0;
}

#ms_contents .selectBlock_release {
    clear: both;
    text-align: center;
    color: var(--white-color);
    background-color: #A2A2A2;
    padding: 10px 0;
    cursor: pointer;
}

#ms_contents .js_release {
    cursor: pointer;
}

#ms_contents .osechi_merchan_inner.bg01 .wrap_merchan_block::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		background: url(https://gigaplus.makeshop.jp/htrshopmall/images/osechi2021/icn_1st.png) no-repeat center bottom;
		background-size: 100%;
		z-index: 10;
		height: 100px;
    }
#ms_contents .osechi_merchan_inner.bg01{
	position:relative;
}

#ms_contents .top_scroll_block {
    position: fixed;
    z-index: -1;
   /* width: 100%;*/
    right: 80px;
    bottom: 20px;
    opacity: 0;
    transition: all 1s;
    overflow: hidden;
}
#ms_contents .top_scroll_block_inner {
    margin-right: 4%;
    text-align: right;
    /*max-width: 26%;*/
    float: right;
}
#ms_contents .top_scroll_block_inner a {
    opacity: .5;
    transition: all 1s;
    display: inline;
}
#ms_contents .top_scroll_block_inner a:hover {
    opacity: 1;
}
#ms_contents .top_scroll_block.show {
    z-index: 100;
    opacity: 1;
}
/*#ms_contents .top_scroll_block_inner a img {
    width: 35%;
}*/

@media screen and (min-width: 768px) {
	#ms_contents h1{
		max-width:1400px;
		margin:0 auto;
		line-height:0;
	}
	
	#ms_contents .sec_osechi_original .obi img, #ms_contents .sec_osechi_genre .obi img, #ms_contents .sec_osechi_merchan_info .obi img, #ms_contents .icon img{
		width:auto;
	}
	
    #ms_contents .ms_btn a {
        transition: all 0.3s;
    }

    #ms_contents .ms_btn a:hover {
        transition: all 0.3s;
        opacity: 0.5;
    }

    #ms_contents .sec_osechi_mv {
        overflow: hidden;
        background:#000;
        text-align: center;
    }

    #ms_contents .sec_osechi_text {
        margin: 40px 0;
    }

    #ms_contents .cts_inner {
        width: 100%;
        max-width: 1200px;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    #ms_contents h3 {
        margin-bottom: 30px;
    }

    #ms_contents .seo {
        width: 53%;
        margin: 0 auto 30px;
        text-align: center;
		font-size: 1.02rem;
    }

    #ms_contents .lead {
        width: 50%;
        margin: 0 auto 20px;
    }

    #ms_contents .bg01 {
        background: none
    }
	
	#ms_contents .seo_navi{
		width:980px;
		margin:0 auto;
	}
	
	#ms_contents .seo_navi li{
		width:31%;
	}
	
	#ms_contents .seo_navi li a{
		font-size:20px;
	}

    #ms_contents .obi {
        background-size: auto;
        margin-bottom: 30px;
        padding-bottom: 40px;
    }

    #ms_contents .osechi_merchan_inner {
        margin-bottom: 40px;
        padding: 0;
    }

    #ms_contents .osechi_merchan_lead {
        width: 60%;
        height: auto;
        margin: 0 auto;
		font-size:1.02rem;
    }

    #ms_contents .osechi_merchan_inner.bg02 {
        background-color: inherit;
    }

    #ms_contents .sec_osechi_genre {
        padding: 40px 0;
    }

    #ms_contents .wrap_merchan_block {
        overflow: hidden;
        position: relative;
        margin-bottom: 30px;
        z-index: 1;
    }

    #ms_contents .wrap_merchan_block::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-color: var(--white-color);
        width: calc(100% - 45% + 10%);
        height: 100%;
        z-index: -1;
    }
	
	#ms_contents .osechi_merchan_inner.bg01 .wrap_merchan_block::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
		background: url(https://gigaplus.makeshop.jp/htrshopmall/images/osechi2021/icn_1st.png) no-repeat center bottom;
		background-size: 100%;
		z-index: 10;
		height: 150px;
    }

    #ms_contents .osechi_merchan_inner.bg02 .wrap_merchan_block::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-color: var(--page-bg-color);
        width: calc(100% - 45% + 10%);
        height: 100%;
        z-index: -1;
    }

    #ms_contents .wrap_merchan_photo {
        float: left;
        width: 45%;
        margin: 20px 0;
        z-index: 5;
    }

    #ms_contents .wrap_merchan_details {
        float: right;
        width: 55%;
        padding: 20px 50px;
    }

    #ms_contents .wrap_merchan_details h3 {
        font-size: 1.73rem;
    }

    #ms_contents .merchan_prc {
        margin-bottom: 10px;
    }

    #ms_contents .merchan_cap {
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    #ms_contents .ms_btn {
        width: 40%;
        margin: 0 auto;
    }

    #ms_contents .selectBlock_wrapper {
        align-items: baseline;
        border-bottom: var(--search-border-color) dashed 1px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    #ms_contents .selectBlock_sbTtl {
        width: 15%;
        margin-bottom: 0;
		text-align:center;
    }

    #ms_contents .selectBlock_content {
        flex: 1;
        margin-bottom: 0;
    }

    #ms_contents .selectBlock_content ul {
        border: none;
        justify-content: flex-start;
    }

    #ms_contents .selectBlock_check {
        width: calc(96% / 4);
        border: solid 1px var(--cts-border-color);
        margin: 0 10px 10px 0;
    }

    #ms_contents .selectBlock_check:nth-child(4n) {
        margin-right: 0;
    }

    #ms_contents .wrap_osechi_carousel {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 0;
    }

    #ms_contents .wrap_osechi_carousel::after {
        content: "";
        display: block;
        width: calc(90% / 4);
    }

    #ms_contents .wrap_osechi_carousel dl {
        width: calc(96% / 4);
        padding: 0;
    }

    #ms_contents .wrap_osechi_carousel dl:nth-of-type(-n+4) {
        margin-bottom: 20px;
    } 

    #ms_contents .osechi_info_list {
        width: 80%;
        margin: 0 auto 40px;
    }

    #ms_contents .osechi_info_list li {
        width: calc(100% / 5);
    }

    #ms_contents .osechi_info_list li:nth-of-type(3n) {
        border-right: dotted 1px var(--theme-color);
    }

    #ms_contents .wrap_osechi_block {
        overflow: hidden;
        margin-bottom: 40px;
    }

    #ms_contents .il01 {
        background-image: url(https://gigaplus.makeshop.jp/htrshopmall/images/osechi2021/il01.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: auto;
    }

    #ms_contents .il02 {
        background-image: url(https://gigaplus.makeshop.jp/htrshopmall/images/osechi2021/il02.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: auto;
    }

    #ms_contents .il03 {
        background-image: url(https://gigaplus.makeshop.jp/htrshopmall/images/osechi2021/il03.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: auto;
    }

    #ms_contents .il04 {
        background-image: url(https://gigaplus.makeshop.jp/htrshopmall/images/osechi2021/il04.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: auto;
    }

    #ms_contents .wrap_osechi_photo {
        float: left;
        width: 45%;
    }

    #ms_contents #osechi_info03.wrap_osechi_block dl, #ms_contents #osechi_info04.wrap_osechi_block dl {
        /*float: right;*/
        /*width: 54%;*/
		width:100%;
    }
	
	#ms_contents .wrap_osechi_block dl {
        float: right;
        width: 54%;
    }

    #ms_contents .wrap_osechi_block dl dd h3 {
        line-height: 1;
        padding-top: 0;
        padding-bottom: 10px;
		margin-bottom:0;
    }

    #ms_contents .wrap_osechi_block dl dd.sans {
        padding: 5px 10px 0;
    }

    /* 絞り込み */
    #ms_contents .searchResultBlock,
    #ms_contents .searchResultBlock_item {
        border: none;
    }

    #ms_contents .searchResultBlock {
        margin-bottom: 50px;
    }

    #ms_contents .sec_osechi_genre .cts_inner:last-of-type .searchResultBlock {
        margin-bottom: 0;
    }
	
	#ms_contents .seo_navi{
/*		width:1175px!important;*/
    width: auto!important;
		margin:0 auto;
	}
	#ms_contents .top_scroll_block{
		position: fixed;
		z-index: -1;
/*		right: calc(45% - 650px);*/
		bottom: 20px;
		opacity: 0;
		transition: all 1s;
	}

	#ms_contents .top_scroll_block_inner{
		margin: auto;
		text-align: right;
	}

	#ms_contents .top_scroll_block_inner a{
		opacity: .5;
		transition: all 1s;
	}

	#ms_contents .top_scroll_block_inner a:hover{
		opacity: 1;
	}

	#ms_contents .top_scroll_block.show{
		z-index: 100;
		opacity: 1;
	}
	

}