@charset "UTF-8";
/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .device-sp br:not([role='device-sp']) {
    display: block;
  }
  .device-sp br:not([role='device-sp']).pcOnly {
    display: none;
  }
  .device-sp br:not([role='device-sp']).spOnly {
    display: block;
  }
}

img {
  vertical-align: top;
  max-width: 100%;
}

/* ===============================================================================
Header
=============================================================================== */
header[role="index"] {
  background-color: #ffe65a;
}

header[role="index"] > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  height: 70px;
  margin: 0 auto;
}

header[role="index"] > div h1 a img {
  width: 260px;
}

header[role="index"] > div ul {
  display: table;
}

header[role="index"] > div ul li {
  display: table-cell;
}

header[role="index"] > div ul li a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 20px;
}

header[role="index"] > div ul li a:not([href]) {
  background: #ffffff;
  border: 1px solid;
}

header[role="index"] > div ul li a img {
  display: block;
  width: 100%;
  height: 100%;
}

header[role="index"] > div ul li + li {
  padding-left: 8px;
}

@media screen and (max-width: 640px) {
  header[role="index"] {
    background-size: 105.75px 52.5px;
  }
  header[role="index"] > div {
    height: 54px;
    margin: 0 auto;
    padding: 0 3.125vw;
  }
  header[role="index"] > div h1 a img {
    width: 182px;
  }
  header[role="index"] > div ul li a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 15px;
  }
}

/* ===============================================================================
Main
=============================================================================== */
#page {
  z-index: 0;
}

main a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}

.main {
  font-family: "A1 Gothic B",sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000000;
  overflow: hidden;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.wrapper .contents {
  padding: 30px 0;
}

.contents section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.contents > section div.frame {
  margin-bottom: 15px;
  border: solid 3px;
  box-sizing: border-box;
  position: relative;
}

.contents > section div.frame img {
  position: absolute;
  max-width: initial;
  opacity: 0;
  transform: scale(0.8);
}

.contents > section div.frame img.active {
  -webkit-animation: pulsate-fwd 0.5s ease-in-out both;
  animation: pulsate-fwd 0.5s ease-in-out both;
  opacity: 1;
  transform: scale(1);
}

.contents > section div.frame img.no-active {
  opacity: 1;
  transform: scale(1);
  -webkit-animation: none !important;
  animation: none !important;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-1-15 10:4:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulsate-fwd {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (min-width: 641px) {
  .contents > section div.frame.active img {
    -webkit-animation: pulsate-fwd 0.5s ease-in-out both;
    animation: pulsate-fwd 0.5s ease-in-out both;
    opacity: 1;
    transform: scale(1);
  }
  .contents > section div.frame img.delay {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .contents > section div.frame img.delay1 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .contents > section div.frame img.delay2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .contents > section div.frame img.delay3 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .contents > section div.frame img.delay4 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
}

.contents > section div.frame a {
  display: block;
  position: absolute;
  background-color: #079eb1;
  border: 3px solid #000000;
  border-radius: 30px;
  width: 180px;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  padding: .8em 0 .8em 2.5em;
}

.contents > section div.frame a.btn_right {
  left: auto;
  right: 15px;
}

.contents > section div.frame a:hover span {
  transition: opacity 0.3s;
  opacity: 0.4;
}

.contents > section div.frame a::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #079eb1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: translate(8px, 8px);
  mix-blend-mode: multiply;
}

.contents > section div.frame a span::after {
  font-family: "Material Design Icons";
  content: "\F054";
  position: absolute;
  top: 50%;
  right: 31px;
  font-size: 24px;
  color: #ffffff;
  transform: translate(0, -50%);
  font-weight: normal;
  line-height: 1;
  direction: ltr;
  text-transform: none;
  font-style: normal;
  font-variant: normal;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}

@-webkit-keyframes sdb {
  0% {
    transform: translate(0, -50%);
  }
  20% {
    transform: translate(10px, -50%);
  }
  40% {
    transform: translate(0, -50%);
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, -50%);
  }
  20% {
    transform: translate(10px, -50%);
  }
  40% {
    transform: translate(0, -50%);
  }
}

.contents section.start {
  margin-bottom: 30px;
}

.start div.frame01 {
  background: url(../img/frame01.jpg) no-repeat;
  background-size: cover;
  width: 684px;
  height: 538px;
}

.start div.frame02 {
  background: url(../img/frame02.jpg) no-repeat;
  background-size: cover;
  width: 260px;
  height: 538px;
}

.start div.frame03 {
  background: url(../img/frame03.jpg) no-repeat;
  background-size: cover;
  width: 470px;
  height: 313px;
}

.start div.frame04 {
  background: url(../img/frame04.jpg) no-repeat;
  background-size: cover;
  width: 470px;
  height: 313px;
}

.start div.frame01 img {
  width: 314px;
  top: -30px;
  left: -20px;
}

.start div.frame01 img.illust01 {
  width: 162px;
  top: auto;
  bottom: -7px;
  left: -12px;
}

.start div.frame02 img {
  width: 236px;
  top: 120px;
  left: -130px;
}

.start div.frame03 img {
  width: 150px;
  top: -13px;
  left: -10px;
}

.start div.frame04 img:nth-of-type(1) {
  width: 175px;
  top: -16px;
  left: -85px;
}

.start div.frame04 img:nth-of-type(2) {
  width: 185px;
  top: -49px;
  right: -22px;
}

.dora div.frame05 {
  background: url(../img/frame05.jpg) no-repeat;
  background-size: cover;
  width: 720px;
  height: 560px;
}

.dora div.frame05 img {
  width: 220px;
  bottom: 14px;
  left: 14px;
}

.dora div.frame05 img.title {
  width: 334px;
  top: 14px;
  left: 14px;
}

.dora div.frame05 img.copyright {
  width: 70px;
  bottom: -26px;
  left: -4px;
}

.dora div.frame06 {
  width: 220px;
  height: 560px;
  background-size: auto auto;
  background-color: #46a7be;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #079eb1 6px, #079eb1 7.5px);
}

.dora div.frame06 img.first {
  width: 302px;
  top: -18px;
  left: -68px;
}

.dora div.frame06 img.second {
  width: 400px;
  top: 164px;
  left: -170px;
}

.dora div.frame06 img.third {
  width: 379px;
  bottom: -36px;
  left: -145px;
}

.tools div.frame07 {
  width: 220px;
  height: 560px;
  background-size: auto auto;
  background-color: #ff8c8e;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #f56567 6px, #f56567 7.5px);
}

.tools div.frame07 img.first {
  width: 303px;
  top: 12px;
  left: -19px;
  z-index: 1;
}

.tools div.frame07 img.second {
  width: 133px;
  bottom: 22px;
  left: -15px;
}

.tools div.frame07 img.third {
  width: 150px;
  bottom: 36px;
  right: -70px;
  z-index: 1;
}

.tools div.frame08 {
  background: url(../img/frame06.jpg) no-repeat;
  background-size: cover;
  width: 720px;
  height: 560px;
}

.tools div.frame08 img.title {
  width: 372px;
  top: 17px;
  left: 16px;
}

.contents > section div.frame07 a,
.contents > section div.frame07 a::before {
  background-color: #f56567;
}

.lottery div.frame09 {
  background: url(../img/frame07.jpg) no-repeat;
  background-size: cover;
  width: 468px;
  height: 560px;
}

.lottery div.frame09 img:nth-of-type(1) {
  width: 90px;
  top: -27px;
  right: -7px;
}

.lottery div.frame09 img:nth-of-type(2) {
  width: 274px;
  bottom: 53px;
  left: 65px;
}

.lottery div.frame09 img.title {
  width: 287px;
  top: 22px;
  left: 18px;
}

.contents > section div.frame09 a,
.contents > section div.frame09 a::before {
  background-color: #43a1b9;
}

.lottery div.frame10 {
  background: url(../img/frame08.jpg) no-repeat;
  background-size: cover;
  width: 468px;
  height: 560px;
}

.lottery div.frame10 img:nth-of-type(1) {
  width: 90px;
  top: -27px;
  right: -7px;
}

.lottery div.frame10 img:nth-of-type(2) {
  width: 243px;
  top: 124px;
  left: 3px;
}

.lottery div.frame10 img.title {
  width: 225px;
  top: 22px;
  left: 20px;
}

.contents > section div.frame10 a,
.contents > section div.frame10 a::before {
  background-color: #b36428;
}

.lottery div.frame10 {
  background: url(../img/frame08.jpg) no-repeat;
  background-size: cover;
  width: 468px;
  height: 560px;
}

.write div.frame11 {
  background: url(../img/frame09.jpg) no-repeat;
  background-size: cover;
  width: 720px;
  height: 560px;
}

.write div.frame11 img.title {
  width: 402px;
  top: 28px;
  left: 23px;
}

.write div.frame12 {
  width: 220px;
  height: 560px;
  background-size: auto auto;
  background-color: #98cacd;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #a8d2d5 6px, #a8d2d5 7.5px);
}

.write div.frame12 img.first {
  width: 418px;
  top: 7px;
  right: -10px;
}

.write div.frame12 img.second {
  width: 312px;
  top: 162px;
  right: -11px;
}

.write div.frame12 img.third {
  width: 369px;
  bottom: 29px;
  right: 14px;
}

.contents > section div.frame12 a,
.contents > section div.frame12 a::before {
  background-color: #73b7bb;
}

.abt div.frame13 {
  background: url(../img/frame10.jpg) no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-color: #ffffff;
  width: 468px;
  height: 560px;
}

.abt div.frame13 img {
  width: 152px;
  top: -21px;
  right: 3px;
}

.contents > section div.frame13 a,
.contents > section div.frame13 a::before {
  background-color: #aa84ab;
}

.abt div.frame h2 {
  font-size: 24px;
  padding-top: 26px;
  padding-left: 20px;
}

.abt div.frame14 {
  background: url(../img/frame11.jpg) no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-color: #ffffff;
  width: 468px;
  height: 560px;
}

.abt div.frame14 img {
  width: 183px;
  top: -23px;
  right: -13px;
}

.abt div.frame14 h2 {
  padding-top: 20px;
  line-height: 1.29;
}

.abt div.frame14 h2 span {
  font-size: 14px;
}

.contents > section div.frame14 a,
.contents > section div.frame14 a::before {
  background-color: #326f1d;
}

.event div.frame15 {
  background: url(../img/frame12.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 560px;
}

.contents > section div.frame15 a,
.contents > section div.frame15 a::before {
  background-color: #f2b502;
}

.items div.frame h2 {
  font-size: 21px;
  line-height: 1.47;
  padding-top: 20px;
  padding-left: 14px;
  text-indent: -.5em;
}

.items div.frame16 h2 span {
  font-size: 13px;
  font-family: "A1 Gothic M",sans-serif;
}

.items div.frame16 {
  background: url(../img/frame13.jpg) no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-color: #ffffff;
  width: 468px;
  height: 560px;
}

.items div.frame16 img.first {
  width: 189px;
  top: -38px;
  right: -20px;
}

.items div.frame16 img.second {
  width: 88px;
  top: 100px;
  right: 15px;
}

.contents > section div.frame16 a,
.contents > section div.frame16 a::before {
  background-color: #ee2843;
}

.items div.frame17 {
  background: url(../img/frame14.jpg) no-repeat;
  background-size: contain;
  background-position: center bottom;
  background-color: #ffffff;
  width: 468px;
  height: 560px;
}

.items div.frame17 img {
  width: 183px;
  top: -27px;
  right: 8px;
}

.contents > section div.frame17 a,
.contents > section div.frame17 a::before {
  background-color: #ff9eba;
}

@media screen and (max-width: 960px) {
  .wrapper .contents {
    padding: 30px 1.9vw;
  }
  .contents > section div.frame {
    margin-bottom: 1.9vw;
  }
  .start div.frame01 {
    width: 68.4vw;
    height: 0;
    padding-top: 55.7%;
  }
  .start div.frame02 {
    width: 26vw;
    height: 0;
    padding-top: 55.7%;
  }
  .start div.frame03 {
    width: 47vw;
    height: 0;
    padding-top: 32.5%;
  }
  .start div.frame04 {
    width: 47vw;
    height: 0;
    padding-top: 32.5%;
  }
  .start div.frame01 img {
    width: 31.4vw;
    top: -3vw;
    left: -2vw;
  }
  .start div.frame01 img.illust01 {
    width: 16.2vw;
    bottom: -.5vw;
    left: -1vw;
  }
  .start div.frame02 img {
    width: 23.6vw;
    top: 12vw;
    left: -13vw;
  }
  .start div.frame03 img {
    width: 15vw;
    top: -1.3vw;
    left: -1vw;
  }
  .start div.frame04 img:nth-of-type(1) {
    width: 17.5vw;
    top: -1.6vw;
    left: -8.5vw;
  }
  .start div.frame04 img:nth-of-type(2) {
    width: 18.5vw;
    top: -4.9vw;
    right: -2.2vw;
  }
  .dora div.frame05 {
    width: 72vw;
    height: 0;
    padding-top: 56%;
  }
  .dora div.frame05 img {
    width: 22vw;
    bottom: 1.4vw;
    left: 1.4vw;
  }
  .dora div.frame05 img.title {
    width: 33.4vw;
    top: 1.4vw;
    left: 1.4vw;
  }
  .dora div.frame06 {
    width: 22vw;
    height: 0;
    padding-top: 56%;
  }
  .dora div.frame06 img.first {
    width: 30.2vw;
    top: -1.8vw;
    left: -6.8vw;
  }
  .dora div.frame06 img.second {
    width: 40vw;
    top: 16.4vw;
    left: -17vw;
  }
  .dora div.frame06 img.third {
    width: 37.9vw;
    bottom: -3.6vw;
    left: -14.5vw;
  }
  .contents > section div.frame a {
    left: 0;
  }
  .tools div.frame07 {
    width: 22vw;
    height: 0;
    padding-top: 56%;
  }
  .tools div.frame08 {
    width: 72vw;
    height: 0;
    padding-top: 56%;
  }
  .tools div.frame07 img.first {
    width: 30.3vw;
    top: 1.2vw;
    left: -1.9vw;
  }
  .tools div.frame07 img.second {
    width: 13.3vw;
    bottom: 2.2vw;
    left: -1.5vw;
  }
  .tools div.frame07 img.third {
    width: 15vw;
    bottom: 3.6vw;
    right: -7vw;
  }
  .tools div.frame08 img.title {
    width: 37.2vw;
    top: 2.2vw;
    left: 1.8vw;
  }
  .lottery div.frame09 {
    width: 46.8vw;
    height: 0;
    padding-top: 56%;
  }
  .lottery div.frame09 img.title {
    width: 28.7vw;
    top: 2.2vw;
    left: 1.8vw;
  }
  .lottery div.frame09 img:nth-of-type(2) {
    width: 27.4vw;
    bottom: 5.3vw;
    left: 6.5vw;
  }
  .lottery div.frame10 {
    width: 46.8vw;
    height: 0;
    padding-top: 56%;
  }
  .lottery div.frame10 img:nth-of-type(1) {
    width: 9vw;
    top: -2.7vw;
    right: -.7vw;
  }
  .lottery div.frame10 img:nth-of-type(2) {
    width: 24.3vw;
    top: 12.4vw;
    left: .3vw;
  }
  .lottery div.frame10 img.title {
    width: 22.5vw;
    top: 2.2vw;
    left: 2vw;
  }
  .write div.frame11 {
    width: 72vw;
    height: 0;
    padding-top: 56%;
  }
  .write div.frame11 img.title {
    width: 40.2vw;
    top: 2.8vw;
    left: 2.3vw;
  }
  .write div.frame12 {
    width: 22vw;
    height: 0;
    padding-top: 56%;
  }
  .write div.frame12 img.first {
    width: 41.8vw;
    top: .7vw;
    right: -1vw;
  }
  .write div.frame12 img.second {
    width: 31.2vw;
    top: 16.2vw;
    right: -1.1vw;
  }
  .write div.frame12 img.third {
    width: 36.9vw;
    bottom: 2.9vw;
    right: 1.4vw;
  }
  .abt div.frame13 {
    width: 46.8vw;
    height: 0;
    padding-top: 56%;
  }
  .abt div.frame h2 {
    padding-top: 2vw;
    padding-left: 2vw;
    position: absolute;
    top: 0;
  }
  .abt div.frame14 h2 {
    padding-top: 1.2vw;
  }
  .abt div.frame13 img {
    width: 15.2vw;
    top: -2.1vw;
    right: .3vw;
  }
  .abt div.frame14 {
    width: 46.8vw;
    height: 0;
    padding-top: 56%;
  }
  .abt div.frame14 img {
    width: 18.3vw;
    top: -2.3vw;
    right: -1.3vw;
  }
  .event div.frame15 {
    height: 0;
    padding-top: 58%;
  }
  .items div.frame16 {
    width: 46.8vw;
    height: 0;
    padding-top: 56%;
  }
  .items div.frame h2 {
    padding-top: 1vw;
    padding-left: 2vw;
    position: absolute;
    top: 0;
  }
  .items div.frame16 img.first {
    width: 18.9vw;
    top: -3.8vw;
    right: -2vw;
    z-index: 1;
  }
  .items div.frame16 img.second {
    width: 8.8vw;
    top: 10vw;
    right: 1.5vw;
  }
  .items div.frame17 {
    width: 46.8vw;
    height: 0;
    padding-top: 56%;
  }
  .items div.frame17 img {
    width: 18.3vw;
    top: -2.7vw;
    right: .8vw;
  }
}

@media screen and (max-width: 768px) {
  .contents > section div.frame a {
    left: -1vw;
  }
  .abt div.frame h2 {
    font-size: 21px;
  }
  .items div.frame h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  main a:hover {
    opacity: 1;
  }
  .wrapper .contents {
    padding: 0 3.125vw;
  }
  .contents section {
    margin-bottom: 18vw;
  }
  .contents > section div.frame {
    margin-bottom: 3.125vw;
    width: 100% !important;
  }
  .contents > section div.frame a,
  .contents > section div.frame a.btn_right {
    left: auto;
    right: 0;
    bottom: -25px;
  }
  .contents section.start {
    margin-bottom: 2.25vw;
  }
  .start div.frame00 {
    background: url(../img/frame00_sp.jpg) no-repeat;
    background-size: cover;
    padding-top: 35.7%;
    border-top: none !important;
  }
  .start div.frame01 {
    background: url(../img/frame01_sp.jpg) no-repeat;
    background-size: cover;
    padding-top: 100%;
  }
  .start div.frame02 {
    background: url(../img/frame02_sp.jpg) no-repeat;
    background-size: cover;
    padding-top: 100%;
  }
  .start div.frame03 {
    background: url(../img/frame03_sp.jpg) no-repeat;
    background-size: cover;
    padding-top: 100%;
  }
  .start div.frame04 {
    background: url(../img/frame04_sp.jpg) no-repeat;
    background-size: cover;
    padding-top: 100%;
  }
  .start div.frame01 img {
    width: 71.875vw;
    top: -38%;
    left: 11%;
  }
  .start div.frame01 img.illust01 {
    width: 42.1875vw;
    bottom: -24.8%;
    left: -1.6%;
    z-index: 1;
  }
  .start div.frame02 img {
    width: 44.6875vw;
    top: -49%;
    left: 55%;
  }
  .start div.frame03 img:nth-of-type(1) {
    width: 52.1875vw;
    top: -70%;
    left: -2.5%;
  }
  .start div.frame03 img:nth-of-type(2) {
    width: 49.375vw;
    top: -35%;
    right: -3%;
    left: auto;
  }
  .start div.frame04 img:nth-of-type(1) {
    width: 43.75vw;
    top: -10%;
    left: 1%;
  }
  .dora div.frame05 {
    background: url(../img/frame05_sp.jpg) no-repeat;
    background-size: cover;
    padding-top: 150.33%;
  }
  .dora div.frame05 img.title {
    width: 68.28vw;
    top: 10px;
    left: 2.125vw;
  }
  .dora div.frame05 img {
    width: 87.187vw;
    bottom: -25vw;
    left: 1vw;
    z-index: 1;
  }
  .dora div.frame05 img.copyright {
    display: none;
  }
  .dora div.frame06 {
    margin-top: calc(-3.125vw - 3px);
    height: auto;
    padding-top: 0;
  }
  .contents > section div.frame06 img {
    position: relative;
  }
  .border {
    display: block;
    border-top: 3px solid #000000;
  }
  .dora div.frame06 img.first {
    width: 85.937vw;
    top: auto;
    left: 4.5vw;
    padding: 68px 0 30px;
  }
  .dora div.frame06 img.second {
    width: 90vw;
    top: auto;
    left: 1vw;
    padding: 30px 0;
  }
  .dora div.frame06 img.third {
    width: 80.625vw;
    bottom: auto;
    left: 6.5vw;
    padding: 30px 0;
  }
  .contents section.tools {
    flex-wrap: wrap-reverse;
  }
  .tools div.frame08 {
    background: url(../img/frame06_sp.jpg) no-repeat;
    background-size: cover;
    padding-top: 150.33%;
  }
  .tools div.frame08 img.title {
    width: 75.937vw;
    top: 10px;
    left: 3.125vw;
  }
  .tools div.frame07 {
    padding-top: 164%;
    margin-top: calc(-3.125vw - 3px);
  }
  .tools div.frame07 img.first {
    width: 97.187vw;
    top: -20.5vw;
    left: -3vw;
  }
  .tools div.frame07 img.second {
    width: 37.187vw;
    bottom: 20vw;
    left: auto;
    right: 0;
  }
  .tools div.frame07 img.third {
    width: 46.25vw;
    bottom: 20vw;
    right: auto;
    left: 5vw;
  }
  .lottery div.frame09 {
    background: url(../img/frame07_sp.jpg) no-repeat;
    background-size: cover;
    padding-top: 150.333%;
    margin-bottom: 21vw !important;
  }
  .lottery div.frame09 img:nth-of-type(1) {
    width: 28.125vw;
    top: -7vw;
    right: -3.6vw;
  }
  .lottery div.frame09 img:nth-of-type(2) {
    width: 78.125vw;
    bottom: 12vw;
    left: 7vw;
  }
  .lottery div.frame09 img.title {
    width: 67.5vw;
    top: 7px;
    left: 2.125vw;
  }
  .lottery div.frame10 {
    background: url(../img/frame08_sp.jpg) no-repeat;
    background-size: cover;
    padding-top: 150.333%;
  }
  .lottery div.frame10 img:nth-of-type(1) {
    width: 28.125vw;
    top: -6vw;
    right: -3.6vw;
  }
  .lottery div.frame10 img:nth-of-type(2) {
    width: 68.75vw;
    top: 24vw;
    bottom: auto;
    left: 1vw;
  }
  .lottery div.frame10 img.title {
    width: 52.8125vw;
    top: 8px;
    left: 1.125vw;
  }
  .write div.frame11 {
    background: url(../img/frame09_sp.jpg) no-repeat;
    background-size: cover;
    padding-top: 150.333%;
  }
  .write div.frame11 img.title {
    width: 65.312vw;
    top: 13px;
    left: 5.125vw;
  }
  .write div.frame12 {
    margin-top: calc(-3.125vw - 3px);
    height: auto;
    padding-top: 0;
  }
  .contents > section div.frame12 img {
    position: relative;
  }
  .write div.frame12 img.first {
    width: 81.25vw;
    top: auto;
    left: 5vw;
    padding: 0 0 30px;
    margin-top: -20vw;
  }
  .write div.frame12 img.second {
    width: 85.625vw;
    top: auto;
    left: 2.5vw;
    padding: 25px 0 35px;
  }
  .write div.frame12 img.third {
    width: 70.937vw;
    bottom: auto;
    left: 13vw;
    padding: 24px 0 38px;
  }
  .abt div.frame13 {
    background: url(../img/frame10_sp.jpg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    background-color: #ffffff;
    padding-top: 150.333%;
    margin-bottom: 21vw !important;
  }
  .abt div.frame h2 {
    font-size: 21px;
    padding-top: 8vw;
    padding-left: initial;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .abt div.frame13 img {
    width: 41.875vw;
    top: 20vw;
    right: 2.5vw;
  }
  .abt div.frame14 {
    background: url(../img/frame11_sp.jpg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    background-color: #ffffff;
    padding-top: 150.333%;
  }
  .abt div.frame14 img {
    width: 49.375vw;
    top: 24vw;
    right: -3.5vw;
  }
  .abt div.frame14 h2 {
    padding-top: 5vw;
  }
  .abt div.frame14 h2 span {
    font-size: 13px;
  }
  .event div.frame15 {
    background: url(../img/frame12_sp.jpg) no-repeat;
    background-size: cover;
    padding-top: 150.333%;
  }
  .items div.frame16 {
    background: url(../img/frame13_sp.jpg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    background-color: #ffffff;
    padding-top: 150.333%;
    margin-bottom: 21vw !important;
  }
  .items div.frame16 img.first {
    width: 50.937vw;
    top: auto;
    bottom: 2vw;
    right: auto;
    left: 0;
    z-index: 1;
  }
  .items div.frame h2 {
    font-size: 18px;
    padding-top: 4vw;
    padding-left: initial;
    text-align: center;
    text-indent: initial;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .items div.frame16 h2 span {
    font-size: 11px;
    display: block;
  }
  .items div.frame17 h2 {
    padding-top: 8vw;
  }
  .items div.frame17 h2 span {
    font-size: 14px;
    display: inline-block;
    padding-left: .5em;
  }
  .items div.frame17 {
    background: url(../img/frame14_sp.jpg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    background-color: #ffffff;
    padding-top: 150.333%;
  }
  .items div.frame17 img {
    width: 49.687vw;
    top: auto;
    right: auto;
    bottom: 3vw;
    left: 2vw;
    z-index: 1;
  }
}

/* ===============================================================================
Footer share
=============================================================================== */
.main > footer {
  padding: 45px 0;
  background-color: #F2F0ED;
  letter-spacing: 0;
  font-family: "-apple-system","Helvetica Neue","Hiragino Kaku Gothic ProN",meiryo,"M+ 1p",sans-serif;
}

.device-pc .main > footer > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  margin-top: 37.5px;
}

.device-pc .main > footer > ul.magazine-share {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 60px auto 35px;
  padding: 20px 0 35px;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
  justify-content: center;
}

.device-pc .main > footer > ul.magazine-share:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 12.5px;
  content: "Share";
  text-align: center;
  color: #666;
}

.device-pc .main > footer > ul.magazine-share li a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.device-pc .main > footer > ul.magazine-share li a img {
  display: block;
  width: 100%;
}

.device-pc .main > footer > ul.magazine-share li + li {
  margin-left: 40px;
}

.device-pc .main > footer > p {
  text-align: center;
  font-size: 12px;
}

.device-sp .main > footer {
  margin: 0 auto;
  padding: 15px 20px 40px;
}

.device-sp .main > footer > a {
  font-size: 15px;
  font-weight: 700;
  display: table;
  margin: 9px auto 0;
}

.device-sp .main > footer > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 20px 0;
  justify-content: center;
}

.device-sp .main > footer > ul:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  content: "この記事をシェアする";
  text-align: center;
  color: #666;
}

.device-sp .main > footer > ul li + li {
  margin-left: 40px;
}

.device-sp .main > footer > ul li a {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
}

.device-sp .main > footer > p {
  text-align: center;
  font-size: 12px;
}

.device-sp .main > footer > ul.magazine-share {
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px;
}

/* ===============================================================================
Footer share
=============================================================================== */
html:not(.device-pc) ul[role="lineup"] > li,
html:not(.device-sp) ul[role="lineup"] > li {
  background: #fff;
  margin: 0 10px;
  padding: 8px 8px 16px;
}

@media screen and (max-width: 640px) {
  html:not(.device-pc) ul[role="lineup"],
  html:not(.device-sp) ul[role="lineup"] {
    justify-content: center;
  }
  html:not(.device-pc) ul[role="lineup"] > li,
  html:not(.device-sp) ul[role="lineup"] > li {
    background: #fff;
    margin: 0 5px;
    padding: 8px 8px 16px;
    width: calc(50% - 10px);
  }
}
