@charset "UTF-8";
/* Scss Document */
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/ }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */
/* Scss Document */
body {
  width: 100%;
  background-color: #fff; }

#wrapper {
  width: 980px;
  min-width: 980px;
  margin: 0 auto; }

img {
  width: 100%;
  vertical-align: bottom; }

a {
  text-decoration: none;
  display: block; }

p, a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

#toggle, #panel-menu {
  display: none; }

.btn, .bt {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  height: auto;
  overflow: hidden; }
  .btn ul, .bt ul {
    overflow: hidden; }
    .btn ul li, .bt ul li {
      width: 46%; }
    .btn ul li:first-child, .bt ul li:first-child {
      float: left; }
    .btn ul li:last-child, .bt ul li:last-child {
      float: right; }
  .btn .t, .bt .t {
    width: 40%;
    margin-top: 1rem;
    clear: both; }

header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2D015D), color-stop(1, #460097));
  background: -webkit-linear-gradient(#2D015D, #460097);
  background: -moz-linear-gradient(#2D015D, #460097);
  background: -o-linear-gradient(#2D015D, #460097);
  background: -ms-linear-gradient(#2D015D, #460097);
  background: linear-gradient(#2D015D, #460097);
  height: auto; }
  header img {
    width: 140px;
    margin: 0 auto;
    padding: 1rem 0; }

.top_img {
  position: relative; }
  .top_img nav {
    position: absolute;
    line-height: 45px;
    height: 45px;
    width: 100%;
    background-color: rgba(80, 34, 200, 0.8); }
    .top_img nav ul {
      width: 67%;
      padding-top: 1.6%;
      margin: 0 auto;
      color: #fff; }
      .top_img nav ul li {
        float: left;
        margin-right: 15px;
        padding-right: 15px;
        line-height: 1.2; }
        .top_img nav ul li a {
          color: #fff;
          font-size: .8rem; }
        .top_img nav ul li a:hover {
          border-bottom: 1px solid #fff; }
      .top_img nav ul li:last-of-type {
        padding-right: 0;
        margin-right: 0; }
  .top_img .top1 {
    clear: both; }

#area1 {
  position: relative;
  height: auto; }
  #area1 .btn {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }

#area4 {
  position: relative;
  height: auto; }
  #area4 .btn {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%); }

#area5 {
  background-color: #fff;
  padding-bottom: 1.5rem; }
  #area5 .bt {
    padding: 5% 0; }
  #area5 .area4_2 {
    width: 90%;
    margin: 0 auto; }

footer {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: .9rem;
  line-height: 1.3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #2D015D), color-stop(0, #460097));
  background: -webkit-linear-gradient(#460097, #2D015D);
  background: -moz-linear-gradient(#460097, #2D015D);
  background: -o-linear-gradient(#460097, #2D015D);
  background: -ms-linear-gradient(#460097, #2D015D);
  background: linear-gradient(#460097, #2D015D); }

/*--media query----------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media only screen and (min-width: 769px) {
  .globalNavi {
    display: none; } }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  html {
    width: 100%; }

  body {
    width: 100%; }

  #wrapper {
    width: 100%;
    min-width: inherit; }

  img {
    width: 100%; }

  /*nav-------------------------------*/
  #panel-btn {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 20px 0 10px;
    border-radius: 50%;
    background: #9600db;
    top: 8%;
    left: 5%;
    z-index: 111; }

  #panel-menu {
    position: absolute;
    font-size: 9px;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    color: #fff;
    top: 65%;
    left: 30%; }

  #panel-btn:hover {
    background: #9600db; }

  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 43%;
    left: 42.5%;
    width: 30px;
    height: 3px;
    margin: -1px 0 0 -10px;
    background: #FFF;
    transition: .2s; }

  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 43%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #FFF;
    transition: .3s; }

  #panel-btn-icon:before {
    margin-top: -9.5px; }

  #panel-btn-icon:after {
    margin-top: 7px; }

  #panel-btn .close {
    background: transparent; }

  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0; }

  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }

  #toggle:checked + nav {
    display: block;
    transition: 1s; }

  #panel-menu {
    display: block; }

  input {
    display: none; }

  .top_img > .globalNavi {
    display: none;
    position: absolute;
    width: 60%;
    min-width: inherit;
    height: inherit;
    top: 9%;
    left: 23%;
    z-index: 111;
    background-color: rgba(150, 0, 219, 0.6);
    text-align: left; }
    .top_img > .globalNavi ul {
      width: 100%;
      height: inherit;
      margin: 8% auto 5%; }
    .top_img > .globalNavi li {
      float: none;
      line-height: 2;
      padding-left: 12%; }
      .top_img > .globalNavi li a {
        color: #fff;
        font-weight: bold; }
      .top_img > .globalNavi li a:hover {
        background-color: inherit;
        border-bottom: none; }
    .top_img > .globalNavi li a::before {
      content: ">";
      color: #fff;
      margin-right: 2%;
      background-color: none; }

  header img {
    width: 100px;
    margin: 0 auto;
    padding: .8rem 0 .5rem; }

  .btn, .bt {
    width: 60%; }
    .btn ul li, .bt ul li {
      width: 100%; }
    .btn ul li:first-child, .bt ul li:first-child {
      float: inherit;
      margin-bottom: 1rem; }
    .btn ul li:last-child, .bt ul li:last-child {
      float: inherit; }

  #area1 .btn {
    top: 6%; }

  #area4 {
    position: inherit;
    height: auto; }
    #area4 .btn {
      margin: 1.5rem auto 1.2rem;
      position: inherit;
      top: inherit;
      left: inherit;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0); }
      #area4 .btn .btn_18 {
        margin-top: .5rem; }

  #area5 {
    padding-bottom: 1.5rem; }
    #area5 .bt {
      padding: 5% 0; }
    #area5 .btn_18 {
      margin-top: .5rem; }
    #area5 .area6_1 {
      width: 90%;
      margin: 1rem auto 0; }
    #area5 .area7_1 {
      width: 85%;
      margin: 0 auto; }

  footer {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: .5rem;
    line-height: 1.3;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #2D015D), color-stop(0, #460097));
    background: -webkit-linear-gradient(#460097, #2D015D);
    background: -moz-linear-gradient(#460097, #2D015D);
    background: -o-linear-gradient(#460097, #2D015D);
    background: -ms-linear-gradient(#460097, #2D015D);
    background: linear-gradient(#460097, #2D015D); } }

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