p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
dl {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

:is(h1, h2, h3, h4) img {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

::-moz-selection {
  background: #fbffc7;
}

::selection {
  background: #fbffc7;
}

::-moz-selection {
  background: #fbffc7;
}

::selection {
  background: #fbffc7;
}

body {
  background-color: #FEECD2;
}

header {
  width: 100%;
  text-align: center;
  background: url(../img/bg.jpg);
  background-color: #fff;
  padding: 1em;
}

.nav {
  background-image: url(../img/lace.png), url(../img/menu_left.png), url(../img/menu_right.png);
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-position: top, left top, right top;
  background-color: #5C3D0C;
  border-bottom: 1px solid #593712;
}
.nav .menu {
  margin: auto 10px;
  padding: 5vh 0;
}
@media screen and (min-width: 768px) {
  .nav .menu {
    padding-top: 0;
  }
}
.nav .menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  gap: 2vw;
}
@media screen and (min-width: 768px) {
  .nav .menu ul {
    gap: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .nav .menu ul {
    max-width: 560px;
    padding-top: 52px;
  }
}
.nav .menu ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
  width: 140px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .nav .menu ul li {
    margin: 1vh;
  }
}
.nav .menu ul li a {
  display: block;
}
.nav .menu ul li img {
  max-width: none;
  width: 1260px;
}
.nav .menu ul .topics {
  margin: 0px 0 0 0;
}
.nav .menu ul .topics:hover {
  margin: -40px 0 0 0;
}
.nav .menu ul .profile {
  margin: 0 0 0 -140px;
}
.nav .menu ul .profile:hover {
  margin: -40px 0 0 -140px;
}
.nav .menu ul .movie {
  margin: 0 0 0 -700px;
}
.nav .menu ul .movie:hover {
  margin: -40px 0 0 -700px;
}
.nav .menu ul .line {
  margin: 0 0 0 -560px;
}
.nav .menu ul .line:hover {
  margin: -40px 0 0 -560px;
}
.nav .menu ul .paint {
  margin: 0 0 0 -980px;
}
.nav .menu ul .paint:hover {
  margin: -40px 0 0 -980px;
}
.nav .menu ul .smile {
  margin: 0 0 0 -280px;
}
.nav .menu ul .smile:hover {
  margin: -40px 0 0 -280px;
}

h2 {
  background-image: url(../img/neon.png), url(../img/neon.png);
  background-position: top, bottom;
  background-repeat: repeat-x, repeat-x;
  font-weight: bold;
  color: #3D2F06;
  padding: 0.8em 0;
  text-align: center;
  margin: 1em auto;
}

main {
  max-width: 95vw;
  margin: 1em auto;
}
@media screen and (min-width: 768px) {
  main {
    max-width: 980px;
  }
}

:is(.topic, .line, .smile) article {
  max-width: 950px;
  margin: 1em auto;
  border: 1px solid #a94442;
  padding: 1em;
  background-color: #FFF;
  border-radius: 10px;
}

.topic article a {
  display: block;
  color: #E70012;
  font-size: clamp(1.2rem, 3.125vw, 1.5rem);
  line-height: clamp(1.4rem, 3.6458333333vw, 1.75rem);
  text-align: center;
}
.topic article img {
  display: block;
  max-width: 500px;
  margin: auto;
  width: 90%;
}
.topic article ul {
  width: 90%;
  max-width: 840px;
  margin: auto;
}
.topic article ul li {
  list-style-image: url(../img/listmark.jpg);
}
.topic article ul li a {
  text-align: left;
}

.profile .col_2 {
  padding: 3vw;
  display: grid;
  justify-items: center;
  align-items: end;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .profile .col_2 {
    padding: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .profile .col_2 {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .profile .col_2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .profile .col_2 .item.order01 {
    order: 1;
  }
  .profile .col_2 .item.order02 {
    order: 2;
  }
}
.profile .col_2 .item h3 {
  font-size: clamp(1.3rem, 3.3854166667vw, 1.625rem);
  line-height: clamp(2rem, 5.2083333333vw, 2.5rem);
  font-weight: 700;
  color: #17980b;
  text-align: center;
}
.profile .col_2 .item dl {
  margin: auto;
}
.profile .col_2 .item dl dt {
  float: left;
  width: 80px;
  overflow: hidden;
  clear: left;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.profile .col_2 .item dl dd {
  margin-left: 70px;
  margin-bottom: 0.4em;
}

.movie .col_2 {
  padding: 3vw;
  display: grid;
  justify-items: center;
  gap: 3vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .movie .col_2 {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .movie .col_2 {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .movie .col_2 {
    grid-template-columns: 1fr 1fr;
  }
}
.movie .col_2 h3 {
  font-size: clamp(1.3rem, 3.3854166667vw, 1.625rem);
  line-height: clamp(2rem, 5.2083333333vw, 2.5rem);
  font-weight: 700;
  color: #17980b;
  text-align: center;
}

.line article img {
  margin: 5vh auto;
  display: block;
}
.line article .container {
  max-width: 840px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .line article .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
  }
}
.line article .container .item {
  margin: 1em auto;
}
.line article .container .item:first-child {
  grid-column: 1/3;
}
.line article .container .item .bold {
  font-size: clamp(1.2rem, 3.125vw, 1.5rem);
  line-height: clamp(1.4rem, 3.6458333333vw, 1.75rem);
  font-weight: bold;
}
.line article .container .item .center {
  text-align: center;
  line-height: 2em;
}
.line article .container .item .bg_red {
  background-color: #E70012;
  color: #FFF;
  border-radius: 10px;
  padding: 10px;
}
.line article .container .item .bg_green {
  line-height: 2em;
  background-color: #3CD52E;
  color: #FFF;
  border-radius: 10px;
  padding: 10px;
}
.line article .container .item .red {
  color: #E70012;
}
.line article .container .item .buy {
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: clamp(1rem, 2.6041666667vw, 1.25rem);
  line-height: clamp(1.5rem, 3.90625vw, 1.875rem);
  color: #ffffff;
  padding: 10px 22px;
  background-color: #17980b;
  background: -moz-linear-gradient(top, #52d401 0%, #17980b);
  background: -webkit-gradient(linear, left top, left bottom, from(#52d401), to(#17980b));
  border-radius: 22px;
  border: 1px solid #33ae17;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3), inset 0px 0px 0px rgba(255, 255, 255, 0.2);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px rgb(255, 255, 255);
  margin: auto;
  display: block;
  text-align: center;
  width: 50vw;
}
@media screen and (min-width: 768px) {
  .line article .container .item .buy {
    width: 15vw;
  }
}
.line article .container .item p {
  margin: 1em auto;
}
.line article .container .item img {
  display: block;
  margin: auto;
}
.line article .container_col2 {
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 1vw;
  margin: auto;
  border: #33c70b solid 1px;
  color: #33c70b;
}
@media screen and (min-width: 768px) {
  .line article .container_col2 {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .line article .container_col2 {
    grid-template-columns: 1fr 1fr;
  }
}
.line article .container_col2 img {
  margin: 2vh auto;
  display: block;
}
.line article h3 {
  font-size: clamp(1.4rem, 3.6458333333vw, 1.75rem);
  line-height: clamp(1.6rem, 4.1666666667vw, 2rem);
  font-weight: 700;
  margin: 3vh 0;
}
.line article h4 {
  font-size: clamp(1.3rem, 3.3854166667vw, 1.625rem);
  line-height: clamp(1.6rem, 4.1666666667vw, 2rem);
  font-weight: 700;
  color: #33c70b;
}
.line article ul {
  max-width: 800px;
  margin: auto;
}
.line article ul li {
  margin: 5vh auto;
}
.line article ul li .linetxt {
  margin: 0 0 0 2rem;
}

.paint h3 {
  font-size: clamp(1.3rem, 3.3854166667vw, 1.625rem);
  line-height: clamp(2rem, 5.2083333333vw, 2.5rem);
  font-weight: 700;
  color: orangered;
  text-align: center;
}
.paint ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.paint ul li {
  margin: 1vw;
}
.paint ul li a:focus, .paint ul li a:hover {
  opacity: 0.6;
}
.paint ul li img {
  border: 1px solid #FDC986;
  box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 5px -2px rgba(0, 0, 0, 0.4);
}

.smile .col_2 {
  display: grid;
  justify-items: center;
  gap: 3vw;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .smile .col_2 {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .smile .col_2 {
    grid-template-columns: 2fr 1fr;
  }
}

.btn-fb {
  background: #1877f2;
  transition-duration: 0.3s;
}
.btn-fb:hover {
  filter: opacity(70%);
}
.btn-fb img {
  width: 22px;
  height: 22px;
}

.btn-tw {
  background: #1da1f2;
  transition-duration: 0.3s;
}
.btn-tw:hover {
  filter: opacity(70%);
}
.btn-tw img {
  width: 32px;
  height: 32px;
}

.btn-li {
  background: #1eb900;
  transition-duration: 0.3s;
}
.btn-li:hover {
  filter: opacity(70%);
}
.btn-li img {
  width: 28px;
  height: 28px;
}

.btn-mail {
  background: #888;
  transition-duration: 0.3s;
}
.btn-mail:hover {
  filter: opacity(70%);
}
.btn-mail img {
  width: 20px;
  height: 20px;
}

.snsbtn {
  padding-top: 1em;
  display: flex;
  justify-content: center;
}
.snsbtn a {
  display: block;
  position: relative;
  width: 118px;
  height: 34px;
  line-height: 48px;
  color: #fff;
  margin-right: 2px;
}
.snsbtn a:last-child {
  margin-right: 0;
}
.snsbtn a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.snsbtn2 {
  margin: 1rem;
  display: flex;
  justify-content: center;
}
.snsbtn2 a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 48px;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
}
.snsbtn2 a:last-child {
  margin-right: 0;
}
.snsbtn2 a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.snsbtn3 a {
  width: 120px;
}
.snsbtn3 a i {
  width: 120px;
}

footer {
  background: url(../img/bg.jpg);
  background-color: #ff1717;
  padding-bottom: 1em;
  line-height: 1.4em;
  color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer {
    width: 100%;
  }
}
footer a {
  color: #fff;
}

#sp-footer {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  #sp-footer {
    display: none;
  }
}
#sp-footer li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  list-style: none;
  width: 32%;
  font-size: 70%;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
#sp-footer a {
  display: block;
  padding: 0.8em;
  color: #fff;
}
#sp-footer a:hover {
  background: #63a1ff;
  color: #555;
  border-radius: 8px;
  text-decoration: none;
}
#sp-footer a:active {
  background: #63a1ff;
  color: #555;
  border-radius: 8px;
  text-decoration: none;
}
#sp-footer img {
  max-width: 30px;
}

#pnkz {
  display: none;
}
@media screen and (min-width: 768px) {
  #pnkz {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    padding: 1rem 0;
    font-size: 0.9rem;
  }
}

#copyright {
  text-align: center;
  font-size: 0.5em;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  #copyright {
    max-width: 980px;
    margin: 0 auto;
    font-size: 0.6em;
  }
}/*# sourceMappingURL=style.css.map */