.page__contents__wrapper{
/*          padding: 0 100px; */
}
section p, p, h5{
          font-size: 18px;
          font-family: 游ゴシック;
}
h3{
          font-size: 55px;
}
@media screen and (max-width: 767px){
section p, p, h5{
          font-size: 16px;
}
h3{
          font-size: 40px;
}
h4{
          margin-bottom: 0px;
}
}

/*見出し(大 h3)*/
#index01{
          color:#808080;
          font-family: 'Monotype Corsiva';
          transform: skewy(0.95turn);
          position: absolute;
}
#type{
          color:#808080;
          font-family: 'Monotype Corsiva';
          transform: skewy(0.95turn);
          position: relative;
}
@media screen and (max-width: 767px){
#type{transform: none; top: 30px;}
h3{margin: 0;}
}
/*見出し(中 h4)*/
#index02{
          color:#B3B3B3;
          font-family: "游明朝";
          font-size: 12px;
          margin-top: 80px;
          margin-bottom: 0px;
}
@media screen and (max-width: 767px){#index02{margin-top: 0;}}
/*見出し(小 h5)*/
#index03, #quality_h2, .product_text{
          color: #DCA457;
          font-family: serif;
          font-size: 18px;
          margin: 0;
}
/*見出し(最小)*/
#quality_h1 h6{
          font-family: "Century Gothic";
          font-size: 18px;
          font-weight: normal;
          letter-spacing: 0.5em;
          margin-bottom: 10px;
}
/* タイトル */
#index04{
          color:black;
          font-size: 28px;
}
@media screen and (max-width: 767px){
#index04{
          font-size: 24px;
}
}
/* テキスト */
#text p{
          text-align: center;
}
#text04{
          font-family: 游ゴシック;
}
.u-align-c{
          text-align: center;
          margin: 2em 0;
}
/* ボタン */
#btn{
          margin: 0 5px;
}
#btn a{
          text-decoration: none;
          background-color: #808080;
          display: block;
          border-radius:30px;
          text-align: center;
          width: 120px;
          height: 25px;
          padding: 2px 5px 2px 12px;
}
#btn a{
          color: #FFF;
          font-family: "Century Gothic" ;
          font-size: 16px;
          letter-spacing: 0.5em;
          margin-right: -0.5em;
}
#product_name{
          letter-spacing: 0.5em;
          margin-right: -0.5em;
          margin: 0 5px;
          font-family: 游ゴシック;
          font-size: 20px;
          font-weight: bold;
}
@media screen and (max-width: 767px){
#product_name{
          font-size: 18px;
}
}
ul{
          padding: 0;
}
/* 画像 */
li{
          list-style-type:none;
}
#contents_top_img img{
         width: 100%;
}
.formsbutton{
font-size:17pt;
    width: 250px;
    height: 100px;
    background-color: darkcyan;
    color: white;
    padding: 10px;
}