@charset "UTF-8";

/* HTML5 Doctor Reset CSS 2.0*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}
nav ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}

/* 共通
-----------------------------------------------------------------*/

html {
	font-size: 62.5%;
}
* {
	box-sizing: border-box;
}
img {
	border:0;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
  /*font-feature-settings: "palt" 1;*/
	font-size:1.6rem;
	line-height: 1.8;
  color: #000;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.body-wrap {
	overflow: hidden;
}

html { scroll-behavior: smooth;}

.font-smaller {
  font-size: smaller;
}

.full-width-section {
	width: 100%;
}

.container{
	max-width: 1200px;
	margin: 0 auto;
}
.container-narrow {
  max-width: 660px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
.container {
	padding-left: 20px;
	padding-right: 20px;
}
}

@media (max-width: 660px) {
.container-narrow {
	padding-left: 20px;
	padding-right: 20px;
}
}

.container:after,
.container-narrow:after {
	content:"";
	display: block;
	clear:both;
}


.grid1,.grid2,.grid3,.grid4,.grid5,.grid6,
.grid7,.grid8,.grid9,.grid10,.grid11,.grid12 {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	float:left;
}

@media screen and (min-width: 480px) {
	.grid1{width: 8.3333%;} /* 80/960 */
	.grid2{width: 16.6666%;}/* 160/960 */
	.grid3{width: 25%;} /* 240/960 */
	.grid4{width: 33.3333%} /* 320/960 */
	.grid5{width: 41.6666%;}/* 400/960 */
	.grid6{width: 50%;} /* 480/960 */
	.grid7{width: 58.3333%;}/* 560/960 */
	.grid8{width: 66.6666%;}/* 640/960 */
	.grid9{width: 75%;} /* 720/960 */
	.grid10{width: 83.3333%;}/* 800/960 */
	.grid11{width: 91.6666%;}/* 880/960 */
	.grid12{width: 100%;} /* 960/960 */
}

.container .row,
.container-narrow .row {
  margin-right: -10px;
  margin-left: -10px;
}


.fs-l-page {
  background: url("https://www.sengaya.co.jp/omotenashisando/osechi/2025/img/common/kodawari2025-bg.jpg") repeat center top;
}


.bg-secondary {
	background: url("https://www.sengaya.co.jp/omotenashisando/osechi/2023/img/common/bg_secondary_01.jpg") repeat center top 10%;
}

.bg-asanoha {
  background: url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/bg/bg_asanoha.jpg") repeat center top;
}
.bg-sippou {
  background: url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/bg/bg_sippou.jpg") repeat center top;
}
.bg-cloud {
    background-image: url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/bg/bg-cloud-left-top.png"), url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/bg/bg-cloud-right-bottom.png");
  background-position: left top, right bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}
.bg-otedama {
    background-image: url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/bg/bg-otedama-left-top.png"), url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/bg/bg-otedama-right-bottom.png");
  background-position: left top, right bottom;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}
.bg-temari {
    background-image: url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/bg/bg-temari-left-middle.png"), url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/bg/bg-temari-right-top.png");
  background-position: left top 200px, right top;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}

.bg-washi-white {
  background: url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/bg/bg_washi_white.jpg") repeat center top;
}


.bg-top-4btns {
  background: url("https://www.sengaya.co.jp/omotenashisando/osechi/2025/img/common/bg_top_4banners.jpg") no-repeat center top;
  background-size: cover;
}
.bg-top-youtube {
  background: url("https://www.sengaya.co.jp/omotenashisando/osechi/2025/img/common/bg_top_youtube.jpg") no-repeat center top;
  background-size: cover;
}
.bg-top-irodori {
  background: url("https://www.sengaya.co.jp/omotenashisando/osechi/2025/img/common/bg_top_irodori_azayaka.jpg") no-repeat center top;
  background-size: cover;
}
.bg-top-kenran {
  background: url("https://www.sengaya.co.jp/omotenashisando/osechi/2025/img/common/bg_top_gouka_kenran.jpg") no-repeat center top;
  background-size: cover;
}
.bg-white {
  background: #fff;
}








/* ヘッダ
==============================*/

/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }


.header2025 {
  width: 100%;
  height: 140px;
  background-color: #fff;
}

@media screen and (max-width: 980px) {
.header2025 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
body {
  padding-top: 160px;
}
}



.header2025 .inner {
  max-width: 1200px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /*transition: 0.3s ease-in-out;*/
}

.header2025-main {
  flex: 1;
  position: relative;
}
.header2025-sub {
  width: 510px;
}
.header-sub-inner {
 width: 510px;
 height: 140px;
  position: relative;
}

.shippingfree2025 {
  position: absolute;
  top: 0;
  left: 0;
}
.logo2025 {
  position: absolute;
  top: 35px;
  left: 0;
  max-width: 555px;
}

ul.utility-menu {
  display: flex;
  position: absolute;
  /*top: 5px;*/
  top: -5px;
  right: 70px;
}
ul.utility-menu li {
  list-style: none;
  font-size: 1.3rem;
  /*margin-right: 15px;*/
}

.header2025-sub .h-btn-cart {
  position: absolute;
  /*top: 5px;*/
  top: -5px;
  right: 0;
}

a.fs-p-headerNavigation__viewCartButton {
  position: relative;
}

span.fs-p-headerNavigation__viewCartButton__label {
  position: absolute;
  top: 3px;
  right: 0;
  width: 70px;
  height: 70px;
}

.sp-btn-shoppingcart a.fs-p-headerNavigation__viewCartButton {
  position: static;
}
.sp-btn-shoppingcart span.fs-p-headerNavigation__viewCartButton__label {
  position: static;
  width: 45px;
  height: auto;
}



/*
.fs-p-cartItemNumber {
    background: #E25B33;
    border-radius: 1em;
    color: #ffffff;
    display: none;
    font-size: 1rem;
    line-height: 1;
    padding: 0.25em 0.4em;
    position: absolute;
    top: 2px;
    right: 2px;
}
*/
.fs-p-cartItemNumber {
    top: 12px;
    right: 2px;
}
@media screen and (max-width: 980px) {
.fs-p-cartItemNumber {
    top: 0px;
    right: -12px;
}
}
@media screen and (max-width: 760px) {
.fs-p-cartItemNumber {
    top: 2px;
    right: 2px;
}
}




@media screen and (max-width: 980px) {

}

/*
.fs-l-header__welcomeMsg {
  position: absolute;
  top: 40px;
  right: 0;
  text-align: right;
}
.fs-p-welcomeMsg,
.fs-p-memberInfo__points {
  font-size: 1.3rem;
  font-weight: 300;
}*/

.header2025-sub .h-callcenter {
  position: absolute;
  top: 65px;
  right: 0;
}
.header2025-sub .h-btn-account {
  position: absolute;
  top: 0;
  right: 270px;
}
.header2025-sub .h-btn-member {
  position: absolute;
  top: 0;
  right: 190px;
}
.header2025-sub .h-btn-login {
  position: absolute;
  top: 0;
  right: 110px;
}

.header2025-sub .h-sns-facebook {
  position: absolute;
  top: 95px;
  right: 403px;
}
.header2025-sub .h-sns-instagram {
  position: absolute;
  top: 95px;
  right: 360px;
}

@media screen and (max-width: 1200px) {
.header2025 .inner {
  padding: 0 30px;
}
}

@media screen and (max-width: 980px) {
.header2025 {
  height: 100px;
}
.header2025 .inner {
  height: 100px;
}

.header2024-main {
  flex: 1;
}
.header2025-sub {
  width: 80px;
}
.header-sub-inner {
 display: none;
}
.logo2025 {
  max-width: 350px;
}
.logo2025 {
  /*position: absolute;*/
  /*top: 10px;*/
  /*left: 0;*/
  /*max-width: 555px;*/
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shippingfree2025 {
  display: none;
}
}

@media screen and (max-width: 480px) {
.header2025 .inner {
  padding: 0 15px;
}
}





@media screen and (max-width: 550px) {
.logo2025 {
  max-width: 300px;
}
}

@media screen and (max-width: 520px) {
.logo2025 {
  max-width: 230px;
}
}
@media screen and (max-width: 390px) {
.logo2025 {
  max-width: 200px;
}
}

@media screen and (max-width: 375px) {
.logo2025 {
  max-width: 180px;
}
}

@media screen and (max-width: 340px) {
.logo2025 {
  max-width: 150px;
}
}





.header-btn-default {
	display: block;
}
.header-btn-small {
	display: none;
}




/* フッタ
==============================*/
#copy-wrap {
	width: 100%;
  background-color: #fff;
  background-image: url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/header/header-bg-left.png"), url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/header/header-bg-right.png");
  background-position: left bottom, right top;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
	padding: 25px 0;
}

#copy-wrap .inner {
	text-align: center;
}

#footer-mark {
	margin: 5px auto 3px;
}

#copyright{
	font-size: 1.2rem;
	color: #000000;
	font-family: Arial, Helvetica, "sans-serif";
	letter-spacing: 1px;
	margin: 0;
}

#copyTxt {
	font-size: 12px;
	color: #000;
}


#section-copyright {
  width: 100%;
  background: #761605;
  text-align: center;
  padding: 10px;
}
#section-copyright p {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
}



/* フッタ（2025）
==============================*/

.footer2025 {
  width: 100%;
  background: #fff;
}
.footer2025 .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 30px 0 30px;
}

.footer-contents {

}
.f-menu {
  padding-top: 25px;
}
.f-company {

}

.f-menu nav ul {
  display: flex;
}
.f-menu nav ul li {
  font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.f-menu nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.f-menu nav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #cc0000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.f-menu nav ul li a:hover {
  color: #cc0000;
}
.f-menu nav ul li a:hover::after {
  transform: scale(1, 1);
}


.f-menu nav ul li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 20px;
}
.f-menu nav ul li+ li {
  border-left: 0;
  border-right: 1px solid #ccc;
}


.f-company h1 {
  width: 195px;
  margin-bottom: 10px;
}

.f-company .registered-trademark p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 15px;
}

.f-company .copyright p {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #333;
}

@media screen and (max-width: 1260px) {
.footer2025 .inner {
  padding: 30px 30px 30px;
}
}

@media screen and (max-width: 1020px) {
.footer2025 .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  
  padding: 30px 0 30px;
  
  flex-direction: column;
  text-align: center;
}
.f-company h1 {
  margin: 0 auto 10px;
}
.f-menu {
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 40px;
}
}

@media screen and (max-width: 640px) {
.footer2025 .inner {
  padding: 10px 0 30px;
}
.f-menu nav ul {
  flex-direction: column;
}
.f-menu nav ul li {
  border-left: none;
  border-right: none;
  padding: 0 20px 7px;
  font-size: 1.3rem;
}
.f-menu nav ul li+ li {
  border-left: 0;
  border-right: none;
}
.f-company .copyright p {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
}








/* ページトップリンク
=========================================*/
#pageTopLink {
    position: fixed;
		width: 60px;
    bottom: 30px;
    right: 30px;
		z-index: 100;
		cursor: pointer;
		cursor: hand;
}

@media screen and (max-width: 980px) {
#pageTopLink {
    bottom: 90px;
    right: 20px;
}
}


/* パンくずメニュー（futureshop）
=========================================*/
#breadcrumbs {
  margin-top: 20px;
}



/* ページ下部 千賀屋コールセンター
=========================================*/

.section-foot-info-callcenter {
  background: url("https://www.sengaya.co.jp/omotenashisando/osechi/2024/img/common/bg/bg_washi_white.jpg") repeat center top;
	padding: 70px 30px;
}
.foot-info-callcenter {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}


@media screen and (max-width: 980px) {
.section-foot-info-callcenter {
	padding: 40px 60px;
}
}
@media screen and (max-width: 768px) {
.section-foot-info-callcenter {
	padding: 30px 60px;
}
}
@media screen and (max-width: 480px) {
.section-foot-info-callcenter {
	padding: 20px 30px;
}
}

/*
<div class="full-width-section section-foot-info-callcenter bg-sippou">
<div class="foot-info-callcenter">
<img src="https://www.sengaya.co.jp/omotenashisando/osechi/2025/img/common/foot-info-callcenter.png" alt="千賀屋コールセンター0120-373-047 受付時間／平日 午前9時〜午後5時30分（土日祝は休業）"/>
</div>
</div>
*/





/* フッタ ご利用ガイド
=========================================*/

.f-guide {
  width: 100%;
  background: #fff;
}
.f-guide .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
}

.f-guide-contents {
  width: 30%;
}

.section-f-guide {
  margin-bottom: 2.5em;
}
.section-f-guide h2 {
  font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #333;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.f-guide-item {
  margin-bottom: 1.5em;
}
.f-guide-item h3 {
  font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #333;
  margin-bottom: 10px;
  padding-left: 12px;
  text-indent: -12px;
}
.f-guide-item h3:before {
  content:  "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #999;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.f-guide-item p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  color: #444;
  margin-left: 12px;
}
.f-guide-creditcard {
  max-width: 280px;
  margin-left: 12px;
}
.f-guide-logo {
  max-width: 160px;
  margin-left: 12px;
  margin-bottom: 10px;
}

.f-guide a {
  color: #333;
}
.f-guide a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
}
.f-guide a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #cc0000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.f-guide a:hover {
  color: #cc0000;
}
.f-guide a:hover::after {
  transform: scale(1, 1);
}



@media screen and (max-width: 1260px) {
.f-guide .inner {
  padding: 60px 30px;
}
}

@media screen and (max-width: 840px) {
.f-guide .inner {
  flex-direction: column;
}
.f-guide-contents {
  width: 100%;
}
}



.holiday-cube {
  display:inline-block;
	width: 35px;
	height: 15px;
	margin: 3px 3px 0 3px;
	position:relative;
	top: 5px;
  background: #fee;
  margin-right: 10px;
}

.f-guide-item .holiday-calendar-info p {
  margin-left: 0;
}
.f-guide-item .holiday-calendar-info p.holiday-caption {
  font-size: 1.2rem;
}










