
@import url('https://fonts.googleapis.com/css?family=Montserrat:200');

html,body{
width: 100%;
margin:0;
}

@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }

body {

font-family: 'Montserrat',-apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/*font-family: 'Montserrat',"KozGoPro-Light", "小塚ゴシック Pro L", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;*/
color: white;

}
.center{
text-align: center;
}
.shadow{
text-shadow: 2px 3px 15px black;
}

.shadow2 {
    text-shadow: 2px 3px 15px #402b0e;
}


section{
margin: 3em 0;
}
.wrap{
margin-top:80px;
}
/* ----- 背景用の動画ファイル ----- */
#bg-video{
 position: fixed;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 z-index: -100;
 background: url('poster.jpg') no-repeat;
 background-size: cover;
}
/* ----- 背景の上に表示させたいコンテンツ ----- */

main{
max-width:1200px;
margin:0 auto;
}
section.center {
}

.header-title{
max-width: 1200px;
 position: relative; /*必ず必要*/
 z-index: 2; /*必ず必要*/
 display: flex;
 justify-content: center;
 align-items: center;
 text-align:center;
 margin: auto;
 font-size:300%;
 text-shadow: 2px 3px 15px black;
 letter-spacing: 10px;
 height: 100vh;
 opacity: 0;
  animation-name:fade-in3;
  animation-duration:2s; 
  animation-timing-function: ease-out; 
  animation-delay:1s; 
  animation-iteration-count:1; 
  animation-direction:normal; 
  animation-fill-mode: forwards; 
}
@keyframes fade-in3 {
  0% {opacity: 0; transform: translate3d(0,20px,0);}
  100% {opacity: 1; transform: translate3d(0,0,0);}
}
div.header-title + h2,h2.toptext{
line-height: 1.4;
max-width: 1000px;
margin: 3em auto 5em;
font-weight: bold;
}


p.arrow_down {
display: none;
}
.headline1{
font-size: 35px;
padding-left: 10px;
border-left: 10px solid;
text-align: left;
font-weight: normal;
}
.headline1 span{
font-size:80%;
}
.timelimit{
background:white;
color:#333;
padding: 1em;
margin: 200px 0;
}
h3.headline2{
font-size: 5vw;
    opacity: 1;
    transform: translateY(0px);
    font-family: serif;
    font-weight: 100;
    letter-spacing: 7px;
}

.fs150{
font-size: 150%;
}

.item_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.item_list h3{
font-size: 5vw
}
.item_list_wrapper .item_list li {
    list-style-type: none;
    text-align: center;
    flex-basis: calc((100% - 80px) / 4);
    margin: 0 5px 60px;
    padding-bottom: 1.5em;
    background: #00000091;
    -webkit-transition: 0.8s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.item_list li:hover,.item_list li:active {
    transform: scale(1.1);
 
}
.item_list li span.price{
text-align: right;
font-size: 12px;
display: block;
padding-right: 10px;
}

.item_list a {
    text-decoration: none;
    color: white;
  
}
.item_list p.desc{
font-size: 80%;
line-height: 1.5;
padding: 10px;
text-align: left;
}

.item_list img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit:cover;
}
.item_name {
    line-height: 1;
}
.item_name_jp {
    font-size: 8px;
}

figure.productimage-box{
margin: 0px;
}

.ctg_list li {
    width: 100%;
    list-style: none;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-direction: row;
    margin: 1em 0px;
    background: #000000a6;
    padding: 15px;
    box-sizing: border-box;
}
.ctg_list img {
    width: 250px;
    vertical-align: middle;
}

.ctg_list .left{
width:250px;
}

.ctg_list .right {
    width: 70%;
    padding-left: 5%;
}
.ctg_list h4 {
    font-size: 150%;
    margin-top: 0;
    border-bottom: 1px solid;
}
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
footer.thispage_footer{
background:black;
width:100%;
margin:0px !important;
padding: 15px;
color:white;
box-sizing: border-box;
}
/*グローバルメニュー*/
.header {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 180px;
  background-color: #ffffffbf;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
  z-index: 10;
}
.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 40px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 10px;
  top: 25%;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.hamburger:before{
content: "MENU";
font-size:10px;
display: block;
text-align: center;
color: #333;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
  height: 60px;
  line-height: 60px;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 18px;
  height: 1px;
  background-color: #111;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
.xmas_area {
    background: black;
    color: white;
    padding: 1em 0 2em;
    text-align: center;
}
.title_box {
    padding: 3em 0px;
}
section.pic_left, section.pic_right {
    margin: 0;
}
.row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.left_block img, .right_block img {
    width: 100%;
}
    
.more {
    border: solid 1px gray;
    width:fit-content;
    padding: 5px 30px;
    font-size: 1em;
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-align: left;
}
a.more:hover, a.more:focus {
    background: gray;
    transform: scale(1.1);
    color: #ffffff;
}
@media screen and (max-width:767px){

.header-title{
font-size:19px;
}

   a.more {
        width: 100%;
        border: solid 1px gray;
        padding: 10px 0px;
        max-width: 200px;
        display: block;
        margin: 2em auto;
        text-align: center;
        font-size: 1em !important;
    }
}    

