@charset "UTF-8";

/*
Theme Name: hand maid style
Author: Yoshifuru Kamimura
Description: hand maind HPのオリジナルテーマ
Theme URI: http://ujinchu.starfree.jp/wordpress/
Version: 1
*/

/* --------------------------------------------

変数、関数定義

--------------------------------------------*/
/* ----------------------------------------------


/* ------------------------------------------------------------

基本設定

------------------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5em;
  font-family: "Sawarabi Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 130%;
  color: #55d595;
  font-weight: lighter;
  white-space: nowrap;
}

h2 {
  font-size: 42px;
  margin-top: 2em;
  margin-bottom: 1.5em;
  white-space: nowrap;
}

h3 {
  font-size: 36px;
  margin-bottom: 2rem;
  display: inline-block;
  white-space: nowrap;
}

p {
  text-align: justify;
}

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

body {
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/woodBG.png), #f8f8f8;
}

main, footer {
  overflow: hidden;
}

main > section[id] {
  margin-bottom: 150px;
}

/* ※sp */
@media screen and (max-width: 750px) {
  .sp-only {
    display: inline-block;
  }
  .sp-indent {
    content: "";
    display: inline-block;
    width: 1rem;
  }
  header,
  main,
  footer {
    padding-left: 0;
    padding-right: 0;
  }
  header .wrapper,
  #kasou .wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5.3333%;
    padding-right: 5.3333%;
  }
  body {
    background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/woodBG-sp.png);
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 28px;
    margin-top: 2em;
    margin-bottom: 1em;
  }
  h3 {
    font-size: 24px;
    padding-top: 1.5em;
    margin-bottom: 1.5rem;
    display: inline-block;
  }
  main > section[id] {
    margin-bottom: 150px;
  }
}

/* ※PC */
@media screen and (min-width: 750px) {
  .sp-only {
    display: none;
  }
  header, main {
    padding-left: 3.3333%;
    padding-right: 3.3333%;
  }
  .subfull, header.wrapper {
    padding-left: 3.3333%;
    padding-right: 3.3333%;
    margin-left: -3.3333%;
    margin-right: -3.3333%;
  }
  .full {
    margin-left: -3.3333%;
    margin-right: -3.3333%;
  }
}

/* ※PCfullscreen */
@media screen and (min-width: 1200px) {
  header,
  main section:nth-of-type(n+3),
  footer {
    padding-left: 0;
    padding-right: 0;
  }
  .wrapper {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  header .wrapper {
    width: 100%;
  }
}

/* ------------------------------------------------------------

header nav

------------------------------------------------------------ */
header {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  position: fixed;
  z-index: 100;
}

header .wrapper {
  height: 100%;
}

header nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav figure {
  max-width: 25%;
  height: auto;
  margin-top: 10%;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

header nav #ham-btn {
  width: 100%;
}

header nav #ham-btn #gnav-btn, header nav #ham-btn #gnav-check {
  display: none;
}

header nav #ham-btn #main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav #ham-btn #main-menu li {
  display: inline-block;
  margin-right: 2.8571%;
  list-style-type: none;
  font-size: 20px;
  white-space: nowrap;
}

header nav #ham-btn #main-menu li a {
  position: relative;
  text-decoration: none;
  color: black;
  display: inline-block;
}

header nav #ham-btn #main-menu li:last-child {
  margin-right: 0;
}

header nav #ham-btn #main-menu #work-menu {
  white-space: normal;
  position: relative;
}

header nav #ham-btn #main-menu #work-menu #kasou-menu {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 250px;
  left: -100%;
  text-align: center;
}

header nav #ham-btn #main-menu #work-menu #kasou-menu li {
  background: rgba(255, 255, 255, 0.3);
  margin-right: 0;
  width: 200px;
}

header nav #ham-btn #main-menu #work-menu #kasou-menu li a {
  padding: 1rem 0;
  width: 200px;
}

header nav #ham-btn #main-menu #work-menu #kasou-menu li:first-child {
  margin-top: 25px;
}

header nav #ham-btn #main-menu #work-menu:hover #kasou-menu {
  height: 100%;
  overflow: visible;
  -webkit-transition: .3s;
  transition: .3s;
}


@media screen and (max-width: 1100px) {
  header nav #ham-btn #main-menu li {
    font-size: 18px;
  }
  
}

@media screen and (min-width: 1001px) {
  #main-menu li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  #main-menu li a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
}

@media screen and (max-width: 1000px) {
  header .wrapper nav {
    position: relative;
  }
  header .wrapper nav #ham-btn {
    display: block;
    position: absolute;
    right: 0;
    width: 60px;
    height: 100%;
  }
  header .wrapper nav #ham-btn #gnav-btn {
    display: block;
    cursor: pointer;
    height: 100%;
  }
  header .wrapper nav #ham-btn #gnav-btn span, header .wrapper nav #ham-btn #gnav-btn span::before, header .wrapper nav #ham-btn #gnav-btn span::after {
    content: "";
    display: block;
    background: gray;
    width: 60px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1000;
  }
  header .wrapper nav #ham-btn #gnav-btn span::before {
    top: -15px;
  }
  header .wrapper nav #ham-btn #gnav-btn span::after {
    top: 15px;
  }
  header .wrapper nav #ham-btn #main-menu {
    opacity: 0;
    z-index: -100;
  }
  header .wrapper nav #ham-btn #main-menu li, header .wrapper nav #ham-btn #main-menu li a, header .wrapper nav #ham-btn #main-menu #kasou-menu, header .wrapper nav #ham-btn nav #main-menu #kasou-menu li a {
    display: none;
  }
  header .wrapper nav #ham-btn #gnav-check:checked ~ label #main-menu {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 500;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/ul-logo.png) no-repeat center rgba(255, 255, 255, 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .wrapper nav #ham-btn #gnav-check:checked ~ label #main-menu li {
    font-size: 20px;
    margin-right: 0;
    text-align: center;
    display: block;
    width: 50%;
    border-bottom: #ccc .5px solid;
  }
  header .wrapper nav #ham-btn #gnav-check:checked ~ label #main-menu li a {
    display: inline-block;
    width: 100%;
    padding: 1em 0;
  }
  header .wrapper nav #ham-btn #gnav-check:checked ~ label #main-menu #work-menu {
    border-bottom: none;
  }
  header .wrapper nav #ham-btn #gnav-check:checked ~ label #main-menu #work-menu > a {
    border-bottom: #ccc .5px solid;
  }
  header .wrapper nav #ham-btn #gnav-check:checked ~ label #main-menu #work-menu #kasou-menu {
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    position: static;
    text-align: center;
  }
  header .wrapper nav #ham-btn #gnav-check:checked ~ label #main-menu #work-menu #kasou-menu li {
    font-size: 20px;
    background: none;
    width: 100%;
  }
  header .wrapper nav #ham-btn #gnav-check:checked ~ label #main-menu #work-menu #kasou-menu li a {
    padding: 0;
    display: inline-block;
    position: relative;
    padding: 1em 0;
  }
  header .wrapper nav #ham-btn #gnav-check:checked ~ label #main-menu #work-menu #kasou-menu li:first-child {
    margin: 0;
  }
  header .wrapper nav #ham-btn #gnav-check:checked ~ #gnav-btn span::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(34px, 6px) rotateZ(45deg);
            transform: translate(34px, 6px) rotateZ(45deg);
    width: 30px;
  }
  header .wrapper nav #ham-btn #gnav-check:checked ~ #gnav-btn span::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(34px, -6px) rotateZ(-45deg);
            transform: translate(34px, -6px) rotateZ(-45deg);
    width: 30px;
  }
}

@media screen and (max-width: 750px) {
  header {
    height: 60px;
  }
  header .wrapper nav figure {
    width: 120px;
    margin-top: 0;
  }
  header .wrapper nav #ham-btn #gnav-btn span {
    top: 30px;
  }
  header .wrapper nav #ham-btn #main-menu li {
    width: 80%;
  }
  header .wrapper nav #ham-btn #main-menu li a, header .wrapper nav #ham-btn nav #main-menu #kasou-menu li a {
    padding: .5em 0;
  }
}

/* ------------------------------------------------------------

mv

------------------------------------------------------------ */
#mv {
  position: relative;
  margin-bottom: 225px;
}

#mv .mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60%;
  position: absolute;
  left: 10%;
  margin-top: 15%;
  z-index: 99;
}

#mv .mv-flex h1 {
  text-align: center;
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

#mv .mv-flex h1::before {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/reaf-h1-bottom.svg) left bottom/40% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  left: -45px;
}

#mv .mv-flex h1::after {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/reaf-h1-top.svg) right top/40% no-repeat;
  width: 100%;
  height: 120%;
  position: absolute;
  top: -18px;
  right: -45px;
}

#mv .mv-flex h1 .titleEn {
  font-family: "M PLUS 1c";
  font-size: 200%;
}

#mv .mv-flex h1 .titleEn2 {
  font-size: 70%;
}

#mv .mv-flex > figure:nth-of-type(1) {
  width: 60%;
  max-width: 350px;
  margin-bottom: 5%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#mv .mv-flex > figure:nth-of-type(2) {
  width: 70%;
  max-width: 400px;
  margin-bottom: 7%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#mv > figure:nth-of-type(1) {
  width: 100%;
  text-align: right;
}

#mv > figure:nth-of-type(1) > img {
  width: 80%;
}

#mv > figure:nth-of-type(2) {
  display: none;
}

@media screen and (max-width: 750px) {
  #mv {
    height: 95vh;
  }
  #mv .mv-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 0;
  }
  #mv .mv-flex h1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 50px 0;
  }
  #mv .mv-flex h1::before {
    width: 80%;
    left: -32px;
  }
  #mv .mv-flex h1::after {
    width: 80%;
    right: -32px;
  }
  #mv .mv-flex h1 .titleEn {
    font-size: 28px;
  }
  #mv .mv-flex h1 .titleEn2 {
    font-size: 20px;
  }
  #mv .mv-flex > figure:nth-of-type(1) {
    min-width: 260px;
  }
  #mv .mv-flex > figure:nth-of-type(2) {
    min-width: 290px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #mv > figure:nth-of-type(1) {
    display: none;
  }
  #mv > figure:nth-of-type(2) {
    display: block;
    width: 100%;
    height: 100%;
  }
  #mv > figure:nth-of-type(2) img {
    width: 100vw;
    height: 100%;
  }
}



/* ------------------------------------------------------------

news

------------------------------------------------------------ */
#news{
  text-align: center;

}

#news .wrapper h2 {
  display: inline-block;
  position: relative;
  margin-top: 0;
}

#news .wrapper h2::before {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/sec2-leaf-L.svg) no-repeat;
  width: 22px;
  height: 38px;
  position: absolute;
  left: -13%;
  transform: rotate(35deg);
}

#news .wrapper h2::after {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/sec2-leaf-R.svg) no-repeat;
  width: 22px;
  height: 38px;
  position: absolute;
  bottom: -10%;
  transform: rotate(35deg);
}

#news .wrapper dl{
  height: 35vh;
  overflow: scroll;
  padding: 2rem;
  background: rgba(85, 213, 149, 0.3);
  border-top: 2px solid #82c4c3;
  border-bottom: 2px solid #82c4c3;
}

#news .wrapper dl div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
  border-bottom: 1px dotted #333;
}

#news .wrapper dl div dt{
  font-size: 18px;
  width: 20%;
  text-align: left;
  white-space: nowrap;
  color: #666;

}

#news .wrapper dl div dd{
  font-size: 20px;
  width: 80%;
  text-align: left;
  padding-left: 10%;
}

#news .wrapper dl div dd a{
  color: #666;
  text-decoration: none;
  position: relative;
}

#news .wrapper dl p{
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
}

#news .wrapper dl p a{
  color: #666;
  text-decoration: none;
  position: relative;
}

#news .wrapper dl div dd a::after,#news .wrapper dl p a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;        
          transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;        
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}  

#news .wrapper dl div dd a:hover::after,#news .wrapper dl p a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  
}

#news .wrapper dl div dd a:hover,#news .wrapper dl p a:hover {
  color: #333;

}  

@media screen and (max-width: 750px) {
  #news .wrapper h2::before {
    bottom: 30%;
    left: -20%;
  }
  
  #news .wrapper h2::after {
    bottom: -20%;
    right: -20%;
  }
  
  #news .wrapper dl{
    height: 50vh;
  }
  
  #news .wrapper dl div{
    justify-content: flex-start;
  }
  
  #news .wrapper dl div dt{
    width: 100%;

  }
  
  #news .wrapper dl div dd{
    width: 100%;
  }

}

/* ------------------------------------------------------------

concept

------------------------------------------------------------ */
#concept {
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/sec-MV.jpg) top left/80% no-repeat;
}

#concept .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
}

#concept .wrapper h2 {
  margin-right: 10%;
  margin-top: 0;
  padding-bottom: 30%;
  width: 55%;
}

#concept .wrapper p {
  padding: 2em;
  background-color: rgba(85, 213, 149, 0.3);
  width: 35%;
}

@media screen and (max-width: 750px) {
  #concept {
    background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/sec-MV.jpg) center center/cover no-repeat;
    height: 80vh;
    position: relative;
    margin-bottom: 375px;
  }
  #concept .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0 0;
  }
  #concept .wrapper h2 {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  #concept .wrapper h2 figure {
    display: inline-block;
  }
  #concept .wrapper p {
    display: inline-block;
    width: 80%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -40%;
  }
}

/* ------------------------------------------------------------

material

------------------------------------------------------------ */
#material .mate-title {
  padding-top: 3.25rem;
  padding-bottom: 2rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(32, 32, 32, 0.5)), to(rgba(0, 0, 0, 0))), url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/material-bgi.png) center/cover;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(32, 32, 32, 0.5) 50%, rgba(0, 0, 0, 0) 100%), url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/material-bgi.png) center/cover;
  margin-bottom: 2rem;
}

#material .mate-title h2 {
  display: inline-block;
  margin: 0;
  color: white;
  position: relative;
}

#material .mate-title h2::before {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/mate-leaf-L.svg);
  width: 122px;
  height: 86px;
  position: absolute;
  bottom: -10%;
  left: -9%;
}

#material .mate-title h2::after {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/mate-leaf-R.svg);
  width: 127px;
  height: 78px;
  position: absolute;
  bottom: -10%;
  right: -11%;
}

#material .mate-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#material .mate-flex section {
  padding: 2rem 1rem;
  width: 32%;
  text-align: center;
}

#material .mate-flex section h3 {
  width: 50%;
}

#material .mate-flex section p {
  padding: 2rem 1rem 1rem;
}

#material .mate-flex #wood {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 193, 75, 0.3)), to(rgba(255, 193, 75, 0.3))), url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/silhouette-wood.png) center bottom/contain no-repeat, url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/material-wood-bgi.png) left bottom/cover;
  background: linear-gradient(to right, rgba(255, 193, 75, 0.3) 0%, rgba(255, 193, 75, 0.3) 100%), url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/silhouette-wood.png) center bottom/contain no-repeat, url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/material-wood-bgi.png) left bottom/cover;
}

#material .mate-flex #leather {
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/silhouette-animal.png) center bottom/contain no-repeat, url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/leather.png) center/cover;
}

#material .mate-flex #leather p {
  color: white;
}

#material .mate-flex #urushi {
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/urushi-illust.png) right bottom/60% no-repeat, #100c10;
}

#material .mate-flex #urushi p {
  color: white;
}

@media screen and (max-width: 750px) {
  #material .wrapper .mate-title {
    margin-bottom: 0;
  }
  #material .wrapper .mate-title h2::before {
    background-size: 60% 60%;
    background-repeat: no-repeat;
    bottom: -90%;
  }
  #material .wrapper .mate-title h2::after {
    background-size: 80% 80%;
    background-repeat: no-repeat;
    bottom: -75%;
    right: -23%;
  }
  #material .wrapper .mate-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #material .wrapper .mate-flex section {
    width: 100%;
  }
}

/* ------------------------------------------------------------

work

------------------------------------------------------------ */
#work .wrapper {
  text-align: center;
}

#work .wrapper h2 {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

#work .wrapper h2::before {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/work-leaf-L.svg);
  width: 106px;
  height: 40px;
  position: absolute;
  top: -20%;
  left: -25%;
}

#work .wrapper h2::after {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/work-leaf-R.svg);
  width: 101px;
  height: 39px;
  position: absolute;
  bottom: -20%;
  right: -25%;
}

#work .wrapper section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 150px 0 300px;
  position: relative;
}

#work .wrapper section .wk-flex {
  width: 35%;
}

#work .wrapper section .wk-flex a {
  display: inline-block;
  padding: 1rem;
  border: 1px #000 solid;
  font-size: 20px;
  color: black;
  text-decoration: none;
  white-space: nowrap;
  margin-top: 2rem;
}

#work .wrapper section > figure {
  width: 60%;
  height: fit-content(100%);
  position: relative;
}

#work .wrapper section > div:last-child {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 75px;
}

#work .wrapper section > div:last-child > figure {
  width: 25%;
  margin-right: 2rem;
}

#work .wrapper #sp-case .wk-flex {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#work .wrapper #sp-case > figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#work .wrapper #sp-case > figure > img {
  position: absolute;
  top: -40%;
  left: -10%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  -webkit-box-shadow: 90px 90px 0px -30px rgba(85, 213, 149, 0.2);
          box-shadow: 90px 90px 0px -30px rgba(85, 213, 149, 0.2);
}

#work .wrapper #sp-case > div:last-child {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#work .wrapper #sp-case::after {
  content: "";
  display: inline-block;
  background: rgba(255, 198, 216, 0.8);
  width: 200%;
  height: 85%;
  position: absolute;
  left: -50%;
  z-index: -2;
}

#work .wrapper #wallet > figure > img {
  position: absolute;
  top: -30%;
  right: 0%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  background: rgba(85, 213, 149, 0.2);
}

#work .wrapper #wallet::after {
  content: "";
  display: inline-block;
  background: rgba(198, 220, 255, 0.8);
  width: 200%;
  height: 85%;
  position: absolute;
  left: -50%;
  z-index: -2;
}

#work .wrapper #other {
  margin-bottom: 0;
}

#work .wrapper #other .wk-flex {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#work .wrapper #other > figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#work .wrapper #other > figure > img {
  position: absolute;
  top: -40%;
  left: 5%;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  background: rgba(85, 213, 149, 0.2);
}

#work .wrapper #other > div:last-child {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#work .wrapper #other::after {
  content: "";
  display: inline-block;
  background: rgba(255, 246, 198, 0.8);
  width: 200%;
  height: 85%;
  position: absolute;
  left: -50%;
  z-index: -2;
}

@media screen and (max-width: 1000px) {
  #work .wrapper section {
    margin-top: 0;
  }
  #work .wrapper section .wk-flex {
    width: 40%;
  }
  #work .wrapper section > figure {
    width: 55%;
  }
  #work .wrapper #sp-case > figure > img {
    top: 0%;
  }
  #work .wrapper #sp-case > figure::after {
    width: 70%;
    height: 70%;
    top: 25%;
    left: 25%;
  }
  #work .wrapper #wallet > figure > img {
    top: 0%;
  }
  #work .wrapper #wallet > figure::after {
    width: 70%;
    height: 60%;
    top: 15%;
    left: 0%;
  }
  #work .wrapper #other > figure > img {
    top: 0%;
  }
  #work .wrapper #other > figure::after {
    width: 70%;
    height: 70%;
    top: 30%;
    left: 25%;
  }
}

@media screen and (max-width: 850px) {
  #work .wrapper section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8rem 0 2rem;
  }
  #work .wrapper section .wk-flex {
    width: 100%;
    padding: 2rem;
  }
  #work .wrapper section .wk-flex h3 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #work .wrapper section > figure {
    width: 85%;
    height: auto;
    position: relative;
  }
  #work .wrapper section > div:last-child > figure {
    width: 30%;
    margin-right: 0;
  }
  #work .wrapper #sp-case .wk-flex, #work .wrapper #wallet .wk-flex, #work .wrapper #other .wk-flex {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #work .wrapper #sp-case > figure, #work .wrapper #wallet > figure, #work .wrapper #other > figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #work .wrapper #sp-case > figure > img, #work .wrapper #wallet > figure > img, #work .wrapper #other > figure > img {
    position: static;
  }
  #work .wrapper #sp-case > div:last-child, #work .wrapper #wallet > div:last-child, #work .wrapper #other > div:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #work .wrapper #sp-case::after, #work .wrapper #wallet::after, #work .wrapper #other::after {
    display: none;
  }
  #work .wrapper #sp-case {
    background: rgba(255, 198, 216, 0.8);
  }
  #work .wrapper #sp-case > figure {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  #work .wrapper #sp-case > figure::after {
    width: 70%;
    height: 35%;
    top: 15%;
    left: 30%;
  }
  #work .wrapper #wallet {
    background: rgba(198, 220, 255, 0.8);
    padding: 10rem 0 2rem;
  }
  #work .wrapper #wallet > figure::after {
    width: 80%;
    height: 80%;
    top: 5%;
    left: 15%;
  }
  #work .wrapper #other {
    background: rgba(255, 246, 198, 0.8);
  }
  #work .wrapper #other > figure::after {
    width: 80%;
    height: 80%;
    top: 5%;
    left: 15%;
  }
}

@media screen and (max-width: 750px) {
  #work .wrapper h2::before {
    background-size: 60%;
    background-repeat: no-repeat;
    left: -20%;
  }
  #work .wrapper h2::after {
    background-size: 60%;
    background-repeat: no-repeat;
    bottom: -60%;
    right: -60%;
  }
}

/* ------------------------------------------------------------

about

------------------------------------------------------------ */
#about .wrapper {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
  text-align: center;
}

#about .wrapper h2 {
  padding-bottom: 1.5em;
  margin: 0;
  display: inline-block;
  position: relative;
}

#about .wrapper h2::before {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/about-leaf-L.svg);
  width: 49px;
  height: 76px;
  position: absolute;
  bottom: 35%;
  left: -15%;
}

#about .wrapper h2::after {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/about-leaf-R.svg);
  width: 49px;
  height: 76px;
  position: absolute;
  bottom: 35%;
  right: -15%;
}

#about .wrapper .about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#about .wrapper .about-flex figure {
  width: 70%;
}

#about .wrapper .about-flex figure img {
  width: 80vw;
  height: auto;
}

#about .wrapper .about-flex p {
  width: 35%;
  padding: 2rem;
  background: rgba(85, 213, 149, 0.3);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 60%;
}

@media screen and (max-width: 800px) {
  #about .wrapper {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
  #about .wrapper h2 {
    padding-bottom: 1em;
  }
  #about .wrapper h2::before {
    background-size: 60%;
    background-repeat: no-repeat;
    bottom: -10%;
  }
  #about .wrapper h2::after {
    background-size: 60%;
    background-repeat: no-repeat;
    bottom: -10%;
    right: -22%;
  }
  #about .wrapper .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about .wrapper .about-flex figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  #about .wrapper .about-flex figure img {
    width: 100%;
  }
  #about .wrapper .about-flex p {
    width: 80%;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

/* ------------------------------------------------------------

info

------------------------------------------------------------ */
#info .wrapper {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
  text-align: center;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0) 100%), url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/images/spMV32x.png) bottom/cover no-repeat;
}

#info .wrapper h2 {
  padding-bottom: 1.5em;
  margin: 0;
  display: inline-block;
  position: relative;
  color: white;
}

#info .wrapper h2::before {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/info-leaf-L.svg);
  width: 198px;
  height: 90px;
  position: absolute;
  bottom: 35%;
  left: -20%;
}

#info .wrapper h2::after {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/info-leaf-R.svg);
  width: 126px;
  height: 95px;
  position: absolute;
  bottom: 40%;
  right: -20%;
}

#info .wrapper form {
  max-width: 772px;
  margin: 0 auto;
}

#info .wrapper form p:first-child {
  color: white;
  margin-bottom: 2rem;
}

#info .wrapper form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#info .wrapper form dl dt {
  color: white;
  width: 240px;
  text-align: left;
  font-size: 20px;
  margin-bottom: 2rem;
  margin-right: 2rem;
}

#info .wrapper form dl dd {
  width: 500px;
  text-align: left;
  margin-bottom: 2rem;
}

#info .wrapper form dl dd input[type="button"] {
  font-size: 24px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: none;
}

#info .wrapper form dl dd input[type="text"],
#info .wrapper form dl dd input[type="email"],
#info .wrapper form dl dd input[type="tel"] {
  width: 250px;
  height: 32px;
}

#info .wrapper form dl textarea {
  width: 500px;
  height: 160px;
}

#info .wrapper form p:last-child {
  text-align: center;
}

#info .wrapper form p:last-child input[type="submit"] {
  font-size: 24px;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
}

@media screen and (max-width: 850px) {
  #info .wrapper form {
    max-width: 500px;
    margin: 0 auto;
  }
  #info .wrapper form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #info .wrapper form dl dt, #info .wrapper form dl dd {
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0rem;
  }
  #info .wrapper form dl dt textarea, #info .wrapper form dl dd textarea {
    max-width: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  #info .wrapper {
    padding-right: 5.33333%;
    padding-left: 5.33333%;
  }
  #info .wrapper h2::before {
    background-size: 50%;
    background-repeat: no-repeat;
    bottom: -15%;
    left: -15%;
  }
  #info .wrapper h2::after {
    background-size: 50%;
    background-repeat: no-repeat;
    bottom: -5%;
    right: -55%;
  }
}

/* ------------------------------------------------------------

top return

------------------------------------------------------------ */
#top-return {
  text-align: right;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

#top-return .icon {
  opacity: .4;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  #top-return .icon img {
    width: 80%;
  }
}

/* ------------------------------------------------------------

footer

------------------------------------------------------------ */
footer{
  padding: 3rem 0;
  background: rgba(255, 255, 255, 0.4);
}

footer div {
  text-align: center;
}

footer p {
  padding: 3rem 0;
  text-align: center;
}

@media screen and (max-width: 750px) {
  footer p {
    padding: 20px 0;
  }
}

footer aside div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

footer aside div section{
  width: 50%;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 750px) {
  footer aside div {
      flex-direction: column;
  }
  
  footer aside div section{
      width: 100%;
      margin-bottom: 2rem;
  }
}


/* ------------------------------------------------------------

kasou-page

------------------------------------------------------------ */
#kasou {
  padding-top: 80px;
}

#kasou header {
  top: 0;
}

#kasou .breadcrumb li {
  display: inline-block;
  margin: 2rem 0 0 1rem;
}

#kasou .breadcrumb li:first-child::after {
  content: ">";
  display: inline-block;
  padding: 0 1rem;
}

#kasou section {
  margin-bottom: 6rem;
  text-align: center;
}

#kasou section h1 {
  font-size: 48px;
  color: black;
  margin: 2em 0 1.5em 0;
  position: relative;
  display: inline-block;
}

#kasou section h1::after {
  content: "";
  background: url(http://ujinchu.starfree.jp/wordpress/wp-content/themes/handmaid/svg/kasou-leaf.svg);
  width: 68px;
  height: 76px;
  position: absolute;
  bottom: 0;
  right: -25%;
}

#kasou section h1.wl-kasou-h1::after {
  right: -15%;
}

#kasou section h1.ot-kasou-h1::after {
  right: -50%;
}

#kasou section #kasou-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 3rem;
  position: relative;
}

#kasou section #kasou-v .kasou-mv {
  width: 70%;
  max-width: 60.66666vw;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#kasou section #kasou-v .kasou-svf {
  width: 20%;
  max-height: 45.5vw;
  overflow: scroll;
}

#kasou section #kasou-v .kasou-svf .kasou-svs .kasou-sv {
  margin-bottom: 1rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#kasou section .wpcontent,#kasou section .wpnews {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 6rem;
}

#kasou section .wpnews dl{
  height: 35vh;
  overflow: scroll;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  border-top: 2px solid #82c4c3;
  border-bottom: 2px solid #82c4c3;
}

#kasou section .wpnews dl div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 0;
  border-bottom: 1px dotted #333;
}

#kasou section .wpnews dl div dt{
  font-size: 18px;
  width: 20%;
  text-align: left;
  white-space: nowrap;
  color: #666;

}

#kasou section .wpnews dl div dd{
  font-size: 20px;
  width: 80%;
  text-align: left;
  padding-left: 10%;
}

#kasou section .wpnews dl div dd a{
  color: #666;
  text-decoration: none;
  position: relative;
}

#kasou section .wpnews dl p{
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
}

#kasou section .wpnews dl p a{
  color: #666;
  text-decoration: none;
  position: relative;
}

#kasou section .wpnews dl div dd a::after,#kasou section .wpnews dl p a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;        
          transform-origin: center top;
  -webkit-transition: -webkit-transform .3s;        
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}  

#kasou section .wpnews dl div dd a:hover::after,#kasou section .wpnews dl p a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  
}

#kasou section .wpnews dl div dd a:hover,#kasou section .wpnews dl p a:hover {
  color: #333;

}  


#kasou aside {
  padding: 3.25rem 0;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 150px;
}

#kasou aside p:first-child {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1.5em;
}

#kasou aside .kasou-aside-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#kasou aside .kasou-aside-v a {
  width: 30%;
  position: relative;
}

#kasou aside .kasou-aside-v a:last-of-type {
  background: #fff;
  border: 1px black solid;
}

#kasou aside .kasou-aside-v a:not(:last-child) div::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
}

#kasou aside .kasou-aside-v a:last-of-type div p {
  color: black;
}

#kasou aside .kasou-aside-v a div p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 28px;
  color: white;
  width: 100%;
  z-index: 20;
}

#kasou.kasou-wllet section #kasou-v .kasou-svf {
  height: calc(20vw *2.1);
}

@media screen and (min-width: 750px) {
  #kasou section #kasou-v .kasou-svf .kasou-sv:hover {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  #kasou section #kasou-v .kasou-mv:hover {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
  #kasou aside .kasou-aside-v a:hover {
    -webkit-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
  }
}

@media screen and (max-width: 750px) {
  #kasou {
    padding-top: 60px;
  }
  #kasou .breadcrumb li {
    display: inline-block;
    margin: 1rem 0 0 0;
  }
  #kasou section {
    margin-bottom: 80px;
  }
  #kasou section h1 {
    font-size: 28px;
  }
  #kasou section h1::after {
    background-size: 60%;
    background-repeat: no-repeat;
    bottom: -90%;
    right: -40%;
  }
  #kasou section h1.wl-kasou-h1::after {
    right: -27%;
  }
  #kasou section h1.ot-kasou-h1::after {
    right: -80%;
  }
  #kasou section #kasou-v {
    display: block;
    margin-bottom: 1.5rem;
  }
  #kasou section #kasou-v .kasou-mv {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  #kasou section #kasou-v .kasou-svf {
    width: 100%;
    height: 20vw;
    white-space: nowrap;
  }
  #kasou section #kasou-v .kasou-svf .kasou-sv {
    margin: 0 1rem 0 0;
    width: 30.5vw;
    display: inline-block;
  }
  #kasou section #kasou-v button {
    position: static;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    width: 100%;
  }
  #kasou section .wpcontent,#kaosu section .wpnews {
    padding: 1rem;
    margin-bottom: 80px;
  }
  #kasou section .wpnews h2::before {
    bottom: 30%;
    left: -20%;
  }
  
  #kasou section .wpnews h2::after {
    bottom: -20%;
    right: -20%;
  }
  
  #kasou section .wpnews dl{
    height: 50vh;
  }
  
  #kasou section .wpnews dl div{
    justify-content: flex-start;
  }
  
  #kasou section .wpnews dl div dt{
    width: 100%;

  }
  
  #kasou section .wpnews dl div dd{
    width: 100%;
  }

  #kasou.kasou-wllet section #kasou-v .kasou-svf {
    height: 23vw;
  }
  #kasou aside {
    margin-bottom: 100px;
  }
  #kasou aside p:first-child {
    font-size: 20px;
  }
  #kasou aside .kasou-aside-v {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #kasou aside .kasou-aside-v a {
    width: 100%;
    margin-bottom: 1rem;
  }
  #kasou aside .kasou-aside-v a div figure .smapic {
    width: 100%;
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 46%;
       object-position: 0% 46%;
  }
  #kasou aside .kasou-aside-v a div figure .wallpic {
    width: 100%;
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 70%;
       object-position: 0% 70%;
  }
  #kasou aside .kasou-aside-v a div figure .othepic {
    width: 100%;
    height: 175px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0% 53%;
       object-position: 0% 53%;
  }
  #kasou aside .kasou-aside-v a div p {
    font-size: 24px;
  }
  #kasou aside .kasou-aside-v a:last-of-type {
    height: 175px;
  }
}

@media screen and (min-width: 1200px) {
  #kasou section #kasou-v .kasou-svf {
    max-height: 546px;
  }
}

/* ------------------------------------------------------------

js-class

------------------------------------------------------------ */
.js-fade, .js-mvcap-fade {
  opacity: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.js-fade-up {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.js-fade-in {
  opacity: 1;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.js-scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-shrink {
  max-width: 12%;
  margin-top: 0;
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.js-posi-icon {
  position: fixed;
  bottom: 0%;
  right: 3%;
  -webkit-transform: translate(0px, -40px);
          transform: translate(0px, -40px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

#bg-js {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#photo-js {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 70%;
}

/* ------------------------------------------------------------

wordpress(sp.php,wall.php,ot.phpのdiv部分)

------------------------------------------------------------ */

article .entry-content,
article .entry-summary {
    max-width: calc(100% - (2 * 1rem));
    margin: 0 1rem;
}

@media only screen and (min-width: 768px) {
    article .entry-content,
    article .entry-summary {
        max-width: 80%;
        margin: 0 10%;
        padding: 0 60px;
    }
}

article .entry-content p {
    word-wrap: break-word;
}

article .entry-content .more-link {
    transition: color 110ms ease-in-out;
    display: inline;
    color: inherit;
}

article .entry-content .more-link:after {
    content: "\02192";
    display: inline-block;
    margin-left: 0.5em;
}

article .entry-content .more-link:hover {
    color: #0073aa;
    text-decoration: none;
}

article .entry-content a {
    text-decoration: underline;
}

article .entry-content a.button, article .entry-content a:hover {
    text-decoration: none;
}

article .entry-content a.button {
    display: inline-block;
}

article .entry-content a.button:hover {
    background: #111;
    color: #fff;
    cursor: pointer;
}

article .entry-content > iframe[style] {
    margin: 32px 0 !important;
    max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
    article .entry-content > iframe[style] {
        max-width: calc(8 * (100vw / 12) - 28px) !important;
    }
}

@media only screen and (min-width: 1168px) {
    article .entry-content > iframe[style] {
        max-width: calc(6 * (100vw / 12) - 28px) !important;
    }
}

article .entry-content .page-links a {
    margin: calc(0.5 * 1rem);
    text-decoration: none;
}

article .entry-content .wp-audio-shortcode {
    max-width: calc(100vw - (2 * 1rem));
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-audio-shortcode {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 1168px) {
    article .entry-content .wp-audio-shortcode {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

/* Blocks */
/* !Block styles */
article .entry-content > *,
article .entry-summary > * {
    margin: 32px 0;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    article .entry-content > *,
    article .entry-summary > * {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 1168px) {
    article .entry-content > *,
    article .entry-summary > * {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 768px) {
    article .entry-content > *,
    article .entry-summary > * {
        margin: 32px 0;
    }
}

article .entry-content > * > *:first-child,
article .entry-summary > * > *:first-child {
    margin-top: 0;
}

article .entry-content > * > *:last-child,
article .entry-summary > * > *:last-child {
    margin-bottom: 0;
}

article .entry-content > *.alignwide,
article .entry-summary > *.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

@media only screen and (min-width: 768px) {
    article .entry-content > *.alignwide,
    article .entry-summary > *.alignwide {
        width: 100%;
        max-width: 100%;
    }
}

article .entry-content > *.alignfull,
article .entry-summary > *.alignfull {
    position: relative;
    left: -1rem;
    width: calc(100% + (2 * 1rem));
    max-width: calc(100% + (2 * 1rem));
    clear: both;
}

@media only screen and (min-width: 768px) {
    article .entry-content > *.alignfull,
    article .entry-summary > *.alignfull {
        margin-top: calc(2 * 1rem);
        margin-bottom: calc(2 * 1rem);
        left: calc(-12.5% - 75px);
        width: calc(125% + 150px);
        max-width: calc(125% + 150px);
    }
}

article .entry-content > *.alignleft,
article .entry-summary > *.alignleft {
    /*rtl:ignore*/
    float: left;
    max-width: calc(5 * (100vw / 12));
    margin-top: 0;
    margin-left: 0;
    /*rtl:ignore*/
    margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
    article .entry-content > *.alignleft,
    article .entry-summary > *.alignleft {
        max-width: calc(4 * (100vw / 12));
        /*rtl:ignore*/
        margin-right: calc(2 * 1rem);
    }
}

article .entry-content > *.alignright,
article .entry-summary > *.alignright {
    /*rtl:ignore*/
    float: right;
    max-width: calc(5 * (100vw / 12));
    margin-top: 0;
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
    article .entry-content > *.alignright,
    article .entry-summary > *.alignright {
        max-width: calc(4 * (100vw / 12));
        margin-right: 0;
        /*rtl:ignore*/
        margin-left: calc(2 * 1rem);
    }
}

article .entry-content > *.aligncenter,
article .entry-summary > *.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    article .entry-content > *.aligncenter,
    article .entry-summary > *.aligncenter {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 1168px) {
    article .entry-content > *.aligncenter,
    article .entry-summary > *.aligncenter {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 768px) {
    article .entry-content > *.aligncenter,
    article .entry-summary > *.aligncenter {
        margin-left: 0;
        margin-right: 0;
    }
}

/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
article .entry-content .entry-content,
article .entry-content .entry-summary,
article .entry-content article,
article .entry-summary .entry-content,
article .entry-summary .entry-summary,
article .entry-summary article {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
}

@media only screen and (min-width: 768px) {
    article .entry-content .entry-content,
    article .entry-content .entry-summary,
    article .entry-content article,
    article .entry-summary .entry-content,
    article .entry-summary .entry-summary,
    article .entry-summary article {
        margin: inherit;
        max-width: inherit;
        padding: inherit;
    }
}

article .entry-content p.has-background {
    padding: 20px 30px;
}

article .entry-content .wp-block-audio {
    width: 100%;
}

article .entry-content .wp-block-audio audio {
    width: 100%;
}

article .entry-content .wp-block-audio.alignleft audio,
article .entry-content .wp-block-audio.alignright audio {
    max-width: 198px;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-audio.alignleft audio,
    article .entry-content .wp-block-audio.alignright audio {
        max-width: 384px;
    }
}

@media only screen and (min-width: 1379px) {
    article .entry-content .wp-block-audio.alignleft audio,
    article .entry-content .wp-block-audio.alignright audio {
        max-width: 385.44px;
    }
}

article .entry-content .wp-block-video video {
    width: 100%;
}

article .entry-content .wp-block-button .wp-block-button__link {
    transition: background 150ms ease-in-out;
    border: none;
    font-size: 0.88889em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.2;
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none;
    padding: 0.76rem 1rem;
    outline: none;
    outline: none;
}

article .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
    background-color: #0073aa;
}

article .entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: white;
}

article .entry-content .wp-block-button .wp-block-button__link:hover {
    color: white;
    background: #111;
    cursor: pointer;
}

article .entry-content .wp-block-button .wp-block-button__link:focus {
    color: white;
    background: #111;
    outline: thin dotted;
    outline-offset: -4px;
}

article .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
    border-radius: 5px;
}

article .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
article .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
article .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
    transition: all 150ms ease-in-out;
    border-width: 2px;
    border-style: solid;
}

article .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
article .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
article .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
    background: transparent;
}

article .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
article .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
article .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
    color: #0073aa;
    border-color: currentColor;
}

article .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: white;
    border-color: #111;
}

article .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
    color: #111;
}

article .entry-content .wp-block-archives,
article .entry-content .wp-block-categories,
article .entry-content .wp-block-latest-posts {
    padding: 0;
    list-style: none;
}

article .entry-content .wp-block-archives li,
article .entry-content .wp-block-categories li,
article .entry-content .wp-block-latest-posts li {
    color: #767676;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: calc(22px * 1.125);
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 0.75rem;
}

article .entry-content .wp-block-archives li.menu-item-has-children, article .entry-content .wp-block-archives li:last-child,
article .entry-content .wp-block-categories li.menu-item-has-children,
article .entry-content .wp-block-categories li:last-child,
article .entry-content .wp-block-latest-posts li.menu-item-has-children,
article .entry-content .wp-block-latest-posts li:last-child {
    padding-bottom: 0;
}

article .entry-content .wp-block-archives li a,
article .entry-content .wp-block-categories li a,
article .entry-content .wp-block-latest-posts li a {
    text-decoration: none;
}

article .entry-content .wp-block-archives.aligncenter,
article .entry-content .wp-block-categories.aligncenter {
    text-align: center;
}

article .entry-content .wp-block-categories ul {
    padding-top: 0.75rem;
}

article .entry-content .wp-block-categories li ul {
    list-style: none;
    padding-left: 0;
}

article .entry-content .wp-block-categories ul {
    counter-reset: submenu;
}

article .entry-content .wp-block-categories ul > li > a::before {
    font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
    font-weight: normal;
    content: "– " counters(submenu, "– ", none);
    counter-increment: submenu;
}

article .entry-content .wp-block-latest-posts.is-grid li {
    border-top: 2px solid #ccc;
    padding-top: 1rem;
    margin-bottom: 2rem;
}

article .entry-content .wp-block-latest-posts.is-grid li a:after {
    content: '';
}

article .entry-content .wp-block-latest-posts.is-grid li:last-child {
    margin-bottom: auto;
}

article .entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
    content: '';
}

article .entry-content .wp-block-preformatted {
    font-size: 0.71111em;
    line-height: 1.8;
    padding: 1rem;
}

article .entry-content .wp-block-verse {
    font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.8;
}

article .entry-content .has-drop-cap:not(:focus):first-letter {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 3.375em;
    line-height: 1;
    font-weight: bold;
    margin: 0 0.25em 0 0;
}

article .entry-content .wp-block-pullquote {
    border-color: transparent;
    border-width: 2px;
    padding: 1rem;
}

article .entry-content .wp-block-pullquote blockquote {
    color: #111;
    border: none;
    margin-top: calc(4 * 1rem);
    margin-bottom: calc(4.33 * 1rem);
    margin-right: 0;
    padding-left: 0;
}

article .entry-content .wp-block-pullquote p {
    font-size: 1.6875em;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

article .entry-content .wp-block-pullquote p em {
    font-style: normal;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-pullquote p {
        font-size: 2.25em;
    }
}

article .entry-content .wp-block-pullquote cite {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    text-transform: none;
    color: #767676;
    /*
               * This requires a rem-based font size calculation instead of our normal em-based one,
               * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
               */
    font-size: calc(1rem / (1.25 * 1.125));
}

article .entry-content .wp-block-pullquote.alignleft, article .entry-content .wp-block-pullquote.alignright {
    width: 100%;
    padding: 0;
}

article .entry-content .wp-block-pullquote.alignleft blockquote, article .entry-content .wp-block-pullquote.alignright blockquote {
    margin: 1rem 0;
    padding: 0;
    text-align: left;
    max-width: 100%;
}

article .entry-content .wp-block-pullquote.alignleft blockquote p:first-child, article .entry-content .wp-block-pullquote.alignright blockquote p:first-child {
    margin-top: 0;
}

article .entry-content .wp-block-pullquote.is-style-solid-color {
    background-color: #0073aa;
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-pullquote.is-style-solid-color {
        padding-left: 10%;
        padding-right: 10%;
    }
}

article .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 1.6875em;
    line-height: 1.3;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-pullquote.is-style-solid-color p {
        font-size: 2.25em;
    }
}

article .entry-content .wp-block-pullquote.is-style-solid-color a {
    color: #fff;
}

article .entry-content .wp-block-pullquote.is-style-solid-color cite {
    color: inherit;
}

article .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    color: #fff;
    padding-left: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
    color: inherit;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-pullquote.is-style-solid-color.alignright, article .entry-content .wp-block-pullquote.is-style-solid-color.alignleft {
        padding: 1rem calc(2 * 1rem);
    }
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
        padding-left: calc(10% + 58px + (2 * 1rem));
        padding-right: calc(10% + 58px + (2 * 1rem));
    }
}

article .entry-content .wp-block-quote:not(.is-large), article .entry-content .wp-block-quote:not(.is-style-large) {
    border-width: 2px;
    border-color: #0073aa;
    padding-top: 0;
    padding-bottom: 0;
}

article .entry-content .wp-block-quote p {
    font-size: 1em;
    font-style: normal;
    line-height: 1.8;
}

article .entry-content .wp-block-quote cite {
    /*
               * This requires a rem-based font size calculation instead of our normal em-based one,
               * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
               */
    font-size: calc(1rem / (1.25 * 1.125));
}

article .entry-content .wp-block-quote.is-large, article .entry-content .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 0;
    border-left: none;
}

article .entry-content .wp-block-quote.is-large p, article .entry-content .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
    line-height: 1.4;
    font-style: italic;
}

article .entry-content .wp-block-quote.is-large cite,
article .entry-content .wp-block-quote.is-large footer, article .entry-content .wp-block-quote.is-style-large cite,
article .entry-content .wp-block-quote.is-style-large footer {
    /*
                   * This requires a rem-based font size calculation instead of our normal em-based one,
                   * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
                   */
    font-size: calc(1rem / (1.25 * 1.125));
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-quote.is-large, article .entry-content .wp-block-quote.is-style-large {
        margin: 1rem 0;
        padding: 1rem 0;
    }

    article .entry-content .wp-block-quote.is-large p, article .entry-content .wp-block-quote.is-style-large p {
        font-size: 1.6875em;
    }
}

article .entry-content .wp-block-image {
    max-width: 100%;
}

article .entry-content .wp-block-image img {
    display: block;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-image .aligncenter {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 1168px) {
    article .entry-content .wp-block-image .aligncenter {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-image .aligncenter {
        margin: 0;
        width: calc(8 * (100vw / 12) - 28px);
    }

    article .entry-content .wp-block-image .aligncenter img {
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1168px) {
    article .entry-content .wp-block-image .aligncenter {
        width: calc(6 * (100vw / 12) - 28px);
    }

    article .entry-content .wp-block-image .aligncenter img {
        margin: 0 auto;
    }
}

article .entry-content .wp-block-image.alignfull img {
    width: 100vw;
    max-width: calc(100% + (2 * 1rem));
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-image.alignfull img {
        max-width: calc(125% + 150px);
        margin-left: auto;
        margin-right: auto;
    }
}

article .entry-content .wp-block-cover-image,
article .entry-content .wp-block-cover {
    position: relative;
    min-height: 430px;
    padding: 1rem;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-cover-image,
    article .entry-content .wp-block-cover {
        padding: 1rem 10%;
    }
}

article .entry-content .wp-block-cover-image .wp-block-cover-image-text,
article .entry-content .wp-block-cover-image .wp-block-cover-text,
article .entry-content .wp-block-cover-image h2,
article .entry-content .wp-block-cover .wp-block-cover-image-text,
article .entry-content .wp-block-cover .wp-block-cover-text,
article .entry-content .wp-block-cover h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1.6875em;
    font-weight: bold;
    line-height: 1.25;
    padding: 0;
    color: #fff;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-cover-image .wp-block-cover-image-text,
    article .entry-content .wp-block-cover-image .wp-block-cover-text,
    article .entry-content .wp-block-cover-image h2,
    article .entry-content .wp-block-cover .wp-block-cover-image-text,
    article .entry-content .wp-block-cover .wp-block-cover-text,
    article .entry-content .wp-block-cover h2 {
        font-size: 2.25em;
        max-width: 100%;
    }
}

article .entry-content .wp-block-cover-image.alignleft, article .entry-content .wp-block-cover-image.alignright,
article .entry-content .wp-block-cover.alignleft,
article .entry-content .wp-block-cover.alignright {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-cover-image.alignleft, article .entry-content .wp-block-cover-image.alignright,
    article .entry-content .wp-block-cover.alignleft,
    article .entry-content .wp-block-cover.alignright {
        padding: 1rem calc(2 * 1rem);
    }
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
    article .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
    article .entry-content .wp-block-cover-image.alignfull h2,
    article .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
    article .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
    article .entry-content .wp-block-cover.alignfull h2 {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 1168px) {
    article .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
    article .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
    article .entry-content .wp-block-cover-image.alignfull h2,
    article .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
    article .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
    article .entry-content .wp-block-cover.alignfull h2 {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-cover-image.alignfull,
    article .entry-content .wp-block-cover.alignfull {
        padding-left: calc(10% + 58px + (2 * 1rem));
        padding-right: calc(10% + 58px + (2 * 1rem));
    }

    article .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
    article .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
    article .entry-content .wp-block-cover-image.alignfull h2,
    article .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
    article .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
    article .entry-content .wp-block-cover.alignfull h2 {
        padding: 0;
    }
}

article .entry-content .wp-block-gallery {
    list-style-type: none;
    padding-left: 0;
}

article .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
article .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
    margin-bottom: 16px;
}

article .entry-content .wp-block-gallery figcaption a {
    color: #fff;
}

article .entry-content .wp-block-audio figcaption,
article .entry-content .wp-block-video figcaption,
article .entry-content .wp-block-image figcaption,
article .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
article .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 0.71111em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}

article .entry-content .wp-block-separator,
article .entry-content hr {
    background-color: #767676;
    border: 0;
    height: 2px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 2.25em;
    text-align: left;
    /* Remove duplicate rule-line when a separator
           * is followed by an H1, or H2 */
}

article .entry-content .wp-block-separator.is-style-wide,
article .entry-content hr.is-style-wide {
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-separator.is-style-wide,
    article .entry-content hr.is-style-wide {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 1168px) {
    article .entry-content .wp-block-separator.is-style-wide,
    article .entry-content hr.is-style-wide {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

article .entry-content .wp-block-separator.is-style-dots,
article .entry-content hr.is-style-dots {
    max-width: 100%;
    background-color: inherit;
    border: inherit;
    height: inherit;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-separator.is-style-dots,
    article .entry-content hr.is-style-dots {
        max-width: calc(8 * (100vw / 12) - 28px);
    }
}

@media only screen and (min-width: 1168px) {
    article .entry-content .wp-block-separator.is-style-dots,
    article .entry-content hr.is-style-dots {
        max-width: calc(6 * (100vw / 12) - 28px);
    }
}

article .entry-content .wp-block-separator.is-style-dots:before,
article .entry-content hr.is-style-dots:before {
    color: #767676;
    font-size: 1.6875em;
    letter-spacing: 0.88889em;
    padding-left: 0.88889em;
}

article .entry-content .wp-block-separator + h1:before,
article .entry-content .wp-block-separator + h2:before,
article .entry-content hr + h1:before,
article .entry-content hr + h2:before {
    display: none;
}

article .entry-content .wp-block-embed-twitter {
    word-break: break-word;
}

article .entry-content .wp-block-table th,
article .entry-content .wp-block-table td {
    border-color: #767676;
}

article .entry-content .wp-block-file {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

article .entry-content .wp-block-file .wp-block-file__button {
    display: table;
    transition: background 150ms ease-in-out;
    border: none;
    border-radius: 5px;
    background: #0073aa;
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.2;
    text-decoration: none;
    font-weight: bold;
    padding: 0.75rem 1rem;
    color: #fff;
    margin-left: 0;
    margin-top: calc(0.75 * 1rem);
}

@media only screen and (min-width: 1168px) {
    article .entry-content .wp-block-file .wp-block-file__button {
        font-size: 22px;
        padding: 0.875rem 1.5rem;
    }
}

article .entry-content .wp-block-file .wp-block-file__button:hover {
    background: #111;
    cursor: pointer;
}

article .entry-content .wp-block-file .wp-block-file__button:focus {
    background: #111;
    outline: thin dotted;
    outline-offset: -4px;
}

article .entry-content .wp-block-code {
    border-radius: 0;
}

article .entry-content .wp-block-code code {
    font-size: 1.125em;
    white-space: pre-wrap;
    word-break: break-word;
}

article .entry-content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
}

article .entry-content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    article .entry-content .wp-block-columns {
        flex-wrap: nowrap;
    }

    article .entry-content .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 32px;
    }
}

article .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: bold;
}

article .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
    font-weight: normal;
}

article .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,
article .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
article .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: inherit;
}

article .entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
    font-size: 0.71111em;
}

article .entry-content .has-small-font-size {
    font-size: 0.88889em;
}

article .entry-content .has-normal-font-size {
    font-size: 1.125em;
}

article .entry-content .has-large-font-size {
    font-size: 1.6875em;
}

article .entry-content .has-huge-font-size {
    font-size: 2.25em;
}

article .entry-content .has-primary-background-color,
article .entry-content .has-secondary-background-color,
article .entry-content .has-dark-gray-background-color,
article .entry-content .has-light-gray-background-color {
    color: #fff;
}

article .entry-content .has-primary-background-color > p,
article .entry-content .has-primary-background-color > h1,
article .entry-content .has-primary-background-color > h2,
article .entry-content .has-primary-background-color > h3,
article .entry-content .has-primary-background-color > h4,
article .entry-content .has-primary-background-color > h5,
article .entry-content .has-primary-background-color > h6,
article .entry-content .has-primary-background-color > a,
article .entry-content .has-secondary-background-color > p,
article .entry-content .has-secondary-background-color > h1,
article .entry-content .has-secondary-background-color > h2,
article .entry-content .has-secondary-background-color > h3,
article .entry-content .has-secondary-background-color > h4,
article .entry-content .has-secondary-background-color > h5,
article .entry-content .has-secondary-background-color > h6,
article .entry-content .has-secondary-background-color > a,
article .entry-content .has-dark-gray-background-color > p,
article .entry-content .has-dark-gray-background-color > h1,
article .entry-content .has-dark-gray-background-color > h2,
article .entry-content .has-dark-gray-background-color > h3,
article .entry-content .has-dark-gray-background-color > h4,
article .entry-content .has-dark-gray-background-color > h5,
article .entry-content .has-dark-gray-background-color > h6,
article .entry-content .has-dark-gray-background-color > a,
article .entry-content .has-light-gray-background-color > p,
article .entry-content .has-light-gray-background-color > h1,
article .entry-content .has-light-gray-background-color > h2,
article .entry-content .has-light-gray-background-color > h3,
article .entry-content .has-light-gray-background-color > h4,
article .entry-content .has-light-gray-background-color > h5,
article .entry-content .has-light-gray-background-color > h6,
article .entry-content .has-light-gray-background-color > a {
    color: #fff;
}

article .entry-content .has-white-background-color {
    color: #111;
}

article .entry-content .has-white-background-color > p,
article .entry-content .has-white-background-color > h1,
article .entry-content .has-white-background-color > h2,
article .entry-content .has-white-background-color > h3,
article .entry-content .has-white-background-color > h4,
article .entry-content .has-white-background-color > h5,
article .entry-content .has-white-background-color > h6,
article .entry-content .has-white-background-color > a {
    color: #111;
}

article .entry-content .has-primary-background-color,
article .entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
    background-color: #0073aa;
}

article .entry-content .has-secondary-background-color,
article .entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
    background-color: #005177;
}

article .entry-content .has-dark-gray-background-color,
article .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
    background-color: #111;
}

article .entry-content .has-light-gray-background-color,
article .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
    background-color: #767676;
}

article .entry-content .has-white-background-color,
article .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
    background-color: #FFF;
}

article .entry-content .has-primary-color,
article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
    color: #0073aa;
}

article .entry-content .has-secondary-color,
article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
    color: #005177;
}

article .entry-content .has-dark-gray-color,
article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p {
    color: #111;
}

article .entry-content .has-light-gray-color,
article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
    color: #767676;
}

article .entry-content .has-white-color,
article .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
    color: #FFF;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* Site footer */
#colophon .widget-area,
#colophon .site-info {
    margin: calc(2 * 1rem) 1rem;
}

@media only screen and (min-width: 768px) {
    #colophon .widget-area,
    #colophon .site-info {
        margin: calc(3 * 1rem) auto;
    }
}

#colophon .widget-column {
    display: flex;
    flex-wrap: wrap;
}

#colophon .widget-column .widget {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    width: 100%;
    word-wrap: break-word;
}

@media only screen and (min-width: 1168px) {
    #colophon .widget-column .widget {
        margin-right: calc(3 * 1rem);
        width: calc(50% - (3 * 1rem));
    }
}

#colophon .site-info {
    color: #767676;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

#colophon .site-info a {
    color: inherit;
}

#colophon .site-info a:hover {
    text-decoration: none;
    color: #0073aa;
}

#colophon .site-info .imprint,
#colophon .site-info .privacy-policy-link {
    margin-right: 1rem;
}

.site-info{
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    padding: 2rem 0;
    width: 100%;
}

.site-info a {
    margin-bottom: 1rem;
    display: block;
}

.site-info p {
    display: block;
}
  
@media screen and (min-width: 1200px) {
    .site-info {
        padding: 20px 0;
    }
}

@media screen and (max-width: 750px) {
    .site-info {
        padding: 20px 0;
        margin: 0 -5.555555%;
    }
}

/* Widgets */
.widget {
    margin: 0 0 1rem;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

.widget-title{
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.widget a {
    color: #0073aa;
    text-decoration: underline;
}

.widget a:hover {
    color: #005177;
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    padding: 0;
    list-style: none;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
    color: #767676;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.widget_archive ul li span,
.widget_categories ul li span,
.widget_meta ul li span,
.widget_nav_menu ul li span,
.widget_pages ul li span,
.widget_recent_comments ul li span,
.widget_recent_entries ul li span,
.widget_rss ul li span {
    font-size: 20px;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
    counter-reset: submenu;
}

.widget_archive ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_meta ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before,
.widget_pages ul ul > li > a::before,
.widget_recent_comments ul ul > li > a::before,
.widget_recent_entries ul ul > li > a::before,
.widget_rss ul ul > li > a::before {
    font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
    font-weight: normal;
    content: "– " counters(submenu, "– ", none);
    counter-increment: submenu;
}

.widget_tag_cloud .tagcloud {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

.widget_search .search-field {
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .widget_search .search-field {
        width: auto;
    }
}

.widget_search .search-submit {
    display: block;
    margin-top: 1rem;
}

.widget_calendar .calendar_wrap {
    text-align: center;
}

.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
    border: none;
}

.widget_calendar .calendar_wrap a {
    text-decoration: underline;
}

footer aside div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer aside div section{
    width: 45%;
    margin-bottom: 3rem;
}

@media only screen and (max-width: 750px) {
    footer aside div {
        flex-direction: column;
    }
    
    footer aside div section{
        width: 100%;
        margin-bottom: 2rem;
    }
}

.postform{
    font-size: 20px;
}

.search-form{
  text-align-last: left;
}

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