@charset "UTF-8";

@font-face {
  font-family: "oypfonts";
  src: url("../fonts/Makinas-4-Flat.otf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "oypfont_honbun";
  src: url("../fonts/ipaexg.ttf") format("truetype");
  font-display: swap;
}

@keyframes blinking {
    0% {
        opacity: 0;
    }
    
    100% {
        opacity: 1;
    }
}

/*この下はホームページのボディ*/

body {
  font-size: 16px;
  background-image: url(../img/%E8%83%8C%E6%99%AF.png);
  background-attachment: fixed;
  margin: 0;
}

header,
footer {
  border: 1px solid #000000;
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
  margin: auto;
}

a {
    text-decoration: none;
}

#core {
  height: auto;
  width: 100%;
}

header-top {
  height: auto;
  width: 100%;
}

.pcm {
  display: block;
}

.spm {
  display: none;
}

header {
  height: auto;
  width: auto;
  display: block;
  justify-content: center;
}

.division1 {
  display: flex;
}

.section_top {
  height: auto;
  width: auto;
  text-align: center;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  justify-content: center;
}

.section_other {
  height: auto;
  width: auto;
  text-align: center;
  margin: 0;
  background-color: rgba(255, 255, 255, 1);
  display: block;
  justify-content: center;
}

footer {
  height: auto;
  width: auto;
  padding-left: 10%;
  padding-right: 10%;
  clear: both;
  display: block;
  justify-content: center;
}

.content1 {
  background-color: rgba(214, 189, 103, 1);
  width: 34%;
  text-align: right;
  padding-right: 20px;
}

.content2 {
  background-color: rgba(255, 255, 255, 1);
  width: 66%;
}

.content3 {
  background-color: rgba(255, 255, 255, 1);
  width: 40%;
  text-align: right;
  padding-right: 20px;
}

.content4 {
  background-color: rgba(255, 255, 255, 1);
  width: 60%;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 15px;
}

.content5 {
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  height: auto;
  padding: 20px 40px 50px 40px;
}

.content_chara1 {
  background-color: rgba(255, 255, 255, 1);
  width: 50%;
  text-align: left;
  display: block;
  justify-content: right;
  padding-left: 10%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
}

.content_chara2 {
  background-color: rgba(255, 255, 255, 1);
  width: 50%;
  height: auto;
  text-align: right;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 10%;
}

.content_charabutton {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: auto;
  text-align: center;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
}

.content_namebox1 {
  background-color: rgba(255, 255, 255, 1);
  width: 75%;
  height: auto;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.content_namebox2 {
  background-color: rgba(255, 255, 255, 1);
  width: 75%;
  height: auto;
  padding: 10px;
  margin-top: 8px;
  box-shadow: inset 3px 3px 0 rgba(18, 18, 18, 0.5);
  text-align: left;
  vertical-align: middle;
}

.content_namebox3 {
  background-color: rgb(236, 236, 236);
  width: 100%;
  height: auto;
  padding: 10px;
  margin-top: 8px;
  box-shadow: inset 3px 3px 0 rgba(18, 18, 18, 0.5);
  text-align: right;
  vertical-align: middle;
}

/*スマホ対応*/

@media screen and (max-width: 480px) {
  .pcm {
    display: none;
  }

  .spm {
    display: block;
  }

  body {
    font-size: 16px;
    background-image: url(../img/%E8%83%8C%E6%99%AF.png);
    background-attachment: fixed;
    margin: 0;
  }

  header,
  footer {
    border: 1px solid #000000;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    margin: auto;
  }

    a {
        text-decoration: none;
    }
    
  #core {
    height: auto;
    width: 100%;
  }

  header-top {
    height: auto;
    width: 100%;
    padding: 0;
  }

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

  header {
    height: auto;
    width: auto;
    display: block;
    justify-content: center;
  }

  .division1 {
    display: flex;
  }

  .division2 {
    display: flex;
  }

  .section_top {
    height: auto;
    width: auto;
    text-align: center;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    justify-content: center;
  }

  .section_other {
    height: auto;
    width: auto;
    text-align: center;
    margin: 0;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    justify-content: center;
  }

  footer {
    height: auto;
    width: auto;
    padding:5px 21.5px 5px 21.5px;
    clear: both;
    display: block;
    justify-content: center;
  }

  .content1 {
    background-color: rgba(214, 189, 103, 1);
    width: 34%;
    text-align: right;
    padding-right: 20px;
  }

  .content2 {
    background-color: rgba(255, 255, 255, 1);
    width: 66%;
  }

  .content3 {
    background-color: rgba(255, 255, 255, 1);
    width: 40%;
    text-align: right;
    padding-right: 20px;
  }

  .content4 {
    background-color: rgba(255, 255, 255, 1);
    width: 60%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .content5 {
    background-color: rgba(255, 255, 255, 1);
    text-align: center;
    padding: 20px 40px 50px 40px;
  }
    
  .content6 {
    background-color: rgba(255, 255, 255, 1);
    width: 55%;
    height: auto;
  }

  .content7 {
    background-color: rgba(255, 255, 255, 1);
    width: 45%;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

  .content_chara1 {
    background-color: rgba(255, 255, 255, 1);
    width: auto;
    height: auto;
    text-align: left;
    display: block;
    padding:15px 5% 15px 7.5%;
  }
  
  .content_namebox {
  background-color: rgba(255, 255, 255, 1);
  width: auto;
  height: auto;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
 }
    
 .content_namebox2 {
  background-color: rgb(236, 236, 236);
  width: auto;
  height: auto;
  padding: 5px;
  margin-top: 3px;
  box-shadow: inset 3px 3px 0 rgba(18, 18, 18, 0.5);
  text-align: middle;
  vertical-align: middle;
}
}

/*更新関連*/
.pcm {
  display: block;
}

.spm {
  display: none;
}

.update {
    display: flex;
    font-size: 20px;
    margin-right: 15px;
    animation: blinking 1s ease-in-out infinite alternate;
}

@media screen and (max-width: 480px) {
  .pcm {
    display: none;
  }

  .spm {
    display: block;
  }
    
  .update {
    animation: blinking 1s ease-in-out infinite alternate;
  }

}

/*この下は画像関連*/

.s_imgarea {
  width: 420px;
  height: 280px;
  border: 2px solid;
  margin-left: auto;
  display: block;
}

.c_img {
  width: 80%;
  height: auto;
  margin: 0 30% 0 0;
  display: flex;
  justify-content: left;
  vertical-align: middle;
}

.ca_base {
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.ca_imgarea {
  width: 240px;
  height: 400px;
  border: 6px double #f0c672;
  padding: 0;
  margin: 0 10px 0 10px;
  display: block;
}

.top_img {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
}

.top_img:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 0 10px 25px rgba(255, 255, 255, 0.7);
    content: "";
}

.top_img img{
    width: auto;
    height: auto;
}

.ca_imgarea img {
  width: 100%;
  height: 100%;
}

.cb_imgarea img {
  width: 100%;
  height: 100%;
}

.ca_imgblight {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ca_imgblight:hover {
  filter: brightness(110%);
}

.ca_img {
  object-fit: cover;
}

.cb_imgarea {
  border: 10px double;
  padding: 0;
  margin: 0 10px 0 10px;
  display: flex;
  justify-content: center;
  width: 670px;
  height: auto;
}

.pcm {
  display: block;
}

.spm {
  display: none;
}

@media screen and (max-width: 480px) {
  .s_imgarea {
    max-width: 100%;
    height: auto;
    border: 2px solid;
    padding: 0;
    margin-left: auto;
    display: block;
  }

  .s_imgarea img {
    max-width: 100%;
    height: auto;
    padding: 0;
    display: block;
  }
  
  .ca_base {
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  margin: 0;
 }

  .ca_imgarea {
  width: 155px;
  height: 260px;
  border: 6px double #f0c672;
  padding: 0;
  margin: 0 10px 0 10px;
  display: block;
 }

  .ca_imgarea img {
  width: 100%;
  height: 100%;
 }

  .cb_imgarea img {
  width: 100%;
  height: 100%;
 }

  .ca_imgblight {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
 }

  .ca_imgblight:hover {
  filter: brightness(110%);
 }

  .ca_img {
  object-fit: cover;
 }
  
  .cb_imgarea {
  border: 10px double;
  padding: 0;
  margin: 0 10px 0 10px;
  display: flex;
  justify-content: center;
  max-width: 260px;
  height: auto;
 }
  
  .cb_imgarea img {
  width: 100%;
  height: auto;
 }
}

/*この下はトップメニュー関連*/

header-nav {
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99999;
  flex-direction: column;
  height: auto;
  width: 100%;
  background-color: rgba(255, 255, 224, 0.5);
  padding: 10px, 10px, 10px, 10px;
  box-sizing: border-box;
}

.head_ul {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}

.head_li {
  list-style: none;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.head_a {
  display: flex;
  text-decoration: none;
  color: #000000;
  margin-bottom: 10px;
  margin-right: 45px;
}

.menutext {
  font-size: 20px;
  font-family: "oypfonts", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}

.menutext:hover {
  transform: scale(1.2);
  font-family: "oypfonts", sans-serif;
}

.line {
  size: 15px;
  color: #080808;
  width: 100%;
}

.line_c {
  size: 15px;
  color: #080808;
  width: 40%;
  display: block;
  justify-content: right;
}

.pcm {
  display: block;
}

.spm {
  display: none;
}

@media screen and (max-width: 480px) {
  header-nav {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99999;
    flex-direction: column;
    height: auto;
    width: 100%;
    background-color: rgba(255, 255, 224, 0.5);
    padding: 10px, 10px, 10px, 10px;
    box-sizing: border-box;
  }

  .head_ul {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .head_li {
    list-style: none;
  }

  .head_a {
    display: block;
    text-decoration: none;
    color: #000000;
    margin-bottom: 10px;
    margin-right: 45px;
  }
    
  footer-nav {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 99999;
    flex-direction: column;
    height: auto;
    width: 100%;
    background-color: rgb(255, 89, 89);
    padding: 10px, 10px, 10px, 10px;
    box-sizing: border-box;
  }
    
.link {
    text-decoration: none;
}
    
.smp-nav {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  line-height: auto;
  z-index: 99999;
}

.smp-nav_p {
  display: block;
  text-decoration: none;
  margin: 15px;
  font-size: 16px;
  color:#ffffff;
  font-family: "oypfonts", sans-serif;
}

    .line {
    size: 6px;
    color: #080808;
    width: 100%;
  }

  .menutext {
    font-size: 12px;
    font-family: "oypfonts", sans-serif;
  }

  .menutext:hover {
    transform: scale(1.2);
    font-family: "oypfonts", sans-serif;
  }
  
  .line {
  size: 15px;
  color: #080808;
  width: 100%;
}

  .line_c {
  size: 15px;
  color: #080808;
  width: 40%;
  display: block;
  justify-content: right;
 }
}

/*この下はボタン関係*/
#button1 {
  width: 280px;
  height: 40px;
  background-color: #ffffff;
  padding: 15px 20px 20px 20px;
  border: 6px ridge #808080;
  position: relative;
  top: 0;
  left: 400px;
  margin: 20px;
}

.r_button {
  border: 2px solid rgba(0, 0, 0, 0.4);
  padding: 5px;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.r_button:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(240, 198, 114, 1);
}

.button2 {
    width: 160px;
    height: 40px;
    color: #000000;
    background-color: #ffffff;
    font-size: 20px;
    font-family: "oypfonts", sans-serif;
    text-decoration: none;
    border: 2px none;
    border-radius: 6px;
    padding: 17px 8px 3px 8px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }

.button2:hover {
    background-color: #000000;
    color: #ffffff;
}

.button3 {
    width: 200px;
    height: 40px;
    color: #000000;
    background-color: #ffffff;
    font-size: 20px;
    font-family: "oypfonts", sans-serif;
    text-decoration: none;
    border: 2px none;
    border-radius: 6px;
    padding: 17px 8px 3px 8px;
    margin: 0 15px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }

.button3:hover {
    background-color: #000000;
    color: #ffffff;
}

/*六角形ボタン（キャラクター名）*/

.c_button {
  font-size: 22px;
  font-family: "oypfonts", sans-serif;
  position: relative;
  display: inline-block;
  width: 200px;
  height: 45px;
  margin: 0;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #ddc085;
  transform: translateY(-50%) translateX(0);
}

.c_button::before,
.c_button::after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border: 22px solid transparent;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.c_button::before {
  right: 100%;
  border-right-color: #ddc085;
}

.c_button::after {
  left: 100%;
  border-left-color: #ddc085;
}

/*六角形ボタン(top)*/
.topH_button {
  font-size: 34px;
  font-family: "oypfonts", sans-serif;
  position: relative;
  display: inline-block;
  width: 300px;
  height: 70px;
  margin: 0;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 70px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #ddc085;
  transform: translateY(-50%) translateX(0);
}

.topH_button::before,
.topH_button::after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border: 35px solid transparent;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}

.topH_button::before {
  right: 100%;
  border-right-color: #ddc085;
}

.topH_button::after {
  left: 100%;
  border-left-color: #ddc085;
}

.topH_button:hover {
    filter: brightness(110%);
}

@media only screen and (max-width: 480px) {
  .r_button {
    border: 2px solid rgba(0, 0, 0, 0.4);
    padding: 5px;
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }

  .r_button:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: rgba(240, 198, 114, 1);
  }
  
/*六角形ボタン（スマホ対応）*/

.c_button {
  font-size: 13px;
  font-family: "oypfonts", sans-serif;
  position: relative;
  display: inline-block;
  width: 70px;
  height: 22.5px;
  margin: 0;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 22.5px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #ddc085;
  transform: translateY(-50%) translateX(0);
}

.c_button::before,
.c_button::after {
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  border: 11px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.c_button::before {
  right: 100%;
  border-right-color: #ddc085;
}

.c_button::after {
  left: 100%;
  border-left-color: #ddc085;
 }
}

/*この下は文字関係*/

.normal {
  font-size: 20px;
  font-family: "oypfonts", sans-serif;
}

.n_middle {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "oypfonts", sans-serif;
  text-align: center;
}

.title {
  font-size: 66px;
  margin: 40px 0;
  font-family: "oypfonts", sans-serif;
}

.story1 {
  font-size: 108px;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  font-family: "oypfonts", sans-serif;
}

.story2 {
  font-size: 40px;
  margin: 15px;
  font-family: "oypfonts", sans-serif;
}

.story3 {
  font-size: 32px;
  margin: 25px;
  font-family: "oypfonts", sans-serif;
}

.story4 {
  font-size: 66px;
  margin: 0;
  text-shadow: 1px 1px 2px #080808;
  font-family: "oypfonts", sans-serif;
}

.story5 {
  font-size: 24px;
  margin-top: 60px;
  margin-left: 15px;
  line-height: 1.7;
  font-family: "oypfont_honbun", sans-serif;
}

.button1 {
  font-size: 40px;
  margin: 0;
  text-align: center;
  font-family: "oypfonts", sans-serif;
}

#h1 {
  font-size: 48px;
  font-family: "oypfonts", sans-serif;
  font-weight: bold;
}

.chara_1 {
  font-size: 30px;
  font-family: "oypfonts", sans-serif;
  margin-bottom: 5px;
}

.chara_2 {
  font-size: 96px;
  font-family: "oypfonts", sans-serif;
  text-shadow: 1px 1px 2px #080808;
  margin-top: 15px;
  margin-bottom: 5px;
}

.chara_3 {
  font-size: 20px;
  font-family: "oypfonts", sans-serif;
  margin-bottom: 5px;
}

.chara_4 {
  font-size: 20px;
  font-family: "oypfonts", sans-serif;
  margin: 8px 0 8px 8px;
}

.chara_5 {
  font-size: 30px;
  font-family: "oypfonts", sans-serif;
  margin: 8px 0 8px 8px;
}

.chara_6 {
  font-size: 20px;
  font-family: "oypfonts", sans-serif;
  margin: 8px 0 8px 8px;
}

.chara_hr {
  width: 90%;
  size: 5px;
  margin: 0 0 0 11px;
  text-align: left;
}

rt {
    font-size: 16px;
    font-family: "oypfonts", sans-serif;
    text-align: justify;
}

@media only screen and (max-width: 480px) {
  .pcm {
    display: none;
  }

  .spm {
    display: block;
  }

  .normal {
    font-size: 14px;
    font-family: "oypfonts", sans-serif;
  }

  .n_middle {
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "oypfonts", sans-serif;
    text-align: center;
  }

  .title {
    font-size: 24px;
    font-family: "oypfonts", sans-serif;
  }

  .story1 {
    font-size: 54px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-family: "oypfonts", sans-serif;
  }

  .story2 {
    font-size: 22px;
    margin: 15px;
    font-family: "oypfonts", sans-serif;
  }

  .story3 {
    font-size: 16px;
    margin: 5px;
    font-family: "oypfonts", sans-serif;
  }

  .story4 {
    font-size: 18px;
    margin: 0;
    text-shadow: 1px 1px 2px #080808;
    font-family: "oypfonts", sans-serif;
  }

  .story5 {
    font-size: 14px;
    margin-top: 16px;
    margin-left: 15px;
    line-height: 1.3;
    font-family: "oypfont_honbun", sans-serif;
  }

  .button1 {
    font-size: 24px;
    margin: 0;
    text-align: center;
    font-family: "oypfonts", sans-serif;
  }

  #h1 {
    font-size: 28px;
    font-family: "oypfonts", sans-serif;
    font-weight: bold;
  }
  
.chara_1 {
  font-size: 20px;
  font-family: "oypfonts", sans-serif;
  margin-bottom: 5px;
}

.chara_2 {
  font-size: 40px;
  font-family: "oypfonts", sans-serif;
  text-shadow: 1px 1px 2px #080808;
  margin-top: 15px;
  margin-bottom: 5px;
}

.chara_3 {
  font-size: 16px;
  font-family: "oypfonts", sans-serif;
  margin-bottom: 5px;
}

.chara_4 {
  font-size: 16px;
  font-family: "oypfonts", sans-serif;
  margin: 8px 0 8px 8px;
}

.chara_5 {
  font-size: 18px;
  font-family: "oypfonts", sans-serif;
  margin: 8px 0 8px 8px;
}
  
.chara_6 {
  font-size: 16px;
  font-family: "oypfonts", sans-serif;
  margin: 8px 0 8px 8px;
}

.chara_hr {
  width: 90%;
  size: 5px;
  margin: 0 0 0 11px;
  text-align: left;
}
    
    rt {
        font-size: 8px;
        font-family: "oypfonts", sans-serif;
        text-align: center;
    }
}
