@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@300;500&display=swap");

/***
tips 10001
logo 9999
ul nav 9999
g-navi 9999
p-menu 9999
project-nav 1100
header 1000
****/
/*input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}*/

input[type="text"],
input[type="number"] {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 4px 10px;
  font-size: 1.5rem;
  outline: none;
  transition: border-color 0.2s ease;
}

input[type="text"]:focus,
input[type="number"]:focus {
  border-color: #999;
  box-shadow: 0 0 0 2px #eee;
}


.return-select-details input[type="number"] {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 2px 10px;
  font-size: 1.2rem;
  outline: none;
  transition: border-color 0.2s ease;
  max-width: 100px;
}

.return-select-details select {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 2px 10px;
  font-size: 1.2rem;
  outline: none;
  transition: border-color 0.2s ease;
  max-width: auto;
}

.center {
  margin: 0 auto;
}

.aligncenter {
  text-align: center;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1 {
  color: rgb(235, 92, 1);
  text-align: center;
  margin: 0 0 30px 0;
  padding-top: 20px;
}

h1.project-main-title {
  color: rgb(235, 92, 1);
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  font-size: 2.3rem;
  padding: 20px 0 0 0;
  width: 55%;
}

h2 {
  color: rgb(235, 92, 1);
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 0 50px 0;
}

h2.title {
  color: rgb(235, 92, 1);
  font-weight: 500;
  font-size: 2.5rem;
  text-align: center;
  margin: 40px 0 50px 0;
}

h2.title:after {
  display: block;
  content: "";
  width: 80px;
  margin: 40px auto 60px auto;
  height: 1px;
  border-bottom: 1px solid rgb(235, 92, 1);
}

h3 {
  margin: 0 0 40px 0;
}

h3.pages {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
}

h3.tags {
  text-align: center;
  margin-bottom: 12px !important;
  margin-top: 40px;
  font-weight: 400;
}

.tag-list {
  color: rgba(235, 92, 1, 0.8);
  font-size: 1.2rem;
  text-align: center;
}

.tag-list span:nth-last-of-type(1) {
  margin-right: 10px;
}

iframe {
  border: none !important;
}

main {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 20px;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 20px 20px;
  background-color: #fff;
  z-index: 1000;
}

nav {
  position: sticky;
  top: 0;
  padding: 10px 0;
  background-color: #fff;
  z-index: 100;
}

nav div.header {
  display: flex;
  justify-content: center;
}

p.logo {
  position: fixed;
  top: 10px;
  left: 20px;
  width: 150x;
  height: auto;
  z-index: 1050;
}

ul.nav {
  position: fixed;
  top: 10px;
  right: 20px;
  width: 29px;
  height: auto;
  z-index: 1046;
}

ul.g-navi {
  position: fixed;
  top: 10px;
  right: 20px;
  width: auto;
  height: auto;
  z-index: 1050;
}

ul.g-navi li:nth-child(1):after {
  content: "/";
  margin: 0 5px 1px 0;
}

.mypoint {
  padding: 10px 0;
  text-align: left;
  letter-spacing: 0.1rem;
}

.mypoint span {
  font-size: 1.2rem;
  color: #999;
  cursor: default !important;
}

.mypoint .point-charge {
  color: rgb(235, 92, 1);
  text-decoration: underline;
  cursor: pointer !important;
}

a {
  color: inherit;
}

div.single {
  width: 100% !important;
}

table,
table th,
table td {
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}

table {
  width: 100%;
}

table th {
  background-color: rgba(235, 92, 1, 0.1);
  /*padding: 20px;
  width: 25%;
  text-align: left;
  letter-spacing: 0.15rem;
  font-weight: 500;*/
}

table td {
  padding: 12px;
}

table.tb-btripe {
  font-size: 1.2rem;
}

table.tb-btripe tr:nth-child(even) {
  background: #f7f7f7;
}

table.tb-btripe th {}


.mypage-block th {
  background-color: rgba(235, 92, 1, 0.1);
  width: 25%;
}

section.inner {
  padding: 0 2.5% !important;
}

img.icon {
  width: 22px !important;
  height: auto !important;
  display: inline !important;
  vertical-align: middle;
  padding-right: 7px;
}

ul.navi {
  color: rgb(235, 92, 1);
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

ul.navi li {
  font-weight: 500;
}

ul.navi li a {
  padding: 0 35px;
  text-decoration: none;
}

ul.navi li:not(:nth-child(2)) a {
  border-left: 1px solid rgb(235, 92, 1);
  border-right: 1px solid rgb(235, 92, 1);
}

.g-navi {
  display: flex;
}

.g-navi>li {
  font-weight: 500;
}

.g-navi a {
  text-decoration: none;
}

.sort-title {
  margin: 70px 0 15px 0;
}

ul.sort {
  color: rgba(235, 92, 1, 0.4);
  display: flex;
  margin: 0 0 30px 0;
}

ul.sort li {
  font-weight: 500;
}

ul.sort li a {
  padding: 0 35px;
  text-decoration: none;
}

ul.sort li a.on {
  color: rgb(235, 92, 1);
}

ul.sort li:nth-of-type(1) a {
  padding: 0 35px 0 0;
}

ul.sort li:nth-of-type(2) a {
  border-left: 1px solid rgb(235, 92, 1);
  border-right: 1px solid rgb(235, 92, 1);
}

ul.sort li:nth-of-type(3) a {
  border-right: 1px solid rgb(235, 92, 1);
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination li {
  font-weight: 500;
}

.pagination li a {
  padding: 0 10px;
  text-decoration: none;
  color: rgb(235, 92, 1);
  display: block;
}

.pagination li a.on {
  color: rgba(235, 92, 1, 0.4);
}

ul.project {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.project li {
  width: 23.5%;
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.5);
  padding: 0;
  margin-bottom: 40px;
}

ul.project::after {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}

ul.project::before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}

.project-image {
  position: relative;
}

.project-image img:hover {
  opacity: 0.8;
}

.project-image img {
  overflow: hidden;
  width: 300px;
  /* 枠の幅 */
  height: 200px;
  /* 枠の高さ */
  position: relative;
}

.project a {
  text-decoration: none;
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.project .project-detail2 {
  padding: 0 15px;
}

.project .project-detail-bottom {
  position: relative;
  padding: 0 15px;
}

.project .project-outline {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.project .project-photo {
  width: 18.3%;
}

.project .project-category {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.project .project-text {
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.project .support {
  display: flex;
  color: #666;
  background-color: #fafafa;
  padding: 10px 5px;
}

.project .support p {
  font-size: 1rem;
}

.project .support p img {
  max-height: 15px;
  width: auto;
}

.project .support p:nth-of-type(1) {
  margin-right: 5px;
}

.project .support p:nth-of-type(2) {
  margin-right: 10px;
}

.project .project-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: rgba(235, 92, 1, 0.8);
}

.project .project-name {
  font-size: 1.2rem;
}

.achieve {
  position: relative;
}

.achieve:after {
  content: "夢達成！Next dream challenge！";
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  font-size: 2.7rem;
  background-color: rgb(235, 92, 1);
  color: #fff;
  padding: 5px 30px;
  letter-spacing: 0.1rem;
}

.favorite {
  padding: 13px 0 16px 0;
  font-size: 1.2rem;
  display: block;
}

.favorite img {
  display: inline-block !important;
  max-height: 18px;
  width: auto;
  vertical-align: middle;
  margin-right: 5px;
}

.progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.progress.bar {
  border-radius: 10px;
}

.progress.bar {
  width: 100%;
  background-color: #d6d6d6;
  overflow: hidden;
  position: relative;
  height: 10px;
  border-radius: 10px;
  height: 20px;
  margin-bottom: 10px;
}

.progress.bar.top-list {
  width: 100%;
  background-color: #d6d6d6;
  overflow: hidden;
  position: relative;
  height: 10px;
  border-radius: 10px;
  height: 15px;
  margin-bottom: 10px;
}


.progress.bar p {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

.pages-report-detail {
  background-color: #fafafa;
  max-width: none;
}

.report-detail-inner {
  background-color: #fff;
  max-width: 890px;
  padding: 40px;
  margin: 0 auto;
}

.report-detail-data {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.report-detail-title {
  font-size: 2.2rem;
  margin-bottom: 40px;
}

.report-detail-image {
  margin-bottom: 40px;
}

.report-detail-wrapper img {
  width: auto !important;

}

.store-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px !important;
}

.store-list li {
  width: 31%;
  margin-right: 3.5%;
}

.store-list li:nth-of-type(3n) {
  margin-right: 0;
}

.store-list li .store-image {
  margin-bottom: 20px;
}

.store-list li .store-category {
  margin-bottom: 5px;
  text-align: center;
  color: rgb(235, 92, 1);
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}

.store-list li .store-name {
  margin-bottom: 16px;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
}

.store-list li .store-price {
  text-align: right;
}

.project-list {
  display: flex;
  flex-wrap: wrap;
}

.project-list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}

.project-list li:nth-of-type(3n) {
  margin-right: 0;
}

.project-list li .store-image {
  margin-bottom: 20px;
}

.project-list li .store-category {
  margin-bottom: 5px;
  text-align: center;
  color: rgb(235, 92, 1);
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
}

.project-list li .store-name {
  margin-bottom: 16px;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
}

.project-list li .store-text {
  margin: 0 0 10px 0;
}

.set-list {
  display: flex;
  flex-wrap: wrap;
}

.set-list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}

.set-list li:nth-of-type(3n) {
  margin-right: 0;
}

.set-list li .image {
  margin-bottom: 20px;
}

.set-list li .category {
  text-align: left;
  color: rgb(235, 92, 1);
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  padding: 10px 0;
}

.set-list li .project-title {
  margin-bottom: 16px;
  font-weight: 500;
  text-align: left;
  font-size: 1.5rem;
}

.set-list li .name {
  margin-bottom: 16px;
  font-weight: 500;
  text-align: left;
  font-size: 1.3rem;
  color: #666;
}

.set-list li .text {
  margin: 0 0 10px 0;
}

.set-list .support {
  display: flex;
  color: rgb(235, 92, 1);
}

.set-list .support p {
  margin: 0 40px 0 0;
  font-size: 1.2rem;
}

.set-list .support p img {
  max-height: 20px;
  width: auto;
}

.return-list {
  display: flex;
  flex-wrap: wrap;
}

.return-list li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 40px;
}

.return-list li:nth-of-type(3n) {
  margin-right: 0;
}


.return-list li .return-list-image img {
  max-width: 325px;
  max-height: 216px;
  overflow-y: hidden;
}

.return-list li .return-list-name {
  margin-bottom: 10px;
  font-weight: 500;
  text-align: center;
}

.return-list li .return-list-price {
  text-align: center;
  font-size: 1.2rem;
}

.return {
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.5);
  padding: 40px;
}

.return dl:not(:nth-of-type(1))::before {
  display: block;
  content: "";
  width: 160px;
  margin: 80px auto 60px auto;
  height: 1px;
  border-bottom: 1px solid #eb5c01;
}

.return dt {
  margin-bottom: 18px;
}

.return dt img {
  max-width: 418px;
  max-height: 278px;
  overflow-y: hidden;
}

.return .return-select-name dd {
  text-align: center;
}

.return .return-name {
  color: rgb(235, 92, 1);
  text-align: center;
}

.return .return-price {
  font-size: 2rem;
  font-weight: 500;
  padding: 5px 0;
  justify-content: center;
  display: flex;
  align-items: center;
}

.return .return-text {
  padding: 18px 0;
  text-align: center;
}

.return .return-stock {
  font-weight: 500;
  text-align: left;
  margin-top: 20px;
  font-size: 1.2rem;
}

.return .return-stock span {
  color: #666;
}

.return .return-delivery {
  font-weight: 500;
  text-align: center;
}

.veiw-all {
  color: rgb(235, 92, 1);
  text-align: center;
  padding: 45px 0 0 0;
}

.veiw-all a {
  text-decoration: none;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0.8rem;
}

#page-top a {
  background: rgb(235, 92, 1);
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
}

#page-top a:hover {
  text-decoration: none;
  background-color: rgba(235, 92, 1, 0.8);
}

.p-navi {
  position: relative;
  z-index: 10000;
}

.p-navi span {
  cursor: pointer;
}

.p-navi ul.p-menu {
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
  width: 340px;
  border: 1px solid rgb(235, 92, 1);
  background-color: #fff;
  padding: 12px 20px;
  z-index: 9999;
}

.p-navi ul.p-menu li {
  position: relative;
  color: rgb(235, 92, 1);
  font-weight: 400;
  border-bottom: 1px solid rgb(235, 92, 1);
}

.p-navi ul.p-menu li a {
  padding: 10px 10px 10px 44px;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
}

.p-navi ul.p-menu li a:hover {
  background-color: rgba(235, 92, 1, 0.1);
}

.p-navi ul.p-menu li a.modal {
  padding: 0;
  display: inline;
}

.p-navi ul.p-menu li img.icon {
  margin-right: 8px !important;
}

.p-navi ul.p-menu li i {
  position: absolute;
  left: 10px;
}

.p-navi ul.p-menu li .i-supportpoint {
  padding-left: 4px;
}

.p-navi ul.p-menu li:nth-last-of-type(1) {
  border: none !important;
}

.p-navi ul.p-menu:before,
.p-navi ul.p-menu:after {
  content: "";
  position: absolute;
  right: 15px;
  width: 0;
  height: 0;
  margin: auto;
}

.p-navi ul.p-menu:before {
  top: -10px;
  border-style: solid;
  border-color: transparent transparent rgb(235, 92, 1) transparent;
  border-width: 0 10px 10px 10px;
}

.p-navi ul.p-menu:after {
  top: -9px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 10px 10px 10px;
  z-index: 10;
}

.mypage-nav {
  border-top: 1px solid #e6e6e6;
}

.mypage-nav li {
  font-weight: 400;
}

.mypage-nav li a {
  padding: 18px;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  border-bottom: 1px solid #e6e6e6;
}

.mypage-nav li a:hover {
  background-color: #e6e6e6;
}

.mypage-nav li:nth-last-of-type(1) {
  border: none;
}

.mypage-nav li.on {
  background-color: rgba(235, 92, 1, 0.8);
  color: #fff;
}

.project-header {
  position: relative;
  background-color: #fff;
  margin-bottom: 50px;
}

.project-header .project-category {
  font-family: "Roboto", sans-serif;
  padding: 15px 0 0 0;
  text-align: center;
}

.sns-list {
  display: flex;
  margin-bottom: 20px !important;
  justify-content: center;
}

.sns-list li {
  padding: 0 5px;
}

.sns-list li img {
  width: 20px !important;
  padding: 0 !important;
}

.dreamer-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.dreamer-inner .dreamer-category {
  color: rgb(235, 92, 1);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.dreamer-inner .dreamer-intro {
  width: 100%;
  font-weight: 500;
}

.dreamer-profile img {
  max-width: 223px;
  max-height: 223px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

ul.project-nav {
  color: rgba(235, 92, 1, 0.4);
  display: flex;
  justify-content: center;
  position: sticky;
  top: var(--site-header-height, 60px);
  padding: 10px 0 25px 0;
  z-index: 900;
  background-color: #fff;
}

ul.project-nav li {
  font-weight: 500;
}

ul.project-nav li a {
  padding: 0 35px;
  text-decoration: none;
  border-left: 1px solid rgb(235, 92, 1);
}

ul.project-nav li a.on {
  color: rgb(235, 92, 1);
}

ul.project-nav li:nth-of-type(1) a {
  border-left: none;
}

.project-container {
  margin: 0 auto;
  max-width: none;
  padding: 0;
}

.project-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 30px;
}

.project-info .contents {
  width: 60.5%;
  padding-right: 1.5%;
}

.project-info .side {
  width: 38%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.project-profile {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}

.project-profile .project-profile-name {
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.project-profile .project-profile-exp {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.project-profile details {
  font-size: 1.2rem;
}

.project-profile details summary {
  cursor: pointer;
}

.project-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 30px;
}

.project-wrapper .contents {
  width: 60.5%;
  padding-right: 1.5%;
}

.project-wrapper .side {
  width: 38%;
}

.crowdfunding dt {
  font-size: 1.3rem;
  margin-bottom: 5px;
}

.crowdfunding dt:not(:nth-of-type(1)) {
  margin-top: 10px;
}

.crowdfunding .funding {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.crowdfunding #remaining_date {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 5px;
  margin-left: 10px;
}

.btn-o {
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-o a {
  display: block;
  text-decoration: none;
}

.btn-o button {
  background-color: #3db720;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 16px;
  text-decoration: none;
  transition-duration: 0.3s;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  border-radius: 4px;
}

.btn-o button:hover {
  background-color: rgba(235, 92, 1, 0.4);
}

.btn-o strong {
  display: block;
  background-color: rgba(235, 92, 1, 0.4);
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 12px;
  text-decoration: none;
  transition-duration: 0.3s;
}

.btn-soldout {
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-soldout button {
  background-color: #333;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 16px;
  text-decoration: none;
  transition-duration: 0.3s;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  border-radius: 4px;
}

.btn-soldout button:hover {
  background-color: rgba(235, 92, 1, 0.4);
}

.btn-soldout strong {
  display: block;
  background-color: rgba(235, 92, 1, 0.4);
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 12px;
  text-decoration: none;
  transition-duration: 0.3s;
}

.btn-w {
  font-weight: 500;
  text-align: center;
  max-width: 260px;
}

.btn-w a {
  display: block;
  background-color: #fff;
  border: 1px solid rgb(235, 92, 1);
  letter-spacing: 0.1rem;
  color: rgb(235, 92, 1);
  padding: 12px;
  text-decoration: none;
  transition-duration: 0.3s;
}

.btn-w a:hover {
  background-color: rgba(235, 92, 1, 0.1);
}

.project-top {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.project-top iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story-block {
  margin: 0 0 40px 0;
}


.story-block table,
.story-block table th,
.story-block table td {
  border-collapse: collapse;
  border: none;
}

.story-block p {
  margin: 0 0 20px 0;
}

.story-block table {
  margin: 0 0 20px 0;
}

.story-block strong {

  margin: 0 0 0 0;
}

.story-block table td {
  width: 50%;
}

.story-block h2 {
  text-align: left;
  color: rgb(235, 92, 1);
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.story-block h3 {
  margin: 0 0 20px 0;
  color: #ff0000;
  font-size: 2rem;
}

.story-block h4 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.story-block ul {
  padding: 0 0 0 17px;
  margin-bottom: 20px;
}

.story-block ul li {
  margin-bottom: 10px;
}

.story-block ol {
  padding: 0 0 0 17px;
  margin-bottom: 20px;
}

.story-block ol li {
  margin-bottom: 10px;
}

.qa-block {
  margin: 0 0 40px 0;
}

.qa-block p {
  margin: 0 0 20px 0;
}

.qa-block dd {
  margin-bottom: 20px;
}

.project-message {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}

.project-message .project-message-photo {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.project-message .project-message-photo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.project-message .project-message-body {
  flex: 1;
  min-width: 0;
}

.project-message .project-message-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 4px;
}

.project-message .project-message-date {
  font-size: 0.8rem;
  color: #999;
  font-weight: normal;
}

.project-message .project-message-text {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

.message-post {
  margin: 40px 0;
}

textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #e6e6e6;
}

textarea::-moz-placeholder {
  color: #e6e6e6;
}

textarea::placeholder {
  color: #e6e6e6;
}

input::-moz-placeholder {
  color: #e6e6e6;
  padding: 8px;
}

input::placeholder {
  color: #e6e6e6;
  padding: 8px;
}

/*** footer ***/
footer {
  margin: 60px 0 0 0;
  background-color: rgba(235, 92, 1, 0.1);
}

footer li {
  margin-bottom: 5px;
}

footer .footer-logo {
  width: 100%;
  max-width: 264px;
  height: auto;
  margin-right: 35px;
}

footer .footer-company {
  color: rgb(235, 92, 1);
  margin-right: 35px;
}

footer small {
  color: rgb(235, 92, 1);
  font-size: 1.2rem;
}

.footer-menu {
  display: flex;
}

.footer-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 60px 2.5% !important;
}

.footer-inner a {
  text-decoration: none;
}

.footer-menu-inner {
  margin-right: 120px;
  font-size: 1.2rem;
  color: rgb(235, 92, 1);
}

.footer-menu-inner p {
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-tag-inner {
  display: flex;
}

.footer-list {
  margin-right: 50px !important;
}

.copyright {
  background-color: #fff;
}

.copyright .copyright-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 40px 2.5% !important;
  display: flex;
  align-items: center;
}

.footer-sns {
  display: flex;
  margin-left: 120px !important;
}

.store-link {
  text-align: center;
  padding: 60px 0 20px 0;
}

.ad {
  text-align: center;
  padding: 60px 0 20px 0;
}

.blog-contens {
  margin-bottom: 60px;
}

.blog-contens:not(:nth-of-type(1)):before {
  display: block;
  content: "";
  width: 160px;
  margin: 80px auto 60px auto;
  height: 1px;
  border-bottom: 1px solid rgb(235, 92, 1);
}

.social-tipping .tipping-comment {
  width: 100%;
}

.social-tipping .tipping-comment input {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 5px;
}

.social-tipping .tipping-input-num {
  text-align: center;
}

.social-tipping .title-txt {
  font-size: 1.2rem;
  color: rgba(235, 92, 1, 0.8);
  margin-bottom: 5px;
}

.social-tipping .title-txt2 {
  font-size: 1.2rem;
  color: rgba(235, 92, 1, 0.8);
  margin-bottom: 5px;
}

.social-tipping .tipping-input {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.social-tipping .tipping-input input {
  width: 150px;
  border: 1px solid #e6e6e6;
  padding: 5px;
}

.social-tipping .tipping-input .tipping-input-text {
  color: rgb(235, 92, 1);
  text-align: right;
}

.social-tipping .disabled {
  opacity: 0.3;
  cursor: inherit;
}

.social-tipping .tipping-btn {
  text-align: center;
}

.social-tipping .tipping-btn button {
  text-decoration: none;
  background-color: rgb(235, 92, 1) !important;
  line-height: 2;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 10px;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto;
}

.social-tipping .social-tipping-point {
  display: flex;
  justify-content: center;
  color: rgb(235, 92, 1);
  padding: 5px 0 3px 0;
  font-size: 1.1rem;
}

.social-tipping .social-tipping-point p:nth-child(1) {
  margin-right: 15px;
}

.social-tipping .social-tipping-point img {
  width: 17px !important;
  height: auto !important;
  max-height: 13px !important;
  padding: 0;
}

.spinner {
  text-align: center;
}

button.up {
  font-size: 2.3rem;
  padding-left: 10px;
}

button.down {
  font-size: 2.5rem;
  padding-right: 10px;
}

.add-point-text {
  text-align: center;
  font-size: 1.6rem;
  margin: 50px 0;
  color: rgb(235, 92, 1);
}

.add-point-text strong {
  display: block;
  font-size: 3rem;
}

.plus-point .social-tipping {
  display: block !important;
  position: relative;
  margin: 20px auto 40px auto;
  left: auto;
  bottom: auto;
}

.plus-point .social-tipping-inner {
  justify-content: center;
}

.support-inner .support-menu {
  display: flex;
}

.support-inner .support-menu li {
  width: 33%;
  color: rgb(235, 92, 1);
  border: 1px solid rgb(235, 92, 1);
  text-align: center;
  padding: 10px 0;
}

.support-inner .support-menu li.on {
  background-color: rgb(235, 92, 1);
  color: #fff;
}

.support-inner .support-title {
  text-align: center;
  font-weight: 500;
  padding: 60px 0 20px 0;
}

.return-shipping {
  margin-bottom: 30px;
}

.return-select {
  display: flex;
  max-width: 1100px;
  box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.5);
  padding: 40px;
  margin: 0 auto 40px auto;
  position: relative;
}

.return-select .return-select-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  aspect-ratio: 7 / 5;

}

.main-image-container {
  aspect-ratio: 7/5;
  overflow: hidden;
}

.ratio-box {
  width: 100%;
  padding-top: 71.42%;
  /* = 500 / 700 × 100（7:5比率） */
  position: relative;
  overflow: hidden;
}

.return-slider {
  height: 100%;
  display: flex;
}

.return-slider .slick-dots {
  bottom: 1px !important;
}


.return-slider>div {
  height: 100% !important;
  flex: 1 0 100%;
  overflow: hidden;
}

.return-slider .slick-slide {
  height: 100% !important;
  flex: 1 0 100%;
  overflow: hidden;
}

.return-select .return-select-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.return-select .return-select-price {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
  color: rgba(235, 92, 1, 0.8);
}

.return-select .return-select-stock {
  margin-bottom: 20px;
  font-weight: 500;
}

.return-select .return-select-text {
  margin-bottom: 20px;
}

.return-select .return-select-text p.detail-title {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.return-select .return-select-text table {
  table-layout: fixed;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.return-select .return-select-text table th {
  padding: 5px;
  text-align: center;
}

.return-select .return-select-text table td {
  padding: 5px;
  text-align: center;
}

.return-select .return-select-details {
  width: 55%;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}

.return-select .return-select-details .return-stock {
  margin-top: 20px;
}

.return-select .return-select-delivery {
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.return-select .return-select-quantity {
  margin-top: 20px;
  margin-bottom: 0;
}

.return-select-option-default {
  font-size: 1.2rem;
  margin-top: 5px;
}

.return-label {
  display: block;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  background-color: #e7e7e7;
  border-radius: 4px;
  transition: 0.3s;
  text-align: center;
}

.return-label:hover {
  background-color: #3db720;
  transition: 0.3s;
  color: #fff;
}

.product-checkbox {
  display: none;
}

.subscription-radio {
  display: none;
}

.return-selected {
  margin-top: auto;

}

.store-type-change {
  text-align: center;
}

.product-card.sold-out {
  background-color: #d8d8d8;
}

input[type=checkbox]:checked+label {
  background-color: #3db720;
  color: #fff;
}

input[type=radio]:checked+label {
  background-color: #3db720;
  color: #fff;
}

.select-pay-wrapper {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}

.select-pay-wrapper input[type=text] {
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 5px;
}

.select-pay-wrapper input[type=number] {
  border: 1px solid #ebebeb;
  padding: 5px;
}

.select-pay-wrapper #user-name {
  border: none !important;
  color: #666;
}

.select-pay-wrapper #user-email {
  border: none !important;
  color: #666;
}

.select-pay-wrapper #user-name {
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 5px;
}

.select-pay-wrapper #card-fee {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 0 !important;
}

.select-pay-wrapper #final-price {
  margin-bottom: 0 !important;
}

.select-pay-info {
  width: 55%;
  padding-right: 40px;
  border-right: 1px solid #ccc;
}

.select-pay-area {
  width: 45%;
  padding-left: 40px;
}

.select-form-group {
  margin-bottom: 10px;
}

#a01 {
  background: #D8DBE2;
}

#a02 {
  background: #A9BCD0;
}

#a03 {
  background: #58A4B0;
}

.return-option select {
  padding: 8px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
}

table.support-confirm,
table.support-confirm th,
table.support-confirm td {
  border-collapse: collapse;
  border: 1px solid rgb(216, 216, 216);
}

table.support-confirm {
  width: 800px;
  margin: 0 auto;
}

table.support-confirm th {
  background-color: #f8f8f8;
  padding: 20px;
  width: 150px;
  -moz-text-align-last: left;
  text-align-last: left;
}

table.support-confirm td {
  padding: 20px;
}

.login-navi {
  text-align: center;
}

.registration,
.registration-sns {
  background-color: #f8f8f8;
  padding: 40px;
}

.return-block {
  background-color: #f8f8f8;
  padding: 40px;
}

section.company .sidebar {
  background-color: transparent !important;
}

section.company table,
section.company table th,
section.company table td {
  border-collapse: collapse;
  border-bottom: 1px solid #f2f2f2;
  border-top: none;
  border-left: none;
  border-right: none;
}

section.company table {
  width: 100%;
}

section.company table th {
  background-color: transparent;
  padding: 30px;
  width: 28%;
  color: rgba(235, 92, 1, 0.8);
}

section.company table td {
  padding: 25px;
}

section.company .side-nav {
  border: none;
}

section.company .side-nav li {
  font-weight: 400;
  border-bottom: 1px solid #e6e6e6;
}

section.company .side-nav li a {
  padding: 18px;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
}

section.company .side-nav li a:hover {
  background-color: #e6e6e6;
}

section.company .side-nav li:nth-last-of-type(1) {
  border: none;
}

section.company .side-nav li.on a {
  background-color: rgba(235, 92, 1, 0.1);
  color: rgba(235, 92, 1, 0.8);
}

section.site-policy .sidebar {
  background-color: transparent !important;
}

section.site-policy table,
section.site-policy table th,
section.site-policy table td {
  border-collapse: collapse;
  border-bottom: 1px solid #f2f2f2;
  border-top: none;
  border-left: none;
  border-right: none;
}

section.site-policy table {
  width: 100%;
}

section.site-policy table th {
  background-color: transparent;
  padding: 30px;
  width: 28%;
  color: rgba(235, 92, 1, 0.8);
}

section.site-policy table td {
  padding: 25px;
}

section.site-policy .side-nav {
  border: none;
}

section.site-policy .side-nav li {
  font-weight: 400;
  border-bottom: 1px solid #e6e6e6;
}

section.site-policy .side-nav li a {
  padding: 18px;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
}

section.site-policy .side-nav li a:hover {
  background-color: #e6e6e6;
}

section.site-policy .side-nav li:nth-last-of-type(1) {
  border: none;
}

section.site-policy .side-nav li.on a {
  background-color: rgba(235, 92, 1, 0.1);
  color: rgba(235, 92, 1, 0.8);
}

.ticker {
  font-size: 1.2rem;
  margin-bottom: 5px;
  background-color: #fff;
}

.ticker li span {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(235, 92, 1, 0.4);
}

.project-past {
  display: flex;
  justify-content: center;
}

.project-past p {
  padding: 0 20px;
}

.message-receive .message-receive-inner {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  margin: 20px 0;
}

.message-receive h3 {
  margin: 10px 0;
}

.message-receive h3 span {
  color: #666;
  font-size: 1.5rem;
  font-weight: normal;
}

.message-receive .select-title {
  font-size: 1.4rem;
  display: flex;
  border: 1px solid #e6e6e6;
  align-items: center;
  margin-bottom: 20px;
}

.message-receive .select-title p:nth-child(1) {
  width: 15%;
}

.message-receive .select-title:hover {
  background-color: #e6e6e6;
  cursor: pointer;
}

.message-receive a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.message-receive .message-receive-date {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.message-receive .message-receive-title {
  margin-bottom: 20px;
  font-size: 1.3rem;
}

.message-receive .message-receive-title strong {
  display: block;
  margin-top: 10px;
  font-weight: normal;
}

.message-receive .message-receive-text {
  margin: 20px 0;
}

.message-receive .message-receive-list {
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin-bottom: 10px;
}

.message-receive .message-receive-list span {
  font-size: 1.3rem;
  padding-left: 20px;
}

.message-receive .message-receive-list-project {
  color: #666;
  font-size: 1.2rem;
}

.message-receive .message-receive-flag {
  text-align: left;
  margin-bottom: 20px;
}

.message-receive .message-receive-flag .message-receive-text2 span {
  display: inline-block;
  background-color: rgba(235, 92, 1, 0.1);
  border-radius: 10px;
  padding: 10px;
  margin-right: auto;
}

.message-receive .message-receive-flag-d {
  text-align: right;
  margin-bottom: 20px;
}

.message-receive .message-receive-flag-d .message-receive-text2 span {
  display: inline-block;
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  border-radius: 10px;
  padding: 10px;
  margin-left: auto;
}

section.store h3 {
  background-color: rgba(235, 92, 1, 0.8);
  color: #fff;
  padding: 10px;
  margin: 0 0 10px 0;
}

section.store h4 {
  text-align: right;
}

section.store h4 span {
  margin-left: 20px;
}

section.store .store-list {
  margin-top: 40px;
}

.item-detail .item-name {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: rgba(235, 92, 1, 0.8);
}

.item-detail .item-text {
  margin-bottom: 20px;
}

.item-detail .swatches-wrapper {
  margin-bottom: 20px;
}

.item-detail .item-option {
  margin-bottom: 20px;
}

.item-detail .item-price {
  font-size: 2.5rem;
}

.item-detail .favorite {
  margin-bottom: 10px;
}

.cart-detail th,
.cart-detail td {
  border-left: none !important;
  border-right: none !important;
}

.cart-detail .cart-item-amount {
  font-size: 2.5rem;
  padding: 20px 0 5px 0;
  text-align: right;
}

.cart-detail .cart-item-amount span {
  padding-right: 20px;
  font-size: 18px;
}

.cart-detail .cart-item-amount .derivary {
  font-size: 12px;
  margin-bottom: 5px;
}

.mypage-block table {
  font-size: 1.4rem;
  font-weight: 400;
}

.mypage-block .btn {
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 15px 40px;
  background-color: rgba(235, 92, 1, 0.8);
  border-radius: 5px;
  transition: all 0.5s;
  border: none;
  margin: 20px auto;
  font-size: 1.5rem;
}

.mypage-block .btn:hover {
  background-color: rgba(235, 92, 1, 0.4);
  cursor: pointer;
}

.mypage-block input {
  border: 1px solid #e6e6e6;
}

.recruitment {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.recruitment a {
  text-decoration: none;
}

.recruitment div {
  flex: 0 0 33%;
  padding: 0 1.5%;
}

.recruitment div h3 {
  margin-bottom: 15px;
  color: rgba(235, 92, 1, 0.8);
  font-weight: 500;
  border: 1px solid rgba(235, 92, 1, 0.8);
  padding: 12px;
  text-align: center;
}

.charge-price li {
  width: 100%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.charge-price li button {
  width: 100%;
}

.charge-title {
  padding: 20px 0 40px;
  text-align: center;
}

.charge-meno {
  font-size: 1rem;
  max-width: 400px;
  padding-top: 20px;
}

.blog-block a {
  text-decoration: none;
}

.blog-block iframe {
  width: 100% !important;
}

.blog-contents {
  margin-bottom: 100px;
}

.blog-contents .blog-image {
  margin-bottom: 5px;
}

.blog-contents .blog-data {
  margin-bottom: 5px;
  text-align: right;
  font-size: 1rem;
}

.blog-contents .blog-title {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.comment-container dl dt {
  color: rgba(235, 92, 1, 0.4);
}

.comment-container dl dd {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 5px 0 10px 0;
}

.comment-container dl p.comment-text {
  margin-bottom: 5px;
}

.comment-container dl p.comment-reply {
  border-radius: 10px;
  background-color: #e6e6e6;
  padding: 10px;
  font-size: 1.1rem;
}

.dreamer-name {
  font-size: 2.5rem;
  font-weight: 500;
}

.dreamer-name .dreamer-project-title {
  display: block;
  margin-bottom: 5px;
  color: rgba(235, 92, 1, 0.8);
  font-size: 1.5rem;
}

.dreamer-name span {
  display: block;
  margin-bottom: 5px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.messages_ul {
  text-align: center;
  font-size: 1.3rem;
  padding: 10px;
}

.plotmenu-container button {
  transition: 0.3s;
}

.plotmenu-container button:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.close {
  text-align: right;
  color: #fff;
  font-size: 1.7rem;
  display: block;
  padding: 5px 0 0 0;
}

.close:hover {
  cursor: pointer;
}

.for-login {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.okimochi-box {
  border-radius: 10px;
  background-color: rgb(235, 92, 1);
  padding: 15px;
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.3rem;
  margin-top: -30px;
  position: relative;
  z-index: 100;
}

.okimochi-box h3 {
  text-align: center;
  margin-bottom: 5px;
}

.plotmenu-icon-wrapper {
  position: fixed;
  top: 25%;
  right: 0;
  display: inline-block;
  z-index: 1045;
  width: 50px;
}

.plotmenu-icon-wrapper .plotmenu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 300px;
  height: 100%;
  transition: 0.53s transform;
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  background-color: #eb5c01;
  overflow-y: auto;
  padding: 0 10px 50px 10px;
  box-shadow: -8px 0 12px -8px rgba(0, 0, 0, 0.3);
}

.plotmenu-icon-wrapper .plotmenu .slick-slider {
  margin-bottom: 40px !important;
}

.plotmenu-icon-wrapper .plotmenu ul {
  margin: 0;
  padding: 0;
}

.plotmenu-icon-wrapper .plotmenu li {
  list-style: none;
}

.plotmenu-icon-wrapper .plotmenu li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.plotmenu-icon-wrapper .plotmenu h3 {
  margin: 0 0 15px 0 !important;
  font-size: 1.5rem;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  font-weight: 500 !important;
}

.plotmenu-icon-wrapper .plotmenu h3 img {
  max-height: 20px;
  width: auto;
}

.plotmenu-icon-wrapper .plotmenu .plotmenu-inner {
  background-color: #fff;
  padding: 10px;
}

.plotmenu-icon-wrapper #plotmenu-icon {
  position: absolute;
  display: none;
  opacity: 0;
  cursor: pointer;
}

.plotmenu-icon-wrapper #plotmenu-icon:checked~.plotmenu {
  transform: translateX(-100vw);
}

.plotmenu-icon-wrapper #plotmenu-icon~label {
  display: block;
  cursor: pointer;
  transition: 0.5s transform;
  transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
}

.support-menu {
  color: #fff;
}

.support-menu img {
  max-width: 50px !important;
  height: auto;
  display: inline-block !important;
  vertical-align: middle;
}

/*全体*/
.hidden_box {
  width: 100%;
}

/*ボタン装飾*/
.hidden_box label {
  display: block;
  padding: 10px;
  background: #efefef;
  cursor: pointer;
  transition: 0.5s;
  font-size: 1.3rem;
  font-weight: 400;
}

.modaal-area .hidden_box label {
  background-color: transparent;
  text-align: center;
  padding: 20px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  cursor: default;
}

/*アイコンを表示*/
.hidden_box label:before {
  display: inline-block;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  padding-right: 5px;
  transition: 0.2s;
}

/*ボタンホバー時*/
.hidden_box label:hover {
  background: rgba(235, 92, 1, 0.4);
}

.modaal-area .hidden_box label:hover {
  background-color: transparent;
}

/*アイコンを切り替え*/
.hidden_box input:checked~label:before {
  content: "\f00d";
  transform: rotate(360deg);
  color: rgba(235, 92, 1, 0.4);
}

/*チェックは見えなくする*/
.hidden_box input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.modaal-area .hidden_box .hidden_show {
  overflow: auto;
  opacity: 1;
  height: auto;
  padding: auto;
}

/*クリックで中身表示*/
.hidden_box input:checked~.hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

.point-use .point-use-have {
  font-size: 1.2rem;
  margin: 5px 0;
}

.point-use .miles-point-use-have {
  font-size: 1.2rem;
  margin: 5px 0;
}

.point-use .point-use-btn {
  display: flex;
}

.point-use .point-use-btn span {
  display: block;
  padding: 3px 10px;
  margin: 0 3px;
  background-color: rgba(235, 92, 1, 0.8);
}

.point-use .point-use-btn button {
  font-size: 1.2rem;
  color: #fff;
}

.totalamount,
.point-use {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 30px;
}

.number-spinner input[type=number] {
  max-width: 120px;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  padding: 8px;
  text-align: center;
}

.add-tipping-btn {
  width: 40%;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px;
}

.scrolltest {
  overflow: auto;
  max-height: 300px;
  font-size: 1.2rem;
  word-break: break-all;
  margin-bottom: 30px !important;
}

.scrolltest li {
  margin-bottom: 5px;
  padding: 5px 5px 5px 0;
  border-bottom: 1px dotted #ccc;
}

.scrolltest span {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(235, 92, 1, 0.4);
}

.note {
  font-size: 1.2rem;
  width: 80%;
  max-width: 600px;
  margin: 0 auto 60px auto;
}

.support-type-text {
  text-align: center;
  font-size: 1.3rem;
  margin: 0 auto 40px auto;
  border: 1px solid #ccc;
  padding: 20px;
  max-width: 600px;
}

.user-profile .user-photo {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.user-profile img {
  max-width: 223px;
  max-height: 223px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.member .name {
  font-size: 2rem;
  margin-bottom: 5px;
}

.member .company {
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.member .text {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f2f2f2;
}

.about-plot {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-plot h3 {
  text-align: left;
  margin: 60px 0 30px;
  font-size: clamp(1.7rem, 1.445rem + 1.27vw, 2.4rem);
}

.about-plot ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-plot ul li {
  margin-bottom: 5px;
}

.about-plot-logo {
  width: 100%;
  max-width: 170px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 80px;
}

.about-plot dl {
  padding-top: 10px;
}

.about-plot dt {
  margin-bottom: 5px;
  color: rgb(235, 92, 1);
  font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
}

.about-plot dd {
  margin-bottom: 15px;
}

.about-plot h4 {
  font-weight: normal;
  margin: 15px 0;
  color: rgb(235, 92, 1);
  font-size: clamp(1.4rem, 1.255rem + 0.73vw, 1.8rem);
}

.about-plot-copy {
  font-size: 3.2rem;
  text-align: center;
  color: rgb(235, 92, 1);
  margin-bottom: 60px;
}

.about-plot-text {
  text-align: center;
  margin-bottom: 20px;
}

.about-plot-lead {
  font-size: 1.7rem;
  text-align: center;
  color: rgb(235, 92, 1);
  margin: 40px 0;
}

ol li {
  margin-bottom: 25px;
}

.tipping-comment p:nth-child(2) {
  font-size: 1.2rem;
  text-align: center;
  color: #ccc;
}

.messages {
  border: 1px solid rgb(235, 92, 1);
  color: rgb(235, 92, 1);
  padding: 20px !important;
  text-align: center;
  margin: 40px 0 !important;
}

.form-note {
  text-align: left;
  font-size: 1.2rem;
}

.signup ul {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 20px !important;
}

.forgot {
  font-size: 1.2rem;
}

.address table {
  margin: 20px 0 40px 0;
}

.adress-reg {
  border: 1px solid rgb(235, 92, 1);
  padding: 20px;
}

.auto-address {
  border: 1px solid #ccc;
  font-size: 1.2rem;
  padding: 3px 6px;
  margin-left: 10px;
  border-radius: 4px;
}

.plot-regulation h2 {
  padding: 30px 0 !important;
  margin: 0 !important;
}

.plot-regulation h3 {
  margin: 10px 0 !important;
}

.plot-regulation dt {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.plot-regulation dd {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.plot-regulation dd p {
  padding-left: 10px;
}

.qa-contents {
  margin: 10px 0;
  padding: 0;
}

.qa-contents label {
  display: block;
  padding: 10px;
  background: #efefef;
  border-radius: 2px;
  cursor: pointer;
  transition: 0.5s;
  width: 100%;
}

.qa-contents label:before {
  display: inline-block;
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  transition: 0.2s;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
}

.qa-contents input:checked+label:before {
  content: "\f00d";
  transform: rotate(360deg);
  font-weight: 700;
}

.qa-contents input {
  display: none;
}

.qa-contents .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.qa-contents .hidden_show p {
  font-size: 1.3rem;
  padding: 10px;
  line-height: 1.7;
}

.qa-contents input:checked+label+.hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}

.social-login {
  margin-bottom: 20px;
}

.message-title {
  margin-bottom: 20px;
}

.purchase-table {
  font-size: 1.3rem;
}

.purchase-table th {
  width: auto;
}

.swal-overlay {
  z-index: 20000 !important;
}

.start-note {
  text-align: center;
  font-size: 1.3rem;
}

.audition-banner {
  max-width: 400px;
  margin: 0 auto 60px auto;
}

.blogto-detail {
  font-size: 1.2rem;
  background-color: rgba(235, 92, 1, 0.8);
  color: #fff;
  width: 50%;
  max-width: 165px;
  padding: 10px;
  margin: 20px auto;
  text-align: center;
}

.movietitle {
  margin-bottom: 40px;
}

.return-note {
  font-size: 1.2rem;
  padding: 5px 0;
  text-align: center;
  color: #eb5c01;
}

.tab-group {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
}

.tab {
  flex-grow: 1;
  padding: 10px;
  list-style: none;
  border: solid 1px #e6e6e6;
  text-align: center;
  cursor: pointer;
}

.panel {
  display: none;
}

.tab.is-active {
  background: #eb5c01;
  color: #FFF;
  transition: all 0.2s ease-out;
}

.panel.is-show {
  display: block;
}

.errorlist {
  color: #fff;
  font-size: 1.4rem !important;
  background-color: #ff0000;
  padding: 5px !important;
}

.password-reset {
  padding: 0;
  text-align: center;
  font-size: 1.3rem;
}

.preview-btn {
  position: fixed;
  z-index: 100;
  bottom: 0;
  background-color: rgba(228, 39, 39, 0.8);
  width: 100%;
  padding: 20px;
  text-align: center;
}

.preview-btn button {
  color: #fff;
  font-size: 1.6rem;
}

.modal {
  height: 100%;
}

.modal-dialog {
  border-radius: 10px;
}

.modal-header {
  margin-bottom: 20px;
}

.modal-footer {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.modal-footer div {
  margin: 0 15px;
}

.card-errors-text {
  padding: 5px 0;
  text-align: center;
  font-size: 1.4rem;
  color: #ff0000;
}

.modal-title {
  font-weight: bold;
}

.btn-close {
  color: white;
}

.stripe-button {
  display: block;
  width: 100%;
  margin-top: 10px;
}

#payment-form {
  padding: 20px;
}

#payment-element {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}

#error-message {
  margin-top: 10px;
}

.single-form-block {
  display: flex;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #f8f8f8;
}

.single-form-block input[type=text] {
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 5px;
}

.single-form-block input[type=number] {
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 5px;
}

.single-form-block input[type=email] {
  border: none;
  width: 100%;
  padding: 5px;
  color: #666;
}

#used-points {
  width: auto !important;
}

.single-form-block #card-fee,
.single-form-block #product-price {
  border: none;
  color: #666;
}

.single-form-block .single-form-block-1 {
  width: 250px;
}

.single-form-block .single-form-block-2 {
  width: 100%;
}

.select-form-block {
  display: flex;
  align-items: center;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #f8f8f8;
}

.select-form-block input[type=text] {
  border: 1px solid #ebebeb;
}

.select-form-block input[type=email] {
  border: 1px solid #ebebeb;
}

.select-form-block .select-form-block-1 {
  width: 30%;
}

.select-form-block .select-form-block-2 {
  width: 70%;
}

.select-title {
  background-color: rgba(235, 92, 1, 0.1);
  margin: 40px 0;
  padding: 20px;
  text-align: center;
  font-size: 1.5rem;
}

.single-form-payjp {
  padding: 0;
  background-color: #f8f8f8;
  margin-bottom: 10px;
}

.card-element-title {
  display: block;
  margin-bottom: 10px;
}

.payjp-purchase {
  transition-duration: 0.3s;
  margin: 0 auto;
}

.payjp-purchase button {
  display: block;
  background-color: #3db720;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition-duration: 0.3s;
}

.payjp-purchase:hover {
  background-color: #b4c4b1;
}

.point-purchase {
  display: block;
  background-color: rgba(235, 92, 1, 0.8);
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 0 auto;
}

.point-purchase button {
  color: #fff;
}

.point-purchase:hover {
  background-color: #b4c4b1;
}

.payjp-cancel {
  transition-duration: 0.3s;
  margin: 0 auto;
}

.payjp-cancel button {
  display: block;
  background-color: #666;
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition-duration: 0.3s;
  margin: 0 auto;
}

.payjp-cancel button {
  color: #fff;
}

.payjp-cancel:hover {
  background-color: #b4c4b1;
}

.select-payjp-purchase {
  display: block;
  letter-spacing: 0.1rem;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  margin: 0 auto;
}

.select-payjp-purchase button {
  color: #fff;
  padding: 15px;
  background-color: #3db720;
  border-radius: 4px;
  width: 100%;
}

.select-payjp-purchase:hover {
  background-color: #b4c4b1;
}

.select-point-purchase {
  display: block;
  background-color: rgba(235, 92, 1, 0.8);
  letter-spacing: 0.1rem;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  margin: 0 auto;
}

.select-point-purchase button {
  color: #fff;
}

.select-point-purchase:hover {
  background-color: #b4c4b1;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1055;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  max-width: 100%;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  background-color: #fff;
}

.modal-dialog {
  background-color: #fff;
}

.modal.active {
  display: block;
  animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

.modal-backdrop.active {
  display: block;
}

.price-fix {
  border: none !important;
  margin-bottom: 40px;
}

.price-fix p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #f8f8f8;
}

.price-fix p:nth-of-type(1) strong {
  font-size: 3.2rem !important;
  color: rgba(235, 92, 1, 0.8);
}

.price-fix p:nth-of-type(4) strong {
  font-size: 3.2rem !important;
  color: rgba(235, 92, 1, 0.8);
}

.price-fix strong {
  font-size: 1.4rem;
  color: #000;
  padding-right: 30px;
  font-weight: normal;
}

.price-fix span {
  font-size: 1.4rem;
  color: #000;
  padding-right: 30px;
}

.last-confirm {
  border: 1px solid #ff0000;
  padding: 20px;
  text-align: center;
  margin: 20px 0;
  color: #ff0000;
}

.project-profile-image {
  max-width: 120px;
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 20px;
}

.project-profile-image img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.w0 {
  width: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.w5 {
  width: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.w10 {
  width: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.w15 {
  width: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.w20 {
  width: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.w25 {
  width: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.w30 {
  width: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.w35 {
  width: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.w40 {
  width: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.w45 {
  width: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.w50 {
  width: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.w55 {
  width: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.w60 {
  width: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.w65 {
  width: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.w70 {
  width: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.w75 {
  width: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.w80 {
  width: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.w85 {
  width: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.w90 {
  width: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.w95 {
  width: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.w100 {
  width: 100px !important;
}

.fx30-70 {
  display: flex;
  width: 100%;
  padding: 20px 0;
}

.fx30-70>div:nth-of-type(2n+1) {
  width: 28%;
  margin-right: 4%;
}

.fx30-70>div:nth-of-type(2n) {
  width: 78%;
}

.fx40-60 {
  display: flex;
  width: 100%;
  padding: 20px 0;
}

.fx40-60>div:nth-of-type(2n+1) {
  width: 38%;
  margin-right: 4%;
}

.fx40-60>div:nth-of-type(2n) {
  width: 58%;
}

.fx50-50 {
  display: flex;
  width: 100%;
  padding: 20px 0;
}

.fx50-50>div:nth-of-type(2n+1) {
  width: 48%;
  margin-right: 4%;
}

.fx50-50>div:nth-of-type(2n) {
  width: 48%;
}

.fx60-40 {
  display: flex;
  width: 100%;
  padding: 20px 0;
}

.fx60-40>div:nth-of-type(2n+1) {
  width: 58%;
  margin-right: 4%;
}

.fx60-40>div:nth-of-type(2n) {
  width: 38%;
}

.fx70-30 {
  display: flex;
  width: 100%;
  padding: 20px 0;
}

.fx70-30>div:nth-of-type(2n+1) {
  width: 68%;
  margin-right: 4%;
}

.fx70-30>div:nth-of-type(2n) {
  width: 28%;
}

.payment-fee {
  font-size: 1.3rem;
  padding-left: 10px;
}

figure.media {
  width: 100%;
  aspect-ratio: 16 / 9;
}

figure.media iframe {
  width: 100% !important;
  height: 100% !important;
}

#payjp_checkout_box {
  padding: 20px !important;
  margin-top: 40px !important;
}

#payjp_checkout_box input {
  width: 100%;
  padding: 15px 0 !important;
  font-size: 1.5rem !important;
}

.single-form-payjp-disable {
  padding: 20px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  margin-top: 40px;
}

p.select-disable {
  border-radius: 2px;
  text-align: center;
  color: #fff;
  background-color: #666;
  width: 100%;
  padding: 15px 0 !important;
  font-size: 1.5rem !important;
}

.blog-subject {
  font-size: 1.8rem;

}

.blog-wrapper {
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 40px;
}

.report-data {
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 10px !important;
}

.store-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;

}

.project-details-card {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.project-image-container {
  width: 66%;
}

.project-info-grid {
  width: 32%;
  padding-left: 2%;
}

.btn-project-detail {
  background-color: #f8f8f8;
  padding: 10px;
  display: block;
}

.stat-item {
  margin-bottom: 30px;
}

.creator-section {
  margin-bottom: 40px;
}

.stat-value {
  font-size: 2.4rem;
}

.stats-section {
  border: 1px solid #f2f2f2;
  padding: 30px;
}

.store-project-header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;

}

.store-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.store-detail-list {
  width: 32%;
}

.store-detail-list:nth-of-type(3n) {
  margin-right: 0 !important;
}

.store-item-list .store-detail-list {
  display: block;
}

.store-item-list .return-select {
  display: flex;
  padding: 20px !important;
  margin: 0 1.5% 40px 0;
  flex-direction: column;
  justify-content: space-between;
}

.return-select.selected {
  background-color: #f0f0f0;
}

.store-item-list .return-select .return-select-image {
  overflow: hidden;
}

.store-item-list .return-select .return-select-name {
  margin: 0;
  font-size: 1.5rem;
  padding: 0 0 10px 0;
}

.store-item-list .return-select .return-select-price {
  font-size: 2.2rem;
  margin-top: 10px;
  font-weight: normal;
  color: rgba(235, 92, 1, 0.8);
  text-align: right;
}

.store-item-list .return-select .return-select-price span {
  font-size: 1.2rem;
  padding-left: 2px;
}

.store-item-list .return-select .return-select-stock {
  margin-bottom: 20px;
  font-weight: 500;
}

.store-item-list .return-select .return-select-text {
  margin-bottom: 20px;
}

.store-item-list .return-select .return-select-text p.detail-title {
  margin-bottom: 10px;
  font-size: 1.3rem;
}

.store-item-list .return-select .return-select-text table {
  table-layout: fixed;
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.store-item-list .return-select .return-select-text table th {
  padding: 5px;
  text-align: center;
}

.store-item-list .return-select .return-select-text table td {
  padding: 5px;
  text-align: center;
}

.store-item-list .return-select .return-select-details {
  width: 100%;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  justify-content: space-between;
}

.store-item-list .return-select .return-select-details .return-stock {
  margin-top: 10px;
  background: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  border: none;
}

.store-item-list .return-select .return-select-delivery {
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.store-item-list .return-select .return-select-quantity {
  margin-top: 20px;
  margin-bottom: 0;
}

.store-item-list .return-select-option-default {
  font-size: 1.2rem;
  margin-top: 5px;
}

.store-item-list .return-selected {
  margin-top: 30px;
}

.store-project-category {
  text-align: center;
  margin-bottom: 40px;
}



.label-name {
  display: block;
  font-size: 1rem;
  margin-bottom: 3px;
  color: #555;
}

.contact-form-global {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.contact-form-global .form-control {
  padding: 10px;
  width: 100%;
}

.contact-form-global .btn-o {
  margin-top: 60px;
  margin-bottom: 80px;
}

.badge {
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
}

.note-unread {
  text-align: center;
  padding: 10px 0;
}

.profile-wrapper {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
}

.profile-wrapper img.profile-img {}

.profile-wrapper img.info-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  padding: 2px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.project-info-section {
  margin-bottom: 30px;
}

.project-hero {
  display: flex;
  gap: 40px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
  margin-top: 40px;
}

.project-image-container {
  flex: 0 0 60%;
  position: relative;
  background: #f5f5f5;
}

.project-main-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.project-category {
  font-size: 0.9rem;
  opacity: .9;
  color: #fff;
}

.project-stats-panel {
  flex: 1;
  padding: 20px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stats-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}

.stats-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.stats-item:last-of-type {
  border-bottom: none;
}

.stats-label {
  font-size: 1.4rem;
  color: #363636;
}

.stats-value {
  font-size: 2.6rem;
  font-weight: 700;
  color: #363636;
}

.project-link {
  margin-top: auto;
  padding-top: 15px;
}

.btn-project-page {
  display: inline-block;
  width: 100%;
  padding: 20px 15px;
  background: #666;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
  transition: .3s;
}

.btn-project-page:hover {
  background: rgb(235, 92, 1);
  color: #fff;
  text-decoration: none;
}

.project-description-section {
  padding: 0 15px;
}

.project-status-notice {
  background: #e8f5e8;
  border: 1px solid #c3e6c3;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.project-status-notice p {
  color: #155724;
  font-size: 0.9rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.project-description {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #555;
  margin: 20px 0;
}

.store-section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 100px auto 60px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.subscription-notice-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 7px;
  border-radius: 8px;
  margin: 10px auto 20px auto;
  text-align: center;
  max-width: 250px;
  font-size: 1.2rem;
}

.subscription-notice-banner a {
  color: #ffd700;
  text-decoration: underline;
  font-weight: 700;
}

.subscription-notice-banner a:hover {
  color: #fff;
}

.required {
  color: #f00;
  font-weight: 700;
}

.product-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.return-name {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
}

.return-select-price {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #007bff;
}

.select-pay-wrapper {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
}

.select-pay-info {
  flex: 1;
  min-width: 280px;
}

.select-pay-area {
  flex: 1;
  min-width: 280px;
}

.select-form-block {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  align-items: center;
}

.select-form-block-1 {
  width: 160px;
  min-width: 160px;
}

.select-form-block-2 {
  flex: 1;
}

.price-fix p {
  display: flex;
  justify-content: space-between;
  margin: .5rem 0;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}

.price-fix p:last-child {
  border-bottom: none;
  font-weight: 700;
  color: #007bff;
}

.select-disable {
  background: #f8f9fa;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  padding: 12px;
  color: #475569;
  text-align: center;
}

.select-subscription {
  background: #667eea;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.select-subscription:hover {
  background: #5a67d8;
  transform: translateY(-2px);
}

.to-account_login {
  text-align: center;
  padding: 60px 0;
  background-color: #999;
  text-align: center;
  max-width: 900px;
  margin: 30px auto 100px auto;
  font-size: 1.5rem;
}

.to-account_login a {
  color: #fff;
  text-decoration: none;
}

.message-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.message-card:hover {
  transform: translateY(-3px);
}

.message-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: #333;
}

.message-content {
  margin-bottom: 12px;
  color: #555;
  line-height: 1.6;
}

.message-project,
.message-date {
  font-size: 1.2rem;
  color: #777;
  margin: 4px 0;
}

.inquiry-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inquiry-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.accordion {
  width: 100%;
  text-align: left;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: bold;
  background: #0000001c;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background .3s;
}

.accordion:hover {
  background: #e0e0e0;
}

.panel {
  padding: 12px 16px;
  border-top: 1px solid #eee;
  background: #fafafa;
}

.message {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.message:last-child {
  border-bottom: none;
}

.badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
}

.last-updated {
  background: #eee;
  color: #555;
}

.badge-new {
  background: #10b981;
  color: #fff;
}

/* NEW用 */

.reply-button {
  background: #808080;
  color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 13px;
  cursor: pointer;
  transition: background .2s, color .2s;
}

.reply-button:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

@media (max-width:768px) {
  .project-hero {
    flex-direction: column;
    height: auto;
  }

  .project-image-container {
    flex: none;
    width: 100%;
    height: 200px;
  }

  .project-stats-panel {
    flex: none;
    width: 100%;
  }

  .store-detail-list {
    flex-direction: column;
  }

  .return-select-image {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .fx60-40 {
    display: block;
    width: 100%;
    padding: 20px 0;
  }

  .fx60-40>div:nth-of-type(2n+1) {
    width: 100%;
    margin-right: 40%;
  }

  .fx60-40>div:nth-of-type(2n) {
    width: 100%;
  }

  .fx30-70 {
    display: block;
    width: 100%;
    padding: 20px 0;
  }

  .fx30-70>div:nth-of-type(2n+1) {
    width: 100%;
    margin-right: 0%;
  }

  .fx30-70>div:nth-of-type(2n) {
    width: 100%;
  }
}

.form-block {
  position: relative;
  width: 100%;
  margin: 0 auto 20px auto;
}

.form-label {
  color: #eb5c01;
  margin-bottom: 5px;
  display: block;
  font-size: 1.2rem;
}

.form-input {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 5px;
  outline: none;
}

.btn-submit {
  margin: 20px auto;
}

.btn-submit .btn {
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 12px 40px;
  background-color: rgba(235, 92, 1, 0.8);
  transition: all 0.5s;
  border: none;
  margin: 0 auto;
  max-width: 260px;
}

.btn-submit .btn2 {
  display: block;
  color: rgba(235, 92, 1, 0.8);
  text-decoration: none;
  text-align: center;
  padding: 11px 39px;
  background-color: #fff;
  transition: all 0.5s;
  border: 1px solid rgba(235, 92, 1, 0.8);
  margin: 0 auto;
  max-width: 260px;
}

.btn-submit .btn2:hover {
  background-color: rgba(235, 92, 1, 0.1);
}

.btn-submit button {
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 25px 80px;
  background-color: rgba(235, 92, 1, 0.8);
  transition: all 0.5s;
  border: none;
  margin: 0 auto;
  max-width: 350px;
}

.btn:hover {
  background-color: rgba(235, 92, 1, 0.4);
  cursor: pointer;
}

.btn-submit-blockline {
  text-align: center;
}

.btn-submit-blockline button {
  display: inline-block !important;
}

.btn-submit-blockline button:nth-of-type(1) {
  margin-right: 40px !important;
}

.btn-send {
  padding: 20px;
  text-align: center;
}

.btn-send .btn-submit {
  margin: 20px auto;
}

.btn-send .btn-submit .btn {
  display: block;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 15px 40px;
  background-color: rgba(235, 92, 1, 0.8);
  border-radius: 5px;
  transition: all 0.5s;
  border: none;
  margin: 0 auto;
  font-size: 1.5rem;
}

.btn-send .btn-submit .btn:hover {
  background-color: rgba(235, 92, 1, 0.4);
  cursor: pointer;
}

.form-flat input {
  display: inline-block;
  margin-right: 5px;
}

.form-flat span {
  margin-right: 20px;
}

.modaal-overlay {
  z-index: 20000 !important;
}

.modaal-container {
  border-radius: 5px !important;
}

.modaal-wrapper {
  z-index: 20001 !important;
}

.btn-submit-return {
  text-align: center;
  margin: 30px 0;
}

.btn-submit-return .stripe-button-el {
  background-image: none !important;
}

.btn-submit-return .stripe-button-el span {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 400 !important;
  background-image: none !important;
  background-color: rgba(235, 92, 1, 0.8) !important;
  padding: 10px !important;
  height: auto !important;
  line-height: 1.8 !important;
  text-shadow: none !important;
  letter-spacing: 0.1rem !important;
  color: #fff !important;
  box-shadow: none !important;
  min-width: 300px;
}

.stripe-button-el {
  background-image: none !important;
}

.stripe-button-el span {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  font-weight: 400 !important;
  background-image: none !important;
  background-color: #e6e6e6 !important;
  padding: 10px !important;
  height: auto !important;
  line-height: 1.8 !important;
  text-shadow: none !important;
  letter-spacing: 0.1rem !important;
  color: #333 !important;
  box-shadow: none !important;
}

.slick-slider {
  margin-bottom: 80px !important;
}

@media (max-width: 600px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  h1 {
    font-size: 1.4rem;
    padding: 0 20px;
  }

  main {
    padding: 0 15px;
  }

  section.inner {
    padding: 0 0 !important;
  }

  h1.project-main-title {
    color: rgb(235, 92, 1);
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 5px;
    width: 100% !important;
  }

  .g-navi {
    font-size: 1.1rem;
  }

  ul.navi {
    margin: 50px auto 10px auto;
    font-size: 1rem;
  }

  ul.navi li a {
    padding: 0 5px;
  }

  ul.g-navi li {
    margin-right: 7px;
  }

  ul.project {
    justify-content: space-between;
  }

  ul.project li {
    box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.5);
    padding: 5px;
    margin: 0 0 20px 0;
    width: 49%;
  }

  .project-image {
    position: relative;
  }

  .project-image img:hover {
    opacity: 0.8;
  }

  .project-image img {
    overflow: hidden;
    width: 100%;
    /* 枠の幅 */
    height: auto;
    /* 枠の高さ */
    position: relative;
  }

  .dreamer-profile {
    display: flex;
    justify-content: center;
  }

  .dreamer-profile img {
    max-width: 150px;
    max-height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
  }

  .project-info {
    display: block;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 30px;
  }

  .project-info .contents {
    width: 100%;
    padding-right: 0;
  }

  .project-info .side {
    width: 100%;
  }

  .project-wrapper .dreamer-profile {
    display: block;
  }

  .project-wrapper .dreamer-profile .favorite img {
    border-radius: 0 !important;
  }

  .project-wrapper iframe {
    width: 100%;
  }

  .dreamer-project-title {
    display: none !important;
  }

  .sp>.return {
    margin-top: 60px;
  }

  .project .project-photo {
    width: 18.3%;
  }

  .project .project-category {
    color: rgb(235, 92, 1);
    font-family: "Roboto", sans-serif;
    padding: 0 0 5px 0;
  }

  .project .support {
    display: block;
    color: rgb(235, 92, 1);
    justify-content: center;
    padding: 5px !important;
  }

  .project .support p {
    margin: 3px 0;
    font-size: 1.2rem;
  }

  .project .support p:nth-of-type(2) {
    padding: 0 0;
  }

  .dreamer-inner {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }

  .dreamer-inner .dreamer-category {
    color: rgb(235, 92, 1);
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }

  .dreamer-inner .dreamer-intro {
    width: 100%;
    font-weight: 500;
  }

  .btn-submit-blockline button {
    width: 100%;
  }

  .btn-submit-blockline button:nth-of-type(1) {
    margin: 0 0 20px 0 !important;
  }

  .return-list {
    justify-content: space-between;
  }

  .return-list li {
    width: 48%;
    margin-right: 0%;
    margin-bottom: 40px;
  }

  .return-list li:nth-of-type(3n) {
    margin-right: 0;
  }

  .return-list li .return-list-name {
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
  }

  .return-list li .return-list-price {
    text-align: center;
    font-size: 1.2rem;
  }

  ul.project-nav {
    color: rgba(235, 92, 1, 0.4);
    display: flex;
    justify-content: center;
    position: sticky;
    padding: 10px;
    padding-top: 50px;
    z-index: 1001;
    background-color: #fff;
    flex-wrap: wrap;
  }

  ul.project-nav li {
    width: 50%;
    font-size: 1.1rem;
  }

  ul.project-nav li a {
    display: block;
    padding: 3px;
    text-decoration: none;
    border-top: 1px solid rgb(235, 92, 1);
    border-left: none;
    text-align: center;
  }

  ul.project-nav li a.on {
    color: rgb(235, 92, 1);
  }

  ul.project-nav li:nth-of-type(1) a {
    border-left: none;
  }

  ul.project-nav li:nth-of-type(2) a {
    border-left: 1px solid rgb(235, 92, 1);
  }

  ul.project-nav li:nth-of-type(3) a {
    border-bottom: 1px solid rgb(235, 92, 1);
  }

  ul.project-nav li:nth-of-type(4) a {
    border-left: 1px solid rgb(235, 92, 1);
    border-bottom: 1px solid rgb(235, 92, 1);
  }

  .project-header {
    margin-bottom: 5px;
  }

  .project-container {
    margin: 0 auto;
    max-width: none;
    padding: 0;
  }

  .project-wrapper {
    display: block;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
    margin-top: 30px;
  }

  .project-wrapper .contents {
    width: 100%;
    padding: 0 15px;
  }

  .project-wrapper .side {
    width: 100%;
    padding: 0 15px;
  }

  .recruitment {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
  }

  .recruitment a {
    text-decoration: none;
  }

  .recruitment div {
    padding: 0 1.5%;
    margin-bottom: 40px;
  }

  .recruitment div h3 {
    margin-bottom: 15px;
    color: rgba(235, 92, 1, 0.8);
    font-weight: 500;
    border: 1px solid rgba(235, 92, 1, 0.8);
    padding: 12px;
    text-align: center;
  }

  .store-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .store-list li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .store-list li:nth-of-type(3n) {
    margin-right: 0;
  }

  .store-list li .store-image {
    margin-bottom: 20px;
  }

  .store-list li .store-category {
    margin-bottom: 5px;
    text-align: center;
    color: rgb(235, 92, 1);
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
  }

  .store-list li .store-name {
    margin-bottom: 16px;
    font-weight: 500;
    text-align: center;
    font-size: 2rem;
  }

  .store-list li .store-price {
    text-align: right;
  }

  footer {
    margin: 60px 0 0 0;
    background-color: rgba(235, 92, 1, 0.1);
  }

  footer li {
    margin-bottom: 5px;
  }

  footer .footer-logo {
    width: 100%;
    max-width: 264px;
    height: auto;
    margin: 0 auto;
  }

  footer .footer-company {
    color: rgb(235, 92, 1);
    margin: 20px 0 10px 0;
    text-align: center;
  }

  footer small {
    color: rgb(235, 92, 1);
    font-size: 1.2rem;
    text-align: center;
  }

  .footer-menu {
    display: block;
  }

  .footer-sns {
    display: flex;
    margin: 10px 0 !important;
    justify-content: center;
  }

  .project-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .project-list li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .project-list li:nth-of-type(3n) {
    margin-right: 0;
  }

  .project-list li .store-image {
    margin-bottom: 20px;
  }

  .project-list li .store-category {
    margin-bottom: 5px;
    text-align: center;
    color: rgb(235, 92, 1);
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
  }

  .project-list li .store-name {
    margin-bottom: 16px;
    font-weight: 500;
    text-align: center;
    font-size: 2rem;
  }

  .project-list li .store-text {
    margin: 0 0 10px 0;
  }

  .crowdfunding {
    margin-top: 40px;
  }

  .return-select {
    display: block;
    box-shadow: 0px 0px 12px -6px rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
  }

  .return-select .return-select-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .return-select .return-select-name {
    color: rgba(235, 92, 1, 0.8);
    margin-bottom: 10px;
  }

  .return-select .return-select-price {
    font-size: 2rem;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .return-select .return-select-stock {
    margin-bottom: 20px;
    font-weight: 500;
  }

  .return-select .return-select-text {
    margin-bottom: 20px;
  }

  .return-select dl {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }

  .return-select .return-select-delivery {
    margin-bottom: 30px;
  }

  .return-select .return-select-quantity {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .registration,
  .registration-sns {
    padding: 10px;
  }

  section.company .sidebar {
    background-color: transparent !important;
  }

  section.company table,
  section.company table th,
  section.company table td {
    border-collapse: collapse;
    border-bottom: 1px solid #f2f2f2;
    border-top: none;
    border-left: none;
    border-right: none;
  }

  section.company table {
    width: 100%;
  }

  section.company table th {
    background-color: transparent;
    padding: 10px;
    width: 100%;
    color: rgba(235, 92, 1, 0.8);
    display: block;
  }

  section.company table td {
    width: 100%;
    padding: 10px;
    display: block;
  }

  ul.side-nav {
    color: rgba(235, 92, 1, 0.4);
    display: flex;
    justify-content: center;
    padding: 10px 0 25px 0;
    background-color: #fff;
    flex-wrap: wrap;
  }

  ul.side-nav li {
    width: 50%;
  }

  ul.side-nav li a {
    display: block;
    padding: 15px;
    text-decoration: none;
    border-top: 1px solid rgb(235, 92, 1);
    border-left: 1px solid rgb(235, 92, 1);
    text-align: center;
  }

  ul.side-nav li a.on {
    color: rgb(235, 92, 1);
  }

  ul.side-nav li:nth-of-type(2n) a {
    border-right: 1px solid rgb(235, 92, 1);
  }

  ul.side-nav li:nth-last-of-type(1) a {
    border-bottom: 1px solid rgb(235, 92, 1);
  }

  ul.side-nav li:nth-last-of-type(2) a {
    border-bottom: 1px solid rgb(235, 92, 1);
  }

  .mypage-block table,
  .mypage-block table th,
  .mypage-block table td {
    border-collapse: collapse;
    border-bottom: 1px solid #f2f2f2;
    border-top: none;
    border-left: none;
    border-right: none;
  }

  .mypage-block table {
    width: 100%;
  }

  .mypage-block table th {
    background-color: transparent;
    padding: 10px;
    width: 100%;
    color: rgba(235, 92, 1, 0.8);
    display: block;
  }

  .mypage-block table td {
    width: 100%;
    padding: 10px;
    display: block;
  }

  ul.sort {
    color: rgba(235, 92, 1, 0.4);
    display: flex;
    margin: 0 0 30px 0;
    justify-content: center;
    flex-wrap: wrap;
  }

  ul.sort li {
    font-weight: 500;
  }

  ul.sort li a {
    padding: 0 15px;
    text-decoration: none;
  }

  ul.sort li a.on {
    color: rgb(235, 92, 1);
  }

  ul.sort li:nth-of-type(1) a {
    padding: 0 15px 0 0;
  }

  ul.sort li:nth-of-type(2) a {
    border-left: 1px solid rgb(235, 92, 1);
    border-right: 1px solid rgb(235, 92, 1);
  }

  ul.sort li:nth-of-type(3) a {
    border-right: 1px solid rgb(235, 92, 1);
  }

  .mypage-nav {
    display: flex;
    margin: 0 0 30px 0 !important;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .mypage-nav li {
    font-weight: 400;
    width: 50%;
    font-size: 1.3rem;
  }

  .mypage-nav li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    transition-duration: 0.3s;
  }

  .mypage-nav li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .mypage-nav li:nth-last-of-type(1) {
    border: none;
  }

  .copyright {
    background-color: #fff;
  }

  .copyright .copyright-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    padding: 40px 2.5% !important;
    display: block;
    align-items: center;
  }

  .set-list {
    display: flex;
    flex-wrap: wrap;
  }

  .set-list li {
    width: 100%;
    margin-right: 3.5%;
    margin-bottom: 40px;
  }

  .set-list li:nth-of-type(3n) {
    margin-right: 0;
  }

  .set-list li .image {
    margin-bottom: 20px;
  }

  .set-list li .category {
    text-align: center;
    color: rgb(235, 92, 1);
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    padding: 10px 0;
  }

  .set-list li .name {
    margin-bottom: 16px;
    font-weight: 500;
    text-align: center;
    font-size: 1.5rem;
  }

  .set-list li .text {
    margin: 0 0 10px 0;
  }

  .howtouse {
    display: block;
    margin-bottom: 60px;
  }

  .howtouse>div {
    width: 100%;
    margin: 0 0 60px 0;
  }

  .howtouse .howtouse-bdr {
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
  }

  .howtouse .howtouse-title {
    background-color: rgb(235, 92, 1);
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .howtouse .howtouse-text {
    padding: 20px 0;
  }

  .howtouse ol {
    padding: 0 0 0 20px !important;
    margin: 0 !important;
  }

  .howtouse li p {
    background-color: rgba(235, 92, 1, 0.1);
    border-radius: 10px;
    padding: 10px 20px;
    margin-left: 10px;
  }

  .link-n {
    padding: 0 !important;
    display: inline !important;
  }

  .layer_borad_content {
    margin: 1em auto 1.5em;
  }

  .layer_borad_content p {
    color: #fff;
    text-align: center;
    padding: 20px 10px;
  }

  .layer_borad_content .lbc-inner {
    display: block;
    justify-content: center;
  }

  .layer_borad_content .lbc-inner p {
    padding: 10px !important;
  }

  .layer_borad_content .lbc-inner p a {
    color: #fff;
  }

  .layer_borad_content .modal-regist {
    font-size: 1.3rem;
  }

  .layer_board {
    width: 90%;
    margin: 3em auto;
    padding: 1.5em;
  }

  .layer_board .mdl_btn_close.circle_btn {
    width: 26px;
    height: 26px;
    background-size: 14px;
  }

  .plotmenu-icon-wrapper {
    position: fixed;
    bottom: 14px;
    right: 0;
    display: inline-block;
    z-index: 1045;
    width: 40px;
  }

  .plotmenu-icon-wrapper .plotmenu {
    position: fixed;
    top: initial;
    bottom: -120vh;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 90%;
    height: 100%;
    transition: 0.53s transform;
    transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
    background-color: #eb5c01;
    overflow-y: auto;
    padding: 0 10px 50px 10px;
    box-shadow: -8px 0 12px -8px rgba(0, 0, 0, 0.3);
  }

  .plotmenu-icon-wrapper .plotmenu .slick-slider {
    margin-bottom: 40px !important;
  }

  .plotmenu-icon-wrapper .plotmenu ul {
    margin: 0;
    padding: 0;
  }

  .plotmenu-icon-wrapper .plotmenu li {
    list-style: none;
  }

  .plotmenu-icon-wrapper .plotmenu li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  .plotmenu-icon-wrapper .plotmenu h3 {
    margin: 0 0 15px 0 !important;
    font-size: 1.5rem;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    font-weight: 500 !important;
  }

  .plotmenu-icon-wrapper .plotmenu h3 img {
    max-height: 20px;
    width: auto;
  }

  .plotmenu-icon-wrapper .plotmenu .plotmenu-inner {
    background-color: #fff;
    padding: 10px;
  }

  .plotmenu-icon-wrapper #plotmenu-icon {
    position: absolute;
    display: none;
    opacity: 0;
    cursor: pointer;
  }

  .plotmenu-icon-wrapper #plotmenu-icon:checked~.plotmenu {
    transform: translateY(-110vh);
  }

  .plotmenu-icon-wrapper #plotmenu-icon~label {
    display: block;
    cursor: pointer;
    transition: 0.5s transform;
    transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
  }

  .plotmenu-icon-wrapper .floatin-btn {
    display: flex;
    color: #fff;
  }

  .plotmenu-icon-wrapper .floatin-btn p {
    text-align: center;
    width: 50%;
    border-radius: 5px;
    opacity: 0.9;
  }

  .plotmenu-icon-wrapper .floatin-btn p:hover {
    cursor: pointer;
  }

  .plotmenu-icon-wrapper .floatin-btn p:nth-of-type(1) {
    background-color: #eb5c01;
    margin: 0 5px 0 15px;
  }

  .plotmenu-icon-wrapper .floatin-btn p:nth-of-type(2) {
    background-color: #eb5c01;
    margin: 0 15px 0 5px;
  }

  .plotmenu-icon-wrapper .floatin-btn p a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
  }

  .plotmenu-icon-wrapper .floatin-btn p label {
    display: block;
    padding: 10px 0;
  }

  p.logo {
    position: fixed;
    top: 10px;
    left: 20px;
    width: 120px;
    height: auto;
    z-index: 1002;
  }

  .live-wrapper {
    position: relative;
    display: block;
    justify-content: center;
    background-color: #000;
    width: 100%;
  }

  .live-wrapper .chat-wrapper {
    position: relative;
    bottom: 0;
    left: 10px;
    z-index: 1000;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    top: auto;
    max-width: none;
  }

  .live-wrapper .chat-wrapper::-webkit-scrollbar {
    display: none;
  }

  .live-wrapper .chat-wrapper div {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 4px;
    margin-bottom: 3px;
    padding: 3px 6px;
    font-size: 1.1rem;
    max-width: 80%;
  }

  .live-wrapper .chat-wrapper div.chat-dreamer {
    color: #e7c737;
  }

  .live-wrapper .chat-wrapper div.chat-com {
    color: #fff;
  }

  .live-wrapper .chat-wrapper div.chat-tip {
    color: #5ad84d;
  }

  .live-wrapper .chat-wrapper div.chat-buy {
    color: #ea4669;
  }

  .live-wrapper-l {
    width: 100%;
    padding: 150% 0 0 0;
  }

  .live-wrapper-r {
    position: absolute;
    width: 90%;
    margin-left: 0;
    top: auto;
    bottom: 40px;
    z-index: 200;
  }

  .chat-box {
    margin-top: 10px;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 10px;
    z-index: 1000;
    font-size: 1.1rem;
  }

  .chat_button {
    font-size: 1.1rem;
  }

  .return_modal {
    padding: 10px 0;
  }

  .support-inner {
    padding: 20px;
  }

  table.support-confirm {
    width: 100% !important;
  }

  table.support-confirm th {
    display: block;
    width: 100%;
  }

  table.support-confirm td {
    display: block;
    width: 100%;
  }

  .crowdfunding .goal {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .contact-form th,
  .contact-form td {
    display: block;
    width: 100%;
  }

  .contact-form tr>td:nth-of-type(1) {
    color: rgb(235, 92, 1);
    border-bottom: none;
    padding: 5px 0 !important;
  }

  .contact-form tr>td:nth-of-type(2) {
    margin-bottom: 10px;
    padding: 15px !important;
  }

  .contact-form tr>td:nth-of-type(2) select {
    padding: 10px;
    width: 100%;
  }

  .contact-form tr>td:nth-of-type(2) input {
    padding: 10px;
    width: 100%;
  }

  .contact-form tr>td:nth-of-type(2) textarea {
    padding: 10px;
    width: 100%;
    min-height: 200px;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 1055;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    max-width: 95%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    background-color: #fff;
  }

  .modal-dialog {
    background-color: #fff;
  }

  .return-select .return-select-details {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }

  .select-pay-wrapper {
    display: block;
    max-width: 1100px;
    margin: 0 auto;
  }

  .select-pay-info {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }

  .select-pay-area {
    width: 100%;
    padding-left: 0;
  }

  .report-detail-inner {
    background-color: #fff;
    max-width: 100%;
    padding: 10px;
    margin: 0 auto;
  }

  .store-item-list {
    display: block;
    flex-wrap: wrap;
    justify-content: left;
  }

  .store-detail-list {
    width: 100%;
  }

  .store-item-list .return-select {
    display: block;
    padding: 20px !important;
    margin: 0 1.5% 40px 0;
    flex-direction: column;
    justify-content: space-between;
  }

  .return-select {
    gap: 0;
  }
}


/*商品スライド
/* 商品カードの横幅設定 */
.product-card {
  width: 90%;
  min-width: 1000px;
  max-width: 1400px;
  margin: 0 auto 2.5rem;
  padding: 2.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}



/* 画像ギャラリー */
.image-gallery {
  width: 100%;
}

.main-image-container {
  position: relative;
  width: 100%;
  padding-bottom: 66.67%;
  /* 3:2 aspect ratio */
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
  background: #f8f8f8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.thumbnail-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 12px;
  padding: 8px 0;
  max-width: 100%;
}

.thumbnail-item {
  aspect-ratio: 1/1;
  border: 3px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  position: relative;
}

.thumbnail-item:hover {
  border-color: #ccc;
  transform: translateY(-3px);
}

.thumbnail-item.active {
  border-color: #ccc;
}


.thumbnail-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 画像が1枚の場合はサムネイルを非表示 */
.single-image .thumbnail-container {
  display: none;
}

/* 画像が5枚以上の場合のスクロール対応 */
.thumbnail-container.many-images {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}

.thumbnail-container.many-images .thumbnail-item {
  flex: 0 0 100px;
  scroll-snap-align: start;
}

/* カスタムスクロールバー */
.thumbnail-container::-webkit-scrollbar {
  height: 8px;
}

.thumbnail-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.thumbnail-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.thumbnail-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.return-select-name {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.return-select-price {
  font-size: 2.25rem;
  color: #e74c3c;
  font-weight: bold;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.return-select-price::after {
  content: '(税込)';
  font-size: 0.875rem;
  color: #666;
  font-weight: normal;
}

.return-select-text {
  line-height: 1.8;
  color: #555;
  margin-bottom: 2rem;
}

.return-stock {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  border: 1px solid #e9ecef;
}

.return-stock label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
  display: block;
}

.product-options {
  width: 100%;
  padding: 0.5rem;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 1rem;
  margin-top: 0.5rem;
}

.quantity-label {
  font-weight: 600;
  color: #495057;
}

.quantity {
  padding: 0.5rem;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 1rem;
}

.return-selected {
  margin: 2rem 0;
}

.return-selected input[type="checkbox"] {
  transform: scale(1.3);
  margin-right: 0.75rem;
}

.return-select-delivery {
  color: #666;
  font-size: 0.95rem;
  padding-top: 1.5rem;
  border-top: 2px solid #e0e0e0;
  line-height: 1.8;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
  .product-card {
    min-width: auto;
    width: 95%;
  }

  .return-select {
    flex-direction: column;
    gap: 2rem;
  }

  .return-select-image {
    flex: none;
    max-width: 100%;
    width: 100%;
  }

  .return-select-details {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .product-card {
    width: 100%;
    padding: 1.5rem;
    border-radius: 8px;
  }

  .thumbnail-container {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 8px;
  }

  .return-select-name {
    font-size: 1.5rem;
  }

  .return-select-price {
    font-size: 1.75rem;
  }
}