@charset "utf-8";

/*
================================================================================================================
COMMON
================================================================================================================
*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  /*スムーススクロール*/
}

html,
body {
  width: 100%;
  min-height: 100%;
  padding: 0;
}
body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen and (max-width:800px) {
  body {
    overflow-x: hidden;
  }
}
a {
  outline: none;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
img {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 0;
}
li {
  list-style: none;
}
body {
  min-width: 280px;
  background-color: rgba(255, 255, 255, 1.00);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
/*///////// スクロールバー /////////*/
body::-webkit-scrollbar {
  background-color: rgba(151, 115, 56, 1.00);
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(200, 170, 128, 1.00);
  transition: .3s ease;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 200, 200, 1.00);
}

/*
================================================================================================================
HEADER_FOOTER
================================================================================================================
*/
header,
footer {
  min-width: 280px;
}

header {
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 1.00);
  outline: solid 1px rgba(255, 220, 120, 1.00);
  position: relative;
  z-index: 991;
}

header .logo {
  float: left;
}

header .logo img {
  max-width: 130px;
  height: 37px;
  float: left;
}

footer {
  font-size: 12px;
  color: rgba(65, 22, 0, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
}

@media screen and (max-width:320px) {
  footer {
    font-size: 10px;
  }
}

#footer-copy {
  color: rgba(65, 22, 0, 1.00);
  text-align: right;
}

#footer-copy span {
  padding-right: 1px;
  color: rgba(75, 70, 95, 1.00);
  font-family: Arial, Helvetica, serif;
}

#footer-copy .copy-kam {
  width: 100%;
  padding: 3px;
}

@media screen and (max-width:800px) {
  #footer-copy .copy-kam {
    padding: 2px;
  }
}

@media screen and (min-width:980px) {
  footer {
    width: 100%;
  }

  footer hr {
    width: 98%;
    margin: 0 auto;
    border-top: 1px solid #848E98;
    margin: 0px 0 20px 0;
  }

  #footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    border-top: solid 1px rgba(75, 70, 95, 1.00);
  }

  #footer-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    left: 0;
    width: 100%;
    vertical-align: middle;
    font-size: 14px;
  }

  #footer-link ul {
    margin-left: 20px;
    letter-spacing: 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #footer-link ul li {
    float: left;
    white-space: nowrap;
  }

  #footer-link ul li a {
    color: rgba(75, 70, 95, 1.00);
  }

  #footer-link ul li a:hover {
    color: #F7196C;
    text-decoration: underline;
  }

  #footer-link ul li span.sp {
    display: none;
  }

  #footer-link ul:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
  }

  #footer-copy,
  #footer-copy-kam {
    position: relative;
    right: 0;
    width: 100%;
    font-size: 11px;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
  }

  #footer-copy {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #footer-copy-kam {
    display: block;
  }

  #footer-copy span,
  #footer-copy-kam span {
    font-size: 12px;
  }
}

@media screen and (max-width:979px) {
  footer {
    width: 100%;
  }

  #footer {
    display: block;
    width: 100%;
  }

  #footer-link {
    display: block;
    width: 100%;
    /*vertical-align: middle;*/
  }

  #footer-link ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #footer-link ul li {
    display: block;
    width: 50%;
    float: left;
    border-bottom: solid 1px rgba(75, 70, 95, 1.00);
    box-sizing: border-box;
  }

  #footer-link ul li:nth-child(odd) {
    border-right: solid 1px rgba(75, 70, 95, 1.00);
  }

  #footer-link ul li:nth-child(1),
  #footer-link ul li:nth-child(2) {
    border-top: solid 1px rgba(75, 70, 95, 1.00);
  }

  #footer-link ul li a {
    display: block;
    color: rgba(75, 70, 95, 1.00);
    padding: 10px 0 10px 10px;
  }

  #footer-link ul li a:hover {
    color: rgba(0, 27, 65, 1.00);
    background-color: rgba(171, 208, 227, 1.00);
  }

  #footer-link ul li span.sp {
    padding-right: 5px;
  }

  #footer-link ul li span.pc {
    display: none;
  }

  #footer-link ul:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
  }

  #footer-copy,
  #footer-copy-kam {
    display: block;
    width: 100%;
    font-size: 10px;
    text-align: center;
    /*vertical-align: middle;*/
    padding: 1% 0;
  }

  #footer-copy,
  #footer-copy-kam span {
    font-size: 11px;
    padding: 15px 0;
  }
}

#footer-link ul li.none {
  display: block;
  color: #ccc;
  padding: 10px 0 10px 10px;
  user-select: none;
  margin: 0;
  line-height: 18px;
}

/*
================================================================================================================
注意事項（パチンコ・パチスロは18歳になってから）
================================================================================================================
*/
#top-notice {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background-color: #8B9CAD;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 0;
  bottom: 0;
}

@media screen and (max-width:800px) {
  #top-notice {
    height: auto;
    font-size: 3vw;
    line-height: 3.6vw;
    padding: 10px 0 5px;
  }

  #top-notice br {
    display: block;
  }
}

@media screen and (min-width:801px) {
  #top-notice br._pc {
    display: block;
  }

  #top-notice br._sp {
    display: none;
  }
}

@media screen and (max-width:800px) {
  #top-notice br._pc {
    display: none;
  }

  #top-notice br._sp {
    display: block;
  }
}

/*
================================================================================================================
 メニュー固定
================================================================================================================
*/

.position {
  margin-top: 120px !important;
  animation: letterDown 0.3s ease-in-out;
  -moz-animation: letterDown 0.3s ease-in-out;
  -webkit-animation: letterDown 0.3s ease-in-out;
}

@keyframes letterDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.display_block_from_js {
  display: block !important;
}

.display_none_from_js {
  display: none !important;
}

@media screen and (max-width:979px) {

  /*.space {padding-top:22vw!important;}*/
  .position {
    margin-top: 100px !important;
  }
}

.letter_area {
  bottom: 10px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  z-index: 900;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.letter_area span {
  font-size: 22px;
	width:auto;
	position: absolute;
	right: 0;
	bottom:110px;
	pointer-events: none;
	overflow-x: hidden;
}
.letter_area a {
	position: relative;
	width:auto;
	padding:10px 10px; 
	right: -170px;
	background-color: rgba(57,190,255,1.00); 
	color: rgba(255,255,255,1.00);
	border-radius: 40px 0 0 40px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	box-shadow: 0px 0px 2px rgba(41,41,41,0.40);
	cursor: pointer;
	pointer-events:painted;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.letter_area a:hover {
	right:0px;
  text-decoration: none;
  background-color: rgba(255,168,140,1.00);
  color: #FFFFFF;
}
a.letter_btn p{display:block; opacity: 0; font-size: 24px; line-height: 24px; font-weight: bold;}
a.letter_btn::after{ 
	content: "";
    display: block;
	opacity: 0;
    vertical-align: middle;
    line-height: 1;
    width: 14px;
    height: 14px;
    margin: 0 5px 0 5px;
	padding:0 4px;
    border: 4px solid #FFF;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(0%) rotate(45deg);
}
a.letter_btn p,.letter_btn::after{
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
	opacity: 0;
}
a.letter_btn:hover p, .letter_btn:hover::after{display: block;  opacity: 1;}
a.letter_btn img {width:60px; margin: 5px 10px 5px 5px;;}

@media screen and (max-width:800px) {
  .letter_area span {width:60px;}
  .letter_area a {
    position: relative;
    width:auto;
    padding:10px 0px; 
    right: 0px;
    background-color: rgba(57,190,255,1.00); 
    color: rgba(255,255,255,1.00);
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
      flex-wrap: nowrap;
    align-items: center;
    box-shadow: 0px 0px 2px rgba(41,41,41,0.40);
    cursor: pointer;
    pointer-events:painted;
  }
  a.letter_btn::after, a.letter_btn:hover::after{ 
    content: "";
      display: none;
    opacity: 0;
  }
  a.letter_btn p{
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 1;
    writing-mode: vertical-rl;
      text-orientation: upright;
  }
  a.letter_btn img {width:40px; margin: 5px 0px 10px 0px;}
}

/*
================================================================================================================
 PageTop
================================================================================================================
*/
.pointer-events {
  pointer-events: visible !important;
}

#page-top {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  z-index: 16;
  margin: 0;
  padding: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}

#page-top span {
  font-size: 22px;
}

#page-top a {
  bottom: 10px;
  right: 10px;
  position: absolute;
  background-color: rgba(80, 86, 246, 1.00);
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 80px;
  padding: 16px 2px 14px 2px;
  text-align: center;
  line-height: 16px;
  display: block;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
}

#page-top a:hover {
  text-decoration: none;
  background-color: rgba(255, 168, 140, 1.00);
  color: #FFFFFF;
}

@media screen and (max-width:800px) {
  #page-top {
    bottom: 5px;
    right: 5px;
    font-size: 10px;
  }

  #page-top a {
    width: 70px;
    padding: 12px 2px 10px 2px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    display: block;
    border-radius: 38px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
  }
}