@charset "UTF-8";
* {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
section,
article,
nav,
p,
figure,
figcaption,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
img,
address,
form,
input,
textarea,
select,
option,
span,
em,
strong {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
a {
  border: none;
  color: #000;
}
img {
  vertical-align: bottom;
}
input[type="submit"] {
  border: none;
}
select,
input[type="password"],
input[type="text"] {
  border: none;
}
input[type="btn"] {
  padding: 5px;
  display: inline-block;
  background: #e6e6e6;
  text-align: center;
}
select,
textarea,
input[type="tel"],
input[type="submit"],
input[type="password"],
input[type="text"] {
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
/* base */
header {
  padding: 2% 0 0;
  background-color: #00dae0;
}
header .logo {
  margin-bottom: 2%;
}
header .logo dt {
  line-height: 1em;
}
header .logo dd {
  color: #fff;
}
header .user_data {
  padding: 3%;
  background: #333;
  display: flex;
  text-align: center;
}
header .user_data .mb_12.l_align_center {
  width: 50%;
  text-align: left;
}
header .user_data .mb_12.l_align_center * {
  font-size: 12px;
  color: #fff;
}
header .user_data .pd_12.box_white {
  width: 50%;
  text-align: right;
}
header .user_data .pd_12.box_white a {
  color: #00dae0;
  font-weight: bold;
  font-size: 12px;
}
.contents {
  padding: 1em;
  padding-bottom: 3em;
}
footer {
  padding: 1em 0 7em;
}
footer .caution {
  margin-bottom: 1%;
  font-size: 12px;
}
footer .copyright {
  color: #00dae0;
  font-weight: bold;
  font-size: 12px;
}
.gloval_nav {
  padding-top: 3%;
  background: #f3f3f3;
}
.gloval_nav li {
  margin: 0 0 3% 3%;
  padding: 3% 0;
  background: #fff;
  border: 1px solid #ccc;
  color: #666;
  width: 45.5%;
  float: left;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
}
.fixed_nav {
  padding: 3% 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #333;
}
.fixed_nav ul {
  display: flex;
}
.fixed_nav ul li img {
  width: 70%;
}
/* common */
.caption {
  margin-bottom: 3%;
  padding: 3% 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  letter-spacing: 10px;
  color: #00dae0;
}
.sub_caption {
  padding: 2% 0;
  background: #ededed;
  color: #666;
}
.description {
  font-size: 13px;
}
.logo dt {
  font-family: "Nico Moji";
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}
.logo dd {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
}
.basic_btn {
  padding: 0.5em 1em;
  display: inline-block;
  background: #00dae0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
}
.simple_btn {
  padding: 1% 2%;
  display: inline-block;
  border: 1px solid #ccc;
  color: #00dae0;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.form {
  margin-bottom: 1em;
}
.form dl dt {
  margin-top: 5%;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}
.form dl textarea {
  border: 1px solid #ccc;
  width: 100%;
  min-height: 10em;
}
.form dl dd {
  margin-top: 2%;
  text-align: left;
}
.form dl dd select,
.form dl dd input[type="tel"],
.form dl dd input[type="password"],
.form dl dd input[type="text"] {
  border: 1px solid #ccc;
  width: 100%;
}
.form dl dd input[type="checkbox"] {
  display: inline-block;
  margin-right: 0.3em;
}
.form dl dd .error {
  margin-top: 1%;
  display: block;
  color: #f00;
  font-size: 12px;
  font-weight: bold;
}
.form dl .submit_btn {
  text-align: center;
}
.form dl .btn_box {
  margin-top: 1em;
  text-align: center;
}
.form dl .basic_btn {
  padding: 0.5em 1em;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
}
.form dl .memo {
  margin-top: 1em;
}
.form dl .memo ul {
  text-align: center;
}
.form dl .memo ul li {
  margin-bottom: 1%;
  text-decoration: underline;
  font-size: 12px;
}
.page_break {
  margin: 3% 0;
}
ul.mail_list {
  margin-bottom: 2em;
}
ul.mail_list li {
  padding: 3% 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
ul.mail_list li figure {
  float: left;
  width: 20%;
}
ul.mail_list li div {
  float: right;
  width: 77%;
}
ul.mail_list li div .name {
  margin-bottom: 1%;
  color: #00dae0;
  font-weight: bold;
}
ul.mail_list li div .name a {
  color: #00dae0;
}
ul.mail_list li:nth-last-of-type(1) {
  border-bottom: none;
}
.terms_text {
  margin-bottom: 1em;
  text-align: left;
}
.terms_text dt {
  margin: 1.5em 0 0.5em;
  color: #00dae0;
  font-size: 15px;
  font-weight: bold;
}
.terms_text dd {
  font-size: 13px;
}
/* 個別ページ */
body#lp .main_title,
body#login .main_title {
  background-image: url("../img/main_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20em;
  position: relative;
}
body#lp .main_title .logo,
body#login .main_title .logo {
  position: absolute;
  font-size: 40px;
  right: 1em;
}
body#lp .main_title .logo *,
body#login .main_title .logo * {
  color: #00dae0;
}
body#lp .main_title .logo dt,
body#login .main_title .logo dt {
  font-size: 40px;
}
body#lp dl.caution,
body#login dl.caution {
  margin-bottom: 2em;
  padding: 3%;
  background: #f00;
  text-align: left;
}
body#lp dl.caution *,
body#login dl.caution * {
  color: #fff;
}
body#lp dl.caution dt,
body#login dl.caution dt {
  text-align: center;
  font-size: 16px;
}
body#lp dl.caution dd,
body#login dl.caution dd {
  margin-top: 3%;
}
/* トップページ */
body#index .contents .head_news {
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
body#index .contents div.box .box_inner.box_lgray h3 {
  margin-bottom: 3%;
  padding: 2% 0;
  background: #ededed;
  color: #666;
}
/* お気に入り一覧 */
body#bm .contents .mail_list li div {
  float: none;
  width: 100%;
}
body#bm .contents .mail_list li div .user_details {
  margin-bottom: 1%;
}
body#bm .contents .mail_list li div .user_details li {
  padding: 0;
  border: none;
  display: inline-block;
  font-size: 13px;
}
body#bm .contents .mail_list li div .simple_btn {
  padding: 1%;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}
/* PT購入 */
body#buys .contents .caption {
  margin-bottom: 0;
}
body#buys .contents ul.settlement_list {
  margin-bottom: 1em;
  text-align: left;
}
body#buys .contents ul.settlement_list li {
  padding: 5% 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
body#buys .contents ul.settlement_list li::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #00dae0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body#buys_details .contents .form {
  margin-bottom: 1em;
}
body#buys_details .contents .form .description {
  text-align: center;
  font-weight: normal;
}
body#buys_details .contents table {
  width: 100%;
}
body#buys_details .contents table th,
body#buys_details .contents table td {
  padding: 2% 0;
  border: 1px solid #ccc;
}
body#buys_details .contents table th {
  background: #f3f3f3;
  color: #00dae0;
}
body#buys_details .contents table td {
  padding-left: 2%;
}
/* 写真登録 */
body#photo .contents .description {
  margin-bottom: 1em;
}
body#photo .contents .sub_caption {
  margin-bottom: 3%;
}
body#photo .contents .upload_data {
  margin-top: 2em;
}
body#photo .contents .upload_data .photo_list li {
  margin: 0 2% 4% 0;
  float: left;
  width: 32%;
  text-align: center;
}
body#photo .contents .upload_data .photo_list li figure {
  margin-bottom: 2%;
}
body#photo .contents .upload_data .photo_list li .movie_status,
body#photo .contents .upload_data .photo_list li figcaption {
  margin-bottom: 2%;
  display: block;
  font-weight: bold;
  color: #00dae0;
  font-size: 12px;
}
body#photo .contents .upload_data .photo_list li .photo_cursor li {
  float: none;
  display: inline-block;
  width: auto;
  font-size: 11px;
}
body#photo .contents .upload_data .photo_list li .status_switch li {
  padding: 1% 0;
  float: none;
  display: inline-block;
  border: 1px solid #ccc;
  font-size: 11px;
}
body#photo .contents .upload_data .photo_list li .movie_status {
  margin-bottom: 3%;
}
body#photo .contents .upload_data .photo_list li .play_btn {
  margin-bottom: 1em;
  padding: 1% 0;
  width: 6em;
  display: inline-block;
  background: #c00;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
body#photo .contents .upload_data .photo_list li:nth-last-of-type(1) {
  margin-right: 0;
}
/* 送信完了 */
body.send_comp .contents .description {
  margin-bottom: 1em;
}
body.send_comp .contents .error {
  margin-bottom: 1em;
}
/* メール表示 */
body#mail_details .contents .mail_head {
  margin-bottom: 1em;
}
body#mail_details .contents .mail_head ul li {
  margin-bottom: 1%;
}
body#mail_details .contents .mail_head .simple_btn {
  margin-bottom: 1%;
}
/* 年齢認証 */
body#age .contents .description {
  margin-bottom: 1em;
  text-align: left;
}
body#age .contents .sub_caption {
  margin-bottom: 3%;
}
/* プロフィール */
body#profile .contents .profile_details {
  margin-bottom: 2em;
}
body#profile .contents .profile_details h2.name {
  margin-bottom: 1%;
  font-size: 18px;
  color: #00dae0;
}
body#profile .contents .profile_details .fb_switch {
  font-weight: bold;
  color: #999;
}
body#profile .contents .profile_details .pr_text {
  margin: 1em 0;
  padding: 2% 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
body#profile .contents .profile_details .personal {
  font-weight: bold;
  color: #f00;
}
body#profile .form_space {
  margin-bottom: 1em;
}
/* clearfix */
.photo_list:after,
ul.mail_list li:after,
.gloval_nav:after {
  content: ".";
  font-size: 0.1em;
  line-height: 0;
  display: block;
  height: 0.1px;
  visibility: hidden;
  clear: both;
}
.photo_list,
ul.mail_list li,
.gloval_nav {
  zoom: 1;
}
