<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------------

  Common styles
  !!!!! DO NOT edit this styles !!!!!

--------------------------------------------------------------------*/
html {
  background-color: transparent;
  background-image: none;
}

body {
  background: #fff url(../images/bg.jpg) center top fixed;
  font-family: "Kumoyaji", sans-serif;
  font-feature-settings: "halt", "vhal";
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  body {
    background-image: none;
  }
  body * {
    box-sizing: border-box;
  }
  body:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 140%;
    background: url(../images/bg_sp.jpg) no-repeat left top;
    background-size: 100% auto;
  }
}

html,
body,
td,
th {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: left;
  color: #000;
}

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

  link style

--------------------------------------------------------------------*/
a {
  color: #5a8d55;
  text-decoration: none;
  transition: all 0.25s;
}

a:link {
  color: #5a8d55;
  text-decoration: none;
}

a:visited {
  color: #5a8d55;
  text-decoration: none;
}

a:hover {
  color: #53ca48;
  text-decoration: none;
}

a:active {
  color: #53ca48;
  text-decoration: none;
}

/*----------------------------
	  image link style
	----------------------------*/
a.external img {
  vertical-align: middle;
}

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

  image style

--------------------------------------------------------------------*/
img {
  border: 0 none;
}

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

  list style

--------------------------------------------------------------------*/
ul,
ol,
li {
  line-height: 1em;
}

#wrapper {
  text-align: left;
  width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

#header {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  padding: 50px 0 0 0;
  text-shadow: 0px 3px 4px #071831, 0px 0px 8px #071831;
}
@media screen and (max-width: 600px) {
  #header {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
  }
}
#header h1,
#header p,
#header #tweet,
#header .notice {
  font-weight: normal;
  writing-mode: vertical-rl;
}
#header h1 {
  font-size: 3rem;
  margin: 0 0 0 1rem;
  color: #f8eb61;
}
@media screen and (max-width: 600px) {
  #header h1 {
    text-align: center;
    float: none;
    height: auto;
    margin: 0 auto 20px;
  }
}
#header h1 small {
  font-size: 1.25rem;
  text-align: right;
  display: block;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  #header p {
    margin: 0 auto;
  }
}
#header .yodogawa {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  #header .yodogawa {
    flex-direction: column;
    width: 100%;
  }
}
#header .yodogawa p:first-child {
  font-size: 1.125rem;
  color: #f8eb61;
}
@media screen and (max-width: 600px) {
  #header .yodogawa p:first-child {
    font-size: 1rem;
  }
}
#header .yodogawa p:last-child {
  font-size: 0.875rem;
  margin-top: 5.5rem;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  #header .yodogawa p:last-child {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  #header .yodogawa p:first-child, #header .yodogawa p:last-child {
    margin-top: 2em;
  }
}
#header .yodogawa a {
  color: #f8eb61;
}
@media (hover: hover) {
  #header .yodogawa a:hover {
    color: #bf2b40;
  }
}
#header .notice {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0 10px 0 0;
  color: #fff;
}
#header .notice li {
  line-height: 1.5;
  list-style-type: none;
}
#header .notice a, #header .notice a:link, #header .notice a:visited {
  text-decoration: none;
  color: #5a8d55;
}
#header .notice a:active {
  text-decoration: none;
  color: #53ca48;
}
@media (hover: hover) {
  #header .notice a:hover {
    text-decoration: none;
    color: #53ca48;
  }
}
#header .tweetbtn {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  #header .tweetbtn {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#header .tweetbtn #tweet,
#header .tweetbtn .notice {
  padding-top: 88px;
}
@media screen and (max-width: 600px) {
  #header .tweetbtn #tweet,
  #header .tweetbtn .notice {
    padding-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  #header .tweetbtn #tweet {
    width: auto;
    margin: 0 auto;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 600px) {
  #header .tweetbtn .notice {
    writing-mode: horizontal-tb;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  color: #ffffff;
  border-radius: 10px;
  background-color: #bf2b40;
  text-shadow: none;
}
.btn:link, .btn:visited {
  color: #ffffff;
}
.btn svg {
  width: 1.5em;
  height: 1.5em;
  margin-bottom: 0.25em;
  fill: #ffffff;
}
@media (hover: hover) {
  .btn:hover {
    color: #f8eb61;
    background-color: #bf2b40;
  }
}
.btn-post {
  font-size: 1.25rem;
}
.btn-secondary {
  color: #ffffff;
  background-color: #5a8d55;
}
.btn-secondary:link, .btn-secondary:visited {
  color: #ffffff;
}
@media (hover: hover) {
  .btn-secondary:hover {
    color: #f8eb61;
    background-color: #5a8d55;
  }
}
.btn-tertiary {
  color: #5a8d55;
  background-color: #ffffff;
}
.btn-tertiary:link, .btn-tertiary:visited {
  color: #5a8d55;
}
@media (hover: hover) {
  .btn-tertiary:hover {
    color: #53ca48;
    background-color: #ffffff;
  }
}

#items {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  #items {
    flex-wrap: wrap;
    width: 100%;
  }
}

.tanzaku-frame {
  display: flex;
  flex-direction: row-reverse;
  width: 195px;
  height: 575px;
}
@media screen and (max-width: 600px) {
  .tanzaku-frame {
    position: relative;
    zoom: var(--tanzaku-zoom);
    padding-top: 0 !important;
    background-position: center top !important;
  }
}

.tanzaku-frame1 {
  background: url(../images/t2/tanzaku1.png) no-repeat center top;
  background-size: contain;
}

.tanzaku-frame2 {
  background: url(../images/t2/tanzaku2.png) no-repeat center top;
  background-size: contain;
}

.tanzaku-frame3 {
  background: url(../images/t2/tanzaku3.png) no-repeat center top;
  background-size: contain;
}

.tanzaku-frame4 {
  background: url(../images/t2/tanzaku4.png) no-repeat center top;
  background-size: contain;
}

.tanzaku-frame5 {
  background: url(../images/t2/tanzaku5.png) no-repeat center top;
  background-size: contain;
}

.tanzaku-frame6 {
  background: url(../images/t2/tanzaku6.png) no-repeat center top;
  background-size: contain;
}

.tanzaku-frame7 {
  background: url(../images/t2/tanzaku7.png) no-repeat center top;
  background-size: contain;
}

.tanzaku {
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
  width: calc(100% - 50px);
  height: 100%;
  padding: 120px 20px 20px 0;
  writing-mode: vertical-rl;
}

.twid {
  line-height: 1.2;
  text-align: right;
  box-sizing: border-box;
  padding: 120px 5px 20px 20px;
  writing-mode: vertical-rl;
}
.twid img {
  width: 25px;
  height: 25px;
  margin-top: 5px;
}

#more {
  height: 200px;
  margin-right: auto;
  margin-left: 0;
  padding-right: 20px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 600px) {
  #more {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
    writing-mode: horizontal-tb;
  }
}

#contents {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  #contents {
    flex-direction: column;
    height: auto;
  }
}

#date {
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  color: #ffffff;
}

#footer {
  margin: 0 auto;
  padding-bottom: 50px;
}
#footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 600px) {
  #footer ul {
    text-align: center;
    flex-wrap: wrap;
  }
}
#footer li {
  margin-right: 10px;
  list-style: none;
}
@media screen and (max-width: 600px) {
  #footer li {
    justify-content: center;
    margin: 5px;
  }
}
#footer li:last-child {
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  #footer li:last-child {
    width: 100%;
    margin-top: 2em;
  }
}
#footer li .btn {
  box-sizing: border-box;
  padding: 0.5em 1em;
  min-height: 44px;
}
@media screen and (max-width: 600px) {
  #footer li .btn {
    min-height: 0px;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>