@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  font-size: 100%; /* 1 */
  overflow-y: scroll; /* 2 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 3 */
  -webkit-text-size-adjust: 100%; /* 4 */
  -ms-text-size-adjust: 100%; /* 4 */
}

body {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  /*list-style: none;*/
}

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; /* 1 */
  *margin-left: -7px; /* 2 */
}

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

button,
input {
  line-height: normal; /* 1 */
  *overflow: visible; /* 2 */
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer; /* 1 */
  -webkit-appearance: button; /* 2 */
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

html, body {
  width: 100%;
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Noto Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  text-align: left;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  color: #000;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.8em;
  letter-spacing: 0.02em;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media screen and (max-width: 900px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 3.33vw;
  }
}
@media screen and (max-width: 750px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 6.25vw;
    line-height: 1.7em;
  }
}

hr {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}

p, li, dt, dd, th, td, figcaption, time, address {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8em;
  color: #000;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
@media screen and (max-width: 900px) {
  p, li, dt, dd, th, td, figcaption, time, address {
    font-size: 2vw;
  }
}
@media screen and (max-width: 750px) {
  p, li, dt, dd, th, td, figcaption, time, address {
    font-size: 4.06vw;
    line-height: 1.7em;
  }
}

th p, td p {
  font-size: 100%;
}

p {
  margin-bottom: 2em;
}

a {
  color: #000;
  text-decoration: underline;
  outline: none;
}

a.outline:focus {
  outline: 1px dotted;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

a img {
  margin: 0px;
  padding: 0px;
  border: none;
}

ol li p,
ul li p,
ol li table tr th,
ol li table tr td,
table tr td p,
table tr td ol li,
table tr td ul li,
table tr td ol li p,
table tr td ul li p {
  font-size: 100%;
}

ol.lmnone,
ul.lmnone {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol.fllist li,
ul.fllist li {
  float: left;
  list-style: none;
}

/* dl table */
dl.table1 dt,
dl.table2 dt {
  margin: 0;
  margin-right: -110px;
  float: left;
  clear: both;
  display: inline;
  width: 110px;
}

dl.table1 dd {
  margin-left: 110px;
}

dl.table1 {
  /*\*/
  min-height: 1px;
  _height: 1%;
  /* */
  /*\*/ /*/
overflow: hidden;
/**/
}

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

dl.table2 dt {
  width: 120px;
  margin-right: -120px;
}

dl.table2 dd {
  margin-left: 120px;
}

form {
  margin: 0;
  padding: 0;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

#layout {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.dwrap {
  position: relative;
  clear: both;
}

.dleft {
  float: left;
}

.dright {
  float: right;
}

/* スペースの調整用 */
.pt-15 {
  padding-top: -15px;
}

.pt0 {
  padding-top: 0;
}

.pt1em {
  padding-top: 1em;
}

.pt2em {
  padding-top: 2em;
}

.pt3em {
  padding-top: 3em;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt124 {
  padding-top: 124px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1em {
  padding-bottom: 1em;
}

.pb2em {
  padding-bottom: 2em;
}

.pb3em {
  padding-bottom: 3em;
}

.pb4em {
  padding-bottom: 4em;
}

.pb5em {
  padding-bottom: 5em;
}

.pb6em {
  padding-bottom: 6em;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb120 {
  padding-bottom: 120px;
}

.mt0 {
  margin-top: 0;
}

.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em;
}

.mt3em {
  margin-top: 3em;
}

.mt4em {
  margin-top: 4em;
}

.mt5em {
  margin-top: 5em;
}

.mt6em {
  margin-top: 6em;
}

.mt7em {
  margin-top: 7em;
}

.mt8em {
  margin-top: 8em;
}

.mt9em {
  margin-top: 9em;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt120 {
  margin-top: 120px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb3em {
  margin-bottom: 3em;
}

.mb4em {
  margin-bottom: 4em;
}

.mb5em {
  margin-bottom: 5em;
}

.mb6em {
  margin-bottom: 6em;
}

.mb7em {
  margin-bottom: 7em;
}

.mb8em {
  margin-bottom: 8em;
}

.mb9em {
  margin-bottom: 9em;
}

.mb7 {
  margin-bottom: 7px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb120 {
  margin-bottom: 120px;
}

.pl1em {
  padding-left: 1em;
}

.ml1em {
  margin-left: 1em;
}

.rp0 {
  padding-right: 0;
}

.rm0 {
  margin-right: 0;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr35 {
  padding-right: 35px;
}

.pr50 {
  padding-right: 50px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl340 {
  padding-left: 340px;
}

.bb5 {
  border-bottom: 5px solid #78BE00;
}

.bt5 {
  border-top: 5px solid #78BE00;
  padding-top: 70px;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.red {
  color: red;
}

.text-right {
  text-align: right;
}

.text-rightb {
  font-weight: bold;
  text-align: right;
}

.tcenter {
  text-align: center;
}

body {
  _zoom: 0.7;
}

.pcv {
  display: block;
}
@media screen and (max-width: 750px) {
  .pcv {
    display: none;
  }
}

.pcv1160 {
  display: block;
}
@media screen and (max-width: 1220px) {
  .pcv1160 {
    display: none;
  }
}

.pcvin {
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .pcvin {
    display: none;
  }
}

.spv {
  display: none;
}
@media screen and (max-width: 750px) {
  .spv {
    display: block;
  }
}

.detail img {
  max-width: 100%;
  height: auto;
}

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

.inview.fade,
.inview.fade1 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.inview.fade.show,
.inview.fade1.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.inview.fade2 {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.inview.fade2.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.inview.left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.inview.left.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.inview.right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.inview.right.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.inview.d1.show {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.inview.d2.show {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.inview.d3.show {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.inview.top::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  z-index: 2;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.48, 0.24, 0.96);
  transition: all 0.4s cubic-bezier(0, 0.48, 0.24, 0.96);
}

.inview.top::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  /* background-color: transparent; */
  z-index: 2;
  -webkit-transition: all 0.4s cubic-bezier(0, 0.48, 0.24, 0.96);
  transition: all 0.4s cubic-bezier(0, 0.48, 0.24, 0.96);
}

.inview.top.show::after, .inview.top.show::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.image.inview.top.show::after, .image.inview.top.show::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
header ul {
  position: relative;
  left: -4px;
}
header ul li {
  font-size: 24px;
  list-style: none;
  width: auto;
  margin: 0 1.28em;
  display: inline-block;
}
header ul li a {
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  header ul {
    left: -0.44vw;
  }
  header ul li {
    font-size: 2.67vw;
  }
}
@media screen and (max-width: 750px) {
  header ul {
    left: 0;
  }
  header ul li {
    font-size: 5vw;
  }
}

/* sp menu */
.menu {
  position: fixed;
  width: 90px;
  height: 90px;
  background: #E55D68;
  right: 0;
  top: 0;
  cursor: pointer;
  margin: 0px;
  z-index: 40;
}
.menu::before, .menu::after,
.menu .icon {
  position: absolute;
  top: 26px;
  left: 23px;
  width: 41px;
  height: 2px;
  background-color: #FFF;
  text-indent: -9999px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu::after {
  content: "";
  top: 37px;
  background: #FFF;
}
.menu::before {
  content: "";
  top: 49px;
  background: #FFF;
}
.menu .open {
  display: block;
}
.menu .close {
  display: none;
}
.menu.on {
  background: none;
}
.menu.on::before {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  background-color: #FFF;
}
.menu.on::after {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu.on .icon {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  background-color: #FFF;
}
.menu.on .open {
  display: none;
}
.menu.on .close {
  display: block;
}
.menu.on p {
  color: #FFF;
}
.menu p {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  font-size: 11px;
  margin: 0;
  letter-spacing: 0.2em;
  line-height: 1.1em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 756px) {
  .menu {
    display: block;
  }
}

#spnav {
  position: fixed;
  display: block;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  opacity: 1;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.9);
  z-index: 38;
}
#spnav .spnav_inner {
  padding: 20vw 0 0 0;
  width: 76%;
  margin: 0 auto;
}
#spnav .spnav_inner ul {
  list-style: none;
  display: block;
  border-bottom: solid 1px rgba(62, 102, 128, 0.5);
}
#spnav .spnav_inner ul li {
  font-size: 18px;
  border-top: solid 1px rgba(62, 102, 128, 0.5);
}
#spnav .spnav_inner ul li a {
  position: relative;
  display: block;
  color: #3E6680;
  text-decoration: none;
  padding: 25px 0 25px 60px;
  line-height: 1.2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#spnav .spnav_inner ul li a:hover {
  opacity: 0.5;
}
#spnav .spnav_inner ul li a::after {
  content: "";
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
  display: block;
  width: 14px;
  height: 14px;
  border-top: solid 2px #3e6680;
  border-right: solid 2px #3e6680;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#spnav h2 {
  width: 75%;
  margin: 0 auto 20px auto;
}
#spnav.view {
  opacity: 1;
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
}
@media screen and (max-width: 750px) {
  #spnav {
    width: 100vw;
    right: -105vw;
  }
  #spnav .spnav_inner ul li {
    font-size: 3.7vw;
  }
  #spnav h2 {
    width: 50%;
    margin: 0 auto 3vw auto;
  }
  #spnav.view {
    opacity: 1;
    -webkit-transform: translateX(-105vw);
    transform: translateX(-105vw);
  }
}

main {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.teaser .home_main {
  position: relative;
  width: 1160px;
  margin: 0 auto 35px auto;
}
.teaser .home_main h1 {
  position: relative;
  width: 776px;
  left: 7px;
  top: 15px;
  margin: 0 auto;
}
.teaser .home_main h2 {
  position: absolute;
  top: 577px;
  line-height: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.teaser .home_main h2 img {
  position: relative;
  left: -8px;
  width: 455px;
  margin: 0 auto;
}
.teaser .home_main figure {
  position: relative;
  width: 858px;
  margin: -100px auto 130px auto;
  z-index: -1;
}
.teaser .home_main time {
  position: absolute;
  top: 285px;
  left: 0;
  width: 325px;
  display: block;
}
.teaser .home_main aside {
  position: absolute;
  right: 6px;
  top: 274px;
}
.teaser .home_main aside:nth-of-type(1) {
  width: 109px;
}
.teaser .home_main aside:nth-of-type(2) {
  width: 79px;
  right: 15px;
  top: 380px;
}
.teaser .home_main aside img {
  width: 100%;
}
@media screen and (max-width: 1220px) {
  .teaser .home_main {
    width: 95.08vw;
    margin: 0 auto 2.87vw auto;
  }
  .teaser .home_main h1 {
    width: 63.61vw;
    left: 0.57vw;
    top: 1.23vw;
  }
  .teaser .home_main h2 {
    top: 48.11vw;
  }
  .teaser .home_main h2 img {
    left: -0.66vw;
    width: 37.3vw;
  }
  .teaser .home_main figure {
    width: 70.33vw;
    margin: -8.2vw auto 10.66vw auto;
  }
  .teaser .home_main time {
    top: 23.36vw;
    left: 0.82vw;
    width: 26.64vw;
  }
  .teaser .home_main aside {
    right: 0.82vw;
    top: 22.46vw;
  }
  .teaser .home_main aside:nth-of-type(1) {
    width: 8.93vw;
  }
  .teaser .home_main aside:nth-of-type(2) {
    width: 6.48vw;
    right: 1.23vw;
    top: 31.15vw;
  }
}
@media screen and (max-width: 750px) {
  .teaser .home_main {
    width: 95.08vw;
    margin: 0 auto 2.87vw auto;
  }
  .teaser .home_main h1 {
    position: relative;
    width: 96.25vw;
    left: auto;
    top: auto;
    margin: 28.13vw auto 0 auto;
  }
  .teaser .home_main h2 {
    top: 62.81vw;
  }
  .teaser .home_main h2 img {
    position: relative;
    left: -0.94vw;
    width: 49.5vw;
  }
  .teaser .home_main figure {
    width: 100%;
    margin: -15.63vw 0 -9.38vw 0;
    overflow: hidden;
  }
  .teaser .home_main figure img {
    width: 105vw;
    left: -2.5vw;
  }
  .teaser .home_main time {
    position: relative;
    top: auto;
    left: auto;
    width: 70.63vw;
    margin: 0 auto 20.31vw auto;
  }
  .teaser .home_main time img {
    max-width: 100%;
  }
  .teaser .home_main .head_tuadlogo {
    margin-bottom: 43.75vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .teaser .home_main aside {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 4.69vw;
  }
  .teaser .home_main aside:nth-of-type(1) {
    width: 30.63vw;
  }
  .teaser .home_main aside:nth-of-type(2) {
    width: 21.25vw;
    top: auto;
    right: auto;
  }
}

.dwrap {
  position: relative;
  width: 540px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.dwrap.centerdtext {
  text-align: center;
  margin-bottom: 220px;
}
.dwrap.centerdtext div {
  display: inline-block;
  text-align: left;
}
.dwrap .normal {
  font-size: 18px;
}
.dwrap h2,
.dwrap h3 {
  margin-bottom: 0.2em;
}
.dwrap p {
  text-align: justify;
}
.dwrap p a {
  word-break: break-all;
}
@media screen and (max-width: 900px) {
  .dwrap {
    width: 60vw;
    padding-bottom: 2.22vw;
  }
  .dwrap.centerdtext {
    margin-bottom: 24.44vw;
  }
  .dwrap .normal {
    font-size: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .dwrap {
    width: 87.5vw;
  }
  .dwrap.centerdtext {
    margin-bottom: 56.25vw;
  }
  .dwrap .normal {
    font-size: 4.06vw;
  }
}

.sub_anime {
  width: 858px;
  margin: 0 auto 140px auto;
}
.sub_anime.sanime2 {
  margin-bottom: 50px;
}
.sub_anime.sanime3 {
  width: 575px;
  margin-top: 180px;
  margin-bottom: 100px;
}
.sub_anime figcaption {
  position: relative;
  width: 462px;
  margin: 0 auto;
  top: -80px;
}
@media screen and (max-width: 900px) {
  .sub_anime {
    width: 95.33vw;
    margin: 0 auto 15.56vw auto;
  }
  .sub_anime.sanime2 {
    margin-bottom: 5.56vw;
  }
  .sub_anime.sanime3 {
    width: 63.89vw;
    margin-top: 20vw;
    margin-bottom: 11.11vw;
  }
  .sub_anime figcaption {
    width: 51.33vw;
    top: -8.89vw;
  }
}
@media screen and (max-width: 750px) {
  .sub_anime {
    width: 100%;
    margin: 0 auto 31.25vw auto;
  }
  .sub_anime figure {
    position: relative;
    width: 100%;
  }
  .sub_anime figure img {
    position: relative;
    width: 103.75vw;
    left: -1.88vw;
  }
  .sub_anime.sanime2 {
    margin-bottom: 31.25vw;
  }
  .sub_anime.sanime3 {
    width: 68.75vw;
    margin-top: 31.25vw;
    margin-bottom: 12.5vw;
  }
}

.news_wrap dl {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_wrap dl:last-of-type {
  margin-bottom: 1em;
}
.news_wrap dl dt {
  width: 6em;
}
.news_wrap dl dd {
  width: calc(100% - 6em);
}
.news_wrap .sns_wrap {
  list-style: none;
  margin-bottom: 260px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.news_wrap .sns_wrap li {
  width: 65px;
  margin-right: 45px;
}
.news_wrap .sns_wrap li:nth-of-type {
  width: 57px;
}
@media screen and (max-width: 900px) {
  .news_wrap .sns_wrap {
    margin-bottom: 28.89vw;
  }
  .news_wrap .sns_wrap li {
    width: 7.22vw;
    margin-right: 5vw;
  }
  .news_wrap .sns_wrap li:nth-of-type {
    width: 6.33vw;
  }
}
@media screen and (max-width: 750px) {
  .news_wrap dl dt {
    width: 6.5em;
  }
  .news_wrap dl dd {
    width: calc(100% - 6.5em);
  }
  .news_wrap .sns_wrap {
    margin-bottom: 37.5vw;
  }
  .news_wrap .sns_wrap li {
    width: 15vw;
    margin-right: 8.75vw;
  }
  .news_wrap .sns_wrap li:nth-of-type {
    width: 14.69vw;
  }
}

.contact_wrap {
  padding-bottom: 70px;
}
.contact_wrap .archive_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact_wrap .archive_list li {
  list-style: none;
  margin-right: 1.2em;
}
@media screen and (max-width: 900px) {
  .contact_wrap {
    padding-bottom: 7.78vw;
  }
}
@media screen and (max-width: 750px) {
  .contact_wrap {
    padding-bottom: 15.63vw;
  }
}

.news_main {
  position: relative;
  padding-top: 145px;
}
.news_main .dwrap h1 {
  margin-bottom: 2em;
}
.news_main .dwrap article {
  position: relative;
  padding-bottom: 115px;
  border-bottom: 1px solid #000;
  margin-bottom: 115px;
}
.news_main .dwrap article:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.news_main .dwrap article .news_title {
  font-size: 24px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 900px) {
  .news_main {
    padding-top: 16.11vw;
  }
  .news_main .dwrap article {
    padding-bottom: 12.78vw;
    margin-bottom: 12.78vw;
  }
  .news_main .dwrap article .news_title {
    font-size: 2.67vw;
  }
}
@media screen and (max-width: 750px) {
  .news_main {
    padding-top: 31.25vw;
  }
  .news_main .dwrap h1 {
    font-size: 6.88vw;
  }
  .news_main .dwrap article {
    padding-bottom: 25.62vw;
    margin-bottom: 25.62vw;
  }
  .news_main .dwrap article .news_title {
    font-size: 5vw;
  }
}

.side_kyousan {
  position: fixed;
  right: 0;
  font-size: 24px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  top: calc(50% - 2em);
  z-index: 5;
}
.side_kyousan a {
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .side_kyousan {
    font-size: 2.67vw;
  }
}
@media screen and (max-width: 750px) {
  .side_kyousan {
    font-size: 5vw;
  }
}

.min {
  font-family: "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", sans-serif;
}