@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
/*=====================================

	0.  Common(共通)

=====================================*/
* {
  margin: 0;
  padding: 0;
}

html {
  background: #fff;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  font-feature-settings: 'palt';
  font-size: 62.5%; /*1remを16pxに設定*/
  letter-spacing: 0.9px;
  color: #352c00;
  line-height: 1.7;
  scroll-behavior: smooth; /* スムージングスクロール */
}
body {
  font-size: 1.6em;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop,
.selector {
  font-family: 'Segoe UI', Meiryo, sans-serif;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*0-1 LINK設定
================================*/
a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #ed576c;
  text-decoration: none;
}
a:active {
  color: #fff000;
}
.newsarea__body-item-title a {
  color: #352c00;
}
/*0-2 タグ基本設定
================================*/
ul,
ol {
  list-style: none;
  margin: 0;
}
ul {
  padding: 0;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl dt dd,
li > ul,
li > ol {
  margin: auto;
  padding: 0;
}

/*0-3 clearfix設定
================================*/
.clearfix {
  zoom: 1px;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/*0-4 表示切り替え設定
================================*/
.pcarea {
  display: block;
}
.sparea {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcarea {
    display: none;
  }
  .sparea {
    display: block;
  }
}

/*0-5 装飾・行間
================================*/
b,
strong,
.bold {
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI semibold',
    'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic', 'Segoe UI', Verdana,
    Meiryo, sans-serif;
}
.center {
  text-align: center;
}
.small {
  font-size: 1.6rem;
}
.bule {
  color: #0087da;
}
.red {
  color: crimson;
}
.gray {
  color: #a3a3a3;
}
.PT5 {
  padding-top: 5px;
}
.PT10 {
  padding-top: 10px;
}
.PT15 {
  padding-top: 15px;
}
.PT20 {
  padding-top: 20px;
}
.PT25 {
  padding-top: 25px;
}
.PT30 {
  padding-top: 30px;
}
.PT35 {
  padding-top: 35px;
}
.PT40 {
  padding-top: 40px;
}
.PT40 {
  padding-top: 45px;
}
.PT50 {
  padding-top: 50px;
}
.PL5 {
  padding-left: 5px;
}
.PL10 {
  padding-left: 10px;
}
.PL15 {
  padding-left: 15px;
}
.PL20 {
  padding-left: 20px;
}
.PL25 {
  padding-left: 25px;
}
.PL30 {
  padding-left: 30px;
}
.PL35 {
  padding-left: 35px;
}
.PL40 {
  padding-left: 40px;
}
.PL40 {
  padding-left: 45px;
}
.PL50 {
  padding-left: 50px;
}
.PR5 {
  padding-right: 5px;
}
.PR10 {
  padding-right: 10px;
}
.PR15 {
  padding-right: 15px;
}
.PR20 {
  padding-right: 20px;
}
.PR25 {
  padding-right: 25px;
}
.PR30 {
  padding-right: 30px;
}
.PR35 {
  padding-right: 35px;
}
.PR40 {
  padding-right: 40px;
}
.PR40 {
  padding-right: 45px;
}
.PR50 {
  padding-right: 50px;
}
.PB5 {
  padding-bottom: 5px;
}
.PB10 {
  padding-bottom: 10px;
}
.PB15 {
  padding-bottom: 15px;
}
.PB20 {
  padding-bottom: 20px;
}
.PB25 {
  padding-bottom: 25px;
}
.PB30 {
  padding-bottom: 30px;
}
.PB35 {
  padding-bottom: 35px;
}
.PB40 {
  padding-bottom: 40px;
}
.PB40 {
  padding-bottom: 45px;
}
.PB50 {
  padding-bottom: 50px;
}
.MT5 {
  margin-top: 5px;
}
.MT10 {
  margin-top: 10px;
}
.MT15 {
  margin-top: 15px;
}
.MT20 {
  margin-top: 20px;
}
.MT25 {
  margin-top: 25px;
}
.MT30 {
  margin-top: 30px;
}
.MT35 {
  margin-top: 35px;
}
.MT40 {
  margin-top: 40px;
}
.MT40 {
  margin-top: 45px;
}
.MT50 {
  margin-top: 50px;
}
.ML5 {
  margin-left: 5px;
}
.ML10 {
  margin-left: 10px;
}
.ML15 {
  margin-left: 15px;
}
.ML20 {
  margin-left: 20px;
}
.ML25 {
  margin-left: 25px;
}
.ML30 {
  margin-left: 30px;
}
.ML35 {
  margin-left: 35px;
}
.ML40 {
  margin-left: 40px;
}
.ML40 {
  margin-left: 45px;
}
.ML50 {
  margin-left: 50px;
}
.MR5 {
  margin-right: 5px;
}
.MR10 {
  margin-right: 10px;
}
.MR15 {
  margin-right: 15px;
}
.MR20 {
  margin-right: 20px;
}
.MR25 {
  margin-right: 25px;
}
.MR30 {
  margin-right: 30px;
}
.MR35 {
  margin-right: 35px;
}
.MR40 {
  margin-right: 40px;
}
.MR40 {
  margin-right: 45px;
}
.MR50 {
  margin-right: 50px;
}
.MB5 {
  margin-bottom: 5px;
}
.MB10 {
  margin-bottom: 10px;
}
.MB15 {
  margin-bottom: 15px;
}
.MB20 {
  margin-bottom: 20px;
}
.MB25 {
  margin-bottom: 25px;
}
.MB30 {
  margin-bottom: 30px;
}
.MB35 {
  margin-bottom: 35px;
}
.MB40 {
  margin-bottom: 40px;
}
.MB40 {
  margin-bottom: 45px;
}
.MB50 {
  margin-bottom: 50px;
}

/*=====================================

	1.  コンテナ設定

=====================================*/
/*-----------------------------*/
/*メイン設定*/
/*-----------------------------*/
section {
  /* margin: 100px auto; */
  line-height: 1.5;
  color: #352c00;
}
section h3 {
  font-size: 5rem;
  text-align: center;
}
section h4 {
  font-size: 2rem;
  text-align: center;
}
section h5 {
  font-size: 2.8rem;
  text-align: center;
}

/* ページTOPに戻る */
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 60px;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #5f2f28;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

/*-----------------------------*/
/*Header*/
/*-----------------------------*/
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 60px;
  padding: 0 0.8em;
  margin: 0 auto;
  font-size: 1.2em;
}
.header-nav {
  display: flex;
  align-items: center;
}
.header-nav-item {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.logo img {
  width: 150px;
}
.logo h2 {
  font-size: 3.2rem;
}
.header-button {
  box-sizing: border-box;
  display: inline-block;
  padding: 0.5em 1.2em;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
.header-login {
  background: #999; /*#00b5ad*/
  border: 1px #999 solid; /*#00b5ad*/
  border-radius: 3px;
  color: #fff;
}
.header-post {
  font-weight: bold;
  color: #fff;
  background: #b37b2e; /*#00b5ad*/
  border: 1px #999 solid; /*#00b5ad*/
  border-radius: 3px;
}
.heroArea {
  width: 100%;
  background: url('../images/common/bg_heroarea.png') repeat top center;
  /*background:linear-gradient(-45deg, #ffcb5a 0%, #ffcb5a 50%, #ffa352 50%, #ffa352 100%);*/
  margin: 0 auto;
  height: 600px;
  text-align: center; /*一応BOX内の文字も中央寄せ*/
}
.hero_txtarea {
  width: 100vw;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero_txtS {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff,
    2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff,
    3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff,
    1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff,
    -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff,
    -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff,
    -2px 3px 1px #fff, -1px 3px 1px #fff;
}
.hero_txtM {
  color: #fff;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0px 4px 1px #352c00, 1px 3px 1px #352c00, 2px 3px 1px #352c00,
    2px 2px 1px #352c00, 3px 2px 1px #352c00, 3px 1px 1px #352c00,
    4px 0px 1px #352c00, 3px -1px 1px #352c00, 3px -2px 1px #352c00,
    2px -2px 1px #352c00, 2px -3px 1px #352c00, 1px -3px 1px #352c00,
    0px -4px 1px #352c00, -1px -3px 1px #352c00, -2px -3px 1px #352c00,
    -2px -2px 1px #352c00, -3px -2px 1px #352c00, -3px -1px 1px #352c00,
    -4px 0px 1px #352c00, -3px 1px 1px #352c00, -3px 2px 1px #352c00,
    -2px 2px 1px #352c00, -2px 3px 1px #352c00, -1px 3px 1px #352c00;
}
.heroArea__snsbtn {
  max-width: 720px;
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.heroArea_btn_twi {
  width: 200px;
  border-radius: 15px;
  background-color: #000;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-right: 20px;
  padding: 10px 30px;
}
.heroArea_btn_fb {
  width: 200px;
  border-radius: 15px;
  background-color: rgb(60, 90, 153);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-right: 20px;
  padding: 10px 30px;
}
.heroArea_btn_line {
  width: 200px;
  border-radius: 15px;
  background-color: rgb(29, 205, 0);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding: 10px 30px;
}
.heroArea_btn_insta {
  width: 200px;
  border-radius: 15px;
  background-color: rgb(207, 46, 146);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: 10px 30px;
}
.heroArea__bottom {
  background: #352c00;
  padding: 30px 0;
  margin: 0 auto;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
/* るびがな */
.ruby1 {
  display: inline;
}
.ruby1 ruby {
  display: table-cell;
}
.ruby1 rt {
  margin-top: -0.2em;
  display: block;
}

/*-----------------------------*/
/*snsリンク*/
/*-----------------------------*/
section .sns-btn {
  padding: initial;
}

/*-----------------------------*/
/*twitterタイムライン*/
/*-----------------------------*/
iframe .timeline-Widget {
  padding: 20px;
  background-size: auto auto;
  background-color: #3c3c3c;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #323232 10px,
    #323232 20px
  );
}
iframe.twitter-timeline {
  margin-right: auto;
  margin-left: auto;
  width: 700px !important;
}
.timeline-Footer {
  display: none;
}

/*-----------------------------*/
/*about*/
/*-----------------------------*/
.fukidashi__area {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.fukidashi__box {
  width: 300px;
  margin: 1em;
}
.balloon2 {
  width: 100%;
  height: 100px;
  position: relative;
  display: inline-block;
  margin: 1.5em;
  padding: 15px;
  background: #fff;
  border: solid 3px #555;
  border-radius: 1.5rem;
  box-sizing: border-box;
  text-align: center;
}
.balloon2:before {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.balloon2:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.balloon2 p {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
.fukidashi__image {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
/*-----------------------------*/
/*features*/
/*-----------------------------*/
.features {
  margin: 50px 0;
  padding: 100px 0;
  /* background: #ffec94 url('../images/common/bg_features.png') repeat top center; */
}
.icon__point {
  border-radius: 10px;
  background-color: #5f2f28;
  width: 220px;
  margin: 20px auto;
  padding: 5px 0;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.feeattures__midashi {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff,
    2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff,
    3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff,
    1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff, -2px -3px 1px #fff,
    -2px -2px 1px #fff, -3px -2px 1px #fff, -3px -1px 1px #fff,
    -4px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff, -2px 2px 1px #fff,
    -2px 3px 1px #fff, -1px 3px 1px #fff;
}
.features__box {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 100px auto;
}
.features__box__txt {
  border-radius: 15px;
  background: #fff;
  width: 600px;
  height: 310px;
  padding: 30px;
  font-size: 2rem;
  line-height: 2;
}
.features__box__txt2 {
  border-radius: 15px;
  background: #fff;
  width: 100%;
  height: auto;
  padding: 30px;
  font-size: 2.2rem;
  line-height: 2;
}
.features__box__img {
  border-radius: 15px;
  background: #ffb052;
  width: 600px;
  height: 310px;
}
.features__box a {
  color: #0034ff;
  text-decoration: underline;
}
/*-----------------------------*/
/*FLOW*/
/*-----------------------------*/
.flow__step {
  max-width: 1200px;
  margin: 50px auto;
}
.cp_stepflow {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1em;
  padding: 0;
}
.cp_stepflow > li {
  position: relative;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-overflow: ellipsis;
  color: #b0bec5;
  -ms-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}
.cp_stepflow > li .bubble {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 0.5em;
  border-radius: 1000px;
  background-color: #b0bec5;
}
.cp_stepflow > li .bubble::after,
.cp_stepflow > li .bubble::before {
  position: absolute;
  top: 25px;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #b0bec5;
}
.cp_stepflow > li.completed,
.cp_stepflow > li.completed .bubble {
  color: #ba853f;
}
.cp_stepflow > li.completed .bubble,
.cp_stepflow > li.completed .bubble::after,
.cp_stepflow > li.completed .bubble::before {
  background-color: #ba853f;
}
.cp_stepflow > li:last-child .bubble::after,
.cp_stepflow > li:last-child .bubble::before {
  width: 0%;
  margin-right: 50%;
}
.cp_stepflow > li.active,
.cp_stepflow > li.active .bubble {
  font-weight: bold;
  color: brown;
}
.cp_stepflow > li.active .bubble,
.cp_stepflow > li.active .bubble::after,
.cp_stepflow > li.active .bubble::before {
  background-color: brown;
}
/*-----------------------------*/
/*CREATOR*/
/*-----------------------------*/

/*追記*/
.tag_wrap {
  width: 100%;
  max-width: 1200px;
  border: 2px solid #999;
  border-radius: 10px;
  margin: 2em auto;
  display: flex;
}
.tag_wrap>p {
  width: 10%;
  border-right: 1px dashed #999;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .tag_wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .tag_wrap>p {
    width: 100%;
    border-right: 0;
    border-bottom: 1px dashed #999;
    padding: 0.5em;
  }
}

/* クリエイター名検索 */
.search-container {
  position: relative; /*フォームの相対位置*/
  max-width: 300px; /*フォームのサイズ*/
  margin: 30px auto;
}

.search-box {
  position: absolute; /*フォームの絶対位置*/
  left: 0;
  top: 0;
  outline: 0; /*クリック時の青い枠線消す*/
  width: 100%;
  height: 35px; /*検索ボックスの高さ*/
  padding: 0 10px; /*テキスト位置調整*/
  border-radius: 8px;
  border: none;
  background: #eee; /*検索ボックスの背景カラー*/
}

.search-submit-btn {
  width: 70px; /*検索ボタンの横幅*/
  height: 50px; /*検索ボタンの縦幅*/
  position: absolute; /*検索ボタンの絶対位置*/
  left: 270px; /*検索ボタンの位置調整*/
  top: -7px;
  background: none; /*検索ボタンの背景カラー*/
  border: none; /*検索ボタンの枠線を消す*/
  color: #666; /*検索ボタンのテキストカラー*/
  font-size: 16px; /*検索ボタンのフォントサイズ*/
}

.submit-btn:hover {
  color: #7fbfff;
}

/* 条件検索 */
.sort-container {
  margin: 0 auto;
  text-align: center;
}

.ipselect {
  padding-top: 0.5em;
  padding-left: 0.2em;
  overflow: hidden;
  width: 90%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ipselect {
    width: 100%;
    margin: 10px auto;
    text-align: left;
  }
}

.ipselect label {
  display: inline-block;
  margin-bottom: 0.5em;
  height: 30px;
  line-height: 26px;
  color: #999;
  letter-spacing: normal;
  box-sizing: border-box;
  /* margin-right: 10px; */
  padding-left: 3px;
  padding-right: 3px;
  border: 2px solid #ccc;
  border-radius: 30px;
  user-select:none;
  -webkit-user-select:none;
  -ms-user-select: none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;
  cursor: pointer;
}

.ipselect label:last-of-type {
  margin-right: 0;
}
.ipselect input[type='radio'] {
  display: none;
}
.ipselect input[type='radio']:checked + label {
  color: #1da1f2;
  border-color: #1da1f2;
}
.ipselect input[type='checkbox'] {
  display: none;
}
.ipselect input[type='checkbox']:checked + label {
  color: #1da1f2;
  border-color: #1da1f2;
}

@media screen and (max-width: 768px) {
  .choice-label {
    margin: 3px 0;
  }
}

/* クリエイター写真 */
.creator__box {
  display: flex;
  flex-wrap: wrap;
  width:100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .creator__box {
    flex-wrap: wrap;
  }
}

.creator__box img {
  max-width: 100%;
  max-height: auto;
  padding: 5px;
}

/* 画像ホバーアクション用 */
.list_item {
  width: calc(100%/4 + -10px);
  overflow: hidden;
  margin: 5px;
}
.list_item img {
  transition: 1s all;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
}
.list_item img:hover {
  transform: scale(1.05, 1.05);
  transition: 1s all;
}
.list_item p {
  margin: 10px;
}
@media screen and (max-width: 768px) {
  .list_item {
    width: calc(100%/2 + -10px);
  }

  .list_item p {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

/* ソート機能 */
.is-hide {
  display: none;
}

#result [class*='hidden-'] {
  display: none;
}

/* ポップアップウインドウの設定 */
.popup {
  background-color: #efefef;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 35vw;
  height: 60vh;
  /* overflow-y: scroll; */
}
@media screen and (max-width: 1800px) {
  .popup {
    background-color: #efefef;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 47vw;
    height: 76vh;
    /* overflow-y: scroll; */
  }
}

/* チェックボックスの初期設定 */
#popup-on1,
#popup-on2,
#popup-on3,
#popup-on4,
#popup-on5,
#popup-on6 {
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#popup-on1:checked + .popup,
#popup-on2:checked + .popup,
#popup-on3:checked + .popup,
#popup-on4:checked + .popup,
#popup-on5:checked + .popup,
#popup-on6:checked + .popup {
  display: block;
}
/* 閉じるアイコン（右上） */
.icon-close {
  background: #000;
  color: #fff;
  font-size: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}
/* 閉じるボタン */
.btn-close {
  background: #000;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}
/* 開くボタン */
.btn-open {
  background: #fff;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  margin: 10px auto;
  width: 95%;
  text-align: center;
}
/* ポップアップの内容 */
.popup-content {
  margin: 40px auto 40px auto;
  width: 90%;
}

/*-----------------------------*/
/*NEWS*/
/*-----------------------------*/
.newsarea {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
}
.newsarea__body {
  width: 100%;
  margin: 20px auto;
}
.newsarea__body-item {
  display: flex;
  letter-spacing: 0.2em;
  line-height: 2;
}
.newsarea__body-item-date {
  display: inline-block;
  width: 30%;
  background: #dec07f;
  border-radius: 15px;
  font-size: 2rem;
  padding:25px;
  text-align: center;
}
.newsarea__body-item-title {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 70%;
  margin: auto 20px;
  font-size: 1.6rem;
}

/* news詳細ページ */
.newsarea-detail {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px;
  max-width: 1200px;
  max-height: 800px;
  overflow: scroll;
  background-color: #f6f5f4;
  border-radius: 10px;
}

/*-----------------------------*/
/*FOTTTER-up*/
/*-----------------------------*/
.endArea {
  background: #ffa352 url('../images/common/bg_ft.jpg') top center;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  font-size: 3rem;
  color: #fff;
}
.endArea__txtS {
  font-size: 2rem;
  line-height: 2;
}
/*-----------------------------*/
/*FOTTTER*/
/*-----------------------------*/
footer {
  background: #434343;
  margin: 0 auto;
  padding: 50px 0;
}
.footer {
  display: flex;
  height: 180px;
  justify-content: center;
  align-items: center;
}
.footer__logo {
  max-width: 1200px;
}
.footer__logo img {
  width: 150px;
}
/* 色調反転 */
.white-filter {
  filter: invert(100%);
}
.copyright {
  background: #000;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 1.2rem;
}

/* --- 769px以上 ---------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) /* 以上 */ {
}

/* --- 1024px以下--------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) /* 以下 */ {
  /*-----------------------------*/
  /*メイン設定*/
  /*-----------------------------*/
  section {
    width: 100%;
    margin: 100px auto;
    padding: 0 20px;
    line-height: 1.5;
    color: #352c00;
  }
  section h3 {
    font-size: 4rem;
    text-align: center;
  }
  section h4 {
    font-size: 2rem;
    text-align: center;
  }
  section h5 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
  }
  /*-----------------------------*/
  /*Header*/
  /*-----------------------------*/
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    height: 60px;
    padding: 0 0.8em;
    margin: 0 auto;
    font-size: 1.2em;
  }
  .header-nav {
    display: flex;
    align-items: center;
  }
  .header-nav-item {
    display: flex;
    align-items: center;
    margin-left: 16px;
  }
  .logo img {
    /*width: 150px;*/
  }
  .logo h2 {
    font-size: 1.8rem;
  }
  .header-button {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em 1.2em;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
  }
  .header-login {
    background: #999; /*#00b5ad*/
    border: 1px #999 solid; /*#00b5ad*/
    border-radius: 3px;
    color: #fff;
  }
  .header-post {
    font-weight: bold;
    color: #fff;
    background: #b37b2e; /*#00b5ad*/
    border: 1px #999 solid; /*#00b5ad*/
    border-radius: 3px;
  }
  .heroArea {
    width: 100%;
    background: url('../images/common/bg_heroarea.png') repeat top center;
    /*background:linear-gradient(-45deg, #ffcb5a 0%, #ffcb5a 50%, #ffa352 50%, #ffa352 100%);*/
    margin: 0 auto;
    height: 600px;
    text-align: center; /*一応BOX内の文字も中央寄せ*/
  }
  .heroArea_bg {
  }
  .hero_txtarea {
    width: 100vw;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hero_txtS {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff,
      2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff,
      3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff,
      1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff,
      -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff,
      -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff,
      -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
  }
  .hero_txtM {
    color: #fff;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0px 4px 1px #352c00, 1px 3px 1px #352c00, 2px 3px 1px #352c00,
      2px 2px 1px #352c00, 3px 2px 1px #352c00, 3px 1px 1px #352c00,
      4px 0px 1px #352c00, 3px -1px 1px #352c00, 3px -2px 1px #352c00,
      2px -2px 1px #352c00, 2px -3px 1px #352c00, 1px -3px 1px #352c00,
      0px -4px 1px #352c00, -1px -3px 1px #352c00, -2px -3px 1px #352c00,
      -2px -2px 1px #352c00, -3px -2px 1px #352c00, -3px -1px 1px #352c00,
      -4px 0px 1px #352c00, -3px 1px 1px #352c00, -3px 2px 1px #352c00,
      -2px 2px 1px #352c00, -2px 3px 1px #352c00, -1px 3px 1px #352c00;
  }
  .hero_txtM_sub {
    font-size: 2rem;
  }
  .heroArea__snsbtn {
    margin: 30px auto;
  }
  .heroArea_btn_twi {
    width: 200px;
    border-radius: 15px;
    background-color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
  }
  .heroArea_btn_insta {
    width: 200px;
    border-radius: 15px;
    background-color: rgb(207, 46, 146);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
  }
  .heroArea__bottom {
    background: #352c00;
    padding: 30px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  /* るびがな */
  .ruby1 {
    display: inline;
  }
  .ruby1 ruby {
    display: table-cell;
  }
  .ruby1 rt {
    margin-top: -0.2em;
    display: block;
  }
  /*-----------------------------*/
  /*snsリンク*/
  /*-----------------------------*/
  .sns-btn {
    padding: initial;
  }

  /*-----------------------------*/
  /*about*/
  /*-----------------------------*/
  .fukidashi__area {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .fukidashi__box {
    width: 90%;
    /* margin: 1em; */
  }
  .balloon2 {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 1.5em;
    padding: 10px;
    font-size: 0.8rem;
    background: #fff;
    border: solid 3px #555;
    border-radius: 1.5rem;
    box-sizing: border-box;
    text-align: center;
  }
  .balloon2:before {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
  }
  .balloon2:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
  }
  .balloon2 p {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
  }
  .fukidashi__image img {
    margin: 0 auto;
    text-align: center;
    width: 50%;
  }
  /*-----------------------------*/
  /*features*/
  /*-----------------------------*/
  .features {
    margin: 50px 0;
    padding: 100px 0;
    background: #ffec94 url('../images/common/bg_features.png') repeat top
      center;
  }
  .icon__point {
    border-radius: 10px;
    background-color: #5f2f28;
    width: 220px;
    margin: 20px auto;
    padding: 5px 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .feeattures__midashi {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 20px;
    text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff,
      2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff,
      3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff,
      1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff,
      -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff,
      -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff,
      -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
  }
  .features__box {
    display: block;
    max-width: 90%;
    margin: 0 auto 100px auto;
  }
  .features__box__txt {
    border-radius: 15px;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 30px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .features__box__txt2 {
    border-radius: 15px;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 30px;
    font-size: 2rem;
    line-height: 2;
  }
  .features__box__img {
    border-radius: 15px;
    background: #ffb052;
    width: 100%;
    height: 300px;
  }
  .features__box a {
    color: #0034ff;
    text-decoration: underline;
  }
  /*-----------------------------*/
  /*FLOW*/
  /*-----------------------------*/
  .flow__step {
    max-width: 1200px;
    margin: 50px auto;
  }
  .cp_stepflow {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1em;
    padding: 0;
  }
  .cp_stepflow > li {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    text-overflow: ellipsis;
    color: #b0bec5;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .cp_stepflow > li .bubble {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 0.5em;
    border-radius: 1000px;
    background-color: #b0bec5;
  }
  .cp_stepflow > li .bubble::after,
  .cp_stepflow > li .bubble::before {
    position: absolute;
    top: 25px;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #b0bec5;
  }
  .cp_stepflow > li.completed,
  .cp_stepflow > li.completed .bubble {
    color: #ba853f;
  }
  .cp_stepflow > li.completed .bubble,
  .cp_stepflow > li.completed .bubble::after,
  .cp_stepflow > li.completed .bubble::before {
    background-color: #ba853f;
  }
  .cp_stepflow > li:last-child .bubble::after,
  .cp_stepflow > li:last-child .bubble::before {
    width: 0%;
    margin-right: 50%;
  }
  .cp_stepflow > li.active,
  .cp_stepflow > li.active .bubble {
    font-weight: bold;
    color: brown;
  }
  .cp_stepflow > li.active .bubble,
  .cp_stepflow > li.active .bubble::after,
  .cp_stepflow > li.active .bubble::before {
    background-color: brown;
  }
  /*-----------------------------*/
  /*CREATOR*/
  /*-----------------------------*/
  /* クリエイター名検索 */
  .search-container {
    position: relative; /*フォームの相対位置*/
    max-width: 300px; /*フォームのサイズ*/
    margin-bottom: 30px auto;
  }

  .search-box {
    position: absolute; /*フォームの絶対位置*/
    left: 0;
    top: 0;
    outline: 0; /*クリック時の青い枠線消す*/
    width: 100%;
    height: 35px; /*検索ボックスの高さ*/
    padding: 0 10px; /*テキスト位置調整*/
    border-radius: 8px; /*検索ボックスの角を丸める*/
    background: #eee; /*検索ボックスの背景カラー*/
  }

  .search-submit-btn {
    width: 70px; /*検索ボタンの横幅*/
    height: 50px; /*検索ボタンの縦幅*/
    position: absolute; /*検索ボタンの絶対位置*/
    left: 270px; /*検索ボタンの位置調整*/
    top: -7px;
    background: none; /*検索ボタンの背景カラー*/
    border: none; /*検索ボタンの枠線を消す*/
    color: #666; /*検索ボタンのテキストカラー*/
    font-size: 16px; /*検索ボタンのフォントサイズ*/
  }

  .submit-btn:hover {
    color: #7fbfff;
  }

  .creator__box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .creator__box img {
    max-width: 100%;
    max-height: auto;
  }
  /* ポップアップウインドウの設定 */
  .popup {
    background-color: #efefef;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90vw;
    height: 90vh;
    /* overflow-y: scroll; */
  }
  /* チェックボックスの初期設定 */
  #popup-on1,
  #popup-on2,
  #popup-on3,
  #popup-on4,
  #popup-on5,
  #popup-on6 {
    display: none;
  }
  /* チェックされたらポップアップウインドウを開く */
  #popup-on1:checked + .popup,
  #popup-on2:checked + .popup,
  #popup-on3:checked + .popup,
  #popup-on4:checked + .popup,
  #popup-on5:checked + .popup,
  #popup-on6:checked + .popup {
    display: block;
  }
  /* 閉じるアイコン（右上） */
  .icon-close {
    background: #000;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
    position: absolute;
    right: 0;
  }
  /* 閉じるボタン */
  .btn-close {
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
  }
  /* 開くボタン */
  .btn-open {
    background: #fff;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
  }
  /* ポップアップの内容 */
  .popup-content {
    margin: 40px auto 40px auto;
    width: 100%;
  }

  /*-----------------------------*/
  /*NEWS*/
  /*-----------------------------*/
  .newsarea {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
  }
  .newsarea__body {
    width: 100%;
  }
  .newsarea__body-item {
    display: flex;
    letter-spacing: 0.2em;
    line-height: 2;
  }
  .newsarea__body-item-date {
    width: 30%;
    background: #dec07f;
    border-radius: 15px;
    font-size: 2rem;
    padding: 20px;
  }
  .newsarea__body-item-title {
    width: 70%;
    margin: 20px;
    font-size: 1.6rem;
  }
  /*-----------------------------*/
  /*FOTTTER-up*/
  /*-----------------------------*/
  .endArea {
    background: #ffa352 url('../images/common/bg_ft.jpg') top center;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    font-size: 3rem;
    color: #fff;
  }
  .endArea__txtS {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  /*-----------------------------*/
  /*FOTTTER*/
  /*-----------------------------*/
  footer {
    background: #434343;
    margin: 0 auto;
    padding: 50px 0;
  }
  .footer {
    display: flex;
    height: 180px;
    justify-content: center;
    align-items: center;
  }
  .footer__logo {
    max-width: 1200px;
  }
  .footer__logo img {
    width: 150px;
  }
  /* 色調反転 */
  .white-filter {
    filter: invert(100%);
  }
  .copyright {
    background: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 1.2rem;
  }
}
/* --- 768px以下--------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) /* 以下 */ {
  /*-----------------------------*/
  /*メイン設定*/
  /*-----------------------------*/
  section {
    width: 100%;
    margin: 100px auto;
    padding: 0 20px;
    line-height: 1.5;
    color: #352c00;
  }
  section h3 {
    font-size: 4rem;
    text-align: center;
  }
  section h4 {
    font-size: 2rem;
    text-align: center;
  }
  section h5 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
  }
  /*-----------------------------*/
  /*Header*/
  /*-----------------------------*/
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    height: 60px;
    padding: 0 0.8em;
    margin: 0 auto;
    font-size: 1.2em;
  }
  .header-nav {
    display: flex;
    align-items: center;
  }
  .header-nav-item {
    display: flex;
    align-items: center;
    margin-left: 16px;
  }
  .logo img {
    /*width: 150px;*/
  }
  .logo h2 {
    font-size: 1.8rem;
  }
  .header-button {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em 1.2em;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
  }
  .header-login {
    background: #999; /*#00b5ad*/
    border: 1px #999 solid; /*#00b5ad*/
    border-radius: 3px;
    color: #fff;
  }
  .header-post {
    font-weight: bold;
    color: #fff;
    background: #b37b2e; /*#00b5ad*/
    border: 1px #999 solid; /*#00b5ad*/
    border-radius: 3px;
  }
  .heroArea {
    width: 100%;
    background: url('../images/common/bg_heroarea.png') repeat top center;
    /*background:linear-gradient(-45deg, #ffcb5a 0%, #ffcb5a 50%, #ffa352 50%, #ffa352 100%);*/
    margin: 0 auto;
    height: 600px;
    text-align: center; /*一応BOX内の文字も中央寄せ*/
  }
  .heroArea_bg {
  }
  .hero_txtarea {
    width: 100vw;
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hero_txtS {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff,
      2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff,
      3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff,
      1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff,
      -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff,
      -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff,
      -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
  }
  .hero_txtM {
    color: #fff;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0px 4px 1px #352c00, 1px 3px 1px #352c00, 2px 3px 1px #352c00,
      2px 2px 1px #352c00, 3px 2px 1px #352c00, 3px 1px 1px #352c00,
      4px 0px 1px #352c00, 3px -1px 1px #352c00, 3px -2px 1px #352c00,
      2px -2px 1px #352c00, 2px -3px 1px #352c00, 1px -3px 1px #352c00,
      0px -4px 1px #352c00, -1px -3px 1px #352c00, -2px -3px 1px #352c00,
      -2px -2px 1px #352c00, -3px -2px 1px #352c00, -3px -1px 1px #352c00,
      -4px 0px 1px #352c00, -3px 1px 1px #352c00, -3px 2px 1px #352c00,
      -2px 2px 1px #352c00, -2px 3px 1px #352c00, -1px 3px 1px #352c00;
  }
  .hero_txtM_sub {
    font-size: 2rem;
  }
  .heroArea__snsbtn {
    margin: 30px auto;
  }
  .heroArea_btn_twi {
    width: 200px;
    border-radius: 15px;
    background-color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
  }
  .heroArea_btn_insta {
    width: 200px;
    border-radius: 15px;
    background-color: rgb(207, 46, 146);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
  }
  .heroArea__bottom {
    background: #352c00;
    padding: 30px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  /* るびがな */
  .ruby1 {
    display: inline;
  }
  .ruby1 ruby {
    display: table-cell;
  }
  .ruby1 rt {
    margin-top: -0.2em;
    display: block;
  }
  /*-----------------------------*/
  /*snsリンク*/
  /*-----------------------------*/
  .sns-btn {
    padding: initial;
  }

  /*-----------------------------*/
  /*about*/
  /*-----------------------------*/
  .fukidashi__area {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .fukidashi__box {
    width: 90%;
    /* margin: 1em; */
  }
  .balloon2 {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 1.5em;
    padding: 10px;
    font-size: 0.8rem;
    background: #fff;
    border: solid 3px #555;
    border-radius: 1.5rem;
    box-sizing: border-box;
    text-align: center;
  }
  .balloon2:before {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
  }
  .balloon2:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
  }
  .balloon2 p {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
  }
  .fukidashi__image img {
    margin: 0 auto;
    text-align: center;
    width: 50%;
  }
  /*-----------------------------*/
  /*features*/
  /*-----------------------------*/
  .features {
    margin: 50px 0;
    padding: 100px 0;
    background: #ffec94 url('../images/common/bg_features.png') repeat top
      center;
  }
  .icon__point {
    border-radius: 10px;
    background-color: #5f2f28;
    width: 220px;
    margin: 20px auto;
    padding: 5px 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .feeattures__midashi {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 20px;
    text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff,
      2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff,
      3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff,
      1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff,
      -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff,
      -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff,
      -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
  }
  .features__box {
    display: block;
    max-width: 90%;
    margin: 0 auto 100px auto;
  }
  .features__box__txt {
    border-radius: 15px;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 30px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .features__box__txt2 {
    border-radius: 15px;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 30px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .features__box__img {
    border-radius: 15px;
    background: #ffb052;
    width: 100%;
    height: 300px;
  }
  .features__box a {
    color: #0034ff;
    text-decoration: underline;
  }
  /*-----------------------------*/
  /*FLOW*/
  /*-----------------------------*/
  .flow__step {
    max-width: 1200px;
    margin: 50px auto;
  }
  .cp_stepflow {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1em;
    padding: 0;
  }
  .cp_stepflow > li {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    text-overflow: ellipsis;
    color: #b0bec5;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .cp_stepflow > li .bubble {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 0.5em;
    border-radius: 1000px;
    background-color: #b0bec5;
  }
  .cp_stepflow > li .bubble::after,
  .cp_stepflow > li .bubble::before {
    position: absolute;
    top: 25px;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #b0bec5;
  }
  .cp_stepflow > li.completed,
  .cp_stepflow > li.completed .bubble {
    color: #ba853f;
  }
  .cp_stepflow > li.completed .bubble,
  .cp_stepflow > li.completed .bubble::after,
  .cp_stepflow > li.completed .bubble::before {
    background-color: #4dd0e1;
  }
  .cp_stepflow > li:last-child .bubble::after,
  .cp_stepflow > li:last-child .bubble::before {
    width: 0%;
    margin-right: 50%;
  }
  .cp_stepflow > li.active,
  .cp_stepflow > li.active .bubble {
    font-weight: bold;
    color: brown;
  }
  .cp_stepflow > li.active .bubble,
  .cp_stepflow > li.active .bubble::after,
  .cp_stepflow > li.active .bubble::before {
    background-color: brown;
  }
  /*-----------------------------*/
  /*CREATOR*/
  /*-----------------------------*/
  /* クリエイター名検索 */
  .search-container {
    position: relative; /*フォームの相対位置*/
    max-width: 300px; /*フォームのサイズ*/
    margin-bottom: 30px auto;
  }

  .search-box {
    position: absolute; /*フォームの絶対位置*/
    left: 0;
    top: 0;
    outline: 0; /*クリック時の青い枠線消す*/
    width: 100%;
    height: 35px; /*検索ボックスの高さ*/
    padding: 0 10px; /*テキスト位置調整*/
    border-radius: 8px; /*検索ボックスの角を丸める*/
    background: #eee; /*検索ボックスの背景カラー*/
  }

  .search-submit-btn {
    width: 60px; /*検索ボタンの横幅*/
    height: 50px; /*検索ボタンの縦幅*/
    position: absolute; /*検索ボタンの絶対位置*/
    left: 270px; /*検索ボタンの位置調整*/
    top: -8px;
    background: none; /*検索ボタンの背景カラー*/
    border: none; /*検索ボタンの枠線を消す*/
    color: #666; /*検索ボタンのテキストカラー*/
    font-size: 16px; /*検索ボタンのフォントサイズ*/
  }

  .submit-btn:hover {
    color: #7fbfff;
  }

  .creator__box {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .creator__box img {
    max-width: 100%;
    max-height: auto;
  }
  /* ポップアップウインドウの設定 */
  .popup {
    background-color: #efefef;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90vw;
    height: 33vh;
    /* overflow-y: scroll; */
  }
  /* チェックボックスの初期設定 */
  #popup-on1,
  #popup-on2,
  #popup-on3,
  #popup-on4,
  #popup-on5,
  #popup-on6 {
    display: none;
  }
  /* チェックされたらポップアップウインドウを開く */
  #popup-on1:checked + .popup,
  #popup-on2:checked + .popup,
  #popup-on3:checked + .popup,
  #popup-on4:checked + .popup,
  #popup-on5:checked + .popup,
  #popup-on6:checked + .popup {
    display: block;
  }
  /* 閉じるアイコン（右上） */
  .icon-close {
    display: none;
    background: #000;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
    position: absolute;
    right: 0;
  }
  /* 閉じるボタン */
  .btn-close {
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
  }
  /* 開くボタン */
  .btn-open {
    background: #fff;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
  }
  /* ポップアップの内容 */
  .popup-content {
    margin: 0;
    width: 100%;
  }

  /*-----------------------------*/
  /*NEWS*/
  /*-----------------------------*/
  .newsarea {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
  }
  .newsarea__body {
    width: 100%;
  }
  .newsarea__body-item {
    display: flex;
    letter-spacing: 0.2em;
    line-height: 2;
  }
  .newsarea__body-item-date {
    width: 30%;
    background: #dec07f;
    border-radius: 15px;
    font-size: 2rem;
    padding: 20px;
  }
  .newsarea__body-item-title {
    width: 70%;
    margin: 20px;
    font-size: 1.6rem;
  }
  /*-----------------------------*/
  /*FOTTTER-up*/
  /*-----------------------------*/
  .endArea {
    background: #ffa352 url('../images/common/bg_ft.jpg') top center;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    font-size: 3rem;
    color: #fff;
  }
  .endArea__txtS {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  /*-----------------------------*/
  /*FOTTTER*/
  /*-----------------------------*/
  footer {
    background: #434343;
    margin: 0 auto;
    padding: 50px 0;
  }
  .footer {
    display: flex;
    height: 180px;
    justify-content: center;
    align-items: center;
  }
  .footer__logo {
    max-width: 1200px;
  }
  .footer__logo img {
    width: 150px;
  }
  /* 色調反転 */
  .white-filter {
    filter: invert(100%);
  }
  .copyright {
    background: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 1.2rem;
  }
}

/* --- 480px以下--------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) /* 以下 iphoneX解像度375*/ {
  /*-----------------------------*/
  /*メイン設定*/
  /*-----------------------------*/
  section {
    width: 100%;
    margin: 100px auto;
    padding: 0 20px;
    line-height: 1.5;
    color: #352c00;
  }
  section h3 {
    font-size: 4rem;
    text-align: center;
  }
  section h4 {
    font-size: 2rem;
    text-align: center;
  }
  section h5 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.8;
  }
  /*-----------------------------*/
  /*Header*/
  /*-----------------------------*/
  .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    height: 60px;
    padding: 0 0.8em;
    margin: 0 auto;
    font-size: 1.2em;
  }
  .header-nav {
    display: flex;
    align-items: center;
  }
  .header-nav-item {
    display: flex;
    align-items: center;
    margin-left: 16px;
  }
  .logo img {
    /*width: 150px;*/
  }
  .logo h2 {
    font-size: 1.8rem;
  }
  .header-button {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em 1.2em;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
  }
  .header-login {
    background: #999; /*#00b5ad*/
    border: 1px #999 solid; /*#00b5ad*/
    border-radius: 3px;
    color: #fff;
  }
  .header-post {
    font-weight: bold;
    color: #fff;
    background: #b37b2e; /*#00b5ad*/
    border: 1px #999 solid; /*#00b5ad*/
    border-radius: 3px;
  }
  .heroArea {
    width: 100%;
    background: url('../images/common/bg_heroarea.png') repeat top center;
    /*background:linear-gradient(-45deg, #ffcb5a 0%, #ffcb5a 50%, #ffa352 50%, #ffa352 100%);*/
    margin: 0 auto;
    height: 600px;
    text-align: center; /*一応BOX内の文字も中央寄せ*/
  }
  .heroArea_bg {
  }
  .hero_txtarea {
    width: 100vw;
    position: absolute;
    bottom: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .hero_txtS {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff,
      2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff,
      3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff,
      1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff,
      -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff,
      -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff,
      -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
  }
  .hero_txtM {
    color: #fff;
    font-size: 5.6rem;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0px 4px 1px #352c00, 1px 3px 1px #352c00, 2px 3px 1px #352c00,
      2px 2px 1px #352c00, 3px 2px 1px #352c00, 3px 1px 1px #352c00,
      4px 0px 1px #352c00, 3px -1px 1px #352c00, 3px -2px 1px #352c00,
      2px -2px 1px #352c00, 2px -3px 1px #352c00, 1px -3px 1px #352c00,
      0px -4px 1px #352c00, -1px -3px 1px #352c00, -2px -3px 1px #352c00,
      -2px -2px 1px #352c00, -3px -2px 1px #352c00, -3px -1px 1px #352c00,
      -4px 0px 1px #352c00, -3px 1px 1px #352c00, -3px 2px 1px #352c00,
      -2px 2px 1px #352c00, -2px 3px 1px #352c00, -1px 3px 1px #352c00;
  }
  .hero_txtM_sub {
    font-size: 2.8rem;
  }
  .heroArea__snsbtn {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
  }
  .heroArea_btn_twi {
    border-radius: 15px;
    background-color: #000;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    font-size: 1.3rem;
  }
  .heroArea_btn_fb {
    border-radius: 15px;
    background-color: rgb(60, 90, 153);
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    font-size: 1.3rem;
  }
  .heroArea_btn_line {
    border-radius: 15px;
    background-color: rgb(29, 205, 0);
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    font-size: 1.3rem;
  }
  .heroArea_btn_insta {
    border-radius: 15px;
    background-color: rgb(207, 46, 146);
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    font-size: 1.3rem;
  }
  .heroArea__bottom {
    background: #352c00;
    padding: 30px 0;
    margin: 0 auto;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  /* るびがな */
  .ruby1 {
    display: inline;
  }
  .ruby1 ruby {
    display: table-cell;
  }
  .ruby1 rt {
    margin-top: -0.2em;
    display: block;
  }

  /*-----------------------------*/
  /*snsリンク*/
  /*-----------------------------*/
  .sns-btn {
    padding: initial;
  }

  /*-----------------------------*/
  /*about*/
  /*-----------------------------*/
  .fukidashi__area {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .fukidashi__box {
    width: 90%;
    /* margin: 1em; */
  }
  .balloon2 {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 1.5em;
    padding: 10px;
    font-size: 0.8rem;
    background: #fff;
    border: solid 3px #555;
    border-radius: 1.5rem;
    box-sizing: border-box;
    text-align: center;
  }
  .balloon2:before {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
  }
  .balloon2:after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
  }
  .balloon2 p {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
  }
  .fukidashi__image img {
    margin: 0 auto;
    text-align: center;
    width: 50%;
  }
  /*-----------------------------*/
  /*features*/
  /*-----------------------------*/
  .features {
    margin: 50px 0;
    padding: 100px 0;
    background: #ffec94 url('../images/common/bg_features.png') repeat top
      center;
  }
  .icon__point {
    border-radius: 10px;
    background-color: #5f2f28;
    width: 220px;
    margin: 20px auto;
    padding: 5px 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
  }
  .feeattures__midashi {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 20px;
    text-shadow: 0px 4px 1px #fff, 1px 3px 1px #fff, 2px 3px 1px #fff,
      2px 2px 1px #fff, 3px 2px 1px #fff, 3px 1px 1px #fff, 4px 0px 1px #fff,
      3px -1px 1px #fff, 3px -2px 1px #fff, 2px -2px 1px #fff, 2px -3px 1px #fff,
      1px -3px 1px #fff, 0px -4px 1px #fff, -1px -3px 1px #fff,
      -2px -3px 1px #fff, -2px -2px 1px #fff, -3px -2px 1px #fff,
      -3px -1px 1px #fff, -4px 0px 1px #fff, -3px 1px 1px #fff,
      -3px 2px 1px #fff, -2px 2px 1px #fff, -2px 3px 1px #fff, -1px 3px 1px #fff;
  }
  .features__box {
    display: block;
    max-width: 90%;
    margin: 0 auto 100px auto;
  }
  .features__box__txt {
    border-radius: 15px;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 30px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .features__box__txt2 {
    border-radius: 15px;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 30px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .features__box__img {
    border-radius: 15px;
    background: #ffb052;
    width: 100%;
    height: 300px;
  }
  .features__box a {
    color: #0034ff;
    text-decoration: underline;
  }
  /*-----------------------------*/
  /*FLOW*/
  /*-----------------------------*/
  .flow__step {
    max-width: 1200px;
    margin: 50px auto;
  }
  .cp_stepflow {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1em;
    padding: 0;
  }
  .cp_stepflow > li {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    text-overflow: ellipsis;
    color: #b0bec5;
    -ms-flex: 1;
    -moz-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .cp_stepflow > li .bubble {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto 0.5em;
    border-radius: 1000px;
    background-color: #b0bec5;
  }
  .cp_stepflow > li .bubble::after,
  .cp_stepflow > li .bubble::before {
    position: absolute;
    top: 12px;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #b0bec5;
  }
  .cp_stepflow > li.completed,
  .cp_stepflow > li.completed .bubble {
    color: #ba853f;
  }
  .cp_stepflow > li.completed .bubble,
  .cp_stepflow > li.completed .bubble::after,
  .cp_stepflow > li.completed .bubble::before {
    background-color: #ba853f;
  }
  .cp_stepflow > li:last-child .bubble::after,
  .cp_stepflow > li:last-child .bubble::before {
    width: 0%;
    margin-right: 50%;
  }
  .cp_stepflow > li.active,
  .cp_stepflow > li.active .bubble {
    font-weight: bold;
    color: brown;
  }
  .cp_stepflow > li.active .bubble,
  .cp_stepflow > li.active .bubble::after,
  .cp_stepflow > li.active .bubble::before {
    background-color: brown;
  }
  /*-----------------------------*/
  /*CREATOR*/
  /*-----------------------------*/
  /* クリエイター名検索 */
  .search-container {
    position: relative; /*フォームの相対位置*/
    max-width: 300px; /*フォームのサイズ*/
    margin-bottom: 30px auto;
  }

  .search-box {
    position: absolute; /*フォームの絶対位置*/
    left: 0;
    top: 0;
    outline: 0; /*クリック時の青い枠線消す*/
    width: 100%;
    height: 35px; /*検索ボックスの高さ*/
    padding: 0 10px; /*テキスト位置調整*/
    border-radius: 8px; /*検索ボックスの角を丸める*/
    background: #eee; /*検索ボックスの背景カラー*/
  }

  .search-submit-btn {
    width: 60px; /*検索ボタンの横幅*/
    height: 50px; /*検索ボタンの縦幅*/
    position: absolute; /*検索ボタンの絶対位置*/
    left: 270px; /*検索ボタンの位置調整*/
    top: -8px;
    background: none; /*検索ボタンの背景カラー*/
    border: none; /*検索ボタンの枠線を消す*/
    color: #666; /*検索ボタンのテキストカラー*/
    font-size: 16px; /*検索ボタンのフォントサイズ*/
  }

  .submit-btn:hover {
    color: #7fbfff;
  }

  .creator__box {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .creator__box img {
    max-width: 100%;
    max-height: auto;
  }
  /* ポップアップウインドウの設定 */
  .popup {
    background-color: #efefef;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90vw;
    height: 33vh;
    /* overflow-y: scroll; */
  }
  /* チェックボックスの初期設定 */
  #popup-on1,
  #popup-on2,
  #popup-on3,
  #popup-on4,
  #popup-on5,
  #popup-on6 {
    display: none;
  }
  /* チェックされたらポップアップウインドウを開く */
  #popup-on1:checked + .popup,
  #popup-on2:checked + .popup,
  #popup-on3:checked + .popup,
  #popup-on4:checked + .popup,
  #popup-on5:checked + .popup,
  #popup-on6:checked + .popup {
    display: block;
  }
  /* 閉じるアイコン（右上） */
  .icon-close {
    display: none;
    background: #000;
    color: #fff;
    font-size: 30px;
    padding: 0 10px;
    position: absolute;
    right: 0;
  }
  /* 閉じるボタン */
  .btn-close {
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
  }
  /* 開くボタン */
  .btn-open {
    background: #fff;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center;
  }
  /* ポップアップの内容 */
  .popup-content {
    margin: 0;
    width: 100%;
  }
  /*-----------------------------*/
  /*NEWS*/
  /*-----------------------------*/
  .newsarea {
    margin: 0 auto;
  }
  .newsarea__body {
    width: 100%;
  }
  .newsarea__body-item {
    display: block;
    letter-spacing: 0.2em;
    line-height: 1.8;
    margin-top: 30px;
  }
  .newsarea__body-item-date {
    width: 50%;
    background: #dec07f;
    border-radius: 15px;
    font-size: 1.6rem;
    padding: 10px;
    text-align: center;
  }
  .newsarea__body-item-title {
    width: 100%;
    font-size: 1.6rem;
    margin: 20px auto;
  }
  /*-----------------------------*/
  /*FOTTTER-up*/
  /*-----------------------------*/
  .endArea {
    background: #ffa352 url('../images/common/bg_ft.jpg') top center;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
    font-size: 3rem;
    color: #fff;
  }
  .endArea__txtS {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  /*-----------------------------*/
  /*FOTTTER*/
  /*-----------------------------*/
  footer {
    background: #434343;
    margin: 0 auto;
    padding: 50px 0;
  }
  .footer {
    width: 100%;
    display: flex;
    height: 180px;
    justify-content: center;
    align-items: center;
  }
  .footer__logo {
    max-width: 1200px;
  }
  .footer__logo img {
    width: 150px;
  }
  /* 色調反転 */
  .white-filter {
    filter: invert(100%);
  }
  .copyright {
    background: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: 1.2rem;
  }
}

/*************************
　会員ログインor登録　start
*************************/
.ms-box-auth {
  max-width: 1200px;
  margin: 0 auto 100px auto;
  height: 100%;
}

#member_login-register {
  width: 100%;
  /* margin: 35px auto; */
  display: flex;
}
.left_position-auth {
  width: 50%;
  float: left;
  margin: 35px;
  flex: auto;
}

.right_position-auth {
  width: 50%;
  float: right;
  margin: 35px;
  margin-bottom: 140px;
  flex: auto;
}

.t_h1 {
  margin-bottom: 20px;
  width: 100%;
}

.t_h2 {
  margin-bottom: 20px;
}

.t_h1 h1,
.t_h2 h2 {
  width: 100%;
  color: #fff;
  background: #ff9900;
  font-weight: bold;
  font-size: 17px;
  padding: 10px 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .t_h2 {
    width: 100%;
  }
}

h2.t_h3-auth {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 15px;
}

h3.t_h3-auth {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.auth-form {
  margin: 100px 300px;
}
@media screen and (max-width: 768px) {
  .auth-form {
    margin: 0;
    margin-bottom: 200px;
  }
}
.member_mail-auth,
.member_mpw-auth,
.gazou-auth {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}

input#member_mail,
input#member_mpw,
input#gazou {
  width: 80%;
  height: 35px;
  margin-bottom: 10px;
}
.signup-title {
  margin-bottom: 50px;
}
.signup-btn-container {
  width: 100%;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .signup-btn-container {
    width: 75%;
    text-align: center;
    margin: 0 49px;
  }
}
.signup-btn {
  margin-bottom: 30px;
}

.left_position-auth p input,
.right_position-auth p button {
  margin-top: 10px;
  width: 80%;
  padding: 15px;
  background: #fec327;
  border: #fec327;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .left_position-auth p input,
  .right_position-auth p button {
    width: 100%;
  }
}

.register_img img {
  width: 100%;
}

/* SNS ボーダーライン */
.sns-border {
  display: flex;
  align-items: center;
  margin-top: 50px;
  font-weight: bold;
}
.sns-border:before,
.sns-border:after {
  border-top: 2px solid #c3c3c3;
  content: '';
  flex-grow: 1;
}
.sns-border:before {
  margin-right: 1rem;
}
.sns-border:after {
  margin-left: 1rem;
}

.twitter_login {
  float: left;
  width: 48%;
}

.facebook_login {
  float: right;
  width: 48%;
}

@media screen and (max-width: 768px) {
  #member_login-register {
    width: 100%;
    border: none;
    margin: 0px auto;
    display: block;
  }

  .left_position-auth {
    width: 100%;
    float: left;
    margin: 100px 0 0 0;
  }

  .right_position-auth {
    width: 100%;
    float: left;
    margin: 55px auto;
  }
}

/*-----------------------------*/
/*member-status PC*/
/*-----------------------------*/
.member-status {
  margin: 0;
  padding: 100px 0;
  background: #ffec94 url('../images/common/bg_features.png') repeat top center;
}
.ms-box {
  max-width: 1200px;
  margin: 0 auto 100px auto;
  height: 100%;
}
.ms-box-title {
  max-width: 1200px;
  padding: 5px;
  text-align: left;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 15px 15px 0 0;
  background-color: #f1f1f1;
}
.icon {
  border-radius: 10px;
  background-color: rgb(255, 138, 0);
  width: 220px;
}
.features__box__txt {
  border-radius: 15px;
  background: #fff;
  width: 600px;
  height: 310px;
  padding: 30px;
  font-size: 2rem;
  line-height: 2;
}
/* .ms-box-title {
  border-radius: 15px;
  background: #fff;
  width: 100%;
  height: auto;
  padding: 30px;
  font-size: 2.2rem;
  line-height: 2;
} */
.ms-box-content {
  border-radius: 0 0 15px 15px;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-size: 2.2rem;
  line-height: 2;
}
.reservation-status {
  text-align: center;
  padding: 70px;
}
.ms-box-pulldown {
  /* height: 100%; */
  padding: 30px 0;
}

/* アコーディオンメニュー */
.acd-container {
  margin: 0 auto;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .acd-container {
    width: 100%;
  }
}

.acd-check {
  display: none;
}
.acd-label {
  width: 100%;
  border-radius: 15px;
  padding: 10px 30px;
  border: 1px solid #333;
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.acd-label:after {
  box-sizing: border-box;
  content: '\f067';
  display: block;
  font-family: 'Font Awesome 5 Free';
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 3px;
  top: 0px;
}
.acd-content {
  height: 800px;
  opacity: 1;
  display: block;
  padding: 10px;
  visibility: visible;
  /* border: 1px solid; */
}
/* .features__box__img {
  border-radius: 15px;
  background: #ffb052;
  width: 600px;
  height: 310px;
}
.features__box a {
  color: #0034ff;
  text-decoration: underline;
} */
.reserve-form input {
  margin-right: 5px;
}
.form-a {
  margin-bottom: 30px;
}
.requirement {
  margin-right: 140px;
}
.sbox {
  position: relative;
}
/* .sbox::after {
  content: '\f107';
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  pointer-events: none;
} */
.select-store {
  display: flex;
  margin-bottom: 20px;
}
.stores {
  /* margin-right: 95px; */
  padding-right: 95px;
}
.selectbox {
  border-radius: 10px;
  padding: 0 10px;
  text-align-last: center;
  cursor: pointer;
}
.reserve-date {
  margin-right: 145px;
}
.reservation-date input {
  width: 50%;
  border-radius: 10px;
  padding: 5px;
  text-align: right;
  border: 3px solid #333;
  outline: none;
}
.reservation-date input[type='text'] {
  font-size: 16px;
}
/* .reservation-date span {
  display: none;
  color: red;
}
.reservation-date.errors span {
  display: block;
} */

.error_txt {
  display: block;
  margin: 0.3em 0 0 0;
  color: #f00;
}

/* .calender {
  height: 400px;
} */
.submit {
  text-align: center;
}
.submit-btn {
  display: inline-block;
  border-radius: 5px;
  font-size: 14pt;
  text-align: center;
  cursor: pointer;
  padding: 12px 50px;
  background: #ffa352;
  color: #ffffff;
  line-height: 1em;
  transition: 0.3s;
  box-shadow: 1px 1px 3px #666666;
  border: 2px solid #ffa352;
}
.submit-btn:hover {
  box-shadow: none;
  color: #ffa352;
  background: #ffffff;
}

/*-----------------------------*/
/*member-status SP*/
/*-----------------------------*/
@media screen and (max-width: 768px) {
  .member-status {
    margin: 0;
    padding: 100px 0;
    background: #ffec94 url('../images/common/bg_features.png') repeat top
      center;
  }
  .ms-box {
    max-width: 1200px;
    margin: 0 auto 100px auto;
    height: 100%;
  }
  .ms-box-title {
    max-width: 1200px;
    padding: 5px;
    text-align: left;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 15px 15px 0 0;
    background-color: #f1f1f1;
  }
  .icon {
    border-radius: 10px;
    background-color: rgb(255, 138, 0);
    width: 220px;
  }
  .features__box__txt {
    border-radius: 15px;
    background: #fff;
    width: 600px;
    height: 310px;
    padding: 30px;
    font-size: 2rem;
    line-height: 2;
  }
  /* .ms-box-title {
  border-radius: 15px;
  background: #fff;
  width: 100%;
  height: auto;
  padding: 30px;
  font-size: 2.2rem;
  line-height: 2;
} */
  .ms-box-content {
    border-radius: 0 0 15px 15px;
    background: #fff;
    width: 100%;
    height: 1000px;
    padding: 30px;
    font-size: 2.2rem;
    line-height: 2;
  }
  .reservation-status {
    text-align: center;
    padding: 70px 0;
  }
  .reservation-status p {
    font-size: 20px;
  }
  .ms-box-pulldown {
    /* height: 100%; */
    padding: 30px 0;
  }
  /* アコーディオンメニュー */
  .acd-check {
    display: none;
  }
  .acd-label {
    width: 100%;
    border-radius: 15px;
    padding: 10px 30px;
    border: 1px solid #333;
    display: block;
    margin-bottom: 1px;
    font-size: 16px;
    position: relative;
  }
  .acd-label:after {
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: 'Font Awesome 5 Free';
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 3px;
    top: 0px;
  }
  .acd-content {
    height: 800px;
    opacity: 1;
    display: block;
    padding: 10px;
    visibility: visible;
    /* border: 1px solid; */
  }
  /* .features__box__img {
  border-radius: 15px;
  background: #ffb052;
  width: 600px;
  height: 310px;
}
.features__box a {
  color: #0034ff;
  text-decoration: underline;
} */
  .reserve-form input {
    margin-right: 5px;
  }
  .reserve-form label {
    font-size: 15px;
  }
  .form-a {
    margin-bottom: 30px;
  }
  .form-a th,
  .form-a td {
    width: 100%;
    display: block;
  }
  .form-a td {
    font-size: 16px;
  }
  .requirement {
    margin-right: 140px;
  }
  .select-store {
    display: block;
    margin-bottom: 20px;
  }
  .stores {
    margin-right: initial;
  }
  .selectbox {
    border-radius: 10px;
    padding: 0 10px;
    text-align-last: center;
    cursor: pointer;
  }
  .reserve-date {
    margin-right: 145px;
  }
  .reservation-date {
    margin-bottom: 10px;
  }
  .reservation-date input {
    width: 100%;
    border-radius: 10px;
    padding: 5px;
    text-align: right;
    border: 3px solid #333;
    outline: none;
  }
  .calender {
    /* height: 400px; */
  }
  .submit {
    text-align: center;
  }
  .submit-btn {
    display: inline-block;
    border-radius: 5px;
    font-size: 14pt;
    text-align: center;
    cursor: pointer;
    padding: 12px 50px;
    background: #ffa352;
    color: #ffffff;
    line-height: 1em;
    transition: 0.3s;
    box-shadow: 1px 1px 3px #666666;
    border: 2px solid #ffa352;
  }
  .submit-btn:hover {
    box-shadow: none;
    color: #ffa352;
    background: #ffffff;
  }
}

/*-----------------------------*/
/*on-status PC*/
/*-----------------------------*/
.form-a-onstatus {
  margin-bottom: 30px;
}
.completion-status {
  margin: 0 auto;
  font-size: 20px;
}
.select-store-onstatus {
  display: flex;
  margin-bottom: 20px;
}
.stores-onstatus {
  margin-right: 99px;
}
.reserve-date-onstatus {
  margin-right: 140px;
}
.acd-label-onstatus {
  width: 100%;
  border-radius: 15px;
  padding: 0 30px;
  border: 1px solid #333;
  display: block;
  margin-bottom: 1px;
}
.acd-label-onstatus:after {
  /* background: #00479d; */
  box-sizing: border-box;
  content: '\f067';
  display: block;
  font-family: 'Font Awesome 5 Free';
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 385px;
  top: 563px;
}
.acd-content {
  height: 800px;
  opacity: 1;
  display: block;
  padding: 10px;
  /* visibility: visible; */
}

/*-----------------------------*/
/*on-status SP*/
/*-----------------------------*/
@media screen and (max-width: 768px) {
  .select-store-onstatus {
    display: block;
    margin-bottom: 20px;
    height: 175px;
  }
  .select-store-onstatus ul {
    font-size: 17px;
  }
  .completion-status {
    margin: 0 auto;
  }
  .form-a-onstatus th,
  .form-a-onstatus td {
    width: 100%;
    display: block;
  }
  .form-a-onstatus td {
    font-size: 17px;
  }
  .acd-label-onstatus {
    width: 100%;
    border-radius: 15px;
    padding: 0 30px;
    border: 1px solid #333;
    display: block;
    margin-bottom: 1px;
    font-size: 16px;
  }
  .acd-label-onstatus:after {
    /* background: #00479d; */
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: 'Font Awesome 5 Free';
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 23px;
    top: 735px;
  }
  .acd-content {
    height: 800px;
    opacity: 1;
    display: block;
    padding: 10px;
    visibility: visible;
  }
}

/*-----------------------------*/
/*confirm PC*/
/*-----------------------------*/
/* .confirm-container {
  margin: 0 80px 155px 155px;
}
.confirm-container td,
.confirm-container ul {
  font-size: 20px;
} */

/*-----------------------------*/
/*confirm SP*/
/*-----------------------------*/
/* @media screen and (max-width: 768px) {
  .confirm-container {
    margin: 0;
    margin-bottom: 80px;
  }
  .confirm-container td,
  .confirm-container ul {
    font-size: 20px;
  }
} */

/*-----------------------------*/
/*confirm PC*/
/*-----------------------------*/
.confirm-container {
  margin: 0 auto;
}
.confirm-container td,
.confirm-container ul {
  font-size: 20px;
}

/*-----------------------------*/
/*confirm SP*/
/*-----------------------------*/
@media screen and (max-width: 768px) {
  .confirm-container {
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .confirm-container td,
  .confirm-container ul {
    font-size: 20px;
  }
  .confirm-container br {
    display: none;
  }
}

/*-----------------------------*/
/*register_form*/
/*-----------------------------*/
/* .regist-form {
  margin: ;
} */
#discription p {
  margin-bottom: 20px;
}

.left_position,
.right_position {
  margin: 0 375px;
}
@media screen and (max-width: 768px) {
  .left_position,
  .right_position {
    margin: 0;
  }
}

.layout {
  margin-bottom: 30px;
}

.form-btn-container {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form-btn-container {
    width: 100%;
  }
}

.btn_l {
}
.left_position input {
  width: 80%;
  padding: 15px;
  background: #fec327;
  border: #fec327;
  border-radius: 5px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}
.right_position button {
  width: 40%;
  padding: 15px;
  background: #fec327;
  border: #fec327;
  border-radius: 5px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .left_position input {
    width: 100%;
    padding: 15px;
    background: #fec327;
    border: #fec327;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
  }
  .right_position button {
    width: 100%;
    padding: 15px;
    background: #fec327;
    border: #fec327;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .member_mail-regist {
    margin-left: 40px;
  }
}

/* 予約フォーム */
.form-container {
  display: flex;
}
.google-form {
  width: 50%;
}
.google-calender {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form-container {
    display: initial;
  }
  .google-form {
    width: initial;
  }
  .google-calender {
    width: initial;
  }
}

/* googleフォーム */
.google-reserve-form .google-calender iframe {
  width: 100%;
/*  height: 1700px;*/
}

/* カレンダー */
.cal_wrapper {
  max-width: 960px;
  min-width: 300px;
  margin: 2.0833% auto;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
  .googlecal {
    padding-bottom: 75%;
  }
}

/* トップページからNEWS、FLOW、CREATORの別ページへ遷移するボタン */
.creatorlist div,
.reserv div,
.qa div,
.flow .btn {
  width: 40%;
  margin: 20px auto;
  text-align: center;
  border: 3px solid #333;
  border-radius: 5px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .creatorlist div,
  .reserv div,
  .flow .btn {
    width: 100%;
  }
}

.creatorlist div a,
.reserv div a,
.flow .btn a {
  display: block;
  padding: 20px;
  color: #333!important;
  text-decoration-line: none;
}

.creatorlist div a:hover,
.reserv div a:hover,
.flow .btn a:hover {
  color: #fff!important;
  position: relative;
  transition: 0.5s;
  letter-spacing: 0.2em;
}
@keyframes bg_slide {
  0% {
    transform-origin: left top;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left top;
    transform: scaleX(1);
  }
}
.creatorlist div a:hover::before,
.reserv div a:hover::before,
.flow .btn a:hover::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #fff;
  background-color: #333;
  animation: bg_slide 0.4s ease-in;
}

bel-onstatus {
  width: 100%;
  border-radius: 15px;
  padding: 0 30px;
  border: 1px solid #333;
  display: block;
  margin-bottom: 1px;
}
.acd-label-onstatus:after {
  /* background: #00479d; */
  box-sizing: border-box;
  content: '\f067';
  display: block;
  font-family: 'Font Awesome 5 Free';
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 385px;
  top: 563px;
}
.acd-content {
  height: 800px;
  opacity: 1;
  display: block;
  padding: 10px;
  visibility: visible;
  /* border: 1px solid; */
}

/*-----------------------------*/
/*on-status SP*/
/*-----------------------------*/
@media screen and (max-width: 768px) {
  .select-store-onstatus {
    display: block;
    margin-bottom: 20px;
    height: 175px;
  }
  .select-store-onstatus ul {
    font-size: 17px;
  }
  .completion-status {
    margin: 0 auto;
  }
  .form-a-onstatus th,
  .form-a-onstatus td {
    width: 100%;
    display: block;
  }
  .form-a-onstatus td {
    font-size: 17px;
  }
  .acd-label-onstatus {
    width: 100%;
    border-radius: 15px;
    padding: 0 30px;
    border: 1px solid #333;
    display: block;
    margin-bottom: 1px;
    font-size: 16px;
  }
  .acd-label-onstatus:after {
    /* background: #00479d; */
    box-sizing: border-box;
    content: '\f067';
    display: block;
    font-family: 'Font Awesome 5 Free';
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 23px;
    top: 735px;
  }
  .acd-content {
    height: 800px;
    opacity: 1;
    display: block;
    padding: 10px;
    visibility: visible;
    /* border: 1px solid; */
  }
}

/*-----------------------------*/
/*confirm PC*/
/*-----------------------------*/
/* .confirm-container {
  margin: 0 80px 155px 155px;
}
.confirm-container td,
.confirm-container ul {
  font-size: 20px;
} */

/*-----------------------------*/
/*confirm SP*/
/*-----------------------------*/
/* @media screen and (max-width: 768px) {
  .confirm-container {
    margin: 0;
    margin-bottom: 80px;
  }
  .confirm-container td,
  .confirm-container ul {
    font-size: 20px;
  }
} */

/*-----------------------------*/
/*confirm PC*/
/*-----------------------------*/
.confirm-container {
  margin: 0 auto;
}
.confirm-container td,
.confirm-container ul {
  font-size: 20px;
}

/*-----------------------------*/
/*confirm SP*/
/*-----------------------------*/
@media screen and (max-width: 768px) {
  .confirm-container {
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .confirm-container td,
  .confirm-container ul {
    font-size: 20px;
  }
  .confirm-container br {
    display: none;
  }
}

/*-----------------------------*/
/*register_form*/
/*-----------------------------*/
.regist-form {
  margin: ;
}
#discription p {
  margin-bottom: 20px;
}

.left_position,
.right_position {
  margin: 0 375px;
}
@media screen and (max-width: 768px) {
  .left_position,
  .right_position {
    margin: 0;
  }
}

.layout {
  margin-bottom: 30px;
}

.form-btn-container {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form-btn-container {
    width: 100%;
  }
}

.btn_l {
}
.left_position input {
  width: 80%;
  padding: 15px;
  background: #fec327;
  border: #fec327;
  border-radius: 5px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}
.right_position button {
  width: 40%;
  padding: 15px;
  background: #fec327;
  border: #fec327;
  border-radius: 5px;
  color: white;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .left_position input {
    width: 100%;
    padding: 15px;
    background: #fec327;
    border: #fec327;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
  }
  .right_position button {
    width: 100%;
    padding: 15px;
    background: #fec327;
    border: #fec327;
    border-radius: 5px;
    color: white;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .member_mail-regist {
    margin-left: 40px;
  }
}

/* 予約フォーム */
.form-container {
  display: flex;
}
.google-form {
  width: 50%;
}
.google-calender {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .form-container {
    display: initial;
  }
  .google-form {
    width: initial;
  }
  .google-calender {
    width: initial;
  }
}

/* googleフォーム */
.google-reserve-form .google-form iframe {
  width: 100%;
  height: 2320px;
}

/* カレンダー */
.cal_wrapper {
  max-width: 960px;
  min-width: 300px;
  margin: 2.0833% auto;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 768px) {
  .googlecal {
    padding-bottom: 75%;
  }
}

.createrlist div {
  width: 40%;
  margin: auto;
  text-align: center;
  border: 3px solid;
  border-radius: 5px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .createrlist div {
    width: 100%;
  }
}

.createrlist div a {
  display: block;
  padding: 20px;
  color: #333;
  text-decoration-line: none;
}

/*-----------------------------*/
/* オーダーの流れ */
/*-----------------------------*/
.order-container {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .order-container {
    flex-wrap: wrap;
  }
}

.img-box {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .img-box {
    width: 100%;
  }
}

.img-box img {
  width: 100%;
  padding: 10px;
}

.text-item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .text-item {
    width: 100%;
  }
}

.text-content {
  width: 100%;
  padding: 10px;
}

/* Masonryテスト */
.grid {
  box-sizing: border-box;
}
.grid-item {
  width: 33.3%;
  margin: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.grid-item img {
  display: block;
  width: 100%;
}

/* バリデーションテスト用 */


.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

/* 20210209追記*/
.reserv p {
  text-align: center;
}

#random_show {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#random_show li img {
  min-width: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #random_show li {
    width: 100%;
  }
}