@charset "utf-8";
article {
  font-family: 'Jun 201';
}
.font-weight-bold {
  font-family: 'Jun 501';
}
section{
margin-bottom: 0!important;
}
/*タイトル部分---------------------------------------------------------------*/
.title-back {
  width: 100%;
  height: 450px;
  background-image: url("../img/patapata-file/title-back-left.png"), url("../img/patapata-file/title-back-right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto, auto; /* 必要に応じて調整 */
  display: flex;
  justify-content: center;
  align-items: center;
  border: #90bb20 solid 24px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1075px) {
  .title-back {
    background-color: #ffffff;
    background-position: -160px center, 330px center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .title-back {
    background-color: #ffffff;
    background-position: -190px center, 330px center;
  }
}
@media screen and (max-width: 576px) {
  .title-back {
    background-color: #ffffff;
    height: 740px;
    padding-top: 15px;
    align-items: flex-start;
    background-image: none;
  }
}
/*ショップの販売品、くじ景品として人気！オリジナルの表紙が可愛い　パタパタファイル*/
h1 {
  font-family: 'Jun 501';
}
/*パタパタファイル*/
/*https://seotimes.jp/emphasis_design/*/
.h1-title {
  color: transparent;
  -webkit-text-stroke: 2px #333333;
  text-shadow: 2px 2px #7fbf00;
}
/*タイトル文字大きさ*/
@media screen and (max-width: 767px) {
  h1 {
    font-size: 14px;
  }
  .h1-title {
    font-size: 1.7em;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .h1-title {
    font-size: 3em;
  }
}
@media screen and (min-width: 992px) {
  .h1-title {
    font-size: 3.5em;
  }
}
/*売上実績2.3億円を誇るアイデアファイル*/
.patapata-base-comment {
  color: #90bb20;
  border: #90bb20 solid 2px;
  border-radius: 30px;
  background-color: #ffffff;
  display: inline-block;
  padding: 3px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .patapata-base-comment {
    font-size: 13px;
  }
}
.patapata-gray-comment {
  color: #666666;
  border: #666666 solid 2px;
  border-radius: 30px;
  background-color: #ffffff;
  display: inline-block;
  padding: 3px 20px;
  margin-bottom: 10px;
}
/*パタパタファイルの特長たち*/
.title-back ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.title-back ul li {
  border: #999999 solid 2px;
  padding: 5px;
  width: 14%;
  margin: 1%;
  background-color: #ffffff;
}
@media screen and (max-width:576px) {
  .title-back ul li {
    border: #999999 solid 2px;
    padding: 5px;
    width: 30%;
    margin: 1%;
    background-color: #ffffff;
    font-size: 14px;
  }
}
/*パタパタファイルのナビ-------------------*/
#nav-patapata {
background-color:  #90bb20;
padding-bottom: 20px;
}
#nav-patapata ul {
display: flex;
align-items: center;
text-align: center;
justify-content: space-between;
}
#nav-patapata li {
  width: 100%;
  height: 45px;
  margin-left: 3px;
  margin-right: 3px;
display: flex;
align-items: center;
justify-content: center;
border-right: 2px solid #ffffff;
}
#nav-patapata li:last-of-type {
border-right: none;
}
#nav-patapata li a {
color: #ffffff;
}
#nav-patapata li a:hover {
  font-family: 'Jun 501';
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
#nav-patapata ul {
    overflow-x: auto;
    white-space: nowrap;
  }
#nav-patapata li a {
margin: auto 10px;
}
}
/*パタパタファイルとは？---------------------------------------------------------*/
#patapata-1{
background-color: #ffffff;
text-align: center;
}
/*h2*/
article h2,#patapata-7 h2 {
  color: transparent;
  -webkit-text-stroke: 2px #333333;
  text-shadow: 2px 2px #7fbf00;
  margin-bottom: 10px;
  font-family: 'Jun 501';
}
@media screen and (max-width: 767px) {
  article h2,#patapata-7 h2 {
    font-size: 1.7em;
  }
#patapata-1 dd{
margin-bottom: 10px;
}
}
@media screen and (min-width: 768px) {
  article h2,#patapata-7 h2 {
    font-size: 3em;
  }
#patapata-1 dd{
margin-bottom: 10px;
}
}
@media screen and (min-width: 992px) {
  article h2,#patapata-7 h2 {
    font-size: 3.1em;
  }
  .pata-kawaii{
  margin: 10px auto;
  font-size: 16px!important;
  text-shadow: none!important;
  font-family: 'Jun 301'!important;
  -webkit-text-stroke: 0!important;
  }
#patapata-1 dd{
margin-bottom: 0px;
}
}
#patapata-1 dd{
text-align: left;
padding-right: 10px;
padding-left: 10px;
line-height: 1.7em;
}
#patapata-1 dd h3{
font-size: 22px;
margin: 20px auto 15px auto;
text-align: center!important;
}
/*実績紹介-------------------------------------------------------------------*/
#patapata-2{
background-color: #ffffff;
text-align: center;
}
.patapata-intro{
background-color: #7fbf00;
}
@media screen and (min-width:577px) and (max-width:992px){
.patapata-intro{
padding-left: 15px;
padding-right: 15px;
}
}
.patapata-intro ul{
padding-top: 40px;
padding-bottom: 40px;
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap;
}
.patapata-intro li{
width:30%;
}
@media screen and (max-width:576px){
.patapata-intro li{
width:100%;
}
}
@media screen and (min-width:577px) and (max-width:992px){
.patapata-intro li{
width:50%;
}
}
.patapata-intro li dl{
border-radius:20px;
background-color: #ffffff;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
margin: 10px;
display: flex;
justify-content: center;
align-items: center;
flex-flow: row nowrap;
}
.patapata-intro li dl dt{
width:60%;
}
.patapata-intro li dl dd{
width:40%;
}
.patapata-intro li dl dd p{
display: block;
margin-top: 0.7rem;
}
.patapata-intro li a:hover{
opacity: 0.7;
}
/*製品仕様-------------------------------------------------------------------*/
#patapata-3{
text-align: center;
background-image: url("../img/patapata-file/siyo-back.svg");
background-repeat: repeat;
background-size: 170px;
}
@media screen and (max-width:992px){
#patapata-3{
padding-left: 15px;
padding-right: 15px;
}
}
.patapata-siyo{
background-color: #ffffff;
border-radius: 20px;
padding: 15px;
text-align: left;
}
.patapata-siyo video{
min-height: 400px;
}
.patapata-siyo dl{
display: flex;
justify-content: center;
align-items: center;
flex-flow: row wrap ;
}
.patapata-siyo dd{
line-height: 1.8em;
}
.siyo-chui{
border-top:1px dotted #333333;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
line-height: 1.8em;
}
.patapata-link {
  color: #ffffff!important;
  background-color: #999999;
  border:#999999 solid 2px;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 40px;
}
.patapata-link:hover {
  transition: 0.2s;
  color: #999999!important;
  background-color: #ffffff;
  border:#999999 solid 2px;
}
/*こんなシーンで-------------------------------------------------------------------*/
#patapata-4{
text-align: center;
}
@media screen and (max-width:992px){
#patapata-4{
padding-left: 15px;
padding-right: 15px;
}
}
#patapata-4 img{
margin-bottom: 1.2em;
}
#patapata-4 h3{
font-family: 'Jun 501';
font-size: 1.2em;
margin-bottom: 1.2em;
}
#patapata-4 dd p{
text-align: left!important;
padding: auto 10px;
}
/*カタログダウンロード-------------------------------------------------------------------*/
#patapata-5{
text-align: center;
border-bottom: 15px solid #b1d063;
}
#patapata-5 img{
margin-bottom: 1.2em;
border: 2px solid #666666;
width: 70%;
}
#patapata-5 dd h3{
font-family: 'Jun 501';
font-size: 1.2em;
margin-bottom: 1.2em;
}
/*大同至高で作成するメリット-----------------------------------------------------*/
#patapata-6{
text-align: center;
border-bottom: 15px solid #b1d063;
}
.merit-number {
  color: #ff3333;
  background-color: #ffffff;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 130px;
  /*font-weight: bold;*/
  font-family: 'Jun 501';
  border-radius: 10px;
}
.merit-title {
  font-size: 1.3em;
  /*font-weight: bold;*/
  font-family: 'Jun 501';
  margin-bottom: 15px;
}
.novelty-merit-link {
  text-decoration: underline;
}
.novelty-merit-link:hover {
  text-decoration: none;
  transition: 0.2s;
}
ul .merit {
  display: flex;
  flex-flow: row wrap;
}
.merit li {
  margin-bottom: 20px;
  display: flex;
}
@media screen and (max-width: 576px) {
  .merit li {
    width: 100%;
  }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
  .merit li {
    width: 50%;
  }
}
@media screen and (min-width: 993px) {
  .merit li {
    width: 25%;
  }
}
.merit dl {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.merit dd {
  background-color: #ffffff;
  padding: 30px;
  flex-grow: 1 !important;
}
@media screen and (max-width: 576px) {
.merit dd {
  padding: 0px;
  }
}
.merit p {
  line-height: 1.7em;
}
.merit-number {
  background-color: #666666;
  color: #ffffff;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10px;
  margin-top: 15px;
}
/*メリットの各タイトル*/
.merit-title-moji {
  color: #666666;
  margin: 10px 0px;
  font-size: 1.3em;
  font-family: 'Jun 501';
}
/*ご注文の流れ--------------------------------------------*/
#patapata-7{
text-align: center;
}
/*お問い合わせフォーム----------------------------------*/
.contact-patapata {
  background-color: #fffabc;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.contact-patapata h3{
font-size: 22px;
margin-bottom: 15px;
font-family: 'Jun 501';
}
.yellow-border{
background: linear-gradient(transparent 60%, #fff000 40%);  ;    
}
/*フォーム---------------------------------------------*/
form {
  width: 100%;
  overflow: inherit !important;
}
.contact-button {
  display: inline-block;
  border-radius: 45px;
  background-color: #ff3333;
  /*font-weight: bold;*/
  font-family: 'Jun 501';
  color: #FFFFFF;
  cursor: pointer;
  cursor: hand;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px 40px;
  box-shadow: 5px 7px #b22d26;
}
.contact-button:hover {
  transform: translate(5px, 7px);
  /*動きの速さ*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 0px #b22d26;
}
/*フォームの文字の大きさ*/
@media screen and (max-width: 576px) {
#patapata-4 button {
width: 100%!important;
}
}
/*フォームの文字の大きさ*/
@media screen and (max-width: 576px) {
  form {
    font-size: 110%;
  }
  .contact-button {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  form {
    font-size: 100%;
  }
}
@media screen and (min-width: 769px) {
  form {
    font-size: 120%;
  }
}