@charset "UTF-8";
* {
  box-sizing: border-box !important;
}

p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, th, td, hr, form, fieldset, legend, input, button, textarea {
  margin: 0;
  padding: 0;
}

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

a {
  color: #5a00ff;
  text-decoration: none;
  border-bottom: 2px solid #5a00ff;
}

html, body {
  font-family: 'Yu Gothic UI','Meiryo UI','ＭＳ Ｐゴシック',sans-serif;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-size: 62.5%;
}

html {
  overflow: auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
  text-align: left;
}

body {

  font-size: 1.6rem;
  height: auto;
  position: relative;
  text-align: center;
  letter-spacing: 0px;
  z-index: 1;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  background-image: url(frame/bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 1100px) {
  body {
    background: none;
    background-color: transparent;
  }
}

body::after {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #9e033d;
  z-index: 1000;
}

#sp_bg {
  display: none;
}

@media screen and (max-width: 1100px) {
  #sp_bg {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;

    background-image: url(frame/bg.jpg);
    background-size: auto 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}

img {
  border: 0;
  vertical-align: top;
  display: inline-block;
}

b {
  color: #007824;
}

hr {
  display: block;
  width: 90%;
  height: 1px;
  border: none;
  margin: 40px auto;
  border-bottom: dotted 5px #fff;
  filter: drop-shadow(0 0 5px rgba(17, 17, 17, 0.9));
}

span {
  color: #000;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: white;
  z-index: 100000000;
  left: 0;
  top: 0;
}

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  display: block;
  background-color: #fff;
  text-align: center;
  line-height: 100%;
  top: 0;
  left: 0;
}

#loading img {
  max-width: 990px;
}

#mainFrame {
  display: none;
}

@media screen and (max-width: 1100px) {
  #mainFrame {
    transform: none;
  }
}

input[type="checkbox"] {
  display: none;
}

label {
  cursor: pointer;
}

#menuchange + label {
  display: none;
}

@media screen and (max-width: 1100px) {
  #menuchange + label {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -2px;
    background-color: #fff;
    border-radius: 10px;
    margin: 10px;
    border: solid 5px #6dc517;
    color: #6dc517;
    z-index: 1000;
  }
}

@media screen and (max-width: 1100px) {
  #menuchange + label div {
    position: absolute;
    margin: 7px 5px;
    width: 30px;
    height: 5px;
    border-radius: 4px;
    background-color: #6dc517;
    transition: .35s ease-in-out;
  }
  #menuchange + label div:nth-child(1) {
    top: 0px;
  }
  #menuchange + label div:nth-child(2) {
    top: 10px;
  }
  #menuchange + label div:nth-child(3) {
    top: 20px;
  }
  #menuchange:checked + label div:nth-child(1) {
    transform: translateY(10px) rotate(315deg);
  }
  #menuchange:checked + label div:nth-child(2) {
    transform: scale(0);
  }
  #menuchange:checked + label div:nth-child(3) {
    transform: translateY(-10px) rotate(-315deg);
  }
}

#subImage {
  width: 100%;
  position: relative;
  margin: 0 auto;
  height: 90vh;
  padding: 20px 0 0 0;
}
@media screen and (max-width: 1800px) {
	#subImage {
		height: auto;
	}
}


#subImage #mainLogo {
  text-shadow: 0 0 8px rgba(15, 29, 3, 0.5), 0 0 8px rgba(15, 29, 3, 0.5), 0 0 8px rgba(15, 29, 3, 0.5), 0 0 8px rgba(15, 29, 3, 0.5);
  width: 90%;
  margin: 0 auto;
  left: 0;
  position: relative;
  vertical-align: top;
  line-height: 90vh;
  color: #fff;
  font-weight: bold;
  font-size: 10rem;
}
@media screen and (max-width: 1800px) {
	#subImage #mainLogo {

		line-height: 100%;

	}

}
@media screen and (max-width: 1100px) {
  #subImage #mainLogo {
    line-height: 120%;
    font-size: 5rem;
    padding: 1em 0;

  }
}

#subImage #mainLogo img {
  display: inline-block;
  max-width: 760px;
  vertical-align: middle;
}
@media screen and (max-width: 1800px) {
	#subImage #mainLogo img {
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1100px) {
  #subImage #mainLogo img {
    max-width: 480px;
    margin: 0 auto;
    display: block;
  }
}
#qr {
  max-width: 180px;
  border: solid 2px #000;
}

#spMenu {
  display: none;
}

@media screen and (max-width: 1100px) {
  #spMenu {
    display: block;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    max-width: 1200px;
    max-height: 100px;
    border-bottom: double 3px #fff;
    line-height: 50px;
    font-size: 1.4rem;
    color: #6dc517;
    font-weight: bold;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.9);
    background-image: url(frame/spLogo.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    text-align: left;
  }
  #spMenu img {
    width: auto;
    height: 100%;
    display: inline-block;
  }
}

#imenuBase {
  top: 0;
  width: 100%;
  height: 70px;
  text-align: center;
  font-size: 1.4rem;
  z-index: 6;
  position: fixed;
  top: 30px;
  border-bottom: solid 10px #ffbb00;
  box-shadow: 0 2px 0 0px #4c2a16;
  margin-bottom: 1em;
  background-color: rgba(255, 255, 255, 0.9);
  transition: 0.6s;
  margin: 0px auto;
  padding-top: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

@media screen and (max-width: 1100px) {
  #imenuBase {
    display: none;
    height: 100%;
    padding-top: 45px;
    overflow-y: auto;
  }
}
#imenuBase > li {
	width: 10%;

}
@media screen and (max-width: 1100px) {
  #imenuBase > li {
    width: 100%;
    display: block;
  }
}

#imenuBase > li a {
  text-decoration: none;
  border: none;
  transition: 0.4s;
}

#imenuBase > li > a {
  position: relative;
  display: block;
  padding-top: 5px;
  border-right: solid 1px #4c2a16;
  height: 65px;
  font-weight: 900;
  color: #4c2a16;
  font-size: 2.2rem;
  padding: 0 0.5em;
}

@media screen and (max-width: 1100px) {
  #imenuBase > li > a {
    display: block;
    width: 100%;
    border: none;
    background-color: #4c2a16;
   font-size: 2.2rem;
    color: #ffbb00;

  }
}

#imenuBase > li > a::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #4c2a16;
  display: block;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scaleY(0);
  transition: 0.4s;
  z-index: -1;
}

#imenuBase > li > a::after {
  font-size: 0.15vw;
  display: block;
  content: attr(data-text);
  margin: 0 auto;
  transition: 0.4s;
}

#imenuBase > li .subMenu {
  position: fixed;
  width: 100%;
  padding: 0 10%;
  top: 100px;
  left: 0;
  background-color: #4c2a16;
  border-bottom: solid 2px #000;
  transform-origin: center top;
  transform: translateX(10px);
  opacity: 0;
  transition: 0.6s opacity;
	z-index: -5;
	visibility: hidden;
}
#imenuBase > li:hover .subMenu{
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

@media screen and (max-width: 1100px) {
  #imenuBase > li .subMenu {
    position: relative;
    display: block !important;
    width: 100%;
    border: none;
    transform: translateX(0px);
    opacity: 1;
    top: 0;
    background-color: rgba(136, 136, 136, 0.9);
    padding: 0 3%;
    padding-bottom: 40px;
		visibility: visible;
		z-index: 1;
  }
}

#imenuBase > li .subMenu a {
    display: inline-block;
  width: auto;
  padding:0 0.5em;
  height: 60px;
  line-height: 60px;
  font-size: 1.4rem;
  background-color: #fff;
  margin: 2px;
  color: #4c2a16;
  align-items: center;
  transition: 0.4s;
}

@media screen and (max-width: 1100px) {
  #imenuBase > li .subMenu a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 48%;
    padding: 0.5%;
    max-width: 0.5% auto;
    font-size: 1rem;
  }
}

#imenuBase > li:hover > a {
  color: #ffbb00;
}

#imenuBase > li:hover > a::before {
  transform: scaleY(1);
}

#imenuBase > li:hover .subMenu {
  transform: translateX(0px);
  opacity: 1;
}

#imenuBase > li:hover .subMenu a:hover {
  color: #ffbb00;
  background-color: #4c2a16;
}

#imenuBase .lang {
  position: relative;
  width: 15em;
  height: 65px;
  line-height: 65px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  #imenuBase .lang {
    width: 100%;
    border: none;
  }
}

.gcon {
  width: 30em;
}

@media screen and (max-width: 1100px) {
  .gcon {
    width: 100%;
  }
}

.gcon div {
  vertical-align: top;
  width: 14.3em;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .gcon div {
    width: 100%;
  }
}

.fixed {
  top: 30px;
  left: 0;
  width: 100%;
  position: fixed !important;
  z-index: 100;
  border-bottom: solid 2px #2bbbb9;
}

/*
--------------------------------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3 {
  display: inline;
}

.c_sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .c_sp {
    display: block;
  }
}

.c_pc {
  display: block;
}

@media screen and (max-width: 1100px) {
  .c_pc {
    display: none;
  }
}

.overlay {
  overflow: hidden !important;
}

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

/*#header
-----------------------------------------------------------------------------------------------------------*/
#header {
  width: 100%;
  height: 30px;
  position: fixed;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  z-index: 3;
  transition: 0.35s ease-in-out;
  top: 0;
  left: 0;
  z-index: 500;
  border-bottom: solid 1px #000;
}

#header li {
  width: 100%;
  height: 25px;
  text-align: left;
  font-size: 12px;
  line-height: 25px;
}

#header h1 {
  font-size: 12px;
}

#header #ilink {
  width: 100%;
  height: auto;
  padding-left: 20px;
}

#header #ilink a {
  text-decoration: none;
  color: #555;
}

#header #ilink a:hover {
  text-decoration: underline;
}

/*pageTitle
-------------------------------------------------------------------------------------------------------------------------------------------------*/
#pageTitle {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 20px 5%;
  border: dashed 2px #009c9a;
  line-height: 50px;
  font-size: 30px;
  text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
  color: #009c9a;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 4px 0px rgba(0, 156, 154, 0.3);
}

@media screen and (max-width: 1100px) {
  #pageTitle {
    margin: 0 auto 10px auto;
  }
}

#pageTitle::before {
  content: "■";
  position: absolute;
  left: 10px;
}

#pageTitle::after {
  content: "■";
  position: absolute;
  right: 10px;
}

/*pageTitle
-------------------------------------------------------------------------------------------------------------------------------------------------*/
/*menu
--------------------------------------------------------------------------------------------------------------------------------------------*/
#menuBase {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65) !important;
  transition: 0.5s;
  z-index: 10;
}

@media screen and (max-width: 1100px) {
  #menuBase {
    width: 100% !important;
    height: 100% !important;
    left: 0  !important;
    top: 0 !important;
    background-color: rgba(255, 255, 255, 0.85) !important;
    display: none;
    z-index: 100;
  }
}

#menu {
  width: 100%;
  max-width: 300px;
  height: 100%;
  background-color: transparent;
  margin: 0 auto;
  padding-bottom: 20px;
  border: solid 8px #6dc517;
  margin-top: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
}

@media screen and (max-width: 1100px) {
  #menu {
    max-width: 860px !important;
    border-radius: 0 0 10px 10px !important;
    background-color: #fff !important;
    height: auto !important;
    box-shadow: 0 0 100px 300px rgba(255, 255, 255, 0.85) !important;
  }
}

#menu li {
  width: 90%;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #6dc517;
  background-color: rgba(255, 255, 255, 0.75) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
  margin-bottom: 2px;
  position: relative;
  border-radius: 5px;
}

@media screen and (max-width: 1100px) {
  #menu li {
    background-color: rgba(255, 255, 255, 0.85) !important;
  }
}

#menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #6dc517;
}

@media screen and (max-width: 1100px) {
  #menu li a {
    display: block;
    width: 90%;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}

#menu li a:hover {
  color: #fff;
}

#menu > a {
  display: block;
  width: 90%;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #6dc517;
  background-color: rgba(255, 255, 255, 0.75) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
  margin-bottom: 2px;
  position: relative;
  border-radius: 5px;
  text-decoration: none;
}

#menu > a::after {
  display: block;
  left: 0;
  bottom: 0;
  content: ' ';
  width: 92%;
  height: 2px;
  border: 0;
  background: url(frame/line.png);
  z-index: 100;
  margin: 0 auto;
}

#menu > a:hover {
  background-color: rgba(255, 195, 195, 0.75) !important;
  color: #fff;
  border-radius: 20px;
}

#menu #menuLogo {
  width: 100%;
  height: 80px;
  line-height: 100%;
  border: none;
  background-color: #6dc517 !important;
  border-bottom: solid 3px #6dc517;
  margin-bottom: 5px;
  border-radius: 0 !important;
}

@media screen and (max-width: 1100px) {
  #menu #menuLogo {
    background-color: #6dc517 !important;
  }
}

#menu #menuLogo a {
  display: block;
  width: 100%;
  height: 80px;
  background-image: url(frame/spLogo.png);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#menu #menuLogo img {
  max-height: 100%;
  width: auto;
}

#menu #menuLogo:after {
  display: none;
}

#pcMenu {
  position: absolute;
  width: 40px;
  left: -40px;
  font-size: 24px;
  top: 30%;
  z-index: 1000;
  background-color: #6dc517;
  padding: 20px  5px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 30px 0 0 30px;
  cursor: pointer;
}

#pcMenu::before {
  content: "＞";
}

.w1400#menuBase {
  margin-right: -295px;
}

.w1400 #pcMenu::before {
  content: "＜";
}

/*menu
--------------------------------------------------------------------------------------------------------------------------------------------*/
.pageCont {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  max-width: 1150px;
  box-shadow: 0 0 4px 2px rgba(255, 126, 157, 0.75);
  border-radius: 20px;
  padding-bottom: 20px;
}

.pageCont > li {
  margin-bottom: 10px;
}

.more {
  max-width: 30px !important;
  border: none;
}

.more_half {
  max-width: 20px !important;
  border: none;
}

/*Snavi
-------------------------------------------------------------------------*/
#Snavi {
  width: 250px;
  height: 50px;
  position: fixed;
  right: 0px;
  bottom: -80px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  box-shadow: 0 0 4px 3px rgba(255, 156, 179, 0.3);
}

@media screen and (max-width: 1100px) {
  #Snavi {
    bottom: 10px !important;
  }
}

#Snavi img {
  cursor: pointer;
  max-width: 70px;
  margin: 5px;
}

#GoTop {
  left: 0;
}

/*Snavi
-------------------------------------------------------------------------*/
#contentBox {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2%;
  z-index: 3;
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-top: double 3px #4c2a16;
}

@media screen and (max-width: 1100px) {
  #contentBox {
    padding: 2% 0;
    background-attachment: default;
  }
}

#contentBox ul, #contentBox div {
  z-index: 1;
}

h4 {
  display: block;
  position: relative;
  font-family: 'Rounded Mplus 1c';
  width: 100%;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0px;
  line-height: 64px;
  text-align: left;
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 4px #000,0 0 4px #000;
  margin-bottom: 5px;
  padding-left: 3em;
  box-shadow: 0 0 4px 0px rgba(114, 90, 45, 0.7);
  color: #fff;
  z-index: 1;
	max-width: 1920px;
}

@media screen and (max-width: 1100px) {
  h4 {
    font-size: 20px;
    text-align: center;
    padding-left: 0;
  }
}

h4::before, h4::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  position: absolute;
  vertical-align: middle;
  top: 0;
  background-image: url(frame/line_lr_w.webp);
  background-position: center center;
  background-repeat: no-repeat;
}

h4::before {
  left: 0.5em;
  transform: rotate(180deg);
}

h4::after {
  right: 0.5em;
}

#page0 {
  margin: 10px auto !important;
}

#page0Cont img {
  vertical-align: bottom;
}

/*初期設定
 -------------------------------------------------------------------------------------*/
.ContBG {
	max-width: 1920px;
  display: block;
  position: relative;
  line-height: 35px;
  font-size: 20px;
  width: 99%;
  margin: 0 auto;
  border: solid 1px #aaa;
  box-shadow: 0 0 0 5px #989898 inset;
  padding: 10px 0;
  margin-bottom: 4px;
  text-align: left;
  padding-left: 1em;
  color: #555;
  font-weight: bold;
  background: url(frame/li.png), linear-gradient(180deg, white, #e9e9e9);
  background-position: left 10px, center top;
	max-width: 1920px;
}

.ContBG > li:not(.CTextA,.CTextB){
	width: 100%;
}

@media screen and (max-width: 1200px) {
  .ContBG {
    padding: 10px 0.5em;
    font-size: 13px;
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .ContBG {
    padding: 10px 0.5em;
    font-size: 12px;
    width: 100%;
  }
}

.ContBG li {
  display: inline-block;
  vertical-align: top;
}

.ContBG b {
  color: #000;
}

@media screen and (max-width: 1200px) {
  .ContBG b {
    font-size: 12px;
    font-weight: normal;
  }
}

.CTextA {
  color: #456ee4;
  width: calc(50% - 0.5em);
  line-height: 35px;
}

.CTextA div {
  color: #9e033d;
}

@media screen and (max-width: 1100px) {
  .CTextA {
    width: 100%;
    font-size: 12px;
  }
}

.CTextA > img {
  height: auto;
  line-height: 35px;
  max-width: 876px;
}

.CTextB {
  width: calc(50% - 0.5em);
  padding: 0 1em;
}

@media screen and (max-width: 1100px) {
  .CTextB {
    width: 100%;
    font-size: 12px;
    padding: 0;
  }
}

.CTextB img {
  vertical-align: top;
}

.CTextB b {
  font-size: 14px;
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding-left: 8px;
  height: 34px;
  line-height: 34px;
  margin: 0 0 1px -0.7em;
  text-shadow: 0 0 5px #000,0 0 5px #000;
}

@media screen and (max-width: 1100px) {
  .CTextB b {
    width: 100%;
    margin: 0 0em 1px 0;
  }
}

.CTextB b a {
  padding: 0 0.2em;
  border-radius: 5px;
  background-color: #fff;
  text-decoration: underline;
  text-shadow: none;
  cursor: pointer;
}

.CTextB b img {
  max-width: 30px;
}

.CTextB > div {
  margin-left: 0.5em;
  display: inline-block;
  color: #000;
  font-weight: bold;
  position: relative;
}

.CTextB > .h_open {
  color: rgba(254, 94, 133, 0.95);
  text-decoration: underline;
  cursor: pointer;
}

.CTextB .icon {
  max-width: 35px !important;
}

.mmovie {
  position: relative;
  cursor: pointer;
}

.mmovie video {
  width: 100%;
  height: auto;
  max-width: 876px;
  box-shadow: 0 0 0 2px #000;
  position: absolute;
  left: 0;
  top: 0;
}

.CTextB .b_sub {
  display: inline-block;
  color: #e50b00;
  font-weight: bold;
  position: relative;
}

.CTextB .b_sub::after {
  content: " ： ";
  position: absolute;
  right: 0;
}

.CTextB .b_sub img {
  max-width: 35px;
}

.CTextB .c_sub img {
  max-width: 392px;
}

.bf3 {
  width: 3em;
}

.bf4 {
  width: 4em;
}

.bf5 {
  width: 5em;
}

.bf6 {
  width: 6em;
}

.bf7 {
  width: 7em;
}

.bf8 {
  width: 8em;
}

.bf9 {
  width: 9em;
}

.bf10 {
  width: 10em;
}

.bf11 {
  width: 11em;
}

.bf12 {
  width: 12em;
}

.bf13 {
  width: 13em;
}

.bf14 {
  width: 14em;
}

.bf15 {
  width: 15em;
}

.bf16 {
  width: 16em;
}

.CTextB .b_sub2 {
  display: inline-block;
  color: #e50b00;
  font-weight: bold;
  position: relative;
}

.CTextB .b_sub2 img {
  max-width: 35px;
}

.CTextB .b_sub2::after {
  content: " ： ";
  display: inline-block;
  right: 0;
}

.CTextB .b_sub3 img {
  max-width: 392px;
}

.CTextB .b_sub4 {
  display: inline-block;
  color: #e50b00;
  font-weight: bold;
  position: relative;
}

.CTextB .b_sub4::after {
  content: " ： ";
  position: absolute;
  right: 0;
}

.CTextB .b_sub4 img {
  max-width: 131px;
}

.opeImage {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .opeImage {
    text-align: center;
  }
}

.opeImage img {
  width: 100%;
  max-width: 165px;
}

@media screen and (max-width: 1100px) {
  .opeImage img {
    max-width: 110px;
  }
}

.x2Image {
  max-width: 330px !important;
}

@media screen and (max-width: 1100px) {
  .x2Image {
    max-width: 220px;
  }
}

.def {
  max-width: 100px !important;
}

.onoff img {
  max-width: 53px;
  display: inline-block;
  line-height: 35px;
  margin-right: 0.5em;
}

#checkbox img {
  max-width: 200px;
}

.mover {
  line-height: 20px;
  width: 100%;
  margin: 0 auto;
  color: #441d0e;
  font-weight: nomal;
  background-color: transparent;
  border: none;
  overflow-y: auto;
  border-radius: 0;
  padding: 0px;
  margin-bottom: 0;
  box-shadow: none;
  background-image: none;
}

.w100a {
  width: 96%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: normal;
  background-color: #aaa;
  border: solid 3px #aaa;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  transform: rotate(0.028deg);
  padding-left: 1em;
  text-align: left;
  margin-top: 1em;
  text-shadow: 0 0 5px #000,0 0 5px #000;
	max-width: 1920px;
}

@media screen and (max-width: 1100px) {
  .w100a {
    width: 100%;
    height: auto;
    padding: 0.5em;
    font-size: 2vw;
    line-height: 2em;
  }
}

.w100a a {
  color: rgba(254, 94, 133, 0.95);
  display: inline-block;
  padding: 0 6px;
  border-radius: 4px;
  background-color: #fff;
}

.w100 {
  width: 96%;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 900;
  background-color: #fff;
  border-bottom: none;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  border: solid 2px #aaa;
  border-bottom: none;
  color: #111;
  transform: rotate(0.028deg);
  text-align: left;
  margin-top: 1em;
	max-width: 1920px;
}

@media screen and (max-width: 1100px) {
  .w100 {
    width: 97%;
    height: auto;
    padding: 0.5em;
    font-size: 2vw;
    line-height: 2em;
    border: solid 3px #aaa;
    border-bottom: none;
  }
}

.w100 b {
  font-weight: normal;
  display: inline-block;
  background-color: #aaa;
  font-size: 2.2rem;
  color: #fff;
  padding: 0 10px;
  font-weight: bold;
  padding-left: 1em;
  text-shadow: 0 0 5px #000,0 0 5px #000;
}

@media screen and (max-width: 1100px) {
  .w100 b {
    padding: 0.5em;
    width: calc(100% + 1em);
    margin-left: -0.5em;
    font-size: 2vw;
    line-height: 2em;
  }
}

.w100 a {
  color: rgba(254, 94, 133, 0.95);
  display: inline-block;
  padding: 0 6px;
  border-radius: 4px;
  background-color: #fff;
}

.w100 .h_open {
  text-decoration: underline;
  cursor: pointer;
}

#hcheckbox img {
  max-width: 210px;
  height: auto;
}

.opesub {
  width: 440px;
}

.opesub b {
  display: inline-block;
  color: #000;
  padding: 0 10px;
  font-weight: bold;
  width: 7em;
  margin: 0 5px;
  border-radius: 3px;
  position: relative;
}

.opesub b::after {
  content: " ：  ";
  position: absolute;
  right: 0;
}

.column3 .line3.CTextA {
  width: 28%;
  text-align: right;
  max-width: 520px;
}

@media screen and (max-width: 1100px) {
  .column3 .line3.CTextA {
    width: 100%;
    max-width: 100%;
  }
}

.column3 .line3.CTextB {
  width: 35.5%;
}

@media screen and (max-width: 1100px) {
  .column3 .line3.CTextB {
    width: 100%;
    max-width: 100%;
  }
}

.column3 .line3 b {
  width: calc(100% + 1em);
}

@media screen and (max-width: 1100px) {
  .column3 .line3 b {
    width: 100%;
    max-width: 100%;
  }
}

.column3 .line3 img {
  margin: 0 auto;
}

#dataFolder li:first-child {
  width: 100%;
}

#dataFolder .CTextB {
  width: 49%;
}

@media screen and (max-width: 1100px) {
  #dataFolder .CTextB {
    width: 100%;
    max-width: 100%;
  }
}

#dataFolder .CTextB b {
  width: calc(100% + 1em);
}

@media screen and (max-width: 1100px) {
  #dataFolder .CTextB b {
    width: 100%;
    max-width: 100%;
  }
}

.onoff {
  color: rgba(0, 0, 0, 0.8);
}

.flow2line .CTextA {
  position: relative;
}

.flow2line .CTextA::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.flow2line li:nth-child(even)::after {
  border-width: 80px 0 0 80px;
  left: 0;
  top: 80%;
  transform: translateY(0%);
}

@media screen and (max-width: 1100px) {
  .flow2line li::after {
    border-width: 30px 50px 0 50px !important;
    border-color: #000 transparent transparent transparent !important;
    top: 90% !important;
    transform: translateY(0%) !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
  }
}

.flow2line li:last-child::after {
  display: none;
}

.flow3line {
  width: 100%;
}

.flow3line .CTextA {
  position: relative;
  width: 33%;
}

@media screen and (max-width: 1100px) {
  .flow3line .CTextA {
    width: 100%;
  }
}

.flow3line .CTextA::after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

/*
.flow3line div:nth-child(3n)::after {
  border-width: 50px 50px 0 50px !important;
  left: 0;
  top: 80%;
  transform: translateY(0%) rotate(20deg);
}
*/
.flow3line div:nth-child(3n)::after {
    display: none !important;
}

.flow3line div:nth-child(4n)::after {
    border-width: 50px 50px 0 50px !important;
    right: -350px;
    top: -110px;
    transform: translateY(0%) rotate(-45deg);
}

.flow3line div {
  display: inline-block;
  margin-bottom: 35px;
  color: #e50b00;
}

@media screen and (max-width: 1100px) {
  .flow3line div::after {
    border-width: 30px 50px 0 50px !important;
    border-color: #000 transparent transparent transparent !important;
    top: 90% !important;
    transform: translateY(0%) !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
  }
}

.flow3line div:last-child::after {
  display: none !important;
}

.flow3line div img {
  max-width: 530px;

}

.flow3line .tend::after {
  display: none !important;
}

.flow_lila::after {
  display: none;
}

.icon {
  max-width: 30px !important;
}

.menu2line {
  width: calc(50% - 0.2em);
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .menu2line {
    width: 100%;
  }
}

.menu2line .CTextA {
  position: relative;
  width: 28%;
}

@media screen and (max-width: 1100px) {
  .menu2line .CTextA {
    width: 28%;
  }
}

.menu2line .CTextB {
  position: relative;
  width: 71%;
}

@media screen and (max-width: 1100px) {
  .menu2line .CTextB {
    width: 71%;
  }
}

.ContBG .keyboard {
  width: 100% !important;
}

.ContBG .keyboard img {
  max-width: 1480px;
}

/*spec
-------------------------------------------------------------------------------------*/
#specCont {
  background-image: none;
}

#specCont > li {
  width: 48%;
  margin: 0.5%;
}

@media screen and (max-width: 1100px) {
  #specCont > li {
    width: 98%;
  }
}

#specBody {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#specBody li {
  width: 33%;
  line-height: 30px;
  position: relative;
  text-align: center;
  margin: 1px;
  padding: 3px 0;
  width: 274px;
  border: solid 1px #000;
  color: #000;
}

@media screen and (max-width: 1100px) {
  #specBody li {
    width: auto;
    margin: 0;
  }
}

#specBody li:nth-child(3n+1) {
  width: calc(20% - 6px) !important;
  background-Color: rgba(28, 92, 187, 0.5);
  color: #fff;
  text-shadow: 0 0 5px #000,0 0 5px #000, 0 0 5px #000,0 0 5px #000;
}

@media screen and (max-width: 1100px) {
  #specBody li:nth-child(3n+1) {
    width: 100% !important;
  }
}

#specBody li:nth-child(3n+2) {
  width: 40%;
  background-Color: #fff;
  color: #555;
  text-shadow: none;
}

@media screen and (max-width: 1100px) {
  #specBody li:nth-child(3n+2) {
    width: 50%;
  }
}

#specBody li:nth-child(3n+3) {
  width: 40%;
  background-Color: rgba(255, 78, 166, 0.5);
  color: #fff;
  text-shadow: 0 0 5px #000,0 0 5px #000, 0 0 5px #000,0 0 5px #000;
}

@media screen and (max-width: 1100px) {
  #specBody li:nth-child(3n+3) {
    width: 50%;
  }
}

#specBody li b {
  color: #ff2a00;
}

#specBody .ww {
  width: calc(80% + 2px) !important;
  padding: 0 0.3em;
}

@media screen and (max-width: 1100px) {
  #specBody .ww {
    width: 100% !important;
  }
}

#specBody .vga {
  height: 52px;
}

/*#specBody*/
#specEtc {
  height: auto;
  width: 100%;
  line-height: 140%;
  text-shadow: none;
  background-color: #fff !important;
  position: relative;
  text-align: left;
  color: #555;
  font-size: 1.4rem;
  padding: 1em;
  border: solid 1px #000;
  transform: rotate(0.028deg);
  display: inline-block;
}

#specEtc b {
  color: #ff2a00;
}

/*spec
-------------------------------------------------------------------------------------*/
/*サポート
-------------------------------------------------------------------------------------*/
.supsub {
  height: 62px;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  line-height: 62px !important;
  font-size: 2.4rem;
  display: inline-block;
  width: calc(100% + 0.8em) !important;
  color: #fff;
  font-weight: bold;
  background-color: #989898;
  font-weight: bold;
  margin-left: -0.8em !important;
  padding-left: 1em;
  text-shadow: none;
  text-shadow: 0 0 5px #000,0 0 5px #000, 0 0 5px #000;
}

@media screen and (max-width: 1100px) {
  .supsub {
    width: 100% !important;
    height: auto;
    margin: 0 auto !important;
    font-size: 1.4rem;
    line-height: 35px !important;
    padding: 0 0.5em  !important;
  }
}

#contentBox .ope_win b {
  color: #e3076f;
}

#contentBox .supsub a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background-color: #000;
  padding: 0 10px;
  margin: 0 5px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contentBox .supsub a:hover {
  background-color: #ff5d96;
  color: #fff;
}

#usersupport span {
  background-color: #000;
  color: #fff;
  height: 3px;
  line-height: 35px;
  padding: 5px 1em;
}

ul li .supex {
  width: 100%;
}

#usersupport div, #onlinesupport div, #trouble div, #caution div, #minigameCont div {
  display: block;
  float: none;
  margin: 0;
}

.suplage {
  font-weight: bold;
  font-size: 1.6rem;
}

/*footer
 -------------------------------------------------------------------------------------*/
#footer {
  transform: rotate(0.028deg);
  border-top: solid 1px #aaa;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #000;
  position: relative;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  #footer {
    font-size: 2vw;
  }
}

#cl {
  line-height: 20px;
  width: 100%;
  text-align: center;
}

.help {
  transform: none;
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 40%;
  background-color: #fff;
  transition: 0.5s;
}

@media screen and (max-width: 1100px) {
  .help {
    height: 85%;
  }
}

.help li {
  width: auto;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  transform: rotate(0.028deg);
}

@media screen and (max-width: 1100px) {
  .help li {
    width: 100%;
    height: auto;
  }
}

.help .h_closer {
  text-align: center;
  height: auto;
  font-weight: bold;
  font-size: 2.4rem;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  width: 100%;
}

.help .supsub {
  background-color: #3aa538;
  height: auto;
}

.help img {
  width: auto;
  height: 100%;
  max-height: 250px;
}

.help video {
  width: auto !important;
  height: 100% !important;
  max-height: 250px;
}

.help .right {
  height: 250px;
  padding: 1em;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .help .right {
    text-align: center;
    font-size: 12px;
  }
}

.help .right img {
  height: 70%;
}

@media screen and (max-width: 1100px) {
  .help .right img {
    height: 50%;
  }
}

#onoff .CTextA {
  width: 45%;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}

#onoff li:last-child {
  margin-left: 2em;
}

#onoff img {
  height: auto;
}

@media screen and (max-width: 1100px) {
  #onoff img {
    height: auto;
  }
}

.hactive {
  bottom: 0 !important;
  box-shadow: 0 0 10px 0 #000 !important;
}

#cant {
  max-width: 140px;
}

.h_open {
  cursor: pointer;
}

#hair_sam {
  width: 100%;
  height: auto;
  text-align: center;
}

#hair_sam img {
  max-width: 420px;
  margin: 0 5px;
}

.tutorial li {
  width: 100%;
}

.tutorial li img {
  margin: 1em;
  max-width: 780px;
}

@media screen and (max-width: 1100px) {
  .tutorial li img {
    margin: 1em 0;
  }
}

.option .CTextA {
  width: 30%;
}

@media screen and (max-width: 1100px) {
  .option .CTextA {
    width: 100%;
  }
}

.option .CTextA img {
  max-width: 480px;
}

.option .CTextB {
  width: 69%;
}

@media screen and (max-width: 1100px) {
  .option .CTextB {
    width: 100%;
  }
}

.map .CTextB img {
  max-width: 35px;
}

.status .CTextB img {
  max-width: 35px;
}

.advCont .CTextB img {
  max-width: 442px;
}

.CTextB b img {
  max-width: 35px;
}

.CTextB .effect {
  background-color: #e50b00;
}

.CTextB .maxImage {
  max-width: 816px;
}

.st7img {
  text-align: center;
}

.st7img img {
  max-width: 434px;
}

.st7img .CTextA {
  width: 100%;
}

.st7img .CTextA b {
  text-align: left;
  display: block;
  width: 95%;
  position: relative;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding-left: 8px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto 1px auto;
  text-shadow: 0 0 5px #000,0 0 5px #000;
}

@media screen and (max-width: 1100px) {
  .st7img .CTextA b {
    width: 100%;
    margin: 0 0em 1px 0;
  }
}

.st7img .CTextA div {
  width: 94%;
  margin: 0 auto;
  text-align: left;
}

.st7img .CTextA .keyboard img {
  max-width: 1480px !important;
}

.st7img .CTextB {
  width: 100%;
}

.st7img .CTextB b {
  text-align: left;
  display: block;
  width: 95%;
  position: relative;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding-left: 8px;
  height: 34px;
  line-height: 34px;
  margin: 0 auto 1px auto;
  text-shadow: 0 0 5px #000,0 0 5px #000;
}

@media screen and (max-width: 1100px) {
  .st7img .CTextB b {
    width: 100%;
    margin: 0 0em 1px 0;
  }
}

.st7img .CTextB div {
  width: 94%;
  margin: 0 auto;
  text-align: left;
}

.st7img .CTextB .keyboard img {
  max-width: 1480px !important;
}

/*# sourceMappingURL=frame.css.map */
