@charset "euc-jp";
/* CSS Document */

/* A Modern CSS Reset */
 
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

html {
	scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f4e9d4;
	letter-spacing: 0.05em;
    width: 100%;
    height: 100%;
    font-feature-settings: "pkna"!important;
    color: #371804;
	background-image:url("../img/bg.jpg");
	background-size: 400px;
	background-repeat: repeat;
    background-attachment: fixed;
	margin: 0;
    padding: 0;
	overflow-x: hidden;
}




ul,li {
    list-style-type: none;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

p {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

img {
    width: 100%;
	height: auto;
    vertical-align:bottom;
}

a:hover {
    cursor: pointer;
    opacity: .75;
}

a {
    display: block;
}

b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

header {
	width: 100%;
	height: 50px;
	background-color: #371804;
	position: fixed;
	z-index: 9;
}

header a {
	margin: 0 auto;
	max-width: 220px;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/********** ふわっと表示 ***********/
.effect-fade {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 1000ms;
}

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}



_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}



#wrapper {
	padding-top: 50px;
    width: 100%;
    box-sizing: border-box;
    font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
}



/*** PC:左コンテンツ ***/
#left-content {
	position: sticky;
    top: 50px;
    display: grid;
    place-items: center;
    place-content: center;
    flex: 1;
    height: calc(100vh - 50px);
	
}

#left-content .inner {
	display: grid;
    place-items: center;
    gap: 2rem 0;
	width: 90%;
}

#left-content .left-content-img {
	max-width: 300px;
}



/*** PC・スマホメイン中央コンテンツ ***/
#main-content {
	background: #f4e9d4;
	max-width: 430px;
    padding-bottom: 6rem;
	-webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	background-size: 400px;
	background-repeat: repeat;
    background-attachment: fixed;
	overflow: hidden;
}

#main-content .top-text {
	text-align: center;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 5vh 0;
	font-size: 1.2rem;
}

#main-content .otodoke {
	width: 80%;
	margin: 0 auto 10vh;
	display: block;
}

#main-content .luckybag-link {
	margin:0 auto 20vh;
	width: 90%;
}

#main-content .bag-link-title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
}

#main-content .luckybag-link ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: centers;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#main-content .luckybag-link ul li {
	width: 25%;
}

#main-content .luckybag-box {
    margin-bottom: 20vh;
    padding-top: 80px;
    margin-top: -80px;
}
#main-content .luckybag-box .bag-text {
	text-align: center;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 2vh 0;
}

#main-content .kago {
	width: 90%;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#main-content .img-box {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0 auto 40px;
}

#main-content .discount {
	position: absolute;
	width: fit-content;
	margin: 0 auto;
	bottom: -20px;
	left: 0;
	right: 0;
	background-color: #932121;
	color: #dbd14d;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 10px;
	font-size: 1.4rem;
}

#main-content .discount span {
	font-size: 2rem;
}

#main-content .normal-price {
	font-size: 1.1rem;
}

#main-content .normal-price span {
	font-size: 1.5rem;
}

#main-content .sale-price {
	color: #932121;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 15px;
}

#main-content .sale-price span {
	font-size: 3rem;
}

#main-content .link a {
	width: 75%;
	background-color: #9e8313;
	padding: 10px 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	font-size: 1.5rem;
	text-decoration: none;
	margin: 0 auto 40px;
}

#main-content .link a img {
	width:20px;
	vertical-align: text-top;
	display: inline-block;
	margin-left: 20px;
}

#main-content .nakami {
	background-color: #ffffff;
	border:2px solid #adaba8;
	box-sizing: border-box;
	padding: 15px 20px;
}

#main-content .item-list ul {
    display: flex;
    width: 100%;
    height: auto;
    overflow-x: scroll;
    padding-bottom: 15px;
}

#main-content .item-list ul li {
  width: 40%;
  margin: 5px;
  flex-shrink: 0;
}

#main-content .nakami .nakami-title {
	color: #932121;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

#main-content .nakami .nakami-text {
	text-align: center;
	margin-bottom: 20px;
}

#main-content .nakami .item-list a {
	text-decoration: none;
}

#main-content .nakami .item-list a img {
	margin-bottom: 10px;
}

#main-content .nakami .item-list a .item-name,
#main-content .nakami .item-list a .item-price {
	font-weight: bold;
	text-align: center;
	color: #371804;
	line-height: 1.2;
}

#main-content .nakami .item-list a .item-name {
	margin-bottom: 10px;
}
 
#main-content .nakami .item-list a .item-name span {
	display: block;
	font-size: 0.8rem;
}


#main-content .item-list ul::-webkit-scrollbar {
  height: 14px; /* スクロールバーの高さ */
}
 
#main-content .item-list ul::-webkit-scrollbar-thumb {
  background: #932121; /* ツマミの色 */
  border-radius: 7px; /* ツマミ両端の丸み */
}
 
#main-content .item-list ul::-webkit-scrollbar-track {
  background: #a5a5a5; /* トラックの色 */
  border-radius: 7px; /* トラック両端の丸み */
}

/***** loop *****/

.loop_css {
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: max-content;
	height: 100px;
	left: 50%;
	margin-left: -50%;
	overflow: hidden;
}

.loop_css img {
  width: auto;
  height: 100%;
}

/* 1鐃緒申鐃旬の駕申鐃緒申 */
.loop_css img:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
  animation: loop 100s -50s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* 2鐃緒申鐃旬の駕申鐃緒申 */
.loop_css img + img {
  -webkit-animation: loop2 100s  linear infinite;
  animation: loop2 100s linear infinite;
}

/*鐃緒申鐃祝メー鐃緒申鐃緒申鐃?*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}



/*** PC:右コンテンツ ***/
#right-content {
	position: sticky;
    top: 50px;
    display: grid;
    place-items: center;
    flex: 1;
    height: calc(100vh - 50px);
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#right-content .inner {
	display: grid;
    place-items: center;
    gap: 2rem 0;
}

#right-content .luckybag-link-right {
	margin:0 auto;
	width: 80%;
}

#right-content .bag-link-title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid;
}

#right-content .luckybag-link-right ul {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: centers;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#right-content .luckybag-link-right ul li {
	width: 25%;
}

#right-content .tamachan-link {
    width: 65%;
}

/***** ページ下部 *****/
.footer-content {
	max-width: 80%;
	margin: 0 auto;
	display: block;
}

.order-ranking-box {
	margin-bottom: 7rem;
}

.order-box {
	margin-bottom: 7rem;
}
.order-box, .ranking-box {
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.footer-content .title {
	width: 100%;
	max-width: 400px;
	margin: -40px auto 20px;
	overflow: hidden;
}

.footer-content iframe {
	width: 100%;
	height:250px;
	margin-bottom: 10px;
}

.order-box p {
	text-align: center;
	color: #887b6d;
	font-size: 20px;
	font-weight: bold;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.guide-box, .tamafes-box {
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 15px;
    box-sizing: border-box;
}

.guide-box .title {
	margin-bottom: 40px;
}

.guide-box ul {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}

.guide-box ul li {
	width: 100%;
}

.guide-box .in-title {
	background-color: #371804;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0;
}

.guide-box .guide-in {
	padding: 15px;
	box-sizing: border-box;
	background-color: #f6f0db;
}

.guide-box .haiso {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}
.guide-box .haiso span {
	font-size: 20px;
}

.guide-box .holiday {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #371804;
}

.guide-box iframe {
    width: 100%;
    height: 200px;
}

.guide-box .holiday span {
	width: 25px;
	height: 25px;
	background-color: #c4ae96;
	border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.guide-box .logo-img {
	max-width: 220px;
}

.guide-box .mini-icon {
	display: inline-block;
	width: 24px;
	height: auto;
	margin-right: 5px;
}

.guide-box a {
	width: 100%;
	background-color: #371804;
	text-align: center;
	padding: 10px 0;
	color: #ffffff;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
	border-radius: 5px;
}


@media screen and (max-width: 1024px) {
	#right-content,#left-content{
		display: none;
	}
	#main-content {
		max-width: none;
		width: 100%;
		background-color: transparent;
		background-image:url("../img/bg.jpg");
		background-size: 400px;
		background-repeat: repeat;
		background-attachment: fixed;
	}
	
	#main-content .nakami .item-list a .item-name, #main-content .nakami .item-list a .item-price {
		text-align: left;
	}
	
	#main-content .luckybag-title-img {
		width: 90%;
		margin: 0 auto;
	}
}
