@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
.spOnly{
  display: none;
}
img {
  width: initial;
}
@keyframes dance {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(10deg);
  }
}
.anime1 {
  animation: dance 1s steps(1) infinite;
}
.anime2 {
  animation: dance 1s steps(1) infinite;
  animation-delay: 1.4s;
}
@media screen and (max-width: 640px) {
  .main br:not(.sp-br){
    display: none;
  }
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-10-25 14:52:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
 @-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ===============================================================================
Main
=============================================================================== */
/* main a[target=_blank]{
  color: #0000ff;
  display: inline;
}
main a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
} */
#bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -3;
  top: 0;
  left: 0;
  background-image: url(../img/bg.jpg);
  background-size: cover;
}
#container {
  font-family: "Clarimo UD PE DemiBold",sans-serif;
  line-height: 1.5;
  overflow: hidden;
  color: #333333;
  text-align: center;
}
#container::after {
  content: '';
  display: block;
  background: url(../img/illust_bottom.png) repeat-x;
  background-size: 1366px 186px;
  background-position: top center;
  width: 100%;
  height: 186px;
  border-bottom: 10px solid;
}
#container img {
  margin: 0 auto;
}
.title {
  text-align: center;
  position: relative;
  padding: 50px 0 35px;
}
.title img {
  width: 781px;
  margin: 0 auto;
}
.yodogawa {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.8rem;
  letter-spacing: -.02em;
  line-height: 1.55;
}
.yodogawa div {
  max-width: max-content;
  width: 75vw;
  display: inline-block;
  text-align: left;
  position: relative;
}
.yodogawa:after {
  content: '';
  display: inline-block;
  width: 942px;
  height: 16px;
  background: url(../img/border_title2.png);
  background-size: contain;
  margin-top: 40px;
}
.yodogawa .obj {
  position: absolute;
}
.yodogawa .obj img {
  zoom: .5;
}
.yodogawa div p:nth-of-type(1) {
  top: 0;
  left: -180px;
}
.yodogawa div p:nth-of-type(2) {
  top: 25px;
  right: -110px;
}
#container > h2 {
  width: 435px;
  margin: 10px auto;
}
.top {
  padding: 50px 0 30px;
}
.top dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
  gap: 10px;
}
.top .img {
  width: 600px;
  border: 5px solid;
  border-radius: 5px;
  position: relative;
}
.top h3 {
  font-size: 2.4rem;
  font-feature-settings: "palt";
}
.top h3 span {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: .02em;
  display: block
}
.top .icon {
  display: block;
}
.top .icon img {
  width: 80px;
}
.top .img > p {
  position: absolute;
  top: -60px;
  right: -60px;
}
.top .img .obj {
  background: url(../img/icon_latest.svg) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  -webkit-animation: rotate-center 8s linear infinite both;
	        animation: rotate-center 8s linear infinite both;
  /* animation: dance 1s steps(1) infinite; */
}
.top .img .obj_text {
  padding: 25px 0;
  display: inline-block;
  right: -46.5px;
}
.top .issue {
  font-size: 2.4rem;
  line-height: 2;
  text-align: right;
}
.top .issue span {
  font-size: 2.1rem;
}
.archive {
  max-width: 930px;
  width: 92%;
  margin: 0 auto;
  border-top: 3px solid;
  padding: 70px 0;
}
.archive h2 {
  font-size: 4rem;
  line-height: 1;
}
.archive h2 span {
  display: block;
}
.archive h2 span img {
  width: 620px;
  margin: 0 auto;
}
.archive ul {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 45px;
}
.archive dt {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 7px;
  margin-bottom: 10px;
}
.archive .img {
  width: 280px;
  border: 3px solid;
  border-radius: 3px;
}
.archive .icon {
  display: block;
}
.archive .icon img {
  width: 50px;
}
.archive .issue {
  font-size: 1.6rem;
  line-height: 2;
  text-align: right;
}
.archive p {
  padding-top: 10px;
}
.archive h3 {
  font-size: 1.6rem;
  line-height: 1.25;
  font-feature-settings: "palt";
  display: inline-block;
  /* width: calc(280px - 50px - 5px ); */
}
.archive h3 span {
  display: block;
  font-size: 80%;
}
#shopping {
  background-color: #ffffff;
  border-bottom: 10px solid;
}
#shopping .inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0 90px;
}
#shopping .link_index {
  text-align: center;
  padding-top: 50px;
}
#shopping .link_index a {
  display: inline-block;
}
.bonus .bonus_title {
  max-width: 560px;
  height: 56px;
  margin: 0 auto; 
  display: flex;
  background: url(../img/bg_bonus_title.png) no-repeat;
  background-size: contain;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.bonus .bonus_title p:nth-of-type(1) {
  max-width: 504px;
  top: -30px;
  left: -25px;
}
.bonus .bonus_title p:nth-of-type(2) {
  max-width: 46px;
  top: 15px;
  right: 25px;
}
.bonus .bonus_title p {
  position: absolute;
  /* padding-top: 10px;
  margin-top: -32px; */
}
.bonus .swiper {
  background: url(../img/bg_bonus2.png);
  background-size: 20px 16px;
  /* margin-top: -35.5px; */
  margin-bottom: 100px;
  padding: 70px 0;
}
.bonus .swiper-wrapper{
  transition-timing-function: linear;
}
.modaal-container {
  max-width: 700px;
  /* height: 100%; */
  height: 940px;
}
.modaal-inner-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.modaal-close:after, .modaal-close:before {
  width: 3px;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #333;
}
@media screen and (min-width: 835px) {
  main a{
    transition: opacity 0.3s;
    display: inline-block;
  }
  main a:hover{
    opacity: 0.4;
  }
  #container {
    min-width: 1000px;
  }
}
@media screen and (max-width: 1440px) {
  .title {
    padding: 55px 0 45px;
  }
  .title img {
    width: 746px;
  }
  #container > h2 {
    width: 300px;
    margin: 5px auto;
  }
  .top, .top .img {
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .title {
    padding: 25px 0 0;
    margin-bottom: 20px;
  }  
  .title img {
    width: 87.54vw;
  }
  .archive ul {
    padding-top: 30px;
    gap: 6vw;
  }
  .archive li {
    width: calc(50% - 3vw);
  }
  .archive .img {
    width: auto;
  }
  .archive p img {
    width: auto;
    height: 10vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #bg {
    background-image: url(../img/bg_sp.jpg);
    background-size: cover;
  }  
  #container {
    border-bottom: 1.4vw solid;
  }
  #container::after {
    background: url(../img/illust_bottom_sp.png) repeat-x;
    background-size: 95.78vw 29.33vw;
    height: 29.33vw;
  }
  .modaal-inner-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .modaal-container {
    height: 145vw;
  }  
  .title h1 img {
    width: 94.736vw;
  }
  .yodogawa {
    font-size: 3.2vw;
  }
  .yodogawa .obj img {
    zoom: .4;
  }
  .yodogawa div p:nth-of-type(1) {
    top: 30px;
    left: -18vw;
  }
  .yodogawa div p:nth-of-type(2) {
    top: -25px;
    right: -18vw;
    z-index: -1;
  }
  .yodogawa:after {
    width: 92.63vw;
    height: 2.45vw;
    background: url(../img/border_title2_sp.png);
    background-size: cover;
    margin-top: 20px;
  }
  #container > h2 {
    width: 63.333vw;
    margin: 5px auto;
  }
  .top {
    width: 88vw;
    padding: 10px 0 25px;
  }
  .top .img {
    width: 88vw;
    margin: 0 auto;
    border: 4px solid;
  }
  .top .icon img {
    width: 60px;
  }
  .top h3 {
    font-size: 3.85vw;
    padding-top: 10px;
  }
  .top h3 span {
    font-size: 2.8vw;
  }
  .top dl dt {
    width: 88vw;
    margin: 0 auto 10px;
  }
  .top .img .obj {
    width: 80px;
    height: 80px;
  }
  .top .img > p {
    top: -25px;
    right: -25px;
  }
  .top .img .obj_text {
    zoom: .8;
    top: -34px;
    right: -19px;
  }
  .top .issue {
    font-size: 4.2vw;
    width: 88vw;
    margin: 0 auto;
    padding-top: 5px;
  }
  .top .issue span {
    font-size: 3.15vw;
  }
  .archive {
    padding: 25px 0;
  }
  /* .archive h2 span img {
    width: 60.87vw;
  } */
  .archive h2 span img {
    max-width: initial;
    width: 110vw;
    margin-left: -10vw !important;
  }
  .archive .icon img {
    width: 35px;
  }
  .archive h2 {
    font-size: 5.96vw;
  }
  .archive h3 {
    font-size: 2.8vw;
    width: calc(100% - 35px);
  }
  .archive dt {
    margin-bottom: 5px;
    gap: 4px;
  }
  .archive .issue,.archive .issue span {
    font-size: 2.6vw;
  }
  #shopping .inner {
    padding: 5vw 6.14vw 10vw;
  }
  #shopping .link_index {
    width: 50.7vw;
    margin: 0 auto;
    padding-top: 30px;
  }
  #shopping {
    border-bottom: 1.4vw solid;
  }
  .bonus .bonus_title p:nth-of-type(1) {
    max-width: 280px;
    top: -20px;
    left: -10px;
  }
  .bonus .bonus_title p:nth-of-type(2) {
    max-width: 25px;
    top: 8px;
    right: 10px;
  }
  .bonus .bonus_title {
    background: url(../img/bg_bonus_title_sp.png) no-repeat;
    background-size: contain;
    width: 313px;
    height: 40px;
  }
  .bonus .bonus_title p {
    padding-top: 10px;
  }
  .bonus .swiper {
    margin-bottom: 50px;
    padding: 35px 0;
  }
}

/* ===============================================================================
Footer share
=============================================================================== */
.link {
  padding: 45px 0;
  letter-spacing: 0;
  font-family: "-apple-system","Helvetica Neue","Hiragino Kaku Gothic ProN",meiryo,"M+ 1p",sans-serif;
}
.link > a {
  color: #000000;
  text-decoration: none;
}
.link > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  margin-top: 37.5px;
}
.link > 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;
}
.link > ul.magazine-share li a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.link > ul.magazine-share li a img {
  display: block;
  width: 100%;
}
.link > ul.magazine-share li + li {
  margin-left: 40px;
}
.link > p {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 641px) {
  .link > ul.magazine-share {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    margin: 60px auto 35px;
    padding: 20px 0 35px;
    border: 1px #ccc solid;
    justify-content: center;
  }  
}
@media screen and (max-width: 640px) {
  .link {
    margin: 0 auto;
    padding: 15px 20px 40px;
  }
  .link > a {
    font-size: 16px;
    font-weight: 700;
    display: table;
    margin: 50px auto 0;
  }
  .link > ul.magazine-share {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 40px;
    padding: 20px 0 25px;
    border: 1px #ccc solid;
    justify-content: center;
  }
  .link > ul.magazine-share:before {
    font-size: 12px;
    font-weight: 700;
    line-height: 2.33;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    content: "Share";
    text-align: center;
    color: #666;
  }
  .link > ul.magazine-share li + li {
    margin-left: 40px;
  }
  .link > ul.magazine-share li a {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
  }
  .link > p {
    text-align: center;
    font-size: 12px;
  }
}