@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;
}

/* 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;
}
@media screen and (max-width: 768px) {
  br{
    display: none;
  }
  .sp-br{
    display: block;
  }
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
}
#page{
  /* padding-top: 0; */
}
/* ===============================================================================
Main
=============================================================================== */
.center{
  text-align: center;
}
.text{
  width: 28em;
  margin: 0 auto;
}
.ffm{
  font-family: "A1 Gothic M",sans-serif;
}
#container a{
  color: #db4c22;
  text-decoration: none;
}
#container {
  font-family: "A1 Gothic R",sans-serif;
  overflow: hidden;
  background-image: url(../img/bg_main.png);
  background-repeat: repeat-y;
  background-color: #f2f2f2;
  background-size: 100% auto;
  color: #282828;
  font-size: 1.8rem;
  line-height: 1.55;
}
.top{
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  transition: all 1s ease-out;
}
.top h1{
  background-image: url(../img/logo_mate.svg);
  width: 389px;
  height: 218px;
  background-size: contain;
  position: absolute;
  top: calc(50% + 90px);
  left: 162px;
  overflow: hidden;
  text-indent: -99999px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.top p{
  background-image: url(../img/ttl_top.svg);
  width: 67px;
  height: 498px;
  background-size: contain;
  position: absolute;
  top: 54px;
  right: 20vw;
  overflow: hidden;
  text-indent: -99999px;
}
.yodogawa{
  padding: 100px 0 125px;
}
.yodogawa div span{
  font-size: 1.6rem;
  padding-bottom: 1em;
  display: inline-block;
}
.yodogawa p{
  max-width: 944px;
  margin: 0 auto;
  text-align: center;
  padding: 45px 0 50px;
}
.yodogawa a{
  display: block;
}
.urec{
  max-width: 1210px;
  margin: 0 auto;
  padding: 225px 0 0;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
.urec h3.delighter {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(40px);
          transform: translateX(-50%) translateY(40px);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.urec h3.delighter.started {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.urec h3.started img{
  /* -webkit-animation: wobble-hor-bottom 0.8s both;
	        animation: wobble-hor-bottom 0.8s both; */
  -webkit-animation: wobble .9s .5s;
          animation: wobble .9s .5s;
}
/* ----------------------------------------------
 * Generated by Animista on 2021-5-24 11:21:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  50% {
    -webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 1deg);
    transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-3%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  50% {
    -webkit-transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 1deg);
    transform: translate3d(3%, 0, 0) rotate3d(0, 0, 1, 1deg);
  }
  75% {
    -webkit-transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-2%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.urec h2{
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.urec h3{
  font-size: 3rem;
  font-weight: normal;
  padding-bottom: 40px;
  position: relative;
  display: inline-block;
  transform: translateX(-50%);
  left: calc(50% + 40px);
}
.urec h3 img{
  max-width: 273px;
  position: absolute;
  top: -100px;
  left: -105px;
}
.urec p{
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}
.urec .text{
  padding-bottom: 220px;
}
.urec .text:last-of-type{
  padding-bottom: 120px;
}
.use .delighter {
  opacity: 0;
  -webkit-transform: translatey(100px);
          transform: translatey(100px);
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
}
.use .delighter.started {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.use {
  padding: 150px 0 85px;
}
.use h2{
  max-width: 521px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 135px;
}
.use .comment{
  max-width: 1210px;
  width: 95%;
  margin: 0 auto 130px;
  border: 3px solid #282828;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
}
.use .comment.choco{
  border: 3px solid #402d28;
}
.use .comment.apricot{
  border: 3px solid #dead97;
}
.use .comment.mint{
  border: 3px solid #90cec8;
}
.use .comment.ginger{
  border: 3px solid #bea98a;
}
.use .comment h3{
  position: absolute;
  top: -75px;
  left: 6%;
}
.use .comment .wrapper{
  width: 88%;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
}
.use .comment .wrapper p{
  max-width: 520px;
}
.use .comment .wrapper div{
  padding-left: 60px;
  line-height: 1.611;
}
.start{
  max-width: 459px;
  margin: 0 auto;
  text-align: center;
  padding-top: 90px;
}
.btn-link{
  text-align: center;
}
.btn-link a:first-of-type{
  background-image: url(../img/btn_top.svg);
  width: 155px;
  height: 60px;
  background-size: contain;
  overflow: hidden;
  text-indent: -99999px;
  display: inline-block;
  margin-right: 50px;
}
.btn-link a:first-of-type:hover{
  background-image: url(../img/btn_top-on.svg);
}
.btn-link a:last-of-type{
  background-image: url(../img/btn_avec.svg);
  width: 345px;
  height: 60px;
  background-size: contain;
  overflow: hidden;
  text-indent: -99999px;
  display: inline-block;
}
.btn-link a:last-of-type:hover{
  background-image: url(../img/btn_avec-on.svg);
}
@media screen and (max-width: 768px) {
  #container {
    /* background-image: url(../img/bg_main_sp.png);
    background-repeat: repeat-y;
    background-size: 100% auto; */
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .top{
    background-image: url(../img/bg_sp.jpg);
    background-position: center center;
  }
  .top h1{
    width: 50.6766667vw;
    height: 0;
    padding-top: 28.421053%;
    background-size: contain;
    position: absolute;
    top: 5.333333vw;
    left: auto;
    right: 4.333333vw;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .top p{
    background-image: url(../img/ttl_top_sp.svg);
    background-size: contain;
    width: 69.866667vw;
    height: 0;
    padding-top: 13%;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 5vw;
    left: 5vw;
    overflow: hidden;
    text-indent: -99999px;
  }
  .text{
    width: 90.666667%;
  }
  .yodogawa {
    padding: 25px 0 80px;
  }
  .yodogawa p{
    width: 80%;
    margin: 0 auto;
    padding: 25px 0 30px;
  }
  .urec{
    border-radius: 0;
    padding: 125px 0 0;
  }
  .urec h2 {
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 286px;
    transform: translateX(0);
  }
  .urec h3{
    font-size: 1.9rem;
    padding-bottom: 15px;
    left: calc(50% + 30px);
  }
  .urec h3 img {
    width: 153px;
    top: -35px;
    left: -60px;
  }
  .urec h3.row1{
    padding-bottom: 30px;
  }
  .urec h3.row1 img {
    top: -50px;
  }
  .urec p {
    padding-bottom: 30px;
  }
  .urec .text {
    padding-bottom: 100px;
  }
  .urec .text:last-of-type{
    padding-bottom: 50px;
  }
  .use{
    padding: 60px 0 40px;
  }
  .use .comment .wrapper{
    display: block;
    padding: 35px 0;
  }
  .use .comment .wrapper div{
    padding-top: 30px;
    padding-left: 0;
  }
  .use h2{
    width: 302px;
    margin: 0 auto;
    padding-bottom: 75px;
  }
  .use .comment {
    margin: 0 auto 70px;
    border: 2px solid #282828;
  }
  .use .comment.choco{
    border: 2px solid #402d28;
  }
  .use .comment.apricot{
    border: 2px solid #dead97;
  }
  .use .comment.mint{
    border: 2px solid #90cec8;
  }
  .use .comment.ginger{
    border: 2px solid #bea98a;
  }
  .use .comment h3 {
    top: -42px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .use .comment h3 img{
    width: auto;
    height: 57px;
    margin: 0 auto;
  }
  .start {
    padding-top: 50px;
  }
  .start img{
    width: 320px;
    margin: 0 auto;
  }
  .btn-link {
    margin-top: 30px;
  }
  .btn-link a:first-of-type{
    width: 93px;
    height: 36px;
    margin-right: 20px;
  }
  .btn-link a:last-of-type{
    width: 207px;
    height: 36px;
  }
}
/* ===============================================================================
Footer share
=============================================================================== */
ul[role="lineup"]{
  margin-top: 60px;
}
.device-sp ul[role="lineup"] > li {
  margin: 0 auto;
}
@media (min-width: 768px){
  html:not(.device-sp) ul[role="lineup"] > li {
    margin: 0 auto;
  }
}
@media (max-width: 767px){
  html:not(.device-pc) ul[role="lineup"] {
    margin-top: 30px;
  }
  html:not(.device-pc) ul[role="lineup"] > li {
    margin: 0 auto;
  }
}
main > footer {
  padding: 50px 0 100px;
  background-color: #ffffff;
  letter-spacing: 0;
  font-family: "-apple-system","Helvetica Neue","Hiragino Kaku Gothic ProN",meiryo,"M+ 1p",sans-serif;
}
main > footer > a {
  color: #000000;
}
.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: 560px;
  margin: 60px auto 35px;
  padding: 20px 0 35px;
  border: 1px #ccc solid;
  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: "この記事をシェアする";
  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: 16px;
  font-weight: 700;
  display: table;
  margin: 50px auto 0;
}
.device-sp main > footer > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 40px;
  padding: 20px 0 25px;
  border: 1px #ccc solid;
  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;
}