@charset "utf-8";
article {
  font-family:'じゅん 201','sans-serif';
  width: 100%;
}
main {
  padding: 0px !important;
}
.breadcrumb {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.max-width-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.max-width-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 578px) {
.max-width-1200 {
  padding-left: 15px;
  padding-right: 15px;
}
}
@media screen and (max-width: 992px) {
.max-width-960 {
  padding-left: 15px;
  padding-right: 15px;
}
}
/*TOP背景グラデ*/
.sns-panel-top, .sns-contact-box {
  background: linear-gradient(90deg, rgba(181, 241, 255, 1) 0%, rgba(255, 209, 240, 1) 100%);
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
  padding: 20px;
  height: auto;
}
@media screen and (max-width:575px){
.sns-panel-top {
  padding: 20px 0px;
}
}
@media screen and (min-width:768px) and (max-width:992px){
.sns-panel-top {
  padding: 20px 40px;
}
}
.sns-contact-box {
  padding-top: 50px;
  padding-bottom: 50px;
}
form {
  display: flex !important;
  justify-content: center;
}
/*罫線--------------*/
.sns-panel-top .header__frame__line {
  background: #ffffff;
  height: 10px;
  position: absolute;
}
.sns-panel-top .header__frame1__line {
  left: 0;
  margin: 0 auto;
  right: 0;
  top: 15px;
  width: 100%;
}
/*左右*/
.sns-panel-top .header__frame3__line {
  bottom: 0;
  height: 100%;
  margin: auto 0;
  right: 30px;
  top: 0;
  width: 4px;
}
.sns-panel-top .header__frame4__line {
  bottom: 0;
  height: 100%;
  left: 30px;
  margin: auto 0;
  top: 0;
  width: 4px;
}
/*TOP文言など*/
.top-box {
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-box li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-title {
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
h1 {
  font-size: 1.3em !important;
  color: #333333 !important;
  margin-bottom: 15px;
}
.top-comment,.comment {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sns-h1 {
    font-size: 1.8em;
    margin-top: 10px;
  }
  h1 {
    font-size: 1.1em !important;
  }
}
@media screen and (min-width: 768px) {
  .sns-h1 {
    font-size: 1.9em;
  }
  .comment {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .sns-h1 {
    font-size: 3em;
  }
  .top-comment {
    text-align: center;
  }
}
/*フチ*/
.sns-h1 {
  position: relative; /* 擬似要素を基準にする */
  display: block;
  background: linear-gradient(90deg, #b5f1ff 0%, #ffd1f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #333; /* 外枠 */
  font-family:'じゅん 501','sans-serif';
}

/* 擬似要素で立体的に */
.sns-h1::before {
  content: 'SNS顔出しパネル';
  position: absolute;
  top: 3%;       /* 縦に少しずらす */
  left: 0px;      /* 横に少しずらす */
  background: #333333;
  -webkit-background-clip: text;
  background-clip: text;
  z-index: -1;    /* 本体の下に置く */
  opacity: 0.6;   /* 薄めにして奥行きを出す */
}

@media (min-width: 992px) {
.sns-h1::before {
  left: 38px!important;      /* 横に少しずらす */
}
}

@media (min-width: 1122px) {
.sns-h1::before {
  left: 72px!important;      /* 横に少しずらす */
}
}

.top-img-big {
  width: 100%;
  height: auto;
}
.top-img-small {
  width: 68.6%;
  height: auto;
}
/*お問い合わせbutton*/
article button,.sns-dl-form a {
  background-color: #e7293f;
  border-radius: 15px;
  box-shadow: 5px 7px #88101f;
  font-size: 1.3em;
  color: #ffffff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  width: auto;
}
article button:hover,.sns-dl-form a:hover {
  transform: translate(5px, 7px);
  /*動きの速さ*/
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 0px #b22d26;
}
@media (min-width: 320px) {
  article button,.sns-dl-form a {
    font-size: calc(1rem + ((1vw - 3.2px) * 0.7292));
    min-height: 0vw;
  padding: 10px 20px;
  }
}
@media (min-width: 1280px) {
  article button,.sns-dl-form a {
    font-size: 23px;
  }
}
.top-contact-comment{
font-size: 1.1em;
  font-family:'じゅん 501','sans-serif';
}
@media screen and (max-width: 992px) {
.top-contact-comment {
font-size: 0.8em;
}
}
/*ナビ------------------------------------------*/
#sns-panel-nav {
  background-color: #ffffff;
  padding: 15px auto;
  display: flex;
  justify-content: center;
  border-bottom: 10px solid transparent; /* 太さを指定して透明に */
  border-image: linear-gradient(90deg, rgba(181, 241, 255, 1), rgba(255, 209, 240, 1)) 1;
  font-family:'じゅん 501','sans-serif';
}
#sns-panel-nav ul {
  width: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}
#sns-panel-nav ul li {
  background: linear-gradient(90deg, rgba(181, 241, 255, 1) 0%, rgba(255, 209, 240, 1) 100%);
  border-radius: 5px;
  padding: 10px 10px;
  text-align: center;
  color: #333333;
  margin: 10px;
}
@media (max-width: 767px) {
  #sns-panel-nav ul {
    overflow-x: auto;       /* 横スクロール可能に */
    -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;      /* 折り返さない */
    width: 100% !important;
  }
  #sns-panel-nav ul li {
    flex: 0 0 auto;         /* 子要素の幅を固定せず内容に合わせる */
    white-space: nowrap;    /* 改行禁止で横に伸ばす */
    margin: 5px;
    padding: 10px 12px;
  }
}
#sns-panel-nav ul li:hover {
  transform: scale(1.1);
  transition: 0.3s;
  opacity: 0.8;
}
/*内容------------------------------------------*/
/*お問い合わせコーナー横いっぱい*/
.sns-contact-box {
  z-index: 1;
}
.sns-contact-box ul {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  text-align: center;
}
.sns-contact-box h3 {
  background-color: #ffffff;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  margin-bottom: 25px;
  font-size: 1.2em;
}
.sns-contact-box h3::after {
  content: '▼';
  color: #ffffff;
  position: absolute;
  bottom: -25px;
  left: 50%;
}
.sns-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 576px) {
.sns-contact {
  margin-top: 15px;
}
.sns-contact-box h3 {
  font-size: 1em;
}
}
/*h2タイトル*/
h2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.2em;
  }
}
.sns-sub-h2 {
  font-size: 0.7em !important;
  display: block;
  margin-bottom: 7px;
}
/*こんなシーンで---------------------------------*/
.sns-scene-list {
  margin-top: 15px;
  margin-bottom: 35px;
}
.sns-scene-list li dl {
  border-radius: 10px;
  padding: 20px 25px;
  margin: 10px;
}
.sns-scene-list li dt {
  order: 2;
  padding: 0px 5px;
}
.sns-scene-list li dd {
  padding-right: 15px;
  text-align: left !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  order: 1;
}

@media screen and (max-width: 576px) {
.sns-scene-list li dd {
  padding-right: 0px;
}
}
@media screen and (max-width: 992px) {
.sns-scene-list li dd {
  margin-bottom: 10px;
}
}
.sns-scene-list li dd h3 {
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  text-align: center !important;
  width:100%;
}
.sns-scene-list li:nth-child(even) dl {
  border: #bbdcf4 solid 3px;
}
.sns-scene-list li:nth-child(odd) dl {
  border: #ff99cc solid 3px;
}
.sns-scene-list li:nth-child(even) dd h3 {
  background-color: #bbdcf4;
}
.sns-scene-list li:nth-child(odd) dd h3 {
  background-color: #ff99cc;
}
/*Do!SHOPで作製するメリット----------------*/
.sns-merit {
  display: flex;
  align-items: flex-start;/*頭揃え*/
}
.sns-merit li {
  padding: 15px;
  margin: 25px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sns-merit li h3 {
  background-color: #ff99cc;
  border-radius: 70%;
  color: #ffffff;
  padding: 10px 5px;
  margin-bottom: 15px;
  font-size: 1.2em;
  height: 120px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns-merit li p {
  text-align: left !important;
  width: 85%;
}
.sns-merit-back {
  background-image: url("../img/sns-panel/sns-panel-illust.svg");
  background-repeat: repeat-x;
  background-size: 3000px auto;
  background-position: bottom;
}
/*製品仕様-------------------------------*/
#sns-panel-spec table {
  margin-top: 15px;
  width: 100%;
}
#sns-panel-spec table,#sns-panel-spec table tr,#sns-panel-spec table td {
  border: 1px solid #000000;
  border-collapse: collapse;
}
#sns-panel-spec table td {
  padding: 20px 15px;
}
.sns-spec-title {
  background-color: #d9ebf6;
}
@media screen and (min-width:577px){
/* 左側の項目名セル（改行しない） */
.sns-spec-title {
  white-space: nowrap;   /* 改行禁止 */
  width: 1%;             /* 必要な最小幅に調整 */
  padding: 8px;
}
#sns-panel-spec table td {
  font-size: 1.2em;
}
}
#sns-panel-spec {
  border-bottom: 25px solid transparent; /* 太さを指定して透明に */
  border-image: linear-gradient(90deg, rgba(181, 241, 255, 1), rgba(255, 209, 240, 1)) 1;
  padding-bottom: 35px;
  text-align: center;
}
.sns-spec-photo li img {
  padding-left: 7px;
  padding-right: 7px;
}
@media screen and (max-width:767px){
.sns-spec-photo li img {
  padding-left: 0px;
  padding-right: 0px;
}
}
.sns-spec-contact {
  padding-bottom: 35px !important;
}

/*デザイン--------------------------------------*/
#sns-panel-design {
  border-bottom: 25px solid transparent; /* 太さを指定して透明に */
  border-image: linear-gradient(90deg, rgba(181, 241, 255, 1), rgba(255, 209, 240, 1)) 1;
  padding-bottom: 35px;
  text-align: center;
}
#sns-panel-design h3 {
  color: #e7293f;
}
#sns-panel-design dl dt {
  margin: 20px auto;
}
.sns-design-instructions {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left !important;
  flex-direction: column;
  margin: 15px auto;  
}
#sns-panel-design ol {
  text-align: left;
  font-weight: bold;
  line-height: 1.7em;
  margin-bottom: 20px;
  font-family:'じゅん 501','sans-serif';
}
/*注文書ダウンロード-----------------------------*/
.sns-dl-comment {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.sns-dl-form {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
/*ご注文の流れ-------------------------------*/
#sns-panel-order {
  text-align: center;
}
#sns-order {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start; /*頭揃え*/
  justify-content: center; /*中央寄せ*/
  margin-top: 35px;
  margin-bottom: 65px;
  margin-left: 10px; /*最後の矢印の空白分ずらす*/
}
#sns-order li {
  width: 14%;
}
#sns-order dl {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
}
#sns-order li dl {
  position: relative;
}
/*▶*/
#sns-order li dl::after {
  content: " ";
  background-image: url("../img/sns-panel/order-arrow.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 45%;
  left: 105%;
}
#sns-order li:last-of-type dl::after {
  background-image: none !important;
}
/*タイトル*/
#sns-order h3 {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 7px;
}
#sns-order dd {
  text-align: left;
}
/*流れの番号*/
.order-number {
  color: #66cccc;
  display: block;
}
/*文言*/
#sns-order .order-3 {
  text-align: left !important;
}
/*-----------------------------------*/
@media screen and (min-width:769px) and (max-width:992px) {
#sns-order li {
  width: 22%;
}
}
@media screen and (max-width:768px) {
  #sns-order li,#sns-order .order-1 {
    width: 100% !important;
	display: block;
  }
#sns-order h3 {
    display: flex;
	flex-flow: row;
	width: 100%;
}
.order-number {
  margin-right: 10px;
}
#sns-order li dl {
  margin-bottom: 30px;
  width: 100%;
}
/*▶*/
#sns-order li dl::after {
  top: 110%;
  left: 50%;
  transform: rotate(90deg);
}
/*画像*/
#sns-order dt {
  display: none;
}
#sns-order dd {
  text-align: left;
}
}
/*よくあるご質問----------------------------------*/
#sns-panel-faq ul {
  text-align: left;
  margin: 35px auto;
}
#sns-panel-faq li {
  border-bottom: 1px dotted #333333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#sns-panel-faq h3 {
  font-size: 1.1em;
  font-family:'じゅん 501','sans-serif';
  margin-bottom: 7px;
  position: relative;
  padding-left: 1.5em;
}
#sns-panel-faq h3::before {
  content: 'Q.';
  position: absolute;
  top:0px;
  left:0px;
}
#sns-panel-faq ul p {
  margin-left: 1em;
}