@charset "utf-8";

/* * { margin:0; padding:0; } */
html {
    font-family:"游ゴシック体", 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-weight: 400;
    color: #ffffff;
    /* background-color: #020000; */
}
/* テキスト　---------------------------------------------------------------------- */
h1{
    font-size: 60px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 10%;
    right: 10%;
}
.text0{
   color: white;
}

.text1{
    text-shadow: #fff 2px 0,
    #fff -2px 0, 
    #fff 0 -2px, 
    #fff 0 2px, 
    #fff 2px 2px, 
    #fff -2px 2px, 
    #fff 2px -2px, 
    #fff -2px -2px, 
    #fff 1px 2px, 
    #fff -1px 2px, 
    #fff 1px -2px, 
    #fff -1px -2px, 
    #fff 2px 1px, 
    #fff -2px 1px, 
    #fff 2px -1px, 
    #fff -2px -1px, 
    rgba(0, 0, 0, .5) 3px 3px 3px;
}

.midashi {
   text-align: center;
    margin: 150px 0 40px 0;
}

.newsmidashi {
    text-align: center;
    margin: 100px 0 40px;
}

.midashi img{
    width: 70%;
}

.newsmidashi img{
    width: 70%;
}

.sukima{
    letter-spacing: -4px
}

.sp, .br-sp3 {
    display: none;
}


@media only screen and (min-width: 300px) and (max-width: 900px){
    h1{
        width: 95%;
        font-weight: 700;
        text-align: center;
    
        font-size: 60px;
        font-weight: 700;
        color: #642913;
        position: absolute;
        top: 10%;
        right: 0%;
    }
}
h2 {
    font-size: 35px;
    font-weight: 500;
  
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
}

h3 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    color: #fff;
 
    margin-bottom: 40px;
}
h4 {
    text-align: center;
    margin: 0 auto 30px;

    font-size: 34px;
    font-weight: 700;
    line-height: 60px;

    color: #3d2400;
    text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px,#fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
h5 {
    position: relative;
    color: #fff;
    font-weight: 700;
    padding: 20px 0;
}

h5::after{
    position: absolute;
    content: "";
    background-color: #e0680d;
    width: 300px;
    height: 7px;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%);

}

h6 {
    color: #fff;
    font-weight: 700;
    padding: 20px 0;
    margin-top: 35px;
   
}

/* 装飾 */
.regular{ font-weight:400; }
.medium{ font-weight:500; }
.semibold{ font-weight:600; }
.bold{ font-weight:700; }
.exbold{ font-weight:800; }
.maxbold{ font-weight:900; }

.uplink{ color:#ffdf28}
.black{ color:#000000; }
.gray{ color:#aaaaaa; }
.gray2{ color:#afafaf}
.brown{ color:#5e4938; }
.white{ color:#fff; }
.red{ color:#661300; }
.green{color: #006566;}
.orange{ color:#ff9c40; }
.pink{ color: #ff87b7; }
.yellow{color: #ffe138; }

/* テキストサイズ */
.size10{ font-size:10px; }
.size12{ font-size:12px; }
.size13{ font-size:13px; }
.size15{ font-size:15px; }
.size16{ font-size:16px; }
.size17{ font-size:17px;}
.size18{ font-size:18px; }
.size19{ font-size:19px; }
.size21{ font-size:21px; }
.size22{ font-size:22px; }
.size23{ font-size:23px;}
.size24{ font-size:24px; }
.size25{ font-size:24px; } /*更新情報専用文字サイズ*/
.size27{ font-size:27px;}
.size28{ font-size:28px; }
.size30{ font-size:30px; }
.size32{ font-size:32px; }
.size36{ font-size:36px; }
.size42{ font-size:42px; }
.size48{ font-size:48px; }

.line{line-height: 40px;}

.huchi {
  text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px,#fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}

.subtitle {
    margin-bottom: 50px;
}


@media only screen and (min-width: 300px) and (max-width: 900px){

/* .size12{ font-size:12px; }
.size15{ font-size:13px; }
.size16{ font-size:13px; }
.size18{ font-size:12px; }
.size21{ font-size:15px; }
.size24{ font-size:18px; }
.size25{ font-size:24px; } 
.size32{ font-size:32px; }
.size36{ font-size:36px; }
.size42{ font-size:36px; }
.size48{ font-size:48px; } */

.line{line-height: auto;}
}

/*フェード切り替え背景-------------------------------------------------------------- */
.background {
    top: 0;
    left: 0;
    right: 0;
    /* width: 100%; */
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: -1;
}

.show .background {
    opacity: 1;
}

/* design*/
#content01_bg {
    background-color: rgba(255, 255, 255, 0.562);
    background-image: url(../image/title_bg_01.jpg);
    filter: blur(30px);
}

#content02_bg {
    background-image: url(../image/pv_bg.jpg);
}

#content03_bg {
    background-image: url(../image/gaiyou_bg.jpg);
}

#content04_bg {
    background-image: url(../image/product_bg.jpg);
}
  
#content05_bg {
    background-image: url(../image/seihin_bg.jpg);
}
  

 

/*   ヘッダー　----------------------------------------------------------- */
header{
    height: max-content;
top:0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 960px 0 0 0;
  background-image: url(../image/title_bg_01.jpg);
  
  width: 100%;
}


header .Nintendo {
  position: absolute;
  top: 0px;
}
.header_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    scale: 0.85;
    display: inline-block;
    justify-content: center;
    text-align: center;
    z-index: 1;
 
}
header .text_PC{
    position: absolute;
    top: 3%;
    right: 5%;
}

.titlelogo {
    width: 70%;
    height: auto;
    filter: drop-shadow(0px 0px 5px  rgba(0, 68, 57, 0.801));
  }


.catch_PC {
    position: absolute;
    bottom: -5%;
    width: 100%;

}

.catch_PC img {
    width: 100%;
}

.catch_SH {
   display: none;
   width: 100%;
   height: auto;
}
header .sns {
    position: fixed;
    top: 1%;
    right: -35px;
    z-index: 1000;
    
    filter: drop-shadow(0px 0px 5px rgb(0, 0, 0,0.5));
}
header .sns .icon {
    margin-right: 15px;
    border-radius: 50px;
    transition: all 0.2s;
    filter: brightness(100%);
    scale: 0.95;
    /* width: 23%; */
}

header .sns .icon:hover {
   filter: brightness(120%); 
   scale: 1;
}

.cp_link{    
    
    height: auto;
    position: absolute;
    top:30%;
    scale: 0.95;
    filter: brightness(100%);
    filter: drop-shadow(0px 0px 4px rgb(0, 0, 0,1.0));
    transition: all 0.2s;   

    }


.cp_link:hover {
    filter: brightness(120%); 
    scale: 1;

 }



.titlelogo {
    width: 40%;
}

.bg_aqu{
    width: 100%;
    margin: 0 auto;
    margin-top:50px;

}


.bg_aqu .btn00 {
    margin:20px auto 0;
	width:300px;
}
.bg_aqu .btn00 a.bg_red00{
	display:block;
    font-size: 25px;
    text-align: center;
    border-radius: 50PX;
	line-height:60px;
    background:#e76700;
	box-shadow:0 3px 5px #381f1675;
    transition: 0.2S all;
    animation:light 2.5s linear infinite;
	transition:0.25s linear all
}

@keyframes 

light{
	0%,100%{
		box-shadow:4px 4px 4px #fff,-4px -4px 4px #fff,-4px 4px 4px #fff,4px -4px 4px #fff,0 4px 4px #fff,4px 0 4px #fff,-4px 0 4px #fff,0 -4px 4px #fff;
	}
	50%{
		box-shadow:none;
	}
}
.bg_aqu .btn00 a.bg_red00:hover {
	text-decoration: none;
	background:#3d2400;
}




.store{

    height: auto;
    position: absolute;
    top:77%;
    right:-1%;
    scale: 0.95;
    filter: brightness(100%);
    filter: drop-shadow(0px 0px 4px rgb(0, 0, 0,1.0));
    transition: all 0.2s;  
    max-width: 100%;
    height: auto;
    z-index: 1;
}





.store:hover{
    scale: 1.03;
    filter: drop-shadow(0px 0px 5px rgb(255, 255, 255))
}


    /* ハンバーガーメニュー ----------------------------------------------------------- */

input{
    display:none;
}

.menu_btn {
    position: fixed;
    top: 15px;
    right: 16px;
    display: flex;
    height: 55px;
    width: 55px;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 100%;
    /* border: 3px solid #3d2400; */
    box-shadow:
    1px 1px 8px #242424,
    -1px -1px 8px #242424;
    background-color: #654c3e;
    /* box-shadow: ;
    backdrop-filter: ; */
    cursor: pointer;

    transition: 0.2s all;
}

.menu_btn:hover {
    
   /* box-shadow: none; */
    filter: brightness(120%)
}

/* 三本線*/
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: absolute;
}
.menu_btn span:before {
    bottom: 8px;
}
.menu_btn span:after {
    top: 8px;
}

/*メニューオープン時は真ん中の線を透明にする*/
#menu-btn-check:checked ~ .menu_btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu_btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu_btn span::after {
    top: 0;
    transform: rotate(-45deg);
}


#menu-btn-check:checked ~ .menu_content {
    left: 80%;
}

#menu-btn-check:checked ~ #drawer_back {
    display: block;
}

 /* ドロワーメニュー */
 .menu_content {
    position: fixed;
    top:0;
    left:100%; /*leftでメニューを画面外へ*/
    width: 20%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(12, 9, 0,0.5), rgb(58, 36, 2,0.5));
    
    vertical-align: bottom;
    backdrop-filter: blur(15px);
    z-index: 900;
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menu_content ul{
   margin-top: 20%;
   text-align: center;
}

.menu_content li {
    white-space:nowrap;
    font-size: 25px;
    margin: 18px 30px;
    text-align: center;
    scale: 0.9;
    filter: grayscale(100%);
    transition: 0.2s all;

    }

.menu_content li:hover {
    filter: grayscale(0%);
    scale: 1;
    /* color:black; */

}
.menu_content li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 905;
}

/* .menu_content li p:hover{
color:black    
} */

.menu_content .logo {
    margin-top:5%;
    width: 80%;
    margin-bottom: 30px;
}

.menu_content li img{
    position: relative;
    width:90%;
}

.menu_content li img :hover{
    filter: white(100%);
}

/* ニュース ----------------------------------------------------------- */

.sec1 {
   position: relative;
   padding: 30px 0 15%;
   background-color: rgba(255, 255, 255, 0.5);
}
.sec1 .container {
    max-width: 1080px;
    width: 1000%;
    margin: 0 auto;
    height:320px;
    padding-top:20px;

}


.inner {
    overflow-y: scroll;
    height: 100%;

}

/* スクロールバーの背景の設定 */
.inner::-webkit-scrollbar {
    background-color: #c0c0c0;
    width: 10px;
    border-radius: 3px;
    
}

/* スクロールバーの動く部分の設定 */
.inner::-webkit-scrollbar-thumb {
    background-color: #585858;
    border-radius: 3px;
}



.sec1 ul {
    max-width: 1000px;
    margin: 0 auto;
    margin-right: 20px;
    margin-top: 10px;
    
}
.sec1 li {
	box-shadow:0 0 10px #80493575;
    border-radius: 10px;
    padding: 15px 40px 15px 70px;
	background:rgba(22,22,22,0.5);
    margin-bottom: 40px;
    margin-top: 5px;
    letter-spacing: 1px;

}

.sec1 li p{
    line-height: 25px;
}

.underline01{
    text-decoration: underline 2px;
    text-underline-offset: 5px;
}


.sec1 .date {
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.sec1 .deco02 {
    position: absolute;
    top: 0%;
    right: 0%;
}


/* コンセプト・ゲーム内容 ----------------------------------------------------------- */

.sec2-1{
    position: relative;
    justify-content: center;
    text-align: center;

    padding:100px 0; 
    width: 100%;
  
}
.sec2-1 .image0 {
    display: flex;
    justify-content: center;
    /* margin: 30px auto;   */
}
.sec2-1 .syoukai1,
.sec2-1 .syoukai2{
    margin: 20px;
    -moz-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.8);
    -ms-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.8);
}

.sec2 .bg {
    background: linear-gradient( rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0));
    position: relative;
    top: -1px;
}

.obi {
    position: relative;
    overflow: hidden;
    overflow: visible;
    max-width:100%;
width: 100%;
    text-align: center;  
}

.obi img{
    width: 80%;
    height: 60px;
}

.obi p{
    position:absolute;
width: 100%;
  top: 50%;
    left:50%;
    transform: translate(-50%,-50%); 
    text-shadow: 
    1px 1px 8px #363636,
    -1px -1px 8px #363636;
}


.obi1{
    font-size:  40px;
    
}

.text00 {
    text-shadow:
    1px 1px 8px #363636,
    -1px -1px 8px #363636;
    text-align: left;
    display: inline-block;
    line-height: 45px;/* 行間 */
    letter-spacing: 4px;
    margin:40px 5px 10px 5px;
}

.obitext02 {
    text-shadow:
    1px 1px 8px #363636,
    -1px -1px 8px #363636;
    text-align: left;
    display: inline-block;
    line-height: 48px;/* 行間 */
    letter-spacing: 3px;
    margin-bottom: 10px;
    margin-top:40px;
}

.obi01{
    margin-top: 4%;
    vertical-align: bottom;

}

.obi01 p {
    
    margin-top: 40px;
    text-shadow:
    1px 1px 8px #363636,
    -1px -1px 8px #363636;
}

.PVPC{
    max-width: 50%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
}

.video,
.video2{
    margin-top: 1%;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.video iframe,
.video2 iframe {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


    

.sec2 {
position: relative;
justify-content: center;
padding: 1px 0 200px; 
text-align: center;
width: 100%;
}


/* .pvpage01 img {
    margin: 0 auto;
    margin-top:90px;
    width: 80%;
    
}

.pvpage02 img {
    display: block;
    position: absolute;
    width: 100%;
} */



.obi02 {
    position: relative;
    width: 72%;
    margin: 0 auto;
    margin-top: -30px;
}

.obi02 img{
    width: 100%;/* 配置位置 */
}

.obi02 p {
    position:absolute;
    white-space: nowrap;
    top: 52%;
    left:50%;
    transform: translate(-50%,-50%);
    line-height: 48px;
    text-shadow:
    1px 1px 8px #363636,
    -1px -1px 8px #363636;
    letter-spacing: 1px;
    
}


.text2 {
    margin-top: 45px;
    text-shadow:
    1px 1px 8px #363636,
    -1px -1px 8px #363636;
    line-height: 42px;/* 行間 */
    letter-spacing: 1px;
    text-align: center;

}



.text3 {
    margin-top: 20px;
    margin-bottom: -30px;
    text-shadow:
    1px 1px 8px #363636,
    -1px -1px 8px #363636;
    line-height: 48px;/* 行間 */
    letter-spacing: 1px;
    text-align: center;

}

/* ホームページで表示されてる画像位置 */

.pic01 img{
    width: 100%;/* 配置位置 */
}
.pic01{
    width: 45%;
    margin: 0 auto;
    margin-top: 130px;
    margin-bottom: -10px;
}


/* ポップアップ用画像位置1 */
#popup {
    display: none; /* label でコントロールするので input は非表示に */
  }
  
  .popup-open {
    cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
  }
  
  .popup-overlay {
    display: none; /* input にチェックが入るまでは非表示に */
  }
  
  #popup:checked ~ .popup-overlay {
    display: block;
    z-index: 99999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  
  .popup-window {
    width:80%;
align-self: center;
    min-width: fit-content; 
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .popup-01 {
    margin: 0;
  }

  .popup-01 img{
    width: 100%;
  }


  .popup-01:not(:last-of-type) {
    margin-bottom: 1em
  }
  
  .popup-close {
    position: absolute;
    top: 5%;
    right:0%;
    width: 100%;
    height:100%;
  }







/* ポップアップ用画像位置2 */

#popup02 {
    display: none; /* label でコントロールするので input は非表示に */
  }
  
  .popup02-open {
    cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
  }
  
  .popup02-overlay {
    display: none; /* input にチェックが入るまでは非表示に */
  }
  
  #popup02:checked ~ .popup02-overlay {
    display: block;
    z-index: 99999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
  }
  
  .popup02-window {
    width:80%;
align-self: center;
    min-width: fit-content; 
    padding: 20px;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .popup-02 {
    margin: 0;
  }

  .popup-02 img{
    width: 100%;
  }


  .popup-02:not(:last-of-type) {
    margin-bottom: 1em
  }
  
  .popup02-close {
    position: absolute;
    top: 5%;
    right:0%;
    width: 100%;
    height:100%;
  }


  .gaiyou {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: auto;
}


.game_gaiyou{
    /* display: flex; */
    position: relative;
    justify-content: center;
    width:60%;
    margin: 0 auto; 
    margin-top: 180px;
}
.gaiyouran {
    background:rgb(245, 231, 194);
    padding-bottom: 1%;
    
    border-radius: 25px;
    box-shadow:0 0 15px #1f130f75;
}
.block04{
    position: relative;
    justify-content: center;
    width: 100%;
 
}

.block04_SP{
    display: none;
}


.block04 img{
    width: 100%;
    z-index: 1;
    border-radius: 24px 24px 0 0;

}

.gaiyou01{
    position: relative;
    letter-spacing: 2px;
    width: 100%;
    z-index: 20;
}

.gaiyoutext1{
    position: relative;
    line-height: 35px;
    letter-spacing: 2px;
    text-align: center;
    margin-top:10px;
    z-index: 20;

    text-shadow:
    0px 0px 9px #52271b;
}

.gaiyoutext2 {
    text-align: center;

    margin-top: 50px;
    line-height: 40px;/* 行間 */
    letter-spacing: 1px;
    /* text-shadow:
    0px 0px 10px rgb(89, 83, 83),
    0px 0px 10px rgb(89, 83, 83),
    0px 0px 10px rgb(89, 83, 83),
    0px 0px 10px rgb(89, 83, 83); */
    
}


.br-sp {
    display: none;
}

.br-sp2{
    display:none;
}

.br-pc,
.brsp{
    display: none;
}

.tenbou {
    text-align: center;
    margin-top: 5px;
    letter-spacing: 1px;
    font-size: 13px;
    text-shadow:none
}
    


.block04_pic01 {
    width: 100%;
    margin-top: 70px;
    text-align: center;
}
.block04_pic01 img{
    width: 90%;
}

.game_gaiyou .block_waku{
overflow: hidden;
}

.game_gaiyou .left_data{
    
    float:left;
	width: 100%;
	margin-top:0px;
}

.game_gaiyou .left_data .kinenhin{
	width:100%;
}

.kinenhin tr th,
.kinenhin tr td
{
    /* background:none;
    border-bottom: none; */
	line-height:1.5em;
	padding-bottom:1px;
}




.block04_02 {
    
    float: right;
    margin-top: -40%;
    margin-right: -24%;
    width: 100%;
}

.block04_02 img{
    width: 44%;

}


.block04_03 {
    /* margin-top: -180px;
    margin-left: -27%; */
    
    margin-left: 6%;
    width: 100%;
}

.block04_03 img{

        width: 35%;
}

.kinen {
    line-height: 50px;/* 行間 */
    letter-spacing: 3px;
    margin-top:70px;
    margin-left: 6%;
    text-align: left;
}

.kinenb {
    line-height: 50px;/* 行間 */
    letter-spacing: 3px;
    margin-top:70px;
    margin-left: 6%;
    text-align: left;
}

.gaiyou_rigth{
    text-align: right;
    font-weight:30px;
    margin:50px 50px 50px 0;
    letter-spacing: 3px;
        text-shadow: 
          #fff 1px 0px,  #fff -1px 0px,
          #fff 0px -1px,#fff 0px 1px,
          #fff 1px 1px , #fff -1px 1px,
          #fff 1px -1px, #fff -1px -1px,
          #fff 1px 1px,  #fff -1px 1px,
          #fff 1px -1px, #fff -1px -1px,
          #fff 1px 1px,  #fff -1px 1px,
          #fff 1px -1px, #fff -1px -1px;

}

/* ズイキマスコン */

.zuiki{
    position: relative;
    justify-content: center;
    width:100%;
    max-width: 100%;
}

.zuiki ul{
    padding: 30px 50px 50px 50px;
    margin:0 auto;
    margin-top:15%;
	width:65%;
    box-shadow:0 0 15px #361f1675;
    border-radius: 20px;
	background:rgba(22,22,22,0.5);
}



.zuiki_01{
    position: absolute;
top:1%;
left:50%;
transform: translate(-50%,-50%);

}

.image img{
    margin-top: 8%;
    width: 100%;
}


.zuiki li {
    margin-top:3%;
    justify-content:center;
}

.zuikicon_waku{
	padding:20px 30px;
    margin-top:2%;
}
.zuikicon_waku .btn1,
.zuikicon_waku .btn2{
	margin:1px auto 0;
	width:30%;
}
.zuikicon_waku .btn1 a.bg_red02,
.zuikicon_waku .btn2 a.bg_red02 {
	display:block;
    text-align: center;
    border-radius: 50PX;
	line-height:60px;
    background:#e76700;
	box-shadow:0 3px 5px #381f1675;
    transition: 0.2S all;
}

.zuikicon_waku .btn1 a.bg_red02:hover {
	text-decoration: none;
	background:#3d2400;
}




/* product ----------------------------------------------------------- */
.sec4 {
    text-align: left;
    padding: 10px 0 0px;
    margin: auto;
    list-style-type: none;
}


/* 店舗別特典 */
.yokoku {
    max-width: 1920px;
    width: 80%;
    margin: 0 auto;
}


.bg_original{
  background:linear-gradient(to right,rgba(224,104,13,1.0),rgba(240,133,23,1.0),rgba(240,133,23,1.0),rgba(224,104,13,1.0));
    width: 80%;
    line-height: 10px;
    margin: 35px auto; 
    border-color: #e0680d;
    border-style: solid;
    border-top-width: 5px;
    border-right-width: 30px;
    border-bottom-width: 5px;
    border-left-width: 30px;  
}




.product-all{
      position: relative;
    justify-content: center;
    width:100%;
}

.sec3 ul{
    position: relative;
    padding: 20px 5px 0px 40px;
    text-align: center;
    margin:0 auto;
    margin-top:60px;
	width:65%;
    box-shadow:0 0 15px #361f1675;
    border-radius: 20px;
	background:rgba(22,22,22,0.5);
}

.sec3 li {
    display: flex;
    justify-content:center;
}
.originalbox{
   margin-bottom:-0px;
    width: 100%;
}

.originalbox img{
    max-width: 100%;
    width: 45%;
    position: relative;
    top:-70px;
    right: -50px;
    object-fit: contain;
}

/* .akuse img {
    float:right;
    width: 50%;
    margin-top:-100px;
    margin-right:-50px;
} */

.tokuten {
    max-width: 1920px;
    width: 80%;
    height: auto;
    margin: 0 auto;
}


.sec3 .text02 {
    text-shadow:
    1px 1px 8px #363636,
    -1px -1px 8px #363636;
    text-align: left;
    display: inline-block;
    line-height: 40px;/* 行間 */
    letter-spacing: 3px;
    margin-bottom: -10px;
    margin-top:50px;
    white-space: nowrap;

}


.text03 {
    text-shadow:
    1px 1px 8px #363636,
    -1px -1px 8px #363636;
    text-align: center;
    display: inline-block;
    line-height: 40px;/* 行間 */
    letter-spacing: 3px;
    margin-bottom: 10px;
}


.underline02{
    text-decoration: underline;
    text-underline-offset: 6px;
}


.sec4  ul {
    text-align: center;
}
.sec4  .reservation li{
	display:inline-block;
	width:480px;
	box-shadow:0 0 15px #1f130f75;
    border-radius: 38px;
	margin:60px 25px 5px;
	background:rgba(22,22,22,0.5);
    padding: 20px 0 30px 0;
}

.bg_blue{

    text-shadow:
    1px 1px 8px #363636,
    -1px -1px 8px #363636;
}

/* .bg_blue{
    background:linear-gradient(to right,rgba(224,104,13,1.0),rgba(240,133,23,1.0),rgba(240,133,23,1.0),rgba(224,104,13,1.0));
    width: 300px;
    text-decoration: underline;
    text-underline-offset: 25px;
    text-decoration-color: #e0680d;
   
    margin: 35px auto; 
    border-color: #e0680d;
    border-style: solid;
    border-top-width: 5px;
    border-right-width: 30px;
    border-bottom-width: 5px;
    border-left-width: 30px;    
} */
 
.bg_aqua{
	padding:20px 30px;
}
.bg_aqua .btn1,
.bg_aqua .btn2{
	margin:20px auto 0;
	width:50%;
}
.bg_aqua .btn1 a.bg_red02,
.bg_aqua .btn2 a.bg_red02 {
	display:block;
    text-align: center;
    border-radius: 50PX;
	line-height:60px;
    background:#e76700;
	box-shadow:0 3px 5px #381f1675;
    transition: 0.2S all;
}

.bg_aqua .btn1 a.bg_red02:hover {
	text-decoration: none;
	background:#3d2400;
}



.grayout{
    filter: grayscale(100%);
}


.item img{
    margin-top: 40px;
    width:100%;
	height:auto;
}
ul.caution{
	text-align: start;
    margin:0px auto 60px;
	width:fit-content;
}

.tyuigaki {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.box2{
    text-align: center;
    margin:60px 0 0 0;
}
.sec4 .text04{
    text-shadow:
    1px 1px 8px #494949,
    -1px -1px 8px #494949;
    text-align: left;
    display: inline-block;
    line-height: 30px;/* 行間 */
    letter-spacing: 3px;
    margin-top: 20px;
}




/* 製品情報 */

.product {
    position: relative;
    display: flex;
    justify-content: center;
    width:100%;
}
.product ul {	
    display:inline-block;
	box-shadow:0 0 15px #80493575;
    border-radius: 20px;
    padding: 30px 30px 25px 0px;
	background:rgba(22,22,22,0.5);
    width: 68%;
    margin-top:50px;

}

.sec4 .row{
 display: flex;
 align-items: center;

}
.sec4 .package{
    box-shadow:0 0 15px #80493575;
    border-radius: 10px;
    margin-top:-30px;
    width: 100%;
    margin-left:25%;
}

.sec4 .package2{
    position: absolute;
    width: 10%;
    top: 35%;
    left:15%;
}

.sec4 table {
    text-align: center;
    margin: 50px 10px 80px 170px;
    font-weight: 590;
}
.sec4 th {    /* 表 */
    text-align: center;
    display: block;
    margin: 5px 20px 0 0;
    color:#fff;
    padding: 0 10px;/* オレンジの大きさ */
    line-height: 160%;
    background-color: #f08517;
    border-radius: 0px;
}
.sec4 tbody tr {
    line-height: 300%;
}
.sec4 td {
    color: #ffffff;
    text-align: start;
    line-height: 230%;/* 右表の大きさ */
    border-bottom: 1px solid #e76700;
   margin: 0 0 0 10px;
}

    @media only screen and (min-width: 300px) and (max-width: 900px){  
        .sec4 {
            text-align: left;
            padding: 50px 0;
            margin: auto;
        } 
 
    }


.cp_bn{
    height: max-content;
    padding: 0px 0 20px 0; 
}

.banner1{
    text-decoration: none;
        display: block;
        margin:0 auto;
        max-width: 1000px;
        width:100%;
        height: 210px;
        background: url(../image/cp_banner_end.jpg)no-repeat center;
        background-size: 100% auto;
        margin-top: 2%;
    }

 



footer {
    line-height: 25px;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    padding: 70px 30px 30px 30px;
    background-image: url(../image/soukou_bg.jpg);

}

footer .container {
    display: flex;
}

footer .text {
    padding-left: 30px;
    letter-spacing: 2px;
}

footer .logo {
    width: 25%;
    transition: all 0.2s;
    margin: 15px 0px 15px 30px;
}

footer .logo:hover {
    transform: scale(1.03);
}
footer .scon {
    margin-top: 30px;
}
footer .smark {
    display: flex;
    padding-left: 30px;
    width: 50%;
}
footer .smark img {
    margin: 0 20px 0 0;

}

.footer_right {
    float: right;
    margin-top: 5px;
    margin-right: 20px;
    padding-bottom: 0px;
    width: 47%;
    text-align: center;
    letter-spacing: 2px;
}

.footer_right .Banner {
    width: 80%;
    padding-bottom: 5px;
}


.footer_center a,
.footer_right a {
    transition: 0.2s all;
}
.footer_center a:hover,
.footer_right a:hover {
    opacity: 0.8;
}
.footer_center p,
.footer_right p {
    margin-bottom: 10px;
    text-align: center;
}





@media only screen and (min-width: 300px) and (max-width: 960px) {
    footer { 
        line-height:1.5;
        font-size: 12px;    
    }
    footer .logo {
        width: 30%;
        margin: 10px 0;
    }

    footer .text {
        text-align: left;
        padding:10px 0 50px;
        width: 100%;
        margin: auto;
        list-style-type: none;
    }

    .footer_right img {
        float: right;
        width: 100%;
        margin: 10px 0;
    }
}

/*スクロールリンクの形状*/
.scroll-top {
    /*表示位置*/
    position: fixed;
    right: -80px;
    z-index: 50;
    /*はじめは非表示*/
    opacity: 0;
    visibility: hidden; 
    transition: opacity .5s, visibility .5s; 
    /*それぞれに0.5秒の変化のアニメーション*/
    /*動き*/
    animation: arrowmove 1s ease-in-out infinite;
    scale: 0.9;
}
@keyframes arrowmove{
    0%{bottom:20px;}
    50%{bottom:25px;}
    100%{bottom:20px;}
}

.topbtn {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 100px;
    filter: brightness(100%);
    scale: 0.95;
    transition: 0.2s all;
}

.topbtn:hover {
    scale: 1;
    filter: brightness(120%);
}


/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
    z-index: 50;
    opacity: 1;
    visibility: visible;
}
/*Edge IE11 hack*/
_:-ms-lang(x),
.js-pagetop a::before {
    right:0;
}

/* 下からふわっと遅延表示 */
.fadeUpTrigger {
    transition: 1s;
    opacity: 0;
    transform: translateY(50px)
}

.fadeUpTrigger.show {
    opacity: 1;
    transform: none;
}


/*　レスポンシブ余白消し  */
.wrap_original {
    width:100%;
	height:auto;
overflow: hidden;
}

