@charset "utf-8";
/* CSS Document */

body {
  word-break: break-all;
}


/*文字のスタイル-------------------*/

p {
  margin: 0;
  padding: 0;
  color: #555;
}

a img:hover {
  opacity: 0.5;
}


h3 {
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 2.5;
  border-bottom: solid 3px #d0d0d0;
  position: relative;
}

h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ec7917;
  bottom: -3px;
  width: 10%;
}

#landing > section:first-child {
  padding: 20px 0;
}

/*#info div {
	display: flex;
}*/
#info div > a {
  display: block;
  /*padding-right: 10px;*/
  /*width: 300px;*/
  width: auto;
  padding: 10px 0;
}

#info h3 {
  margin: 0;
  padding: 0 10px 0 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.75;
  position: static;
  border-bottom: none;
}

#info h3:after {
  position: static;
  content: none;
}

#info h3 img {
  margin-bottom: 3px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  padding-right: 5px;
  ;
}

.title {
  color: #E7540B;
  font-size: 20px;
  line-height: 1.5;
  padding: 5px 0;
}

.bold {
  font-weight: 700;
}

a {
  text-decoration: none;
}


mark {
  background-image: linear-gradient(transparent 0%, rgba(255, 254, 127, 1.00) 0%);
}

/*文字のスタイル-END---------------*/





article {
  margin: 0;
  padding: 0;

}



figure#pcCpImage,
figure#mobileCpImage {
  margin: 0;
}

figure#mobileCpImage {
  display: none;
}

#pcCpImage ul,
#pcCpImage ul li {
  margin: 0;
  padding: 0;
}



ul#top_image {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: auto;
}

ul#top_image li {
  max-width: 1024px;
  height: auto;
  margin: 0;
}

ul#top_image li img {
  width: 100%;
  height: 100%;
}

ul#top_image li {
  transition: 0.2s;
}

#top_image .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(60%);
  -moz-filter: opacity(60%);
  -o-filter: opacity(60%);
  -ms-filter: opacity(60%);
  filter: opacity(60%);
  transition: 0.2s linear;
}



/*::::::landingの設定::::::::::*/
#landing > section:nth-child(even) {
  background-color: #F2F2F2;
}

#landing > section:nth-child(odd) {
  background-color: #fff;
}

#landing h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #ec7917;
}

#landing a,
#landing a:active,
#landing a:visited {
  color: #ec7917;
  text-decoration: underline;
}

#landing ul {
	margin: 0px 22px 15px 22px;
}

/*::::::landingの設定:END::::::*/




/*::::::section#meritの設定::::::::::*/
#merit ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

#merit ul li {
  display: block;
  background-color: #fff;
  width: 220px;
  padding: 10px;
  margin-right: 5px
}

#merit ul li:nth-child(4) {
  margin-right: 0;
}

#merit ul li figure {
  height: 70px;
  width: 100%;
  margin: 15px 0;
}

#merit ul li figure img {
  width: 100%;
  height: 100%;
}

/*::::::section#meritの設定:END::::::*/




/*::::::index_linkの設定::::::::::*/
#index_link div.inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


#index_link section {
  position: relative;
  background-color: #fff;
  padding: 0;
  margin: 0;
  width: 300px;
  height: 250px;
  /*border: 1px solid #E7540B;*/
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transition-duration: 300ms;
}

#index_link section span.next {
  color: #fff;
  background-color: #E7540B;
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 20px;
  left: auto;
  padding: 0 1em;
  font-size: 14px;
  line-height: 1.75;
  border-radius: 14px;
}

#index_link section span.inline {
  display: block;
}

#index_link {
  margin-top: 30px;
}

#index_link h4 {
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  padding: 20px 0 10px 0;
  margin: 0 15px;
  border-bottom: 1px dotted #bbb;
  color: #333333;
}

#index_link p {
  padding: 10px 15px 15px 15px;
  color: #333333;
}

#index_link section:hover {
  box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.2);
  background-color: #ECECEC;
  top: -2px;
  left: -2px;
}

#index_link section:active {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

/*::::::index_linkの設定ここまで::::::*/

div.inner {
  width: 1024px;
  padding: 0;
  margin: 0 auto;
}


article#landing section {
  margin: 0;
  padding: 50px 0 50px 0;
}


section p.day {
  margin-left: 15px;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  width: 7em;
  font-weight: 500;
  background-color: #E7540B;
  color: #fff;
  display: inline-block;
}




section article#flex-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section article#flex-box #box1 {
  margin-top: 15px;
  width: 280px;
  height: 250px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: scroll;
  -ms-overflow-style: none;
}

section article#flex-box #box1 dl {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
}

section article#flex-box #box1 dt {
  font-weight: 700;
}

section article#flex-box #box1 p {
  color: #E7540B;
}

section article#flex-box #box1:hover {
  background-color: #F8F8F8;
}

section article#flex-box #box1::-webkit-scrollbar {
  display: none;
}

#box1 h3 {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

#box1 dd {
  margin-left: 0.5em;
}

#box1 dd,
#box1 dt {
  font-size: 13px;
}

#box1 #box-inner {
  padding: 10px 7px 0 7px;
}

section article#flex-box #box2 {
  width: 710px;
}


section div.new {
  margin: 0 0 0 15px;
  max-width: 900px
}

section div.info {
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 10px 0;
}

section div.info::after {
  content: "";
  display: block;
  clear: both;
}

section div.info a {
  color: #E7540B;
  text-decoration: underline;
}

section div.info a:hover {
  opacity: 0.6;
}

section div.info a:after {
  color: #E7540B;
}



/*:::::::デモお申込み::::::::*/
#demo_form {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #E7540B;
  height: 55px;
  text-align: center;
  transition-duration: 300ms;
}

#demo_form a {
  display: block;
  width: 100%;
  height: 55px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 55px;
  transition-duration: 300ms;
}

#demo_form a:visited,
#demo_form a:active {
  color: #fff;
}

#demo_form a:hover {
  background-color: #FFEE74;
  color: #000;
}

/*::::::デモお申込みEND::::::*/

/*:::::::Topスクロール::::::::*/
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 40px;
  text-align: center;
  color: #666;
}


/*::::::TopスクロールEND::::::*/

.toiawase2 {
  max-width: 700px;
  width: 100%;
  height: auto;
  padding: 30px 0;
  margin: 0 auto;
}

.toiawase2 img {
  width: 100%;
  height: 100%;
}

#landing .btnhaichi {
  text-align: center;
  margin: 20px;
}

#landing .btn {
  width: 14em;
  font-size: 20px;
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 16px 20px 16px 20px;
  margin: 10px;
  background-color: #ec7917;
}

/*footer--------------------------------*/

footer {
  position: relative;
}

footer,
nav#localNav {
  background-color: #ccc;
  color: #333;
}

nav#localNav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
}

nav#localNav ul li {
  display: block;
  padding: 0 20px;
}

nav#localNav ul li a {
  border-top: none;
  line-height: 1.75;
  text-decoration: underline;
  color: #333;
}

nav#localNav ul {
  padding: 15px 0;
}





footer p {
  text-align: center;
  line-height: 1.75;
  font-style: normal;
  font-size: 1.2rem;
}

footer address {
  padding: 15px 0;
}

footer address a,
footer address a:active,
footer address a:visited {
  color: #ec7917;
  text-decoration: underline;
}

footer a.btn {
  margin: 0 auto;
  padding: 0 15px;
  background-color: transparent;
  border: none;
  max-width: 728px;
  min-width: 300px;
  height: auto;
  display: block;
}

footer a.btn img {
  width: 100%;
  height: auto;
}

footer > div.inner > p {
  padding-bottom: 10px;
}




footer .inner {
  text-align: center;
}

footer p {
  font-size: 16px;
}


small {
  font-size: 14px;
  color: #333;
  display: block;
  text-align: center;
  line-height: 4;
  background-color: #fff;
  padding-bottom: 55px;
}

nav#localNav ul li a:visited,
small a:visited {
  color: #333;
}

nav#localNav a {
  color: #fff;
}

nav#localNav ul {
  padding: 30px 0;
}

.banner {
  padding: 20px 10px;
}

small a,
small a:visited {
  color: #333;
}

/*footer--------------------------------*/

/*scroll------------------------------*/

/*#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 15px;
bottom: -50px;
background-color: rgba(255,255,255,0.9);
border: solid 1px #ec7917;
transition-duration: 300ms;
}
#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '▲';
font-size: 14px;
font-weight: bold;
color: #ec7917;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}*/
/*scroll------------------------------*/


@media screen and (max-width: 1024px) {



  div.inner {
    width: auto;
    padding: 0 30px;
  }


  footer {
    padding: 0 10px;
  }


  ul#menu li a.last {
    border-right: none;
  }

  ul#menu li {
    width: 20%;
  }

  ul#menu li a,
  ul#menu li a.last {
    width: 100%;
    font-size: 15px;
  }

  /*スライド用
	figure .red {
    height: 350px;
  }*/


  ul#top_image li {
    width: auto;
    height: auto;
  }

  ul#top_image li img {
    width: 100vw;
  }


  article#catch {
    padding-right: 30px;
  }

  section .inner {
    padding: 0 30px;
  }

  #merit ul {
    justify-content: center;
  }

  #merit ul li {
    margin: 15px;
  }


  nav#localNav ul {
    display: block;
  }

  footer p {
    font-size: 15px;
  }

  footer small {
    font-size: 10px;
  }


  nav#localNav ul li a:visited,
  small a:visited {
    color: #333;
  }



  /*::::::index_linkの設定::::::::::*/
  #index_link div.inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #index_link section {
    padding: 0;
    margin: 20px 0;
    width: 500px;
    height: 180px;
  }

  #index_link section span.inline {
    display: inline;
  }

  /*::::::index_linkの設定ここまで::::::*/


}

@media screen and (max-width: 600px) {



  section .inner {
    padding: 0 15px;
  }


  figure#top_image {
    height: 250px;
  }




  #landing h2 {
    font-size: 18px;
  }

  ul#menu li {
    width: 50%;
  }

  ul#menu li.lastli {
    width: 100vw;
  }

  ul#menu li a,
  ul#menu li a.last {
    width: 100%;
  }

  ul#menu li a {
    border-bottom: 1px solid #FFB46A;
  }

  /*スライド用
	figure a.red,
	figure a.blue{
    height: 200px;
		width: 100%;
  }*/

  .gamenImages figure {
    margin: 0;
  }



  span {
    display: block;
  }

  section div.info span {
    display: inline;
  }

  footer a.btn {
    font-size: 12px;
  }

  small {
    font-size: 10px;
  }

  nav#localNav ul li a:visited,
  small a:visited {
    color: #333;
  }

  section p.day {
    margin-left: 0;
  }

  .title {
    font-size: 18px;
  }

  section div.new {
    margin: 0;
  }

  #demo_form a {
    font-size: 15px;
  }



  #info div {
    display: block;
  }

  #landing .btnhaichi {
    margin: 0;
    font-size: 14px;
  }

  #landing .btn {
    font-size: 14px;
  }




}
