@charset "utf-8";
/* CSS Document */
/*----------reboot----------*/
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*font-size: 1rem;*/
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  /*min-width: 1400px;*/
}
@media screen and (max-width: 768px) {
  body {
    /*min-width: inherit;*/
  }
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#main p {
  margin-top: 0;
  /*margin-bottom: 1rem;*/
  position:relative;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline dotted;
  -webkit-text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
/*----------module----------*/
.posR {
  position: relative;
}
.posA {
  position: absolute;
}
.cntr {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.cf:after {
  content: " ";
  display: block;
  clear: both;
}
.fL {
  float: left;
}
.fR {
  float: right;
}
.mAuto {
  margin-left: auto;
  margin-right: auto;
}
.dspB {
  display: block;
}
.dspF {
  display: -webkit-flex;
  display: flex;
}
.jSB {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jC {
  -webkit-justify-content: center;
  justify-content: center;
  /*左右中央*/
}
.aiC {
  -webkit-align-items: center;
  align-items: center;
  /*上下中央*/
}
.tC {
  text-align: center;
}
.tR {
  text-align: right;
}
.vc {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25% /*16:9*/
}
.vc video, .vc iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img {
  /*width: 100%;*/
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.pc_i {
  display: inline;
}
.sp_i {
  display: none;
}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1080px) {}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc_i {
    display: none;
  }
  .sp_i {
    display: inline;
  }
}
/*----------レイアウト----------*/
html, body {}
body, #wrapper {
  width: 100%;
}
#wrapper {
  overflow-x: hidden;
  color: #4d1f63;
}
.inner01 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.inner02 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
/*header*/
header {
  padding-top: 30px;
}
header h1 {
  width: 26.38%;
}
.logo01 {
  width: 28.70%;
}
.logo01 .cf {
  flex-direction: column;
  justify-content: flex-end;
}
.logo01 .cf .logo02 {
  width: 45%;
}
.logo01 .cf .txt01 {
  font-size: 13px;
  white-space: nowrap;
  width: 100%;
}
#topics, #btn_tpc {
  width: 150px;
  height: 150px;
  position: fixed;
  z-index: 5000;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1080px) {
  header {
    padding-top: 2.77vw;
  }
  .inner01 {
    width: 95vw;
  }
  .logo01 .cf .txt01 {
    font-size: 1.20vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-top: 0;
  }
  header h1 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {}
/*nav*/
#nav01 {
  width: 100%;
  background-color: #ffffff;
  padding-top: 20px;
  z-index: 10000;
}
#nav01.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
#nav01 > div {
  background-color: #4d1f63;
}
#nav01 ul {
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#nav01 ul li {
  display: block;
  width: 14.25%;
  border-right: 1px solid #ffffff;
}
#nav01 ul li:last-child {
  width: 14.53%;
  border-right: none;
}
nav ul li.new {
  position: relative;
  display: block;
}
nav li.new::before {
  position: absolute;
  content: 'NEW';
  font-size: 12px;
  top: -16px;
  right: -2px;
  line-height: 1.0;
  padding: 2px 5px;
  color: #BE0E23;
  font-weight: bold;
  z-index: 9999;
}
#nav01 ul li a {
  display: block;
}
#nav01 ul li a:hover {
  background-color: #826291;
}
#nav01 p.posA {
  width: 27.96%;
  right: 0;
  bottom: -66px;
}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1080px) {
  #nav01 {
    padding-top: 1.85vw;
  }
  #nav01 p.posA {
    bottom: -6.11vw;
  }
}
@media screen and (max-width: 768px) {
  #topics {
    width: 23.43vw;
    height: 23.43vw;
    right: 1.56vw;
    bottom: 30vw;
  }
}
@media screen and (max-width: 480px) {}
/*main*/
#mainimg01 {
  width: 177.77%;
  margin: 0 -38.88%;
}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1080px) {}
@media screen and (max-width: 768px) {
  #art00 .inner01 {
    width: 100%;
  }
  #mainimg01 {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {}
#art00 .inner02 {
  background-color: #8c1e64;
}
#art00 .inner02 .inner01 {
  padding: 10px 0;
}
.info01 {
  float: left;
  width: 100%;
}
.info01 .cf {
  display: flex;
  align-items: center;
}
.info01 .blk01, .info01 .blk02 {
  color: #ffffff;
  margin-bottom: 0;
}
.info01 .blk01 {
  font-size: 16px;
  font-weight: bold;
  width: 12%;
  border-right: solid 1px #ffffff;
  margin-right: 1.48%;
  padding-top: 0;
}
.info01 .blk02 {
  font-size: 14px;
  width: 75%;
  padding-top: 2px;
}
.info01 .blk02 .bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
}
.info01 .blk02 .bx-wrapper li {
  position: relative;
  height: 100%;
  line-height:1.9;
}
.info01 .blk02 .bx-wrapper li .inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.info01 .blk02 .bx-wrapper .bx-controls.bx-has-controls-direction {
  display: none;
}
.ticker01 {
  background-color: #ffffff;
  width: 28.24%;
  float: right;
  margin-right: 50px;
  font-size: 12px;
}
.ticker01 .bx-wrapper {
  box-sizing: border-box;
}
.ticker01 .bx-wrapper li{
  position: relative;
  height: 100%;
}
.ticker01 .bx-wrapper li .inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ticker01 .bx-wrapper .bx-prev {
  left: -50px;
  background: url("../images/index/arrw_prev01.png") no-repeat;
  background-size: contain;
}
.ticker01 .bx-wrapper .bx-next {
  right: -50px;
  background: url("../images/index/arrw_next01.png") no-repeat;
  background-size: contain;
}
.ticker01 .bx-wrapper .bx-controls-direction a {
  top: 60%;
  margin-top: -16px;
  width: 25px;
  height: 25px;
}
.ticker01 .flash {
  color: #ff3700;
  font-weight: bold;
  display: inline-block;
  margin-right: 1em;
}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1080px) {
  #art00 .inner02 .inner01 {
    padding: 1vw 0;
  }
  .info01 .blk01 {
    font-size: 1.66vw;
	  width: 14%;
  }
  .info01 .blk02 {
    font-size: 1.66vw;
  }
.info01 .blk02 .bx-wrapper li {
  line-height:1.5;
}  

}
@media screen and (max-width: 768px) {
  #art00 .inner02 .inner01 {
    padding: 0.8vw 0.3vw 0;
  }
  .info01, .ticker01 {
    font-size: 3.2vw;
    float: none;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .info01 .blk01 {
    display: none;
  }
   .info01 .blk02 {
    font-size: 2.8vw;
	width:100%;
  } 
  .info01 .blk02.fL {
    float: none;
    width: 100%;
    margin-bottom: 1.5vw;
  }
  .info01 .blk02.fL .bx-wrapper ul li {
    text-align: left;
  }
  .info01 .blk02.fL .bx-wrapper ul li span {
    display: inline-block;
    float: left;
  }
  .info01 .blk02.fL .bx-wrapper ul li span.date {
    width: 20%;
  }
  .info01 .blk02.fL .bx-wrapper ul li span.item {
    width: 80%;
  }
  .ticker01 {
    font-size: 3.2vw;
  }
  .ticker01 .bx-wrapper {
  	padding: 10px;
  }
  .ticker01 .bx-wrapper .bx-prev, .ticker01 .bx-wrapper .bx-next {
    display: none !important;
  }
  .ticker01 ul.bxslider li {
    text-align: left;
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 480px) {}
#art01 .inner02 {
  width: 177.77%;
  margin: 0 -38.88%;
  background: url("../images/index/bgi01.png") no-repeat top center;
  background-size: cover;
  padding: 110px 0;
}
#art01 .blk01 {
  width: 410px;
}
#art01 .blk01 h2 {
  /*margin-bottom: 35px;*/
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 45px;
}
#art01 .blk01 h1 {
  margin-bottom: 35px;
}
#art01 .blk01 p {
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 45px;
}
#art01 h2.mAuto {
  width: 11.66%;
}
#art01 h1.mAuto {
  width: 11.66%;
}
#art01 .blk02 {
  flex-wrap: wrap;
}
#art01 .blk02 p {
  width: 49.16%;
  margin-bottom: 7px;
}
#art01 .blk02 p.tR {
  font-size: 20px;
  line-height: 2;
}
#art01 .blk02 p.tR a {
  color: inherit;
  text-decoration: underline;
}
#art01 .blk03 {
  flex-wrap: wrap;
  margin-top: 60px;
}
#art01 .blk03 p {
  width: 49.16%;
  margin-bottom: 7px;
}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1080px) {
  #art01 {
    width: 100vw;
  }
  #art01 .inner02 {
    height: 117.64vw;
    padding-top: 10.18vw;
  }
  #art01 .blk01 {
    width: 37.03vw;
  }
  #art01 .inner02 .inner01 {
    width: 95vw;
  }
  #art01 .blk01 h2 {
    /*margin-bottom: 3.24vw;*/
    font-size: 2.4vw;
    margin-bottom: 4.16vw;
  }
  #art01 .blk01 h1 {
    margin-bottom: 3.24vw;
  }
  #art01 .blk01 p {
    font-size: 2.4vw;
    margin-bottom: 4.16vw;
  }
  #art01 .blk02 p {
    margin-bottom: 0.648vw;
  }
  #art01 .blk02 p.tR {
    font-size: 1.85vw;
  }
}
@media screen and (max-width: 768px) {
  #art01 > div.inner01 {
    width: 100%;
  }
  #art01 > div.inner01 .inner02 {
    width: 100%;
    height: 332.62vw;
    background: url("../sp/cont_img/index/bgi01.png") no-repeat top center;
    background-size: 100vw;
    padding-top: 9.84vw;
    margin: 0;
  }
  #art01 .blk01 {
    width: 100%;
  }
  #art01 .blk01 h2 {
    /*width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.31vw;*/
    text-align: center;
    font-size: 4.69vw;
    margin: 0 auto 61.71vw;
  }
  #art01 .blk01 h1 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.31vw;
  }
  #art01 .blk01 p {
    text-align: center;
    font-size: 4.69vw;
    margin: 0 auto 61.71vw;
  }
  #art01 .blk01 p.btn01 {
    width: 62.5vw;
    margin: 0 auto 6.56vw;
  }
  #art01 h2.mAuto {
    width: 19.69vw;
    margin-bottom: 2.34vw;
  }
  #art01 h1.mAuto {
    width: 19.69vw;
    margin-bottom: 2.34vw;
  }
  #art01 .blk02 p {
    width: 81.4vw;
    margin: 0 auto 1.875vw;
  }
  #art01 .blk02 p.tR {
    font-size: 4.375vw;
    line-height: 1.5;
  }
  #art01 .blk03 {
    margin-top: 30px;
  }
  #art01 .blk03 p {
    width: 81.4vw;
    margin: 0 auto 1.875vw;
  }
}
#art02 {}
#art02 .inner03 {
  width: 100%;
  max-width: 1920px;
  flex-wrap: wrap;
}
#art02 section {
  width: 50%;
  padding: 60px 0 80px;
}
#art02 .sec03 {
  width: 100%;
}
#art02 .inner04 {
  width: 60.41%;
}
#art02 .sec03 .inner04 {
  width: 100%;
  max-width: 1080px;
  flex-wrap: wrap;
}
#art02 .sec01, #art02 .sec05 {
  background: url("../images/index/bgi05.png") no-repeat center center;
  background-size: cover;
}
#art02 .sec02, #art02 .sec04 {
  background: url("../images/index/bgi02.png") no-repeat center center;
  background-size: cover;
}
#art02 .sec03 {
  background: url("../images/index/bgi03.png") no-repeat center center;
  background-size: cover;
}
#art02 section h2 {
  /*margin-bottom: 30px;*/
}
#art02 section h1 {
  margin-bottom: 30px;
}
#art02 section p.txt01 {
  width: 90%;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
#art02 section h2.txt01 {
  width: 90%;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
#art02 .sec02 p.txt01, #art02 .sec03 p.txt01 {
  color: #ffffff;
}
#art02 .sec03 h2.txt01 {
  color: #ffffff;
}
#art02 .sec01 h2 {
  width: 33.33%;
}
#art02 .sec01 h1 {
  width: 33.33%;
}
#art02 .sec02 h2 {
  width: 30.31%;
}
#art02 .sec02 h1 {
  width: 33.33%;
}
#art02 .sec03 h2 {
  width: 25.72%;
}
#art02 .sec03 h1 {
  width: 18.72%;
}
#art02 .sec04 h2 {
  width: 33.33%;
}
#art02 .sec04 h1,
#art02 .sec05 h1 {
  width: 33.33%;
}
#art02 .sec04 .txt01 {
  margin-bottom: 30px;
}
#art02 .sec04 .wp01 {
  width: 76.97%;
  margin-bottom: 60px;
}
#art02 .sec04 .btn01 {
  width: 25.1%;
}
#art02 .sec05 {
  padding-bottom: 0;
  position:relative;
  padding-bottom:5%;
}
#art02 .sec05 .txt01 {
  margin-bottom: 30px;
}
#art02 .sec05 .wp01 {
  width: 76.97%;
  text-align: center;
   margin-bottom: 60px; 
}
#art02 .sec05 .btn01 {
  width: 25.1%;
}
#art02 .sec05 .img01 {
	position:absolute;
	bottom:0;
	right:1%;
	width:30%;
}
#art02 span.new {
	display:block;
	position:absolute;
	top: -9px;
  left: -38px;
	z-index:5;
}
#art02 .sec03 span.new {
  left: -28px;
}
#art02 .inner04 p:not(:first-child) {
  margin-top: 10px;
}
#art02 .sec03 .inner04 p:nth-of-type(2) {
  margin-top: 0;
}


@media screen and (min-width: 1081px) {
  #art02 .sec04 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1080px) {
  #art02 section {
    width: 100%;
    padding: 5.55vw 0 7.4vw;
  }
  #art02 section p.txt01 {
    margin-bottom: 0.82vw;
    font-size: 2.4vw;
  }
  #art02 section h2.txt01 {
    margin-bottom: 0.82vw;
    font-size: 2.4vw;
  }
  #art02 .sec01 .inner04 img,
  #art02 .sec02 .inner04 img {
    margin-left: auto;
    margin-right: auto;
  }
  #art02 .sec03 .inner04 {
    width: 60.41%;
    text-align: center;
  }
  #art02 .sec03 .inner04 p {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  #art02 .sec01, #art02 .sec04, #art02 .sec05 {
    background: url("../sp/cont_img/index/bgi05.png") no-repeat center center;
    background-size: cover;
  }
  #art02 .sec02 {
    background: url("../sp/cont_img/index/bgi02.png") no-repeat center center;
    background-size: cover;
  }
  #art02 .sec03 {
    background: url("../sp/cont_img/index/bgi03.png") no-repeat center center;
    background-size: cover;
  }
  #art02 .inner04 {
    width: 81.25%;
  }
  #art02 .inner04 p:not(:first-child) {
    margin-top: 0;
  }    
  #art02 section p.txt01, #art02 section.sec04 p.txt01 {
    margin-bottom: 4.68vw;
    font-size: 4.68vw;
  }
  #art02 section h2.txt01, #art02 section.sec04 h2.txt01 {
    margin-bottom: 4.68vw;
    font-size: 4.68vw;
  }
  #art02 .sec01 h2 {
    /* width: 37.81%;*/
  }
  #art02 .sec01 h1 {
    width: 37.81%;
  }
  #art02 .sec02 h2 {
    width: 32.5%;
  }
  #art02 .sec02 h1 {
    width: 37.81%;
  }
  #art02 .sec03 h2 {
    width: 26.25%;
  }
  #art02 .sec03 h1 {
    width: 37.81%;
  }
  #art02 .sec03 .inner04 {
    width: 81.25%;
  }
  #art02 .sec04 {
    padding: 0;
  }
  #art02 .sec04 h2 {
    width: 26.25%;
  }
  #art02 .sec04 h1 {
    width: 37.81%;
  }
  #art02 .sec04 .wp01 {
    width: 100%;
    margin-bottom: 0;
  }
  #art02 .sec04 .btn01 {
    width: 37.65%;
  }
  #art02 span.new {
  	display:block;
  	position:absolute;
  	top:-10%;
  	left: auto!important;
    right: -5%;
  	z-index:5;
  	width:12%;
  }
  #art02 .sec05 {
    padding: 0;
  }
  #art02 .sec05 .wp01 {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {}
#art03 {
  background: url("../images/index/bgi04.png") no-repeat center center;
  background-size: cover;
}
#art03 .inner01 {
  width: 100%;
  max-width: 1080px;
  height: 715px;
}
#art03 .inner02 {
  width: 177.77%;
  margin: 0 -38.885%;
  padding-top: 221px;
}
#art03 .inner02 h2 {
  width: 312px;
  margin-bottom: 30px;
}
#art03 .inner02 .txt01 {
  font-size: 26px;
  line-height: 1.26;
  color: #ffffff;
  font-weight: bold;
}
#art03 .inner02 .txt01 .txt02 {
  line-height: 1.6;
  margin-top: 1em;
  font-size:4.88vw;
}
#art03 .inner02 .txt01 .txt03 {
  line-height: 1.6;
  margin-top: 1em;
  font-size:6.68vw;
}

#art03 .inner02 .txt01 .img01 {
	z-index:100;
}
#art03 .inner02 .txt01 .img02 {
  margin: 1em auto 0.5em;
  width:80%;
}
#art03 .inner02 .txt01 img {
  width: 350px;
}
.cm_btn {
  color: #4D1F63;
  font-size: 26px;
  font-weight: bold;
  padding: 0.3em 1em;
  border-radius: 5px;
  background-color: #ffffff;
  display: inline-block;
  margin-top: 0.5em;
}
.cm_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1080px) {
  #art03 .inner01 {
    height: 66.2vw;
  }
  #art03 .inner02 {
    padding-top: 20.46vw;
  }
  #art03 .inner02 h2 {
    width: 28.88%;
    margin-bottom: 2.77vw;
    ;
  }
  #art03 .inner02 .txt01 img {
    width: 32.40740741vw;
  }
  .cm_btn {
    font-size: 2.314814815vw;
    border-radius: 0.462962963vw;
  }
}
footer {}
#footer {
  width: 1080px;
  margin: 0 auto;
}
footer img {
  width: auto;
}
footer ul {
  list-style: none;
}
footer ul, footer ul li {
  padding: 0;
}
.jr_banner {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 44px;
  margin-bottom: 44px;
}
.ft_nav li:last-child {
  float: right;
  border-left: 1px solid #dbdbdb;
  padding-left: 18px;
  width: 144px;
}
.local_nav {
  float: left;
  padding-top: 10px;
  text-align: left;
}
.local_nav .update {
  font-size: 12px;
  text-align: left;
}
.local_nav li {
  display: inline;
  margin-right: 25px;
  font-size: 13px;
  line-height: 1.4;
}
.local_nav li a:link, .local_nav li a:visited, .local_nav li a:hover, .local_nav li a:active {
  color: #666666;
}
.ft_lnk {
  width: 88.88888889%;
  margin: 0 auto 20px;
  height: 420px;
}
.ft_lnk div p a:hover {
  color: #5d2d83;
}
.ft_lnk .ft_lnk_left {
  float: left;
  width: 50%;
  text-align: left;
}
.ft_lnk .ft_lnk_right {
  float: right;
  width: 50%;
  text-align: left;
}
.ft_lnk .mB20 {
  margin-bottom: 20px;
}
.ft_lnk .category01 {
  position: relative;
  padding-left: 25px;
  line-height: 1.4;
}
.ft_lnk .category01::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 2px;
}
.ft_lnk .category01 a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.ft_lnk .category02 {
  padding-left: 45px;
  position: relative;
  line-height: 1.4;
}
.ft_lnk .category02::before {
  position: absolute;
  top: 2px;
  left: 25px;
  content: '・';
}
.ft_lnk .category02 a {
  line-height: 1.4;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.ft_lnk .category02 a:hover {
  text-decoration: underline;
}
.copyright {
  width: 500px;
  text-align: right;
  float: right;
}
.copyright address {
  line-height: 30px;
}
@media screen and (max-width: 1080px) {
  #footer {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  #art03 .inner01 {
    background: url("../sp/cont_img/index/bgi04.png") no-repeat center center;
    background-size: cover;
    height: 123.18vw;
	position:relative;
  }
  #art03 .inner02 {
    padding-top: 20.46vw;
    padding-top: 9.46vw;
  }
  #art03 .inner02 h2 {
    width: 35.625vw;
    margin-bottom: 3.75vw;
  }
  #art03 .inner02 h1 {
    width: 37.81vw;
    margin-bottom: 3.75vw;
  }
  #art03 .inner02 .txt01 {
    font-size: 4.68vw;
    line-height: 1.63;
  }
  #art03 .inner02 .txt01 .txt02 {}
  #art03 .inner02 .txt01 img {
    width: 60%;
	margin:0 auto;
  }
  a.cm_btn {
    font-size: 4vw;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 1em;
  }
  /* footer
-------------------------------------------------- */
  #footer {
    margin: 0 auto;
    width: 93.75%;
    text-align: center;
    background: #fff;
  }
  #footerCont {
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 2.3em;
    width: 86.67%;
  }
  /* シェアボタン */
  #footerShare {
    margin: 1em auto 1em auto;
    padding: 0 5% 0.1em 5%;
    border: 1px solid #fff;
    zoom: 1;
  }
  #footerShare:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #footerShareTitle {
    margin: 0 auto;
    width: 30%;
    line-height: 0;
    text-align: center;
  }
  #footerShareTitle img {
    position: relative;
    top: -0.5em;
  }
  #footerShareTwitter {
    width: 26%;
    display: inline;
    float: left;
  }
  #footerShareFacebook {
    width: 32%;
    display: inline;
    float: left;
  }
  #footerShareMixi {
    width: 24%;
    display: inline;
    float: left;
  }
  #footerShareLine {
    width: 18%;
    display: inline;
    float: left;
  }
  /* footerBnr */
  #footerBnr {
    margin-bottom: 0.5em;
    zoom: 1;
  }
  #footerBnr:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #footerBnrBuy, #footerBnrStore {
    margin-bottom: 0.1em;
  }
  /* ページトップ */
  #pageTop {
    /*    padding: 0px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 75px;
    line-height: 0;
    z-index: 999;
    text-align: right;
    opacity: 0.8;
*/
  }
  #pageTop:hover {
    opacity: 0.6;
  }
  #pageTop a {
    display: block;
    color: #FFF;
  }
  /* ページトップ */
  #topics, #b {
    padding: 0px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    width: 16%;
    line-height: 0;
    z-index: 999;
    text-align: right;
    opacity: 0.8;
    background: none;
  }
  #topics:hover {
    opacity: 0.6;
  }
  #topics a {
    display: block;
    color: #FFF;
  }
  /* SNSボタン */
  #footerSNS {
    margin-bottom: 1em;
  }
  #snsBtn01, #snsBtn02 {
    margin-bottom: 0.1em;
    display: block;
    clear: both;
    overflow: hidden;
  }
  #snsBtn01 li, #snsBtn02 li {
    line-height: 0;
    margin-bottom: 5px;
    margin-right: 5px;
    float: left;
  }
  #twitter-widget-0 {
    overflow: hidden !important; /*width:110px !important;*/
  }
  #snsBtn01 li span, #snsBtn01 li iframe {
    line-height: 0;
  }
  #snsBtn02 li span, #snsBtn02 li iframe {
    line-height: 0;
  }
  .fb_iframe_widget {
    line-height: 0;
  }
  /* 最終更新日 */
  #footer #lastUpdate {
    margin-bottom: 2em;
    padding: 1em 0;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 50%;
    border-top: 1px dotted #887da1;
    border-bottom: 1px dotted #887da1;
  }
  /* footerLink */
  #footerLink {
    margin: 0 auto 2em auto;
    width: 60%;
    overflow: hidden;
  }
  /* copyright */
  #copyright {
    text-align: center;
    color: #666666;
    font-size: 8px !important;
  }
  #footer {
    width: 94%;
  }
  #footer img {
    width: 100%;
  }
  #footer .newsArea {
    width: 100%;
  }
  #footerLnk {
    padding: 10px;
  }
  .btn_pdf, .btn_detail {
    width: 80%;
    margin: 0 auto;
  }
  #header {
    padding-top: 0;
  }
  .hisamitsu_msg {
    font-size: 7.5px;
  }
  .hisamitsu_msg img {
    margin-right: 6px;
  }
  #pagebody p {
    margin-bottom: 1em;
  }
  p strong {
    color: #8c3fc5;
    font-weight: bold;
  }
  #sidenav, #breadcrumb {
    display: none;
  }
  #subcon02 {
    width: 94%;
  }
  #wrap-content {
    /*background: #4d1f63;*/
  }
  #main {
    padding-bottom: 0;
    background: none;
  }
  #mainCont {
    padding-bottom: 0;
    line-height: 1.6;
  }
  #pagebody2 .ttl {
    padding: 30px 0 35px;
  }
  /*----------------------------------------------------
footer
----------------------------------------------------*/
  #jr_bnr, #bnr_taisaku_ft {
    width: 94%;
    background: #FFF;
    margin-bottom: 0;
    padding: 0.5em 0;
  }
  #jr_bnr a {
    width: 100%;
  }
  #footerLnk .footerLnk_right {
    float: right;
  }
  .snsList {
    margin: 0.3em 0;
    overflow: hidden;
  }
  .snsList li {
    display: inline-block;
    float: left;
    width: 21.15%;
    margin-right: 5.0%;
  }
  .snsList li:last-child {
    margin-right: 0;
  }
  .footlinkList {
    border-bottom: #5a2781 1px solid;
    padding-bottom: 10px;
  }
  .footlinkList li {
    display: block;
    text-align: left;
  }
  .footlinkList li a {
    text-decoration: none;
  }
  /* footerGuide */
  #footerGuide {
    border-top: 1px solid #d9d9d9;
    width: 100%;
    padding: 1em 0 0;
    margin-bottom: 1em;
    font-size: 75%;
    color: #666666;
  }
  #footerGuide a {
    color: #666666;
  }
  #footerGuideNotice {
    margin-right: 0.5em;
    padding-right: 0.5em;
    display: inline;
    border-right: 1px solid #666666;
  }
  #footerGuidePrivacy {
    margin-right: 0.5em;
    padding-right: 0.5em;
    display: inline;
  }
  #n_txtbtn {
    text-decoration: underline;
    color: #5a2781;
  }
  #n_txt {
    margin-top: 1em;
    display: none;
  }
}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 768px) {
  #footer {
    width: 94%;
  }
  #footer img {
    width: 100%;
  }
  #footer .newsArea {
    width: 100%;
  }
  #footerLnk {
    padding: 10px;
    display: none;
  }
  .btn_pdf, .btn_detail {
    width: 80%;
    margin: 0 auto;
  }
  footer {
    /*background-color: #4D1F63;*/
  }
  #pagebody p {
    margin-bottom: 1em;
  }
  p strong {
    color: #8c3fc5;
    font-weight: bold;
  }
  #sidenav, #breadcrumb {
    display: none;
  }
  #subcon02 {
    width: 94%;
  }
  #wrap-content {
    background: #4d1f63;
  }
  #main {
    padding-bottom: 0;
  }
  #mainCont {
    padding-bottom: 0;
    line-height: 1.6;
  }
  /*----------------------------------------------------
footer
----------------------------------------------------*/
  #jr_bnr, #bnr_taisaku_ft {
    width: 85%;
    background: #FFF;
    margin-bottom: 0;
    padding: 0.5em 0;
  }
  #jr_bnr a {
    width: 100%;
    display: block;
    text-align: center !important;
    padding-left: 0 !important;
  }
  #jr_bnr {}
  #footerLnk div {
    width: 46.875%;
  }
  #footerLnk div p {
    position: relative;
    padding: 0 0 15px 20px;
    text-align: left;
    line-height: 1;
  }
  #footerLnk div p::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '→';
  }
  #footerLnk div p a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
  }
  #footerLnk .footerLnk_left {
    float: left;
  }
  #sc01 {
    width: 21.8vw;
    position: absolute;
    top: 7.81vw;
    right: 15.78vw;
    z-index: 15000;
  }
  #btn_menu {
    width: 10.15vw;
    position: absolute;
    top: 7.81vw;
    right: 2.5vw;
    z-index: 15000;
  }
  /* globalnavi
-------------------------------------------------- */
  #globalnavi {
    width: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: #5a2781;
    height: 100%;
    z-index: 20000;
  }
  #globalnavi .globalnavi_close {
    width: 93.75%;
    margin: 0 auto;
    text-align: right;
    padding-top: 10px;
  }
  #globalnavi .globalnavi_close img {
    width: 13.16%;
    height: auto;
  }
  #globalnaviArea {
    background: #5a2781;
  }
  #globalnaviCont {
    margin: 0 auto;
    margin-top: 8px;
    background-color: #5a2781;
  }
  #globalnaviCont li a {
    padding: 0.9em 5% 0.7em 13%;
    display: block;
    color: #FFF;
    font-size: 13.76px;
    line-height: 24.768px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #937aa7;
  }
  #globalnaviCont li:last-child a {
    border: none;
  }
  #globalnaviCont .icnNew {
    display: inline;
  }
  #globalnaviBtn01 {
    background: url(../sp/cont_img/common/globalnavi_icon.gif) no-repeat 95% 50%, url(../sp/cont_img/common/gnav_01.gif) no-repeat 5% 50%;
    background-size: contain;
    border-top: #937aa7 1px solid;
  }
  #globalnaviBtn02 {
    background: url(../sp/cont_img/common/globalnavi_icon.gif) no-repeat 95% 50%, url(../sp/cont_img/common/gnav_02.gif) no-repeat 5% 50%;
    background-size: contain;
  }
  #globalnaviBtn03 {
    background: url(../sp/cont_img/common/globalnavi_icon.gif) no-repeat 95% 50%, url(../sp/cont_img/common/gnav_03.gif) no-repeat 5% 50%;
    background-size: contain;
  }
  #globalnaviBtn04 {
    background: url(../sp/cont_img/common/globalnavi_icon.gif) no-repeat 95% 50%, url(../sp/cont_img/common/gnav_04.gif) no-repeat 5% 50%;
    background-size: contain;
  }
  #globalnaviBtn05 {
    background: url(../sp/cont_img/common/globalnavi_icon.gif) no-repeat 95% 50%, url(../sp/cont_img/common/gnav_05.gif) no-repeat 5% 50%;
    background-size: contain;
    border-bottom: #937aa7 1px solid;
  }
  #globalnaviBtn06 {
    background: url(../sp/cont_img/common/globalnavi_icon.gif) no-repeat 95% 50%, url(../sp/cont_img/common/gnav_06.gif) no-repeat 5% 50%;
    background-size: contain;
  }
  #jr_bnr {
    text-align: center;
  }
}