@charset "UTF-8";

/* ===============================================================================
ContentsArea
=============================================================================== */
body {
  line-height: 2;
}
#top  {
  width: 100%;
  height: 100vh;
  position: relative;
}
#top h1 {
  background: url(../img/ttl_top.svg) no-repeat;
  width: 644.953px;
  height: 99.216px;
  background-size: contain;
  position: absolute;
  text-indent: -100vw;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity : 0;
  transition : all 1s;
}
#top h1.new::before {
  content: "";
  display: block;
  background: url(../img/icon_top_new.svg) no-repeat;
  width: 67.849px;
  height: 67.778px;
  background-size: contain;
  position: absolute;
  top: -65px;
  left: -68px;
}
#top.active h1 {
  opacity : 1;
}
#yodogawa {
  padding-bottom: 100px;
}
#yodogawa > div {
  max-width: 650px;
  width: 93.75%;
  margin: 0 auto;
  padding: 65px 0;
  background-color: rgba(255,255,255,0.95);
  border: 1px solid;
  position: relative;
}
#yodogawa > div h2{
  font-size: 4rem;
  line-height: 1.44;
}
/*#yodogawa > div::before {
  content: '';
  display: block;
  background: url(../img/yodogawa_balloon.svg) no-repeat;
  background-size: contain;
  width: 162.556px;
  height: 105.188px;
  top: -25px;
  left: 50px;
  position: absolute;
}*/
#yodogawa > div .txt{
  font-size: 1.8rem;
}
#yodogawa > div h2, #yodogawa > div .txt{
  padding: 0 80px;
}
#yodogawa > div .img{
  text-align: center;
  padding: 40px 0;
}
#news {
  padding: 100px 0;
}
#news .container {
  max-width: 640px;
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  background: #2b3b54;
  border-radius: 25px;
}
#news .ttl_news {
  text-align: center;
  position: relative;
  margin: 10px 0 12px;
}
#news .ttl_news.new {
  margin: 10px 0 12px 45px;
  line-height: 1;
}
#news .ttl_news.new::before {
  content: '';
  display: block;
  background: url(../img/icon_news_new.svg) no-repeat;
  background-size: contain;
  width: 52.709px;
  height: 52.724px;
  top: -18px;
  left: -40px;
  position: absolute;
}
#news dl {
  background: #ffffda;
  display: flex;
  align-items: center;
  padding: 20px;
}
#news dd {
  width: 250px;
}
#news dt {
  width: 290px;
  margin-left: 20px;
  position: relative;
}
#news dt .ttl{
  max-width: 240px;
  font-size: 1.8rem;
  line-height: 1.66;
}
#news dt .txt{
  max-width: 240px;
  font-size: 1.4rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news dt .icon{
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
#news dt > a{
  text-align: right;
  display: block;
  margin-top: 8px;
}
.container {
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.product {
  background-color: #ffd432;
}
.new_b > p::before {
  content: '';
  display: block;
  background: url(../img/icon_news_new.svg) no-repeat;
  background-size: contain;
  width: 52.709px;
  height: 52.724px;
  top: 14%;
  left: 48%;
  position: absolute;
}


.product .container .ttl2nd{
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: 1.4em;
}
.product .container .ttl3rd{
  font-size: 3.5rem;
  letter-spacing: 0.2em;
  line-height: 1.2em;
}
.product .container .price{
  font-size: 2.3rem;
  padding-top: 20px;
}
.product .container .price span{
  font-size: 50%;
}
.product .container .txt{
  font-size: 1.4rem;
  padding-bottom: 40px;
}
.product .container .txt2{
  font-size: 1.8rem;
  line-height: 1.6em;
  padding-bottom: 40px;

}
.product .container .btn a{
  border-radius: 20px;
  font-size: 2.3rem;
  padding: .4em 1.5em;
}

.point {
  background-color: #fff;
}
#point5 .point {
  margin-top: -70px;
  padding-bottom: 40px;
}
.point .head {
  background-color: #2b3b54;
}
.point .head .ttl{
  background-color: #fff;
  border: 1px solid;
  padding: 30px 0 30px 30px;
  margin-top: -60px;
  width: 380px;
  height: 350px;
}
.point .head .ttl strong{
  font-size: 1.8rem;
  line-height: 1.44;
}
.point .head .ttl .underline{
  text-decoration: underline;
}
.point .head .ttl .num{
  color: #d43633;
  font-size: 5rem;
}
.point .head .ttl h2{
  font-size: 3.3rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  padding-top: 20px;
}
.point .head .txt {
  font-size: 1.8rem;
  color: #fff;
}
.point .contents {
  padding: 20px 0 100px;
}
.point .contents h3{
  font-size: 2.6rem;
  padding: 70px 0 20px;
}
.point .contents h3::before{
  content: "";
  width: 28px;
  height: 28px;
  background: #fad48a;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
}
.point .contents h3, .point .contents .txt{
  max-width: 550px;
  width: 93.75%;
  margin: 0 auto;
}
.point .contents p{
  padding-bottom: 2em;
  font-weight: normal;
}
.point .contents .img{
  text-align: center;
}
.point .contents .txt span{
  font-size: 1.2rem;
  line-height: 1.66;
  padding-top: 1em;
  display: inline-block;
}
.point .contents span.caption{
  font-size: 1.3rem;
  display: block;
}
.point .contents span.caption.left{
  max-width: 28em;
  margin: 0 auto;
  text-align: left;
}
.point .bg-yellow {
  background-color: #ffffda;
}
.point .bg-pink {
  background-color: #ffdecd;
}
.point .bg-green {
  background-color: #cafaf0;
}
#point4 .bg-yellow, #point4 .bg-pink, #point4 .bg-green, #point5 .bg-green{
  padding-bottom: 100px;
}
#point4 .img {
  max-width: 950px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
#point4 .img .icon{
  position: absolute;
  top: -75px;
  right: 40px;
}
#point4.point .contents .txt {
  padding-bottom: 70px;
  font-weight: bold;
}
.contents {
  overflow: hidden;
  position: relative;
  margin: 0;
  transition: all 0.5s 0s ease;
}
.grad-wrap {
  position: relative;
}
.grad-trigger {
  color: #00271d;
  z-index: 2;
  position: absolute;
  left: 50%;
  bottom: 70px;
  cursor: pointer;
  transition: .2s ease;
}
.grad-trigger::before {
  content: '';
  display: block;
  background: url(../img/arrow_down.svg) no-repeat;
  background-size: contain;
  width: 70px;
  height: 70.085px;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
}
.grad-trigger.is-show::before {
  content: '';
  display: block;
  background: url(../img/arrow_up.svg) no-repeat;
  background-size: contain;
  width: 70px;
  height: 70.085px;
  top: 0;
  position: absolute;
}
.grad-trigger.is-show {
  bottom: 0;
}
#point4 .grad-trigger, #point5 .grad-trigger{
  bottom: 150px;
}
#point4 .grad-trigger.is-show, #point5 .grad-trigger.is-show {
  bottom: 100px;
}
#point4 .grad-item::before ,#point5 .grad-item::before{
  height: 200px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,1) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,1) 50%, #fff 100%);
}

.grad-item {
  position: relative;
  overflow: hidden;
}
#point5 .grad-item {
  margin-bottom: 0;
}
/* #point5 .grad-item.is-hide {
  margin-bottom: 40px;
} */
.grad-item.is-hide {
  height: 30em !important;
}
#point4 .grad-item.is-hide{
  height: 40em !important;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 45px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}

#point4.point .contents h3::before {
  display: none;
}
#point4.point .contents, #point5.point .contents {
  padding: 0;
}
#point4.point, #point5.point {
  padding: 0;
}
#point5.point .contents .txt::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 50%;
  display: inline-block;
  vertical-align: text-bottom;
}
#point5.point .contents .txt {
  font-size: 1.4rem;
  width: 100%;
  font-family: 'A1 Gothic M',sans-serif;
}
#banner {
  margin: 170px 0;
}
#banner .container {
  max-width: 100%;
  width: 100%;
  padding: 100px 0;
  background: rgba(255, 255, 255, .9);
}
#banner .container h2 {
  max-width: 660px;
  width: 96%;
  margin: 0 auto 60px;
  font-size: 2.2rem;
  background: #2b3b54;
  color: #fff;
  border-radius: 30px;
  text-align: center;
}
#banner .container ul li .caption{
  font-size: 1.8rem;
  letter-spacing: .05em;
  padding-left: 1em;
  display: block;
}
#banner .container .border{
  text-align: center;
  padding-top: 80px;
  overflow: hidden;
}
#banner .container .btn {
  text-align: center;
  padding-top: 80px;
}
#banner .container .btn a{
  font-size: 1.8rem;
  border-radius: 18px;
  padding: .5em 2em;
}
#product2 .container h2 {
  font-size: 1.8rem;
  letter-spacing: .22em;
  text-decoration: underline;
  padding-bottom: 20px;
}
#product2 .container .term {
  font-size: 1.8rem;
  padding: 20px 0 0;
}
#product2 .container .price {
  padding-top: 10px;
}
#product2 .container .txt {
  padding-bottom: 0;
}
#product2 .container a.red{
  font-size: 1.4rem;
  text-decoration: underline;
}
@media screen and (min-width: 769px){
  .product .container{
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    padding: 100px 0 0;
  }
  #product{
    padding-bottom: 100px;
  }
	
  #product2.product .container{
    flex-flow: initial;
  }
  .point .container {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
  }    
  .point .head .txt {
    transform: translateY(-50%);
    top: 50%;
    left: 445px;
    position: absolute;
  }
  .point .contents .img_sub{
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #point4 .img {
    padding-bottom: 40px;
  }
  #point4.point .contents h3, #point4.point .contents .txt {
    width: 100%;
    text-align: center;
  }
  #point4.point .contents h3 {
    font-size: 3.6rem;
    padding: 100px 0 10px;
  }
  #point5 .flex{
    max-width: 710px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  #point5 .flex div:last-of-type {
    margin-left: 30px;
  }
  #point5.point .contents .txt strong {
    font-size: 1.6rem;
  }
  #banner .container ul {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #banner .container ul li{
    margin-bottom: 25px;
  }
  #banner .container ul li:nth-of-type(2n){
    margin-left: 50px;
  }
  #product2 .container {
    padding: 40px 0 40px;
  }
}
@media screen and (min-width: 641px){
  #point2.point .contents {
    padding: 20px 0;
  }
  #point2.point .head .ttl h2 {
    line-height: 1.27;
  }
  #point2 .grad-item.is-hide {
    height: auto !important;
  }
  #point2 .grad-trigger {
    display: none;
  }
  #point2 .grad-item::before {
    display: none;
  }
}
@media screen and (max-width: 768px){
  /* .grad-item.is-hide {
    height: 18em;
  } */
  #top h1 {
    width: 81.25%;
    height: 0;
    padding-top: 14.3%;
  }
  #top h1.new::before {
    width: 8.75%;
    height: 0;
    padding-top: 9%;
    top: -7vw;
    left: -8%;
  }
  #yodogawa > div {
    padding: 65px 0;
  }
  #yodogawa > div::before {
    width: 27.1%;
    height: 0;
    padding-top: 18%;
    top: -62px;
    left: 3vw;
  }
  #yodogawa > div h2 {
    font-size: 2.2rem;
  }
  #yodogawa > div h2, #yodogawa > div .txt {
    padding: 0 10vw;
  }
  #yodogawa > div .img {
    padding: 40px 5vw;
  }
  #yodogawa > div .txt {
    font-size: 1.6rem;
  }
  .product .container {
    width: 78.125%;
    padding: 25px 0 40px;
  }
  .product .container .ttl {
    padding-top: 30px;
  }
  .product .container .ttl2nd{
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.2em;
  margin-top:10px;
  text-align:center;
  }
  .product .container .ttl3rd{
  font-size: 2.5rem;
  letter-spacing: 0.4em;
  line-height: 1.2em;
  }
  .product .container .price {
    font-size: 1.9rem;
    width: 83%;
    margin: 0 auto;
  }
  .product .container .txt,.product .container .txt2 {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
.new_b > p::before {
  content: '';
  display: block;
  background: url(../img/icon_news_new.svg) no-repeat;
  background-size: contain;
  width: 52.709px;
  height: 52.724px;
  top: 2%;
  left: 5%;
  position: absolute;
}

	
  .product .container .btn {
    text-align: center;
  }
  .product .container .btn a {
    border-radius: 15px;
    font-size: 1.6rem;
  }
  .point .contents {
    padding: 20px 0 60px;
  }
  #news {
    padding: 40px 0;
  }
  #news .ttl_news.new {
    margin: 0px 0 14px 38px;
  }
  #news .ttl_news.new::before {
    width: 8vw;
    height: 0;
    padding-top: 12%;
    top: -10px;
    left: -10vw;
  }
  #news dl {
    padding: 20px 10px;
    align-items: normal;
  }
  #news dd {
    width: 80%;
  }
  #news dt {
    width: 100%;
    margin-left: 10px;
  }
  #news dt .ttl {
    font-size: 1.4rem;
    width: calc(100% - 40px);
  }
  #news dt .txt {
    font-size: 1.2rem;
    width: calc(100% - 40px);
  }
  #news dt > a {
    font-size: 1.2rem;
  }
  #news dt .icon {
    max-width: 40px;
    width: 35%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .point .head .ttl {
    /* width: 78.125%; */
    width: 19em;
    height: auto;
    margin: -20px auto 0;
    padding: 25px 20px;
  }
  .point .head .ttl strong {
    font-size: 1.5rem;
  }
  .point .head .ttl h2 {
    font-size: 2.2rem;
  }
  .point .head .ttl .num {
    font-size: 4rem;
  }
  .point .head .txt {
    font-size: 1.5rem;
    padding: 20px 0 40px;
  }
  .point .contents h3 {
    font-size: 2rem;
    padding: 20px 0px;
  }
  .point .contents h3::before {
    width: .8em;
    height: .8em;
    vertical-align: initial;
  }
  .point .contents span.caption {
    font-size: 1.2rem;
  }
  #point4 .bg-yellow, #point4 .bg-pink {
    padding-bottom: 50px;
  }
  #point4.point .contents h3 {
    padding: 40px 0px 20px;
    text-align: center;
  }
  #point4.point .contents .txt {
    padding-bottom: 40px;
  }
  #point4 .img {
    padding-bottom: 30px;
  }
  .grad-trigger {
    bottom: 40px;
  }
  #point4 .grad-trigger, #point5 .grad-trigger {
    bottom: 100px;
  }
  .grad-item::before {
    height: 75px;
  }
  .grad-trigger::before, .grad-trigger.is-show::before{
    width: 50px;
    height: 50px;
  }
  #point4 .img .icon {
    width: 80px;
    top: -35px;
    right: 10px;
  }
  #point5 .img {
    width: 168px;
    margin: 0 auto;
    padding: 50px 0 20px;
  }
  #point5.point .contents .txt {
    width: 90%;
  }
  #point5 .grad-item.is-hide{
    height: 40em !important;
  }  
  #banner .container h2 {
    font-size: 1.4rem;
    margin: 0 auto 30px;
  }
  #banner .container {
    padding: 40px 0 50px;
  }
  #banner .container ul {
    width: 95%;
    margin: 0 auto;
  }
  #banner .container ul li .caption {
    font-size: 1.3rem;
    padding-bottom: 2em;
  }
  #banner .container .border {
    padding-top: 40px;
  }
  #banner .container .border img{
    height: 9px;
    width: auto;
    max-width: initial;
  }
  #banner .container .btn a {
    font-size: 1.6rem;
    border-radius: 12px;
  }
  #banner .container .btn {
    padding-top: 50px;
  }
  #product2.product .container {
    width: 86%;
  }
  #product2 .container h2 {
    font-size: 1.6rem;
    padding-bottom: 0;
    margin-top: 0;
  }
  #product2.product .container .ttl {
    padding-top: 10px;
  }
  #product2 .container .term {
    font-size: 1.4rem;
  }
  #product2 .container .txt {
    width: 100%;
  }
  #product2.product .container .price {
    font-size: 1.4rem;
    width: 100%;
  }
  #product2.product .container > div:last-of-type{
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px){
  #yodogawa > div::before {
    top: -12px;
  }
}