@charset "utf-8";

/* reset */
html{
  height: 100%;
}
body {
    -webkit-text-size-adjust: 100%;
}
html,body,h1,h2,h3,h4,h5,h6,p,div,span,header,footer,dl,section {
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
table,tbody,tr,td{
border-collapse: collapse;
border-spacing: 0;
box-sizing: border-box;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dd {
  margin-left: 0;
}
img {
  border: none;
  display: block;
}
address {
  font-style:normal;
}
a {
  text-decoration: none;
}
a:link{
  color: #603813;
}
a:visited{
  color: #603813;
}
a:hover{
  color: #603813;
}
a:active{
  color: #603813;
}

/* ------------------------------------------------------------- */
/* PC・SP 　共通項目 ここから*/
/* ------------------------------------------------------------- */
body{
  background-image: url(../../common/images/backimage.png);
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #603813;
}

/* ------------------------------------------------------------- */
/* PC　レイアウト ここから*/
/* ------------------------------------------------------------- */
@media screen and (min-width: 521px){

.sp {
display: none;
}

  /* 商品画像のホバー時 */
  /*************************************/
.item_hover img:hover {
  opacity: 0.7;
  transition: all ease .3s
}

  /* 全体を包むwrap */
  /*************************************/
#allwrap {
  width: 80vw;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

  /* ヘッダー */
  /*************************************/
  header {
    width: 100%;
    max-width: 1200px;
  }
  #sp_header>p {
    width: 100%;
    height: 100%;
    background-color: #ff8585;
    font-size: min(1vw,15px);
    color: #fff;
    text-align: center;
    padding-top: 0.2vw;
    padding-bottom: 0.3vw;
  }
  #header_sub_wrap {
    width: 96%;
    height: min(7.5vw,112px);
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #logo {
    display: block;
    width: 27%;
    max-width: 376px;
  }
  #logo img {
    width: 100%;
    height: 100%;
    padding: 0.5vw 0 0.5vw 0;
    box-sizing: border-box;
  }
  /* 企業概要・問い合わせ・オンラインショップメニュー */
  #submenu {
    width: 47%;
    box-sizing: border-box;
  }
  #header_sub_wrap ul {
    display: flex;
    justify-content: left;
    padding-left: 9vw;
    padding-top: min(3vw,44px);
    box-sizing: border-box;
  }
  #header_sub_wrap li {
    width: 100%;
  }
  #header_sub_wrap li a {
    font-size: min(1.1vw,15.5px);
    color: #603813;
    display: block;
    width: 100%;
  }
  #header_sub_wrap li:first-child {
    width: 65%;
  }
  #header_sub_wrap li:nth-child(2) {
    width: 65%;
  }
  /* 問い合わせ電話番号スペース */
  #inquiry_wrap {
    margin-top: 1%;
    width: 26%;
    font-size: min(0.9vw,13px);
    display: flex;
  }
  #inquiry_wrap>div {
    width: 100%;
    height: 85%;
    display: flex;
    border: 1px solid #603318;
    border-radius: 15px;
  }
  #inquiry_wrap span {
    display: block;
  }
  .inquiry_left {
    display: block;
    width: 75%;
    height: auto;
  }
  .inquiry_left>p {
    background-color: #88D89F;
    border-radius: 15px 0 15px 0;
    box-sizing: border-box;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .inquiry_left div:nth-of-type(1) {
    display: flex;
    justify-content: space-between;
  }
  .inquiry_left div:nth-of-type(1) span:first-child {
    padding: 4% 1% 1% 19%;
  }
  .inquiry_left div:nth-of-type(1) span:first-child>p {
    color: #EC1C24;
  }
  .inquiry_left div:nth-of-type(1) span:nth-of-type(2)>p {
    color: #39B44A;
    font-weight: bold;
    padding: 75% 0% 0% 0%;
    position: relative;
  }
  /*LINEの文字の吹き出し線部分上側*/
  .inquiry_left div:nth-of-type(1) span:nth-of-type(2)>p::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #603813;
    position: absolute;
    top: 38%;
    left: 1%;
    transform: rotate(15deg);
  }
  .inquiry_left div:nth-of-type(1) span:nth-of-type(2)>p::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #603813;
    position: absolute;
    top: 112%;
    left: 1%;
    transform: rotate(-15deg);
  }
  .inquiry_left a {
    font-size: min(1.5vw,22px);
    color: #EC1C24;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    font-weight: bold;
    margin-top: -4%;
  }
  .inquiry_left a::before {
    content: "";
    display: block;
    width: 24%;
    height: 150%;
    background-image: url(../images/icon_sp.png);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    top: -59%;
    left: -26%;
  }
  .inquiry_right {
    display: block;
    width: 25%;
    height: auto;
    box-sizing: border-box;
  }
  .inquiry_right a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .inquiry_right img{
    width: 88%;
    height: auto;
    margin: 16% 5% 0% 5%;
    display: block;
  }


  /* PC用ナビゲーション部分 */
  nav {
    width: 100%;
  }
  nav a span {
    display: block;
    box-sizing: border-box;
    font-size: min(0.9vw,14px);
    padding-top: min(1.2vw,18px);
  }
  nav ul {
    display: flex;
  }
  nav li {
    width: 20%;
    height: min(5.32vw,80px);
  }
  nav li a {
    display: block;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: min(5.32vw,80px);
    font-size: min(1.25vw,19px);
  }

  /*テキストのデコレーション共通*/
  .button_blue {
    background-color: #0071BB;
    padding: 2%;
    color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 3%;
    margin-bottom: 3%;
  }
  
  /*オーダーギフト部分*/
  nav li:nth-child(1)>a {
    background-image: url(../images/ordergift2.png);
    padding-left: 2.5vw;
  }
  nav li:nth-child(1)>a:hover{
    background-position: 0 100%;
  }
  .ordergift_page nav li:nth-child(1)>a{
    background-position: 0 100%;
  }
  
  /*商用・OEM部分*/
  nav li:nth-child(2)>a {
    background-image: url(../images/business2.png);
    padding-left: 1.5vw;
  }
  nav li:nth-child(2)>a:hover{
    background-position: 0 100%;
  }
  .business_page nav li:nth-child(2)>a {
    background-position: 0 100%;
  }
  
  /*デザインデータ加工部分*/
  nav li:nth-child(3)>a {
    background-image: url(../images/design2.png);
    padding-left: 1.1vw;
  }
  nav li:nth-child(3)>a:hover{
    background-position: 0 100%;
  }
  .design_page nav li:nth-child(3)>a {
    background-position: 0 100%;
  }
  
  /*印刷・素材加工部分*/
  nav li:nth-child(4)>a {
    background-image: url(../images/service2.png);
    padding-left: 1.5vw;
  }
  nav li:nth-child(4)>a:hover{
    background-position: 0 100%;
  }
  .service_page nav li:nth-child(4)>a {
    background-position: 0 100%;
  }
  
  /*ご利用ガイド*/
  nav li:nth-child(5)>a {
    background-image: url(../images/about2.png);
    padding-left: 1.4vw;
  }
  nav li:nth-child(5)>a:hover{
    background-position: 0 100%;
  }
  .about_page nav li:nth-child(5)>a {
        background-position: 0 100%;
  }
  
  /* メイン２カラム配置 */
  /*************************************/
  #main_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: ;
  }
  #left_contents {
    width: 20%;
    height: auto;
    border-right: solid 1px #D3D3D3;
  }
  #right_contents {
    width: 80%;
    height: 100%;
  }
  
  /* 左側リスト */
  /*************************************/
  #left_contents dt,dd {
    height: min(3vw,40px);
    width: 100%;
  }
  #left_contents dt {
    background-color: #88D89F;
    font-size: min(1.2vw,15.5px);
    box-sizing: border-box;
    padding-top: min(0.6vw,8px);
    text-align: center;
  }
    #left_contents dd {
    border-bottom: 1px dotted #6B6B6B;
    font-size: min(1.1vw,15px);
  }
  #left_contents dd:hover {
    background-color: #ededed;
  }
  #left_contents a {
    display: inline-block;
    box-sizing: border-box;
    width: 70%;
    height: 100%;
    padding-top: min(0.6vw,8px);
  }
  #left_contents .menu::before {
    content: "";
    display: inline-block;
    width: 0.65vw;
    height: 0.8vw;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: 0 center;
    margin-right: 1vw;
    margin-left: 1.5vw;
  }
  #left_contents .menu:nth-of-type(2n)::before{
    background-position: 100% 0;
  }
  #left_contents dd:last-child {
    border-bottom: none;
  }
  #left_contents dd:last-child::before {
    background-image: none;
  }
  #left_contents dd:last-child:hover {
    background-color: #fff;
  }
  .submenu a {
    color: #00A283;
  }
   .submenu::before {
    content: "";
    display: inline-block;
    width: 1.6vw;
    height: 0.95vw;
    background-image: url(../images/submenu.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    margin-right: 1vw;
    margin-left: 1vw;
   }
  /* カレンダー */
  #calendar_wrap {
    width: 80%;
    margin: 0 auto 0 auto;
  }
  #calendar_wrap table, #calendar_wrap tr, #calendar_wrap td {
    border: solid 1px #ededed;
    font-size: min(1vw,14px);
  }
  #calendar_wrap tr, #calendar_wrap td {
    padding: min(0.38vw,6px);
  }
  #calendar_header {
    text-align: center;
    font-size: 120%;
    margin-top: 1vw;
    background-color: #fff;
    color: #603813;
  }
  #next-prev-button {
    display: flex;
    justify-content: space-between;
  }
  .dayOfWeek {
    background-color: #ededed;
  }
  td:first-child,td.holiday,td:last-child{
    color: #EC1C24;
  }
  .today{
    background-color: #FFCACA;
  }
  #sns_list{
    width: 80%;
    height: calc(100vw/25);
    margin: 134% auto 0 auto;
    display: flex;
  }
  #sns_list img {
    width: 40%;
    height: auto;
  }
  /* カレンダーボタン */
  #next,#prev {
    width: 15%;
    height: 15%;
    font-size: min(1.5vw,14px);
    text-align: center;
  }
  /* 運営会社 */
  #left_contents section:nth-of-type(1) {
    width: 80%;
    margin: 2vw auto 0 auto;
  }
  #left_contents section:nth-of-type(1) h4 {
    color: #FF8585;
    font-size: min(1.2vw,17px);
    display: block;
    width: 100%;
    border-bottom: 2px solid #88D89F;
    margin-bottom: 0.5vw;
    box-sizing: border-box;
    background-color: #fff;
  }
  #left_contents section:nth-of-type(1) img {
    width: 90%;
    height: 90%;
    margin: 0.5vw auto 0 auto;
  }
  #left_contents section:nth-of-type(1) p{
    font-size: min(0.9vw,14px);
    margin: 10px 0 10px 0;
  }
  #left_contents address {
    font-size: min(0.9vw,14px);
    margin: 5px 0 2vw 0;
  }
  /* メンバー紹介画像 */
  #left_contents img:last-child {
    width: 80%;
    height: auto;
    margin: 0 auto 6vw auto;
  }
  
  /* 右側メインコンテンツ */
  /*************************************/

  /* 子ページ共通 */
  /*************************************/

  /* パンくずリスト */
  .breadcrumb {
    margin: 0;
    padding: 0.5% 0 1% 0;
    list-style: none;
  }
  .breadcrumb li {
    display: inline;
    list-style: none;
  }
  .breadcrumb li:after {
    content: '>';
    padding: 0 0.2em;
    color: #603813;
  }
  .breadcrumb li:first-child {
    margin-left: 2.5%;
  }
  .breadcrumb li:last-child:after {
    content: '';
  }
  .breadcrumb li a {
    text-decoration: none;
    color: #88D89F;
    font-size: calc(100vw/98);
  }
    .breadcrumb li:last-child a {
    text-decoration: none;
    color: #603813;
  }
  .breadcrumb li a:hover {
    text-decoration: underline;
  }

  /*---------------------------------------------------------------------*/
  /* 子ページ見出し部分共通 */
  h1 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #FF8585;
    color: #fff;
    padding: 0.5% 0 0.5% 1.5%;
  }
  h2 {
    width: fit-content;
    height: min(1.7vw,30px);
    display: block;
    background-image: url(../images/line_subpage.png);
    background-repeat: no-repeat;
    background-size: auto 20%;
    background-position: center right;
    font-size: min(1.2vw,17px);
    color: #FF8585;
    margin-bottom: min(0.5vw,30px);
    margin-top: calc(100vw/50);
    padding-right: 15%;
  }
  h2~p {
  margin-bottom: min(5vw,15px);
  font-size: min(1.2vw,17px);
  }
  h2~img{
    width: 100%;
  }
  h3 {
    color: #fff;
    box-sizing: border-box;
    padding-left: 2%;
    margin-top: -0.4%;
    font-size: min(1.2vw,17px);
  }
  h4 {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.5% 0.5% 0.5% 2%;
    background-color: #FF8585;
    color: #fff;
    font-size: min(1.3vw,18px);
    text-align: left;
  }
  h5 {
    display: block;
    width: 50%;
    margin: 0 auto 2% auto;
    padding: 0;
    position: relative;
    font-size: min(1.2vw,16px);
  }
  h5>a {
    display: block;
    width: 100%;
    padding-left: 8%;
  }
  h5>a::before {
    content: "";
    display: block;
    width: 10%;
    height: 10px;
    background-image: url(../images/submenu.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 50%;
    position: absolute;
    top: 32%;
    left: 0;
  }
  h6 {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-size: min(1.2vw,17px);
    background-color: #EDEDED;
    padding-left: 5%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    border-bottom: 1px dotted #603308;
    position: relative;
    text-align: left;
  }
  h6::before {
    content: "";
    width: 1.5%;
    height: 79%;
    background-image: url(../../service/images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    left: 1.5%;
    position: absolute;
  }
  h6 p:first-child {
    margin-top: 2%;
  }
  /*---------------------------------------------------------------------*/
  /* TOPページ */
  #tokusyu_pr {
    margin-top: 3%;
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
  }
  #tokusyu_pr div:first-child {
    width: 57%;
  }
  #tokusyu_pr div:first-child img {
    width: 100%;
    height: auto;
  }
  #tokusyu_pr div:nth-child(2) {
    width: 40.5%;
  }
  #tokusyu_pr div:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  .mochikomi{
    display: block;
    width: max-content;
    margin: 0 auto 0 auto;
    color: #ff8585;
  }
  .mochikomi a{
    text-decoration: underline;
  }
  
  /*---------------------------------------------------------------------*/
  /* 子ページサンプル画像配置共通 */
  .kindsample section {
    width: 100%;
    height: auto;
    margin-top: 1%;
    margin-bottom: 4%;
    border: dotted 2px #ff8585;
    box-sizing: border-box;
  }
  .kindsample ul {
    display: flex;
    width: 92%;
    margin: 4% auto 1% auto;
    flex-wrap: wrap;
  }
  .kindsample li {
    width: calc(100%/4);
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2%;
  }
  .kindsample img {
    width: 90%;
    height: auto;
    margin: 0 auto 0 auto;
  }
  .kindsample span {
    box-sizing: border-box;
    display: block;
    width: 66%;
    height: auto;
    margin: 0 auto 3% auto;
    background-color: #0071BB;
    border-radius: 15px;
    text-align: right;
    position: relative;
  }
  .kindsample span::before {
    content: "";
    width: 6%;
    height: 69%;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 15%;
    left: 6%;
  }
  .kindsample span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 8.3%;
    transform: translateY(-50%);
    border: 0.5vw solid transparent;
    border-left: 8px solid #0071BB;
  }
  .kindsample span:hover {
    opacity: 0.8;
  }
  .kindsample span a {
    color: #fff;
    display: block;
    box-sizing: border-box;
    padding: 1.5% 5% 2% 0;
    font-size: min(1.2vw,18px);
  }
  
  /*---------------------------------------------------------------------*/
  /* 子ページフロー画像共通 */
  .flow_wrap {
    display: flex;
  }
  .flow_wrap div:first-child {
    width: 62%;
  }
  .flow_wrap div:nth-child(2) {
    width: 38%;
  }
  .flow_wrap img {
    width: 100%;
  }
  
  /*---------------------------------------------------------------------*/
  /* 子ページキャラクター説明部分共通 */
  .character_about {
    width: 100%;
    height: 17.9%;
    margin-top: 1%;
    padding-top: 1%;
    background-image: url(../images/back_chara_about.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .character_about_wrap {
    display: flex;
    border-radius: 30px;
  }
  .character_about_wrap div:first-child img {
    width: 90%;
    margin: 14% 0% 7% 6%;
  }
  .character_about_wrap div:nth-child(3) img {
    width: 95%;
    margin: 16% 1% 0 1%;
  }
  .character_about_wrap div:first-child {
    width: 15.5%;
  }
  .character_about_wrap div:nth-child(2) {
    width: 66.6%;
  }
  .character_about_wrap div:nth-child(3) {
    width: 17.9%;
  }
  .character_about div:first-child {
    margin-left: -0.5%;
  }
  .character_about p {
    color: #603813;
    font-size: min(1vw,15px);
    box-sizing: border-box;
    padding-left: 3%;
    box-sizing: border-box;
  }
  .character_about  p:first-child {
    background-image: url(../images/speech_bubble_appi.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 7.5%;
    padding-left: 5%;
    width: 100%;
    height: 60%;
  }
    .character_about  p:nth-child(2) {
    background-image: url(../images/speech_bubble_yappi.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 2%;
    margin-left: 1%;
    padding-top: 1%;
    width: 100%;
    height: 40%;
  }
  .character_about  p span {
    color: #EC1C24;
    font-size: min(1.3vw,17px);
    display: inline-block;
    padding-top: 1%;
  }
  
  /*---------------------------------------------------------------------*/
  /*オーダーギフトページ*/
  /*注意書き部分*/
  .notes {
    width: 90%;
    margin: 3% auto 4% auto;
  }
  .notes img {
    width: 100%;
  }
  /*ラッピングについて部分*/
  .wrapping {
    width: 100%;
  }
  .wrapping~p {
    margin-top: 4%;
  }
  .wrapping img{
    width: 100%;
  }
  .kind_wrapping {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6%;
  }
  .kind_wrapping div {
    width: 50%;
  }
  .kind_wrapping div p {
    font-size: min(1.1vw,15px);
    box-sizing: border-box;
    padding-top: 5%;
    padding-left: 5%;
  }
  .kind_wrapping div:nth-of-type(2) p:first-child::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
  }
  .kind_wrapping div img {
    width: 100%;
  }
  /*コルク・スマホ・レザー・予備スペース*/
  .other_kind {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .other_kind div {
    width: 50%;
    box-sizing: border-box;
  }
  .other_kind div:nth-child(2n+1) {
  padding-right: 1%;
  }
  .other_kind div:nth-child(2n) {
  padding-left: 1%;
  }
  .other_kind div section ul {
    width: 90%;
  }
  .other_kind div section li {
    width: 50%;
  }
  .other_kind div section li img {
    width: 90%;
  }
  .recommendation h4 {
    background-color: #87D79E;
  }
  .recommendation section {
    border: dotted 2px #87D79E;
  }
  
  /*---------------------------------------------------------------------*/
  /*商用・OEMページ*/
  .business_page .paper_kind {
    width: 100%;
  }
  .business_page .paper_kind ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 2% 0 4% 0;
  }
  .business_page .paper_kind li {
    width: 20%;
    text-align: center;
  }
  .business_page .paper_kind li img{
    width: 80%;
    margin: 0 auto 0 auto;
  }
  .business_oem {
    width: 100%;
  }
  .business_oem img {
    width: 100%;
  }
  .business_page .design_table {
    width: 80%;
    border-collapse: collapse;
    border: 1px solid #666;
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: min(1.2vw,17px)
  }
  .business_page .design_table tbody {
    width: 100%;
  }
  .business_page .design_table th {
    background-color: #eaeaea;
    padding: 1%;
    border-right: 1px solid #666;
  }
  .business_page .design_table tr {
    border-bottom: 1px solid #666;
  }
  .business_page .design_table td {
    color: #603813;
    border-right: 1px solid #666;
  }
  .business_page .table_title {
    text-align: center;
    font-size: min(1.2vw,17px);
    margin-top: 4%;
  }
  .business_page .table_bikou {
    width: 80%;
    margin: 0 auto 3% auto;
    font-size: min(1.2vw,17px);
  }
  .business_page .top_yohaku {
    margin-top: 2%;
  }
  .business_page .center {
    text-align: center;
  }
  .business_page .left_yohaku {
    margin-left: 5%;
    margin-right: 5%;
  }

  /*---------------------------------------------------------------------*/
  /* デザインについてページ */
  .design_page h2 {
    margin-top: 5%;
  }
  .design_page h2~p {
    display: inline-block;
  }
  .design_page h2~p a {
    display: inline-block;
    color: #3CD4B7;
  }
  .design_page h2~p span {
    color: #EB1C24;
    font-weight: bold;
  }
  .design_page h4 {
    margin-bottom: 2%;
  }
  .design_page h5 {
    margin: 0 auto 2% 5%;
  }
  .design_page h5 a {
    color: #3CD4B7;
  }
  .design_page .flow_wrap {
    margin-bottom: 5%;
  }
  .design_page .flow_wrap div:first-child {
  width: 50%;
  }
  .design_page .flow_wrap div:nth-child(2) {
  width: 50%;
  }
  .design_page .img_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 4%;
    border: 1px solid #603813;
  }
  .design_page .img_wrap img {
    width: 100%;
    border-bottom: 1px dotted #603813;
  }
  .design_page .img_wrap p {
    text-align: center;
    margin-top: 2%;
    font-size: min(1.2vw,17px)
  }
  .design_page .design_table {
    width: 95%;
    border-collapse: collapse;
    border: 1px solid #666;
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: min(1.2vw,17px)
  }
  .design_page .design_table tbody {
    width: 100%;
  }
  .design_page .design_table th {
    background-color: #eaeaea;
    padding: 1%;
    border-right: 1px solid #666;
    font-size: 0.9em;
  }
  .design_page .design_table th p {
    font-size: 0.8em;
    margin-top: 5%;
    color: #828282;
  }
  .design_page .design_table td p {
    font-size: 0.7em;
    text-align: right;
    background-color: #f2f2f2;
    margin-top: 3%;
    color: #828282;
  }
  .design_page .design_table tr {
    border-bottom: 1px solid #666;
  }
  .design_page .design_table th {
    font-size: 0.8em;
  }
  .design_page .design_table td {
    color: #603813;
    border-right: 1px solid #666;
    padding: 1%;
    box-sizing: border-box;
  }
  .design_page .kindsample {
    margin-bottom: 4%;
  }
  .design_page .kindsample span {
    margin-top: 5%;
  }
  .design_page .kindsample p {
    margin-bottom: 0;
    font-size: min(1.2vw,17px);
  }
  .design_page .top_yohaku {
    margin-top: 7%;
  }
  .design_page .center {
    text-align: center;
  }
  .design_page .left_yohaku {
    margin-left: 5%;
    margin-right: 5%;
  }
  .design_page .table_title {
    text-align: center;
    font-size: min(1.2vw,17px);
    margin-top: 4%;
  }
  .design_page .table_bikou {
    width: 80%;
    margin: 0 auto 3% auto;
    font-size: min(1.2vw,17px);
  }
  .design_button{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 4% 0 0 0;
  }
  .design_button li img{
    width: 100%;
    height: auto;
  }

  /*---------------------------------------------------------------------*/
  /* 弊社ができることページ */
  .service_page .machine {
    background-color: #87D79E;
    padding-bottom: 0.5%;
    font-size: min(1.3vw,18px);
    margin-top: 0;
    text-align: left;
    color: #fff;
    padding-left: 3%;
  }
  .service_page .pr_message span {
    display: inline-block;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 1.5%;
    background-image: url(../../service/images/service_border.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    font-size: min(1.7vw,25px);
    color: #EB1C24;
    padding-top: 1%;
  }
  .service_page .character_about p:nth-child(2) {
    padding-top: 2.5%;
  }
  .service_page .kindsample span a {
    padding-right: 12%;
  }
  .service_page .pr_wrap p {
    font-size: min(1.2vw,17px);
  }
  .service_page .pr_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 3%;
    margin-bottom: 2%;
  }
  .service_page .pr_wrap::before {
    content: "";
    display: inline-block;
    width: 8%;
    height: 2px;
    background-color: #603813;
    transform: rotate(50deg);
    position: absolute;
    left: 5%;
    top: 50%;
  }
  .service_page .pr_wrap::after {
    content: "";
    display: inline-block;
    width: 8%;
    height: 2px;
    background-color: #603813;
    transform: rotate(-50deg);
    position: absolute;
    right: 5%;
    top: 50%;
  }
  .service_page .pr_wrap div:first-child {
    width: 25%;
  }
  .service_page .pr_wrap div:first-child p~span {
    font-size: min(1.2vw,17px);
    color: #EB1C24;
  }
  .service_page .pr_wrap div:nth-child(2) {
    width: 45%;
  }
  .service_page .pr_wrap div:nth-child(2) span {
    padding-bottom: 6.5%;
  }
  /*質問吹き出しul*/
  .service_page .question {
    display: flex;
    justify-content: space-between;
  }
  .service_page .question li {
    width: 27%;
    background-color: #EAEAEA;
    border-radius: 30px;
    padding: 2%;
    vertical-align: center;
    position: relative;
    font-size: min(1.2vw,17px);
  }
  .service_page .question li::before {
    content: "";
    display: block;
    background-color: #eaeaea;
    width: 5%;
    height: 16%;
    position: absolute;
    bottom: -7%;
    left: 11%;
    transform: rotate(45deg);
  }
  .service_page .machine_wrap {
    box-sizing: border-box;
    padding: 3% 4% 4% 4%;
    border: 1px solid #603813;
    margin-bottom: 4%;
  }
   /* マシン紹介 */
  .service_page .machine_info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .service_page .machine_info~p {
    font-size: min(1.2vw,17px);
    margin-bottom: 2%;
  }
  .service_page .machine_info div:nth-child(1) {
    padding: 2% 0 0 0;
    width: 40%;
  }
  .service_page .machine_info div:nth-child(1) img {
    width: 100%;
  }
  .service_page .machine_info div:nth-child(2) {
    width: 60%;
    padding: 3% 0 0 0;
  }
  .service_page .machine_info div:nth-child(2) span {
    font-size: min(1.5vw,25px);
    border-bottom: 5px solid #0071BA;
    color: #0071BA;
    font-weight: bold;
  }
  .service_page .machine_info div:nth-child(2) p {
    font-size: min(1.2vw,17px);
    margin-top: 3%;
  }
  .service_page .machine_info div:nth-child(2) ul {
    width: 100%;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
  }
  .service_page .machine_info div:nth-child(2) li{
    font-size: min(1vw,15px);
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(1) {
    width: 40%;
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(1) img {
    display: inline-block;
    width: 45%;
    margin-right: 3%;
    vertical-align: bottom;
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(2) {
    width: 20%;
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(2) img {
    display: inline-block;
    width: 20%;
    margin-right: 3%;
    vertical-align: bottom;
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(3) {
    width: 40%;
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(3) img {
    display: inline-block;
    width: 10%;
    margin-right: 3%;
    vertical-align: bottom;
  }
  /*アピールポイント枠*/
  .service_page .machine_about {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .service_page .machine_about li {
    width: 49%;
    border: 1px solid #603813;
    border-radius: 10px;
    padding: 1%;
    box-sizing: border-box;
  }
  .service_page .machine_about li img {
    display: inline-block;
    width: 7%;
    height: 20%;
    margin-left: 4%;
    vertical-align: sub;
  }
  .service_page .machine_about li p:nth-of-type(1) {
    display: inline-block;
    color: #0071BA;
    font-size: min(1.5vw,25px);
    padding-bottom: 2%;
    padding-left: 3%;
    position: relative;
  }
  .service_page .machine_about li p:nth-of-type(2) {
    box-sizing: border-box;
    border-top: 1px dotted #603813;
    padding: 4%;
    font-size: min(1.2vw,17px);
  }
  /*印刷可能素材枠*/
  .service_page .machine_able li {
    display: block;
    box-sizing: border-box;
    padding: 1% 1% 1% 13%;
    margin-top: 2%;
    width: 100%;
    height: 6vw;
    background-color: #EDEDED;
    position: relative;
  }
  .service_page .machine_able li::before {
    content: "";
    display: block;
    width: 8%;
    height: 80%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 80%;
    left: 3%;
  }
  .service_page .machine_able li:nth-of-type(1)::before {
    background-image: url(../../service/images/icon_circle.png);
  }
  .service_page .machine_able li:nth-of-type(2)::before {
    background-image: url(../../service/images/icon_ng.png);
  }
  .service_page .machine_able li:nth-of-type(3)::before {
    background-image: url(../../service/images/icon_triangle.png);
  }
  .service_page .machine_able li p:nth-of-type(1) {
    font-size: min(1.5vw,25px);
    font-weight: bold;
  }
  .service_page .machine_able li p:nth-of-type(2) {
    font-size: min(1.1vw,15px);
  }
  .service_page .machine_able li:nth-child(1) p:nth-of-type(1) {
    color: #0071BA;
  }
  .service_page .machine_able li:nth-child(2) p:nth-of-type(1) {
    color: #BF272D;
  }
  .service_page .machine_able li:nth-child(3) p:nth-of-type(1) {
    color: #8AC43F;
  }
  .service_page .note_machine {
    width: 100%;
    margin-bottom: 8%;
  }
  .service_page .note_machine img {
    width: 100%;
  }
  .service_page .kindsample:last-child {
    margin-bottom: 9%;
  }
  
  /*---------------------------------------------------------------------*/
  /* ご利用ガイドページ */
  .about_page section p {
    text-align: left;
    font-size: min(1.1vw,15px);
  }
  .about_page section {
    text-align: left;
  }
  .about_page section:last-child {
    margin-bottom: 10%;
  }
  .about_page h3 {
    background-color: #87D79E;
    padding-bottom: 0.5%;
    font-size: min(1.3vw,18px);
    margin-top: 5%;
    text-align: left;
  }
  .about_page h4 {
    background-color: #E8E8E8;
    margin-top: 2%;
    color: #603813;
    font-weight: normal;
    font-size: min(1.2vw,17px);
    padding-left: 5%;
    position: relative;
    margin-bottom: 2%;
    margin-top: 1%;
  }
  .about_page h4::before {
    content: "";
    display: block;
    background-image: url(../../about/images/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 1.5%;
    height: 100%;
    position: absolute;
    top: 1%;
    left: 2%;
  }
  .about_page h4~p {
    margin-bottom: 2%;
  }
  .about_page h4~p a {
    color: #87D79E;
  }
  .about_page h4~p~img {
    width: 100%;
    margin-bottom: 8%;
  }
  #mochikomijirei~p~img {
    margin-bottom:0;
  }
  .about_page table {
    display: block;
    width: 100%;
    margin-bottom: 4%;
  }
  .about_page table tr {
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
  }
  .about_page .fill {
    width: 3%;
    background-image: url(../../about/images/flow_arrow1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    color: #fff;
    vertical-align: bottom;
    padding-bottom: 3%;
  }
  .about_page .fill_after {
    background-image: url(../../about/images/flow_arrow2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    vertical-align: top;
  }
  .about_page .imgspace {
    font-size:
    width: 15%;
    padding: 1% 1% 1% 2%;
  }
  .about_page .imgspace img {
    width: 100%;
  }
  .about_page .message {
    color: #603813;
    vertical-align: top;
    box-sizing: border-box;
    padding: 2% 0 2% 2%;
    font-size: min(1.1vw,15px);
  }
  .about_page .message a {
    color: #87D79E;
  }
  .about_page .kouza {
    width: 70%;
    border: 1px solid #ccc;
    font-size: min(1.1vw,17px);
    box-sizing: border-box;
    padding: 3% 0 3% 4%;
  }
  .about_page #howto_sticker {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 2% 0 0 0;
  }
  .about_page #howto_sticker dt {
    border: 1px dotted #87D79E;
    width: 100%;
    display: block;
    color: #87D79E;
    font-weight: bold;
    margin-bottom: 1%;
  }
  .about_page #howto_sticker dd {
    font-size: min(1.1vw,17px);
    padding-left: 3%;
    margin-bottom: 1%;
    height: 100%;
  }
  /*-----------------------------------------------------------------------------------------------------------------------------------*/
  /* 企業概要ページ */
  .info_page .img_wrap {
    border: none;
    width: 100%;
    padding-bottom: 2%;
    box-sizing: border-box;
  }
  .info_page .img_wrap img {
    width: 110%;
    height: auto;
    margin: 0 auto 0 -5%;
  }
  .info_page .img_wrap:nth-of-type(2) img {
    width: 100%;
    height: auto;
    margin: 10% auto 0 auto;
  }
  .info_page .img_wrap~p {
    margin-top: 4%;
    line-height: 1.9em;
  }
  .info_page .img_wrap~p span {
    color: #3CD4B7;
    font-weight: bold;
    font-size: min(1.3vw,19px);
  }
  .info_page .img_wrap~p span:nth-of-type(4),
  .info_page .img_wrap~p span:nth-of-type(5)
   {
    color: #603813;
    font-weight: bold;
    font-size: min(1.3vw,19px);
  }
  .info_page .info_table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #666;
    margin: 0 auto 0 auto;
    font-size: min(1.2vw,17px)
  }
  .info_page .info_table tbody {
    width: 100%;
  }
  .info_page .info_table th {
    width: 30%;
    background-color: #FFCCC4;
    padding: 5% 1% 5% 7%;
    border-right: 1px solid #666;
    text-align: left;
  }
  .info_page .info_table tr {
    border-bottom: 1px solid #666;
  }
  .info_page .info_table td {
    color: #603813;
    border-right: 1px solid #666;
    text-align: left;
    padding: 2%;
  }
  .info_page .img_hapilabo {
    margin-bottom: 4%;
  }

  /*---------------------------------------------------------------------*/
  /* トップページ */
  
  #catch_wrap {
    width: 100%;
    height: min(20vw,300px);
    padding-top: 10px;
    box-sizing: border-box;
    background-image: url(../../topimages/main_photo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
  }
  #catch_wrap img{
    width: 50%;
    height: auto;
    margin: min(1vw,10px) auto 0 auto;
  }
  .cm {
    width: 90%;
    height: min(6vw,90px);
    margin: 2vw auto 0 auto;
    background-color: #fff;
    background-image: url(../../topimages/top_subimage.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75%;
    border-radius: 30px;
    position: relative;
  }
  .cm h2 {
    display: inline-block;
    width: 100%;
    height: 6vw;
    text-align: center;
    font-size: min(1.7vw,22px);
    color:#EC1C24;
    margin: 0;
    padding: 0;
    background-image: none;
  }
  .cm h2>span {
    display: inline-block;
    width: 100%;
    font-size: min(1vw,15.5px);
    margin-top: 1vw;
  }
  .speech_pink {
    box-sizing: border-box;
    padding-top: min(0.9vw,14px);
    text-align: center;
    background-color: #FF8585;
    border-radius: 50%;
    width: 15%;
    height: min(5vw,70px);
    position: absolute;
    font-size: min(1vw, 15px);
    color: #fff;
  }
  .speech_pink:nth-of-type(1) {
    top: -33%;
    left: -3%;
  }
    .speech_pink:nth-of-type(1)::after {
    content: "";
    width: min(1.5vw,24px);
    height: min(1.5vw,24px);
    display: block;
    position: absolute;
    top: 56%;
    left: 78%;
    background-color: #FF8585;
  }
  .speech_pink:nth-of-type(2) {
    top: -33%;
    left: min(50vw,750px);
  }
  .speech_pink:nth-of-type(2)::before {
    content: "";
    width: min(1.5vw,24px);
    height: min(1.5vw,24px);
    display: block;
    position: absolute;
    top: 56%;
    left: 4%;
    background-color: #FF8585;
  }
  .toppage section h1{
    width: 100%;
    height: min(3.5vw,60px);
    display: inline-block;
    text-align: center;
    font-size: min(1.7vw,25px);
    background-image: url(../images/line_h1.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: bottom center;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #603813;
  }
  .toppage #right_contents section h1 span {
    display: inline-block;
    color: #17CE95;
    font-size: min(2.1vw,50px);
    box-sizing: border-box;
  }
  .toppage #right_contents section h1 span::before {
    content: "";
    display: inline-block;
    width: min(1.5vw,20px);
    height: min(2vw,40px);
    background-image: url(../images/icon_speech.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: bottom left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .toppage #right_contents section h1 span::after {
    content: "";
    display: inline-block;
    width: min(1.5vw,20px);
    height: min(2vw,40px);
    background-image: url(../images/icon_speech.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: bottom right;
    margin-left: 10px;
    margin-right: 10px;
  }
  .toppage #right_contents section:nth-of-type(1) p{
    background-color: #FF8585;
    margin-top: 1vw;
    padding: min(1vw,10px) 3vw min(1vw,10px) 3vw;
    font-size: min(1.3vw,21px);
    color: #fff;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .toppage #right_contents section:nth-of-type(1) p span {
    display: inline-block;
    font-size: min(2vw,25px);
    padding: 0 2.5vw 0 3vw;
    background-image: url(../images/line_h2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 90%;
  }
  .toppage h3 {
    width: 100%;
    height: min(1.7vw,30px);
    display: inline-block;
    text-align: center;
    background-image:  url(../images/line_h3.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center center;
    font-size: min(1.2vw,17px);
    color: #FF8585;
    margin-bottom: min(0.5vw,30px);
    margin-top: calc(100vw/50);
    padding-right: 0;
  }
  .toppage h3 a {
    color: #FF8585;
    text-decoration: underline;
  }
  .toppage h3~p {
    margin-bottom: min(5vw,15px);
    font-size: min(1.2vw,17px);
  }
  
  /*instagram */
  #ig_wrap {
    width: 100%;
    height: min(11vw,156px);
    margin-left: auto;
    margin-right: auto;
  }
  #ig_wrap p{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 11px;
  }
  .gallery li img {
    width: min(6vw,88px);
    height: min(6vw,88px);
  }
  /* インスタ以下左右余白あり設定 */
  .space_wrap{
    width: 90%;
    margin: 0 auto 0 auto;
  }
  #sozai_wrap {
    width: 100%;
    display: flex;
    align-items: stretch;
  }
  #sozai {
    display: flex;
    flex-wrap: wrap;
    width: 200%;
  }
  #sozai li {
    text-align: center;
    width: calc(100%/4);
    font-size: min(1vw,15px);
  }
  #sozai img {
    width: 80%;
    height: auto;
    margin: 0 auto 0 auto;
  }
  #toppi_speech {
    width: min(25vw,314px);
    background-image: url(../../topimages/toppi_speech.png);
    background-repeat: no-repeat;
    background-size: 107%;
    background-position: bottom left;
  }
  #toppi_speech p {
    font-size: min(0.75vw,12px);
    padding: calc(100% * 0.2);
    box-sizing: border-box;
    margin-top: 45%;
    color: #fff;
    background-color: #88D89F;
    border-radius: 50%;
    position: relative;
  }
  #toppi_speech p::after {
    content: "";
    display: block;
    background-color: #88D89F;
    width: calc(100%/5);
    height: calc(100%/5);
    position: absolute;
    top: 85%;
    left: 40%;
    transform: rotate(45deg);
  }
  #toppi_speech p span {
      color: #00631A;
    }
    
  #tappi_speech {
    width: min(25vw,320px);
    background-image: url(../../topimages/tappi_speech.png);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: top right;
  }
  #tappi_speech p {
    font-size: min(0.75vw,12px);
    padding-top: calc(100% * 0.2);
    padding-left: calc(100% * 0.13);
    padding-right: calc(100% * 0.13);
    padding-bottom: calc(100% * 0.2);
    margin-left: 0.4vw;
    box-sizing: border-box;
    margin-top: 100%;
    color: #fff;
    background-color: #88D89F;
    border-radius: 50%;
    position: relative;
  }
  #tappi_speech p::after {
    content: "";
    display: block;
    background-color: #88D89F;
    width: calc(100%/4);
    height: calc(100%/4);
    position: absolute;
    top: -5%;
    left: 40%;
    transform: rotate(45deg);
  }
  #tappi_speech p span {
      color: #00631A;
    }
  .banner {
    width: 100%;
    height: auto;
    margin-top: calc(100%/20);
  }
  .toppage .space_wrap section:nth-of-type(3) {
    text-align: right;
    font-size: min(1.3vw,17px);
  }
  .toppage .space_wrap section:nth-of-type(4) {
    text-align: right;
    font-size: min(1.3vw,17px);
  }
  .toppage .space_wrap section:nth-of-type(5) {
    text-align: right;
    font-size: min(1.3vw,17px);
  }
  .toppage h5 {
    display: block;
    width: 65%;
    height: calc(100vw/10);
    padding-top: min(3.0vw,70px);
    text-align: center;
    margin: calc(100vw/40) auto calc(100vw/40) auto;
    background-image: url(../images/speech_bubble.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    box-sizing: border-box;
    font-size: min(1.2vw,17px);
  }
  .toppage h5::before {
    content: none;
  }
  .toppage .space_wrap section:nth-of-type(6) ul {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-between;
  }
  .toppage .space_wrap section:nth-of-type(6) ul li{
    width: 30%;
  }
  .toppage .space_wrap section:nth-of-type(6) img {
    width: 100%;
  }

  /* pc フッター部分 */
  /*************************************/
  
  footer {
    box-sizing: border-box;
    background-color: #FF8585;
  }
  #footer_wrap {
    width: 90%;
    box-sizing: border-box;
    padding-top: min(3.5vw,70px);
    margin-left: auto;
    margin-bottom: min(3.5vw,70px);
    margin-right: auto;
  }
  #footer_wrap dl {
    width: 100%;
    height: 15vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 10%;
  }
  #footer_wrap dt, #footer_wrap dd{
    font-size: min(0.9vw,14px);
    display: block;
    color: #fff;
    width: 20%;
    height: calc(100%/7);
  }
  #footer_wrap dt {
    padding-left: 1%;
    width: 18%;
    background-image: url(../images/line_white.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 90%;
    color: #fff;
  }
  #footer_wrap dd a {
    height: 100%;
    padding-left: 15%;
    padding-top: 5%;
    display: inline-block;
    color: #fff;
    position: relative;
  }
  #footer_wrap dd a::before {
    content: "";
    display: block;
    width: min(0.7vw,10px);
    height: min(0.5vw,10px);
    background-image: url(../images/arrow_white.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center center;
    position: absolute;
    top: 40%;
    left: min(0.5vw,10px);
  }
  #footer_underwrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #footer_underwrap img{
    width: 50%;
    height: auto;
  }
  #footer_underwrap ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #footer_underwrap li {
    width: calc(100%/3);
    display: block;
    margin-right: 2%;
    font-size: min(1.2vw,15px);
    color: #fff;
    position: relative;
  }
  #footer_underwrap a {
    display: block;
    width: 100%;
    color: #fff;
  }
  #footer_underwrap li::before {
    content: "|";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -30%;
  }
  #footer_underwrap li:first-child::before {
    content: "";
  }
  footer .tokusyo {
    font-size: min(1.2vw,15px);
    width: max-content;
    margin: 0 auto 2% auto;
  }
  small {
    font-size: 0.8vw;
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* ------------------------------------------------------------- */
/* SP　レイアウト ここから*/
/* ------------------------------------------------------------- */
@media screen and (max-width: 520px){

.pc {
display: none;
}

  /* メインを包むwrap */
  /*************************************/
#main_wrap {
  width: 95vw;
  height: 100%;
  margin: 0 auto 0 auto;
  background-color: #fff;
}

  /* ヘッダー */
  /*************************************/
  header {
    width: 100%;
  }
  .top_massage {
    display: block;
    width: 100%;
    height: 4vw;
    background-color: #ff8585;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding-top: 0.2vw;
    padding-bottom: 0.3vw;
  }
  #sp_header{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100vw;
  }
  /* spロゴからナブトグルまで 包むwrap*/
  #sp_header_sub_wrap {
    width: 100%;
    height: 16.5vw;
    box-sizing: border-box;
    padding-top: calc(100%/50);
    padding-bottom: calc(100%/40);
    padding-left: calc(100%/30);
    padding-right: calc(100%/30);
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
  }
  /* ロゴ */
  #logo{
    display: block;
    width: 50vw;
    height: auto;
  }
  #logo img {
    width: 100%;
    height: auto;
  }
  #inpuiry_site {
    display: block;
    width: 13vw;
    height: 10vw;
    margin-top: 1vw;
    padding-left: 10vw
  }
  #inpuiry_site img {
    width: auto;
    height: 100%;
  }
  
  /* メニューボタン */
  #nav_toggle{
    width: 10.5vw;
    height: 10.5vw;
    background-color: #FF8585;
    margin-top: 1vw;
    border-radius: 7px;
  }
  #hamburger_menu {
    width: 100%;
    height: 100%;
  }
  #hamburger_menu p {
    font-size: 2vw;
    text-align: center;
    color: #fff;
  }
  #toggle_wrap {
    width: 60%;
    height: 50%;
    margin: auto;
    position: relative;
    margin-top: 15%;
/*     box-sizing: border-box; */
  }
  #toggle_wrap span {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    transition: all ease 0.4s;
  }
  #toggle_wrap span:nth-child(1) {
    top: 0;
    left: 0;
  }
  #toggle_wrap span:nth-child(2) {
    top: 45%;
    left: 0;
  }
  #toggle_wrap span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .open #toggle_wrap span:nth-child(1) {
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
  }
  .open #toggle_wrap span:nth-child(2) {
    opacity: 0;
  }
  .open #toggle_wrap span:nth-child(3) {
    transform: rotate(45deg);
    top: 50%;
    left: 0;
  }
  
  /* ナビゲーションメニュー */
  #sp_hamburgerwrap {
    width: 50vw;
    display: block;
    position: fixed;
    z-index: 100;
    right: 0;
    background-color: rgba(255,133,133,0.9);
    border-radius: 0 0 0 10px;
    transition: all ease 0.3s;
    transform: translateY(-100%);
    opacity: 0;
  }
  #overlay {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(107,107,107,0.3);
    z-index: 10;
    opacity: 1;
    transition: all ease 0.3s;
  }
  /* ナビゲーションメニュー展開時 */
.open {
    overflow: hidden;
}
  .open #overlay {
    visibility: visible;
  }
  .open #sp_hamburgerwrap {
    transform: translateY(0);
    opacity: 1;
  }
    #sp_hamburgerwrap li {
    display: block;
    width: 100%;
    height: 35px;
    border-bottom: 1px dotted #fff;
    box-sizing: border-box;
  }
  #sp_hamburgerwrap li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin-left: 10%;
    margin-top: 6%;
    font-size: 4vw;
    color: #fff;
  }
  #sns_wrap {
    display: flex;
    justify-content: space-between;
  }
  #sns_wrap a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding-top: 5%;
    padding-left: 10%;
  }
  #sns_wrap a img {
    width: 50%;
    height: auto;
  }
  
  /* ｓｐメインコンテンツ */
  /*************************************/
  
    /* sp 子ページ見出し共通 */
   .sp_subpage h1 {
    background-color: #FF8585;
    display: block;
    color: #fff;
    margin-top: 2%;
    padding-left: 5%;
  }
  .sp_subpage h2 {
    width: max-content;
    height: 4vw;
    display: block;
    background-image: url(../images/line_subpage.png);
    background-repeat: no-repeat;
    background-size: auto 20%;
    background-position: bottom right;
    font-size: 4vw;
    color: #FF8585;
    margin-bottom: 4%;
    margin-top: 4%;
    padding-right: 20%;
  }
  .sp_subpage h2~img {
    width: 100%;
  }
  h2~p {
    margin-bottom: 2vw;
    font-size: 3vw;
  }
  h3 {
    color: #fff;
    padding-top: 2%;
    padding-left: 4%;
    padding-bottom: 4%;
    box-sizing: border-box;
  }
  h4 {
    background-color: #ff8585;
    color: #fff;
    padding-left: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
  }
  h5 {
    display: block;
    box-sizing: border-box;
    width: max-content;
    height: auto;
    margin: 0 auto 3% auto;
    font-size: 3vw;
    text-align: center;
    position: relative;
  }
  h5 a::before {
    content: "";
    display: block;
    width: 13%;
    height: 10px;
    background-image: url(../images/submenu.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    position: absolute;
    left: -17%;
  }
  h6 {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    font-size: 2.6vw;
    background-color: #EDEDED;
    padding-left: 5%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    border-bottom: 1px dotted #603308;
    position: relative;
    text-align: left;
  }
  h6::before {
    content: "";
    width: 1.5%;
    height: 79%;
    background-image: url(../../service/images/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    left: 1.5%;
    position: absolute;
  }
  h6~p {
    margin-top: 2%;
    font-size: 3vw;
  }
  
  
  /*spボタン共通*/
  .kindsample span {
    box-sizing: border-box;
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto 7% auto;
    background-color: #0071BB;
    border-radius: 15px;
    text-align: right;
    position: relative;
  }
.kindsample span::before {
    content: "";
    width: 6%;
    height: 69%;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 15%;
    left: 2%;
  }
.kindsample span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
    border: 1.5vw solid transparent;
    border-left: 8px solid #0071BB;
  }
  .kindsample span a {
    color: #fff;
    font-size: 2.6vw;
    display: block;
    box-sizing: border-box;
    padding: 1.5% 5% 2% 0;
  }
  /* フロー図 */
  .flow_wrap {
    width: 100%;
  }
  .flow_wrap img {
    width: 100%;
    height: auto;
  }
  .flow_wrap div:nth-child(1) {
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .flow_wrap div:nth-child(2) {
    width: 61%;
    margin-bottom: 3%;
  }
  /* spキャラクター説明部分 */
  .character_about {
    width: 100%;
    height: auto;
    background-image: url(../images/back_chara_about_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    border-radius: 15px;
    margin-bottom: 6%;
  }
  .character_about div {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .character_about p {
    box-sizing: border-box;
  }
  .character_about p span {
    color: #EC1C24;
    font-size: 3vw;
  }
  /*あっぴー*/
  .character_about div:nth-of-type(1) p {
    background-image: url(../images/appi_speech_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 90%;
    padding: 3% 3% 3% 5%;
    width: 70%;
    height: 90%;
    font-size: 3vw;
  }
  .character_about div:nth-of-type(1) img {
    width: 20%;
    height: 70%;
    margin-left: 1%;
  }
  /*やっぴー*/
  .character_about div:nth-of-type(2) p {
    background-image: url(../images/yappi_speech_sp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% 80%;
    padding: 7% 11% 8% 8%;
    width: 70%;
    height: 90%;
    font-size: 3vw;
  }
  .character_about div:nth-of-type(2) img {
    width: 25%;
    height: 65%;
    margin-bottom: 3%;
  }

/*種類紹介*/
  .kindsample {
    width: 100%;
  }
  .kindsample section {
    width: 100%;
    box-sizing: border-box;
    border: dotted 2px #ff5858;
    margin-bottom: 6%;
  }
  .kindsample section ul {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 7% auto 3% auto;
  }
  .kindsample section li {
    width: 50%;
  }
  .kindsample section li img {
    width: 90%;
    height: auto;
    margin: 0 auto 11% auto;
  }
  /*注意書き部分*/
  .notes img {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
  
  /*テキストのデコレーション共通*/
  .button_blue {
    background-color: #0071BB;
    padding: 2%;
    color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 3vw;
  }
  /*---------------------------------------------------------------------*/
  /* TOPページ */
  #tokusyu_pr {
    margin-top: 3%;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  #tokusyu_pr div:first-child {
    width: 57%;
  }
  #tokusyu_pr div:first-child img {
    width: 100%;
    height: auto;
  }
  #tokusyu_pr div:nth-child(2) {
    width: 40.5%;
  }
  #tokusyu_pr div:nth-child(2) img {
    width: 100%;
    height: auto;
  }
  .mochikomi{
    display: block;
    width: max-content;
    margin: 0 auto 0 auto;
    color: #ff8585;
    font-size: 0.7em;
  }
  .mochikomi a{
    text-decoration: underline;
  }

  /*---------------------------------------------------------------------*/
  /*spオーダーギフトページ*/
  /*ラッピング部分*/
  .wrapping img {
    width: 100%;
    height: auto;
  }
  .wrapping~p {
    margin-top: 4%;
    font-size: 3vw;
  }
  .wrapping img{
    width: 100%;
  }
  .kind_wrapping {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6%;
  }
  .kind_wrapping div {
    width: 50%;
  }
  .kind_wrapping div p {
    font-size: 3vw;
    box-sizing: border-box;
    padding-top: 5%;
    padding-left: 5%;
  }
  .kind_wrapping div:nth-of-type(2) p:first-child::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
  }
  .kind_wrapping div img {
    width: 100%;
  }
  
  /*sp 特殊素材のとこ*/
  .paper_kind {
    width: 100%;
  }
  .paper_kind ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 2%;
  }
  .paper_kind li {
    width: 33%;
    text-align: center;
    margin: 2% 0 2% 0;
  }
  .paper_kind li p {
    font-size: 3vw;
  }
  .paper_kind li img {
    width: 90%;
  }
  
  /*---------------------------------------------------------------------*/
  /*spデザインページのところ*/
  .design_page h2 {
    margin-top: 8%;
  }
  .design_page h2~p {
    display: inline-block;
  }
  .design_page h2~p a {
    display: inline-block;
    color: #3CD4B7;
    font-size: 3vw;
    font-weight: bold;
  }
  .design_page h2~p span {
    color: #EB1C24;
    font-size: 3vw;
    font-weight: bold;
  }
  .design_page h4 {
    margin-bottom: 4%;
  }
  .design_page h5 {
    text-align: left;
    margin: 0 auto 3% 3%;
    width: 60%;
  }
  .design_page h5 a {
    padding-left: 15%;
    color: #3CD4B7;
  }
  .design_page h5 a::before {
    top: 5%;
    left: 0;
  }
  .design_page .flow_wrap {
    width: 100%;
    margin-bottom: 5%;
  }
  .design_page .flow_wrap div:first-child {
  width: 100%;
  }
  .design_page .flow_wrap div:nth-child(2) {
  width: 100%;
  }
  .design_page .img_wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 4%;
    border: 1px solid #603813;
  }
  .design_page .img_wrap p {
    text-align: center;
    margin-top: 2%;
    font-size: 3vw;
  }
  .design_page .img_wrap img {
    width: 100%;
    border-bottom: 1px dotted #603813;
  }
  .design_page table {
    width: 95%;
    border-collapse: collapse;
    border: 1px solid #666;
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: 3vw;
  }
  .design_page tbody {
    width: 100%;
  }
  .design_page th {
    background-color: #eaeaea;
    border-right: 1px solid #666;
    font-size: 0.6em;
  }
  .design_page tr {
    border-bottom: 1px solid #666;
  }
  .design_page td {
    color: #603813;
    border-right: 1px solid #666;
    font-size: 0.9em;
  }
  .design_page .kindsample {
    margin-bottom: 4%;
  }
  .design_page .kindsample img {
    width: 95%;
    margin: 0 auto 0 auto;
  }
  .design_page .kindsample span {
    margin-top: 5%;
  }
  .design_page .kindsample p {
    margin-bottom: 2%;
    font-size: 0.7em;
  }
  .design_page .top_yohaku {
    margin-top: 5%;
  }
  .design_page .center {
    text-align: center;
  }
  .design_page .left_yohaku {
    margin-left: 2%;
    margin-right: 2%;
  }
  .design_page .table_title {
    text-align: center;
    font-size: 3vw;
    margin-top: 4%;
  }
  .design_page .table_bikou {
    width: 95%;
    margin: 0 auto 3% auto;
    font-size: 3vw;
  }
  .design_button{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin: 6% 0 0 0;
  }
  .design_button li img{
    width: 100%;
    height: auto;
  }
  
  /*---------------------------------------------------------------------*/
  /*sp商用OEMのところ*/
  .business_oem img {
    width: 100%;
  }
  .business_oem~p {
    font-size: 3vw;
    margin-top: 2%;
    margin-bottom: 6%;
  }
  .business_page table {
    width: 95%;
    border-collapse: collapse;
    border: 1px solid #666;
    text-align: center;
    margin: 0 auto 0 auto;
    font-size: 3vw;
  }
  .business_page tbody {
    width: 100%;
  }
  .business_page th {
    background-color: #eaeaea;
    padding: 1%;
    border-right: 1px solid #666;
  }
  .business_page tr {
    border-bottom: 1px solid #666;
  }
  .business_page td {
    color: #603813;
    border-right: 1px solid #666;
  }
  .business_page .table_title {
    text-align: center;
    font-size: 3vw;
    margin-top: 4%;
  }
  .business_page .table_bikou {
    width: 95%;
    margin: 0 auto 3% auto;
    font-size: 3vw;
  }
  .business_page .top_yohaku {
    margin-top: 2%;
  }
  .business_page .center {
    text-align: center;
    font-size: 3vw;
  }
  .business_page .left_yohaku {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 3vw;
    margin-bottom: 5%;
  }
  .business_page .color_sample {
    width: 95%;
    margin: 0 auto 0 auto;
  }
  .business_page .color_sample img {
    width: 100%;
    height: auto;
  }
  
  
  /*---------------------------------------------------------------------*/
  /* sp弊社ができることページ */
  .service_page .machine {
    background-color: #87D79E;
    padding-bottom: 0.5%;
    font-size: 3vw;
    margin-top: 0;
    text-align: left;
    color: #fff;
    padding-left: 3%;
  }
  .service_page .pr_message span {
    display: inline-block;
    padding-left: 3%;
    padding-bottom: 1.5%;
    background-image: url(../../service/images/service_border.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    font-size: 4vw;
    color: #EB1C24;
    padding-top: 1%;
  }
  .service_page .character_about p:nth-child(2) {
    padding-top: 2.5%;
  }
  .service_page .kindsample span a {
    padding-right: 12%;
  }
  .service_page .pr_wrap p {
    font-size: 3vw;
  }
  .service_page .pr_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 3%;
    margin-bottom: 2%;
  }
  .service_page .pr_wrap::before {
    content: "";
    display: inline-block;
    width: 8%;
    height: 2px;
    background-color: #603813;
    transform: rotate(70deg);
    position: absolute;
    left: 0;
    top: 50%;
  }
  .service_page .pr_wrap::after {
    content: "";
    display: inline-block;
    width: 8%;
    height: 2px;
    background-color: #603813;
    transform: rotate(-70deg);
    position: absolute;
    right: 0;
    top: 50%;
  }
  .service_page .pr_wrap div:first-child {
    width: 38%;
    text-align: right;
  }
  .service_page .pr_wrap div:first-child p {
     text-align: center;
  }
  .service_page .pr_wrap div:first-child p~span {
    font-size: 2.6vw;
    color: #EB1C24;
    vertical-align: top;
    text-align: right;
  }
  .service_page .pr_wrap div:nth-child(2) {
    width: 52%;
  }
  .service_page .pr_wrap div:nth-child(2) span {
    padding-bottom: 6.5%;
    font-size: 3vw;
  }
  /*質問吹き出しul*/
  .service_page .question {
    display: flex;
    justify-content: space-between;
  }
  .service_page .question li {
    width: 32%;
    background-color: #EAEAEA;
    border-radius: 30px;
    padding: 2% 4% 2% 4%;
    vertical-align: center;
    position: relative;
    font-size: 2.6vw;
    box-sizing: border-box;
    text-align: justify;
    text-align-last: left;
  }
  .service_page .question li::before {
    content: "";
    display: block;
    background-color: #eaeaea;
    width: 10%;
    height: 16%;
    position: absolute;
    bottom: -7%;
    left: 45%;
    transform: rotate(45deg);
  }
  .service_page .machine_wrap {
    box-sizing: border-box;
    padding: 1% 3% 3% 3%;
    border: 1px solid #603813;
    margin-bottom: 4%;
  }
   /* マシン紹介 */
  .service_page .machine_info~p {
    font-size: 3vw;
    margin-bottom: 3%;
    margin-top: 3%;
  }
  .service_page .machine_info div:nth-child(1) {
    padding: 2% 0 0 0;
    width: 100%;
  }
  .service_page .machine_info div:nth-child(1) img {
    width: 90%;
    margin: 0 auto 0 auto;
  }
  .service_page .machine_info div:nth-child(2) {
    width: 100%;
    padding: 3% 0 0 0;
  }
  .service_page .machine_info div:nth-child(2) span {
    font-size: 4vw;
    border-bottom: 5px solid #0071BA;
    color: #0071BA;
    font-weight: bold;
  }
  .service_page .machine_info div:nth-child(2) p {
    font-size: 2.6vw;
    margin-top: 3%;
  }
  .service_page .machine_info div:nth-child(2) ul {
    width: 100%;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
  }
  .service_page .machine_info div:nth-child(2) li{
    font-size: 2.6vw;
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(1) {
    width: 40%;
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(1) img {
    display: inline-block;
    width: 45%;
    margin-right: 3%;
    vertical-align: bottom;
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(2) {
    width: 20%;
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(2) img {
    display: inline-block;
    width: 20%;
    margin-right: 3%;
    vertical-align: bottom;
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(3) {
    width: 40%;
  }
  .service_page .machine_info div:nth-child(2) li:nth-child(3) img {
    display: inline-block;
    width: 10%;
    margin-right: 3%;
    vertical-align: bottom;
  }
  /*アピールポイント枠*/
  .service_page .machine_about {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .service_page .machine_about li {
    width: 49%;
    border: 1px solid #603813;
    border-radius: 10px;
    padding: 0 1% 1% 1%;
    box-sizing: border-box;
  }
  .service_page .machine_about li img {
    display: inline-block;
    width: 7%;
    height: 12%;
    margin-left: 4%;
    vertical-align: middle;
  }
  .service_page .machine_about li p:nth-of-type(1) {
    display: inline-block;
    color: #0071BA;
    font-size: 2.6vw;
    padding-bottom: 2%;
    padding-left: 3%;
    position: relative;
    font-weight: bold;
  }
  .service_page .machine_about li p:nth-of-type(2) {
    box-sizing: border-box;
    border-top: 1px dotted #603813;
    padding: 4%;
    font-size: 2.6vw;
  }
  /*印刷可能素材枠*/
  .service_page .machine_able li {
    display: block;
    box-sizing: border-box;
    padding: 1% 1% 1% 13%;
    margin-top: 2%;
    width: 100%;
    height: 20vw;
    background-color: #EDEDED;
    position: relative;
  }
  .service_page .machine_able li::before {
    content: "";
    display: block;
    width: 8%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 80%;
    left: 3%;
  }
  .service_page .machine_able li:nth-of-type(1)::before {
    background-image: url(../../service/images/icon_circle.png);
  }
  .service_page .machine_able li:nth-of-type(2)::before {
    background-image: url(../../service/images/icon_ng.png);
  }
  .service_page .machine_able li:nth-of-type(3)::before {
    background-image: url(../../service/images/icon_triangle.png);
  }
  .service_page .machine_able li p:nth-of-type(1) {
    font-size: 4vw;
    font-weight: bold;
  }
  .service_page .machine_able li p:nth-of-type(2) {
    font-size: 2.6vw;
  }
  .service_page .machine_able li:nth-child(1) p:nth-of-type(1) {
    color: #0071BA;
  }
  .service_page .machine_able li:nth-child(2) p:nth-of-type(1) {
    color: #BF272D;
  }
  .service_page .machine_able li:nth-child(3) p:nth-of-type(1) {
    color: #8AC43F;
  }
  .service_page .note_machine {
    width: 100%;
    margin-bottom: 8%;
  }
  .service_page .note_machine img {
    width: 100%;
  }
  .service_page .kindsample:last-child {
    margin-bottom: 9%;
  }

  /*---------------------------------------------------------------------*/
  /* ご利用ガイドページ */
  .about_page section p {
    text-align: left;
    font-size: 3;
  }
  .about_page section {
    text-align: left;
  }
  .about_page section:last-child {
    margin-bottom: 10%;
  }
  .about_page h3 {
    background-color: #87D79E;
    padding-bottom: 0.5%;
    font-size: 4vw;
    margin-top: 5%;
    text-align: left;
    padding-top: 0;
  }
  .about_page h4 {
    background-color: #E8E8E8;
    margin-top: 2%;
    color: #603813;
    font-weight: normal;
    font-size: 3vw;
    padding-left: 5%;
    position: relative;
    margin-bottom: 2%;
    margin-top: 1%;
  }
  .about_page h4::before {
    content: "";
    display: block;
    background-image: url(../../about/images/icon_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 1.5%;
    height: 100%;
    position: absolute;
    top: 1%;
    left: 2%;
  }
  .about_page h4~p {
    margin-bottom: 6%;
    font-size: 3vw;
  }
  .about_page h4~p a {
    color: #87D79E;
  }
  .about_page h4~p~img {
    width: 100%;
    margin-bottom: 8%;
  }
  #mochikomijirei~p~img {
    margin-bottom:0;
  }
  .about_page table {
    display: block;
    width: 100%;
    margin-bottom: 4%;
  }
  .about_page table tr {
    border-bottom: 1px dotted #ccc;
    box-sizing: border-box;
  }
  .about_page .fill {
    width: 2%;
    background-image: url(../../about/images/flow_arrow1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    color: #fff;
    vertical-align: bottom;
    padding-bottom: 5%;
    font-size: 2.6vw;
  }
    .about_page .fill_after {
    background-image: url(../../about/images/flow_arrow2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    vertical-align: top;
  }
  .about_page .imgspace {
    font-size:
    width: 15%;
    padding: 3% 1% 3% 2%;
    vertical-align: top;
  }
  .about_page .imgspace img {
    width: 100%;
  }
  .about_page .message {
    color: #603813;
    vertical-align: top;
    box-sizing: border-box;
    padding: 2% 0 2% 2%;
    font-size: 2.6vw;
  }
  .about_page .message a {
    color: #87D79E;
  }
  .about_page .kouza {
    width: 90%;
    border: 1px solid #ccc;
    font-size: 3vw;
    box-sizing: border-box;
    padding: 3% 0 3% 4%;
  }
  .about_page #howto_sticker {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 2% 0 0 0;
  }
  .about_page #howto_sticker dt {
    width: 100%;
    display: block;
    color: #87D79E;
    font-weight: bold;
    margin-bottom: 1%;
    border: 1px dotted #87D79E;
  }
  .about_page #howto_sticker dd {
    font-size: 3vw;
    padding-left: 3%;
    margin-bottom: 1%;
    height: 100%;
  }
  /*-----------------------------------------------------------------------------------------------------------------------------------*/
  /* 企業概要ページ */
  .info_page .img_wrap {
    border: none;
    width: 100%;
  }
  .info_page .img_wrap img {
    width: 110%;
    height: auto;
    margin: 0 auto 0 -5%;
  }
  .info_page .img_wrap:nth-of-type(2) img {
    width: 100%;
    height: auto;
    margin: 10% auto 0 auto;
  }
  .info_page .img_wrap~p {
    margin-top: 4%;
    line-height: 1.7em;
  }
  .info_page .img_wrap~p span {
    color: #3CD4B7;
    font-weight: bold;
    font-size: 3.2vw;
  }
  .info_page .img_wrap~p span:nth-of-type(4),
  .info_page .img_wrap~p span:nth-of-type(5)
   {
    color: #603813;
    font-weight: bold;
    font-size: 3.2vw;
  }
  .info_page table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #666;
    margin: 0 auto 0 auto;
    font-size: 3vw
  }
  .info_page tbody {
    width: 100%;
  }
  .info_page th {
    width: 30%;
    background-color: #FFCCC4;
    padding: 2% 1% 2% 2%;
    border-right: 1px solid #666;
    text-align: left;
  }
  .info_page tr {
    border-bottom: 1px solid #666;
  }
  .info_page td {
    color: #603813;
    border-right: 1px solid #666;
    text-align: left;
    padding: 2%;
  }
  .info_page .img_hapilabo {
    margin-bottom: 4%;
  }
  
  /*---------------------------------------------------------------------*/
  /*sp子ページ全体の上側padding*/
  .sp_subpage {
    padding-top: 1%;
  }
  
  /*spメインカラムヘッダーを除いた配置*/
  #main_wrap {
    margin-top: 20.5vw;
  }
    
  /*---------------------------------------------------------------------*/
  /*spトップページ*/
  .toppage #catch_wrap {
    width: 100%;
    height: 34vw;
    padding-top: 10px;
    box-sizing: border-box;
    background-image: url(../../topimages/main_photo.png);
    background-repeat: no-repeat;
    background-size: 107%;
    background-position: top center;
  }
  .toppage #catch_wrap img{
    width: 60%;
    height: auto;
    margin: min(1vw,10px) auto 0 auto;
  }
  .toppage .cm {
    width: 90%;
    height: 8vw;
    margin: 2vw auto 0 auto;
    background-color: #fff;
    background-image: url(../../topimages/top_subimage.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 75%;
    border-radius: 30px;
    position: relative;
  }
  .toppage .cm h2 {
    display: inline-block;
    width: 100%;
    height: 6vw;
    text-align: center;
    font-size: 2.2vw;
    color:#EC1C24;
  }
  .toppage .cm h2>span {
    display: inline-block;
    width: 100%;
    font-size: 1.5vw;
    margin-top: 1vw;
  }
  .toppage .speech_pink {
    box-sizing: border-box;
    padding-top: 2vw;
    padding-bottom: 10.5vw;
    text-align: center;
    background-color: #FF8585;
    border-radius: 50%;
    width: 16%;
    height: 5vw;
    position: absolute;
    font-size: 10px;
    color: #fff;
  }
  .toppage .speech_pink:nth-of-type(1) {
    top: -3vw;
    left: -3vw;
  }
  .toppage .speech_pink:nth-of-type(1)::after {
    content: "";
    width: min(1.5vw,24px);
    height: min(1.5vw,24px);
    display: block;
    position: absolute;
    top: 74%;
    left: 83%;
    background-color: #FF8585;
  }
  .toppage .speech_pink:nth-of-type(2) {
    top: -3vw;
    left: 75vw;
  }
  .toppage .speech_pink:nth-of-type(2)::before {
    content: "";
    width: min(1.5vw,24px);
    height: min(1.5vw,24px);
    display: block;
    position: absolute;
    top: 78%;
    left: 9%;
    background-color: #FF8585;
  }
  .toppage section h1{
    width: 100%;
    height: 7vw;
    display: inline-block;
    text-align: center;
    font-size: 3vw;
    background-image: url(../images/line_h1.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom center;
    background-color: none;
  }
  .toppage section h1 span {
    display: inline-block;
    color: #17CE95;
    font-size: 4vw;
    box-sizing: border-box;
  }
  .toppage section h1 span::before {
    content: "";
    display: inline-block;
    width: 2.5vw;
    height: 3vw;
    background-image: url(../images/icon_speech.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: bottom left;
    margin-left: 10px;
    margin-right: 10px;
  }
  .toppage section h1 span::after {
    content: "";
    display: inline-block;
    width: 2.5vw;
    height: 3vw;
    background-image: url(../images/icon_speech.png);
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: bottom right;
    margin-left: 10px;
    margin-right: 10px;
  }
  .toppage section:nth-of-type(1) p{
    background-color: #FF8585;
    margin-top: 5%;
    padding: 2% 0 2% 0;
    font-size: 2.6vw;
    color: #fff;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .toppage section:nth-of-type(1) p span {
    display: inline-block;
    font-size: 4.5vw;
    padding: 0 3vw 1% 4vw;
    background-image: url(../images/line_h2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 95%;
  }
  .toppage h3 {
    width: 100%;
    height: 5vw;
    display: inline-block;
    text-align: center;
    background-image:  url(../images/line_h3.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: bottom center;
    font-size: 3.5vw;
    color: #FF8585;
    margin-bottom: 5%;
    margin-top: 4%;
  }
  .toppage h3 a {
    color: #FF8585;
    text-decoration: underline;
  }
  .toppage h3~p {
    margin-bottom: min(5vw,15px);
    font-size: 3vw;
  }
  
  /* instagram */
  #ig_wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #ig_wrap p {
    margin: 2vw auto 2vw auto;
    text-align: center;
  }
  #gallery li img {
     width: 16vw;
     height: 16vw;
   }
  
  /* インスタ以下左右余白あり設定 */
  .space_wrap{
    width: 90%;
    margin: 0 auto 0 auto;
    padding-bottom: 9vw;
  }
  /*スマホトップ*/
  #sozai {
    width: 100%;
    display: flex;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
  }
  #sozai li {
    text-align: center;
    width: calc(100%/4);
    font-size: 2.2vw;
    padding-bottom: 4%;
  }
  #sozai img {
    width: 80%;
    height: auto;
    margin: 0 auto 0 auto;
  }
  #toppi_speech {
    width: 90%;
    height: 15vw;
    background-image: url(../../topimages/toppi_speech.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position-x: 0vw;
    background-position-y: -24vw;
    margin: 0 auto 0 auto;
    padding-top: 2vw;
  }
  #toppi_speech p {
    display: block;
    width: 87%;
    font-size: 2.8vw;
    padding: calc(100% * 0.03);
    box-sizing: border-box;
    color: #fff;
    background-color: #88D89F;
    border-radius: 20px;
    position: relative;
    text-align: center;
    margin: 0 0 0 14vw;
  }
  #toppi_speech p::after {
    content: "";
    display: block;
    background-color: #88D89F;
    width: 4%;
    height: 34%;
    position: absolute;
    top: 58%;
    left: 0%;
    transform: rotate(99deg);
  }
  #toppi_speech p span {
      color: #00631A;
    }
    
  #tappi_speech {
    width: 100%;
    height: 15vw;
    margin: 0 auto 0 auto;
    background-image: url(../../topimages/tappi_speech.png);
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 12%;
    background-size: 27%;
  }
  #tappi_speech p {
    display: block;
    width: 80%;
    font-size: 2.8vw;
    padding: calc(100% * 0.03);
    margin-left: 0.4vw;
    box-sizing: border-box;
    margin-top: 2%;
    color: #fff;
    background-color: #88D89F;
    border-radius: 20px;
    position: relative;
    text-align: center;
  }
  #tappi_speech p::after {
    content: "";
    display: block;
    background-color: #88D89F;
    width: 4%;
    height: 29%;
    position: absolute;
    top: 57%;
    left: 96%;
    transform: rotate(78deg);
  }
  #tappi_speech p span {
      color: #00631A;
    }
  .banner {
    width: 100%;
    height: auto;
    margin-top: calc(100%/20);
  }
  .toppage .space_wrap section:nth-of-type(3) {
    text-align: right;
    font-size: 3vw;
  }
  .toppage .space_wrap section:nth-of-type(4) {
    text-align: right;
    font-size: 3vw;
  }
  .toppage .space_wrap section:nth-of-type(5) {
    text-align: right;
    font-size: 3vw;
  }
  .toppage h5 {
    display: block;
    width: 88%;
    height: 23vw;
    padding-top: 10%;
    text-align: center;
    margin: 4% auto 4% auto;
    background-image: url(../images/speech_bubble.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    box-sizing: border-box;
    font-size: 2.5vw;
  }
  .toppage .space_wrap section:nth-of-type(6) ul {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
  }
  .toppage .space_wrap section:nth-of-type(6) li {
    display: block;
    width: calc(100%/3);
    height: auto;
  }
  .toppage .space_wrap section:nth-of-type(6) img {
    width: 90%;
  }
  
  /* sp お問合せ電話固定枠 */
  /*************************************/
#inquiry_wrap{
  width: 55vw;
  background-color: rgba(255,255,255,0.8);
  font-size: 12px;
  position: fixed;
  bottom: 1vh;
  right: 0;
  z-index: 100000;
  border-radius: 10px 0 0 10px;
  border-top: 3px solid #FF8585;
  border-left: 4px solid #FF8585;
  border-bottom: 3px solid #FF8585;
  transition: all ease 0.1s;
  }
  #inquiry_wrap {
      box-sizing: border-box;
    }
  #inquiry_wrap a {
    width: 100%;
    display: block;
    color: #EC1C24;
    font-weight: bold;
    position: relative;
    font-size: 5vw;
  }
  .inquiry_left a:nth-of-type(1)::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/icon_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 16%;
    height: 112%;
    top: -20%;
    left: -22%;
  }
  .spcalls {
    font-size: 2.5vw;
    border-bottom: 1px dotted #EC1C24;
    background-color: #FFCACA;
    border-radius: 6px 0 0 0;
    text-align: center;
  }
  .inquiry_left div {
    display: flex;
  }
  .spcalls~div span:first-child {
    width: 70%;
    padding-left: 19%;
  }
  .spcalls~div span:first-child p {
    color: #EC1C24;
    margin-bottom: -4%;
    margin-top: 2%;
  }
  .spcalls~div span:nth-child(2) {
    display: block;
    width: 20%;
    height: auto;
    background-image: url(../images/line_icon.png);
    background-repeat: no-repeat;
    background-size: 86%;
    background-position: center left;
    box-sizing: border-box;
  }
  .spcalls~div span:nth-child(2) a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .spcalls~div span:nth-child(2) a::before {
    content: none;
  }

  /* sp フッター */
  /*************************************/
  footer {
    width: 100vw;
    box-sizing: border-box;
    background-color: #FF8585;
  }
  #footer_wrap {
    width: 85%;
    box-sizing: border-box;
    padding-top: 8vw;
    margin-left: auto;
    margin-bottom: 3.5vw;
    margin-right: auto;
  }
  #footer_wrap dl {
    width: 100%;
    height: 110vw;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 10%;
  }
  #footer_wrap dt, #footer_wrap dd{
    font-size: 2.6vw;
    display: block;
    color: #fff;
    width: 50%;
    height: calc(100%/21);
  }
  #footer_wrap dt {
    padding-left: 3%;
    width: calc(100%/2.5);
    background-image: url(../images/line_white.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 90%;
    color: #fff;
  }
  #footer_wrap dd a {
    width: 100%;
    height: auto;
    margin-left: 15%;
    margin-top: 5%;
    display: inline-block;
    color: #fff;
    position: relative;
  }
  #footer_wrap dd a::before {
    content: "";
    display: block;
    width: 3%;
    height: 17%;
    background-image: url(../images/arrow_white.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center center;
    position: absolute;
    top: 51%;
    left: -6%;
  }
  #footer_underwrap img{
    width: 70%;
    height: auto;
    margin: 12% auto 8% 13%;
  }
  #footer_underwrap ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #footer_underwrap li {
    width: 100%;
    margin-right: 1%;
    font-size: 2.6vw;
  }
  #footer_underwrap a {
    color: #fff;
  }
  #footer_underwrap li {
    display: inline-block;
    color: #fff;
    position: relative;
  }
  #footer_underwrap li::before {
    content: "|";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -30%;
  }
  #footer_underwrap li:first-child::before {
    content: "";
  }
  footer .tokusyo {
    font-size: 2.6vw;
    width: max-content;
    margin: 0 auto 2% auto;
  }
  small {
    font-size: 2vw;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 23vw;
  }

}

