/* minimal project wrapp*/
.p-top__shoplist, .p-mo-cloth02Wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-miniOrder_flowWrap, .p-moAboutOnlyWrap, .p-mo_Project02, .p-motm-sponsorWrap {
  padding-top: 80px;
}

.p-mo-tm_Intro {
  padding-bottom: 64px;
}

@media (min-width: 768px) {
  .p-top__shoplist, .p-mo-cloth02Wrap {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }

  .p-miniOrder_flowWrap, .p-moAboutOnlyWrap, .p-mo_Project02 {
    padding-top: 12.8rem;
  }

  .p-mo-tm_Intro {
    padding-bottom: 12.8rem;
  }

  .p-motm-sponsorWrap {
    padding-top: 12.8rem;
  }
}
.p-mainHero {
  width: 100%;
  height: 54rem;
  z-index: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 12.8rem;
}

.p-mainHeroImg {
  width: 100%;
  height: 100%;
  position: absolute;
  color: transparent;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.p-mainHeroTxt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-mainHeroTxt .mainBnr {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
.p-mainHeroTxt ._catch {
  font-size: 2rem;
  margin-bottom: 3.2rem;
  font-weight: 600;
  text-align: center;
}
.p-mainHeroTxt ._price {
  font-size: 4rem;
}
.p-mainHeroTxt ._price ._komi {
  font-size: 2rem;
}

@keyframes ImgAnime {
  0% {
    opacity: 0.8;
    animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
    animation-timing-function: ease-out;
  }
}
@media (max-width: 767px) {
  .p-mainHero {
    height: 376px;
    margin-bottom: 48px;
  }

  .p-mainHeroTxt .mainConcept {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .p-mainHeroTxt .mainBnr {
    width: 64%;
    margin-bottom: 48px;
  }
  .p-mainHeroTxt.moHerotxt img {
    width: 100%;   
  }
  .p-mainHeroTxt ._catch {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .p-mainHeroTxt ._price {
    font-size: 16px;
  }
  .p-mainHeroTxt ._price ._komi {
    font-size: 10px;
    margin: 0 .2em;
  }

  .p-mainHeroImg {
    background-size: cover;
  }
  .tmHeroImg img {
    width: 192px;
  }
  .p-mainHeroTxt ._price ._num {
    font-size: 16px;
    margin: 0;
  }
  .p-mainHeroTxt ._price ._chaku {
    font-size: 14px;
    margin: 0;
  }
  .p-mainHeroTxt ._price ._kugiri {
    display: none;
  }
}
@media (min-width: 768px) {
  .p-mainHero {
    min-width: 1280px;
  }
  .p-mainHeroTxt ._price ._num {
    font-size: 32px;
  }
  .p-mainHeroTxt ._price ._chaku {
    font-size: 28px;
  }
  .p-mainHeroTxt.moHerotxt br {
    display: none;
  }
  .p-mainHeroTxt.moHerotxt ._price {
    display: flex;
    align-items: baseline;
  }
  .p-mainHeroTxt ._price ._kugiri {
    position: relative;
  }
  .p-mainHeroTxt ._price ._kugiri:after {
    content: '';
    display: block;
    width: 1px;
    height: 48px;
    background: #fff;
    margin: 0 32px -4px;
  }
}
.p-mo-tm_Intro {
  border-bottom: 1px solid #9e9e9e;
}

.p-mo-tm_IntroTtl {
  margin-bottom: 2.4rem;
}


@media (max-width: 767px) {
  .p-mo-tm_IntroTtl {
    text-align: center;
  }
}
.mo-tm_recommendWrap {
  background: #F2F2EF;
  padding: 24px 2.4rem;
  margin-bottom: 2.4rem;
}

.mo-tm_recommend {
  margin-top: 24px;
}
.mo-tm_recommend dt {
  border-top: 1px solid #000000;
  padding: 24px 0 8px;
  font-size: 1.6rem;
  font-weight: 500;
}
.mo-tm_recommend dd {
  padding: 8px 0 24px;
}

.mo-tm_recommend01 {
  margin-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .mo-tm_recommendWrap {
    margin-bottom: 48px;
    margin-top: 32px;
  }
  .mo-tm_recommendWrap .__title {
    font-size: 14px;
    text-align: center;
  }

  .mo-tm_recommend dt {
    font-size: 12px;
  }

  .tm_linkFordetail {
    width: 100%;
  }

  .mo-tm_recommend dd:last-child {
    padding-bottom: 0;
  }
}
@media(min-width:768px){
  .mo-tm_recommendWrap {
    padding-bottom: 0;
  }
}
.conceptSubttl {
  font-size: 16px;
  margin-bottom: 2.4rem;
  font-weight: 500;
}

.p-mo__clothItem {
  align-items: center;
}

.p-mo__clothTxt {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}

.p-mo__clothWrap {
  padding-top: 12.8rem;
  padding-bottom: 10.4rem;
  border-bottom: 1px solid #9e9e9e;
}

.p-mo__clothTx {
  font-size: 1.6rem;
}

.p-mo__clothPrice .__prod {
  font-size: 2rem;
  height: 3.2rem;
  width: 7.2rem;
  border: 1px solid #000;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin-right: 1.6rem;
}
.p-mo__clothPrice .__price {
  font-size: 3.2rem;
}
.p-mo__clothPrice .__komi {
  font-size: 1.6rem;
}

.p-mo__clothTtl {
  margin-bottom: 2.4rem;
}

.p-mo__clothPrice {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.p-mo_Project02Info {
  letter-spacing: 0.125em;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}
.p-mo__clothPrice .__prod.brack {
  background: #000;
  color: #fff;
}
.p-mo__clothInfo {
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-mo__clothTtl {
    font-size: 14px;
  }

  .p-mo__clothTxt {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .p-mo__clothTxt + .p-mo__clothPrice{
    margin-bottom: 8px;
  }

  .p-mo__clothPrice .__price {
    font-size: 14px;
    margin-left: 8px;
  }
  .p-mo__clothPrice .__komi {
    font-size: 10px;
  }
  .p-mo__clothPrice .__prod {
    font-size: 12px;
    height: 20px;
    margin-right: 2px;
    min-width: 40px;    
  }
  .p-mo__clothPrice .__prod.brack {
    font-size: 10px;
  }

  .p-mo__clothWrap {
    padding-bottom: 64px;
  }

  .conceptSubttl.u-pc-none {
    text-align: center;
    margin-bottom: 80px;
    display: block !important;
  }
}

@media (min-width: 768px) {
  .p-mo-tm_Intro01 {
    margin: 15.2rem auto auto;
    width: 384px;
    line-height: 2;
  }

  .p-mo__cloth {
    width: 20.4rem;
  }
  .p-mo__clothInfo {
    max-width: 384px;
  }

  .p-mo_Project02Info {
    max-width: 384px;
  }
  .p-mo__clothPrice .__prod {
    border-width: 2px;
  }
  
}
.p-moTmOsusume__prodInfo {
  margin-bottom: 14px;
}

.p-moTmOsusume__prodAnotherInfo {
  display: flex;
  justify-content: space-between;
}

.p-moTmOsusumeProductPrice {
  margin-bottom: 1.6rem;
}

.p-moTmOsusume_type {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  border: 1px solid #000;
  padding: 0 8px;
}
.p-moTmOsusume_type.kuro {
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .p-moTmOsusume_type {
    font-size: 10px;
    width: 85px;
    height: 18px;
  }

  .p-moTmOsusume__prodAnotherInfo {
    flex-direction: column;
  }

  .p-moTmOsusumeBox {
    margin-bottom: 24px;
  }
  .p-moTmOsusumeBox .tmOsusumeCnt {
    padding-top: 8px;
  }
  .p-moTmOsusumeBox .js-product_slider02-dots {
    margin-top: 8px;
  }

  .p-moTmOsusumeBoxWrap {
    margin-bottom: 8px;
  }
  .p-moTmOsusumeBox .js-product_slider02-dots button{
    padding-top: 0;
    width: 32px;
    height: 1px;
  }
  .c-tab-forOption .p-moTmOsusumeBox .slick-slide{
   margin-bottom: 0;
  }
  .c-tab-forOption .p-moTmOsusumeBox .c-productItem__content{
    padding-top: 8px;
   }
   .c-tab-forOption .p-moTmOsusumeBox .p-moTmOsusume__prodInfo{
    font-size: 10px;
    margin-bottom: 8px;
   }
   .c-tab-forOption .p-moTmOsusumeBox .p-moTmOsusumeProductPrice{
    font-size: 12px;
    margin-bottom: 8px;
   }
   .c-tab-forOption .p-moTmOsusumeBox .p-moTmOsusumeProductPrice .c-productItem__price-tax {
    font-size: 10px;
   }
}
/* minimal order styling */
.p-mo-minimalRank {
  padding-bottom: 12.8rem;
}

.p-moTmDetailStyling {
  padding-bottom: 12.8rem;
  border-bottom: 1px solid #9e9e9e;
}

.tmSliderList .js-product_slider__prev, .tmSliderList .js-product_slider__next {
  margin-top: -128px;
}

@media (max-width: 767px) {
  .p-mo-minimalRank, .p-moTmDetailStyling {
    padding-bottom: 80px;
  }

  .p-moTmDetailStylingList {
    margin-bottom: 0;
  }
  .p-moTmDetailStylingList li {
    margin-bottom: 24px;
  }
  .p-moTmDetailStylingList .c-productItem__content {
    padding-top: 8px;
  }
  .p-moTmDetailStylingList .__ttl {
    font-size: 10px;
  }
  .tmSliderList .tmSliderItem {
    margin-bottom: 0;
  }
  .tmSliderList .tmSliderItem .c-imagebox_3to4 {
    width: 300px !important;
  }
}
@media (min-width: 768px) {
  .tmSliderList {
    opacity: 0;

  }
  .tmSliderList.slick-initialized {
    opacity: 1;

  }
}
.tmSliderList {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
 }

.p-moTm__title01 {
  margin-bottom: 3.2rem;
}

.p-miniOrderThumb {
  margin-bottom: 12px;
}

.p-miniOrderPlan .__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.p-miniOrderPlan .__num {
  font-size: 2.4rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.p-miniOrderPlan .__num:after, .p-miniOrderPlan .__num:before {
  content: "";
  display: block;
  height: 1em;
  width: 1px;
  background: #000;
}
.p-miniOrderPlan .__num:before {
  margin-right: 8px;
}
.p-miniOrderPlan .__num:after {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .p-miniOrderThumb {
    margin-bottom: 24px;
  }
  .p-moTm__title01 {
    text-align: center;
    margin-bottom: 80px;
  }
  .p-miniOrderPlan .__num {
    font-size: 16px;
  }
  .p-miniOrderPlan .__ttl {
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.p-moTm__secondWrap {
  margin-top: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #000;
  position: relative;
}
.p-moTm__secondWrap:after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 25px;
}

@media (max-width: 268px) {
  .p-moTm__secondWrap {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.p-moTm__secondBoxInner {
  display: flex;
  align-items: center;
}
.p-moTm__secondBoxInner > * {
  padding-left: 16px;
  padding-right: 16px;
}
.p-moTm__secondBoxInner .__title {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}
.p-moTm__secondBoxInner .__thumb {
  z-index: 3;
  max-width: 156px;
}

.p-mo-orderMesureWrap {
  padding-bottom: 12.8rem;
}

.p-mo-orderMesureBox {
  background: #f2f2ef;
  padding: 6.4rem 1.6rem;
  position: relative;
}
.p-mo-orderMesureBox .__title {
  font-size: 2rem;
  margin-bottom: 16px;
}
.p-mo-orderMesureBox .__text {
  margin-bottom: 3.2rem;
}

.p-mo-orderMesureItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .p-mo-orderMesureWrap {
    padding-bottom: 80px;
  }

  .p-moTm__secondWrap {
    width: 336px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-moTm__secondWrap:after {
    top: 0;
  }
  .p-moTm__secondWrap .p-moTmOsusume__prodInfo {
    font-size: 10px;
  }

  .p-mo-orderMesureBox {
    padding-top: 48px;
    padding-bottom: 40px;
  }
  .p-mo-orderMesureBox .__text {
    margin-bottom: 24px;
  }
  .p-mo-orderMesureBox .__forLink a {
    width: 280px;
  }

  .p-moTm__secondBoxInner {
    height: 145px;
  }
  .p-moTm__secondBoxInner .__content {
    padding-left: 0;
    padding-right: 0;
    width: 196px;
  }
  .p-moTm__secondBoxInner .__title {
    text-align: left;
    margin-bottom: 16px;
  }
  .p-moTm__secondBoxInner .__thumb {
    margin-top: -21px;
    width: 154px;
  }

  .p-mo-orderMesureBox .__title {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .p-mo-orderMesureBox:after {
    content: "";
    width: 1px;
    height: 145px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.p-moAboutOnlyWrap {
  border-top: 1px solid #9e9e9e;
  padding-bottom: 12.8rem;
  border-bottom: 1px solid #000;
}
.p-moAboutOnlyWrap .__describe {
  margin-bottom: 24px;
}

.p-moAboutOnly .__thumb {
  margin-bottom: 1.6rem;
}
.p-moAboutOnly .__title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-moAboutOnly .__content {
  line-height: 2;
}

@media (max-width: 767px) {
  .p-moAboutOnlyWrap {
    padding-top: 80px;
    padding-bottom: 32px;
  }

  .p-moAboutOnly .__title {
    font-size: 12px;
    line-height: 2;
  }

  .p-moAboutItem {
    margin-bottom: 48px;
  }
}
/*--- top shoplist -*/
.p-top__shoplist {
  border-bottom: 1px solid #9e9e9e;
}

.p-top__shoplist-image img {
  width: 100%;
}

.p-top__shoplist-linkWrap {
  margin: auto;
  justify-content: center;
  align-items: center;
}

.p-top__shoplist-linkItem {
  width: fit-content;
}

.p-top__shoplist-linkItem a {
  border: none;
}

@media (max-width: 767px) {
  .p-top__shoplist-linkWrap {
    margin-top: 2.4rem;
    flex-direction: column;
  }

  .p-top__shoplist-linkItem {
    width: 100%;
    padding: 0;
  }

  .p-top__shoplist-linkItem a {
    width: 100%;
  }

  .p-top__shoplist-linkItem:first-child .btn {
    background: #000;
    color: #fff;
  }

  .p-top__shoplist-linkItem:nth-child(2) .btn {
    background: #fff;
    border: 1px solid #000;
  }
}
@media (min-width: 768px) {
  .p-top__shoplist-block {
    overflow: hidden;
    width: 100%;
    max-height: 485px;
    position: relative;
  }

  .p-top__shoplist-block:before {
    content: "";
    display: block;
    padding-top: 40.416666%;
  }

  .p-top__shoplist-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .p-top__shoplist-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }

  .p-top__shoplist-linkWrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .p-top__shoplist-linkItem {
    width: 264px;
  }
}
/* Q and A */
.p-motmQA {
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  border-bottom: 1px solid #9e9e9e;
}
.p-motmQA a {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.p-moMiniAQWrap {
  border-top: 1px solid #9e9e9e;
}
.p-moMiniAQWrap > * {
  padding: 1.6rem 0;
  border-bottom: 1px solid #9e9e9e;
}
.p-moMiniAQWrap dt {
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
}
.p-moMiniAQWrap dt:after {
  content: "";
  background-image: url(/assets/images/icon_plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-moMiniAQWrap dt.is-active:after {
  background-image: url(/assets/images/icon_minus.svg);
}
.p-moMiniAQWrap dd {
  display: none;
}

.p-moMiniForLink {
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}
.p-moMiniForLink li {
  padding: 0 1.2rem;
}

@media (max-width: 767px) {
  .p-moMiniForLink {
    flex-direction: column;
  }
  .p-moMiniForLink li:first-child {
    margin-bottom: 24px;
  }
  .p-moMiniForLink a {
    width: 100%;
  }
  .p-moMiniAQWrap > * {
   padding: 16px 32px 16px 0;
  }
  .p-moMiniAQWrap dt {
    font-size: 12px;
  }
  .p-moMiniAQWrap dt:after {
    width: 8px;
  height: 8px;
  }
}
@media (min-width: 768px) {
  .p-moMiniAQWrap {
    width: 995px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-motm-sponsor .__thumb {
  max-width: 647px;
  margin-left: auto;
}
.p-motm-sponsor .__thumb img {
  max-width: 355px;
  margin-bottom: 3.2rem;
  width: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .p-motm-sponsor .__thumb img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (min-width: 768px) {
  .p-motm-sponsor {
    align-items: center;
  }
  .p-motm-sponsor .__thumb {
    margin-left: auto;
  }
}
/*  p-motm__floatingMenu  */
.p-motm__floatingMenu {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: 0.3s;
  display: flex;
  justify-content: center;
  z-index: 5;
}
.p-motm__floatingMenu li {
  padding: 0 3.2rem 16px;
}
.p-motm__floatingMenu.is-active {
  transform: translate(0);
}
.p-motm__floatingMenu .floatLink {
  box-shadow: 0 0 10px #fff;
}

@media (max-width: 767px) {
  .p-motm__floatingMenu li {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    width: 50%;
  }
  .p-motm__floatingMenu .floatLink {
    min-width: 100%;
    line-height: 1.2;
  }
}
/*---- TM project---*/
.p-mainHeroTxt .__time {
  font-size: 2.8rem;
}
.tmHero_pricebox .__time {
  text-align: center;
}
@media (max-width: 767px) {
  .p-mainHeroTxt {
    text-align: center;
  }
  .tmHero_pricebox {
    display: flex;
    align-items: flex-end;
  }
  .tmHero_pricebox .__time {
    font-size: 14px;
  }
}
.p-tmCampaignWrap {
  padding: 3.2rem;
  background: #F2F2EF;
  margin-bottom: 80px;
}
.p-tmCampaignWrap .__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

.p-tmCampaign ._notes {
  margin-bottom: 3.2rem;
}
.p-tmCampaign ._notes02 {
  font-size: 1.2rem;
}

.p-tmCampaignPrice {
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 3.2rem;
}
.p-tmCampaignPrice ._beforePrice {
  font-size: 3.2rem;
  margin-right: 1.6rem;
}
.p-tmCampaignPrice ._beforePrice span {
  font-size: 1.6rem;
}
.p-tmCampaignPrice .__arrow {
  margin-right: 1.6rem;
}
.p-tmCampaignPrice ._afterPrice {
  font-size: 4rem;
}
.p-tmCampaignPrice ._afterPrice span {
  font-size: 2rem;
}

.p-tmCampaignInfo02 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.p-tmCampaignInfo02 .__item {
  display: flex;
}
.p-tmCampaignInfo02 .__item:first-of-type {
  margin-bottom: 3.2rem;
}
.p-tmCampaignInfo02 ._label {
  width: 72px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .p-tmCampaignWrap {
    padding: 16px 16px 24px;
  }
  .p-tmCampaignWrap ._beforePrice {
    font-size: 16px;
    margin-right: 8px;
  }
  .p-tmCampaignWrap ._beforePrice span {
    font-size: 10px;
  }
  .p-tmCampaignWrap .__arrow {
    width: 12px;
    height: 12px;
    margin-right: 8px;
  }
  .p-tmCampaignWrap .__arrow img {
    width: 100%;
  }

  .p-tmCampaignPrice {
    margin-bottom: 30px;
  }
  .p-tmCampaignPrice ._afterPrice {
    font-size: 20px;
  }
  .p-tmCampaignPrice ._afterPrice span {
    font-size: 12px;
  }

  .p-tmCampaignInfo02 .__item:first-of-type {
    margin-bottom: 24px;
  }
  .p-tmCampaignInfo02 .__item {
    font-size: 14px;
  }
  .p-tmCampaignInfo02 ._label {
    width: 54px;
    height: 28px;
  }

  .p-tmCampaign ._notes {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .p-tmCampaignWrap {
    margin-bottom: 12.8rem;
  }
}
/* wrap -----*/
.tmProjectVer.p-mo-tm_Intro {
  border-bottom: none;
}
.tmProjectVer.p-mo_Project02 {
  padding-top: 0;
  border-bottom: 1px solid #9e9e9e;
}
.tmProjectVer.p-moTmDetailStyling {
  border-bottom: none;
}
@media (max-width: 767px) {
  .tmProjectVer.p-mo_Project02 {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .tmProjectVer.p-mo_Project02 {
    padding-top: 0;
    padding-bottom: 12.8rem;
  }
  .tmProjectVer.p-mo-cloth02Wrap {
    padding-bottom: 8rem;
  }
  .p-mo-cloth02Wrap .p-mo-cloth02Mocontent {
    align-items: center;
  }
  .tmProjectVer.p-moTmDetailStyling {
    padding-bottom: 200px;
  }
}

.p-tmOrderSliderwrap.p-tmOptionWrap {
  margin-bottom: 80px;
}

.p-tmSaisunWrap {
  margin-bottom: 48px;
}

.p-tmOriginalWrap {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #9e9e9e;
}

.p-tmOriginal01Wrap {
  margin-top: 48px;
  margin-bottom: 48px;
}

.p-tmOriginal02Wrap {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .p-tmpossible {
    padding-top: 80px;
  }

  .p-tmOptionWrap {
    padding-top: 80px;
  }

  .tmOrderSliderInfo {
    white-space: initial;
  }

  .p-tmSaisunWrap {
    padding-top: 80px;
  }
  .p-tmOriginal01Wrap {
    margin-bottom: 32px;

  }
  .p-tmOriginal01Wrap .p-moTm__title01 {
    text-align: left;
    margin-bottom: 24px;
  }
  .p-tmOriginal02Wrap .p-moTm__title01 {
    text-align: left;
    margin-bottom: 24px;
  }
  .tmshopList {
    border-top: 1px solid #9e9e9e;
  }

}
@media (min-width: 768px) {
  .p-tmpossible {
    padding-top: 200px;
  }
  .p-mo-cloth02Wrap.tmProjectVer {
    padding-top: 200px;

  }

  .p-tmOrderSliderwrap, .p-tmOptionWrap, .p-tmSaisunWrap {
    margin-bottom: 200px;
  }

  .p-tmOriginalWrap {
    padding-top: 12.8rem;
    margin-top: 200px;
  }

  .p-tmOriginal01Wrap {
    margin-top: 12.8rem;
    margin-bottom: 8rem;
  }

  .p-tmOriginal02Wrap {
    padding-bottom: 12.8rem;
    border-bottom: 1px solid #9e9e9e;
  }
}
/* dekirukoto */
.p-mo_Project02Info {
  display: flex;
  flex-direction: column;
}

.p-tmpossiblettl {
  text-align: center;
}

@media (max-width: 767px) {
  .tmProjectVer .conceptInfoTtl {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .p-mo_Project02Info {
    justify-content: center;
    height: 100%;
  }
  .tmProjectVer .conceptInfoTtl {
    margin-bottom: 24px;
  }
  .p-tmStyletrendWrap.tmProjectVer  {
    margin-bottom: 80px;
  }
  .p-tm-Project .p-moTmOsusume__prodInfo{
    margin-bottom: 0;
  }
  .p-tm-Project .p-mo-minimalRank {
    padding-bottom: 80px;

  }
}
/**/
.top__recommendList {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}

.c-productItem__content {
  padding-top: 24px;
}
.c-productItem__content .__title, .c-productItem__content .__prod {
  font-weight: 500;
}
.c-productItem__content .__title {
  margin-bottom: 0.9rem;
  font-size: 1.6rem;
}
.c-productItem__content .__prod {
  margin-bottom: 1.6rem;
}


@media (min-width: 768px) {
  .c-productItem__content {
    padding-top: 3.2rem;
  }
  .c-productItem__content .__info01 {
    margin-bottom: 1.6rem;
  }
}
.p-tmOriginaiTTL {
  margin-bottom: 3.2rem;
}

/* TM dokuji*/
.p-tmOriginalItem .__text {
  margin-bottom: 1.6rem;
  white-space: normal;
}
@media(max-width:767px){
  .c-rwd__box .p-tmOriginalItem {
    width: fit-content;
  }
 .c-rwd__box .p-tmOriginalItem .__thumb,.p-tmOriginalItem .__text {
   width: 248px;
 }
}
@media (min-width: 768px) {
  .p-tmOriginaiTxt {
    text-align: center;
  }
}


/* ------ member */
.p-onlyMemberHeadLine {
  background: #F2F2EF;
  border: 1px solid #000;
  padding: 2.4rem;
}
.p-onlyMemberHeadLine .__title {
  margin-bottom: 2.4rem;
}

.p-memberDescWrap {
  border: 1px solid #000;
  margin-top: -1px;
}

.p-memberDescTtl {
  display: flex;
  align-items: center;
  padding-top: 4rem;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  border-bottom: 1px solid #AEAEAE;
  padding-bottom: 2rem;
}
.p-memberDescTtl .__num {
  font-size: 2.4rem;
  position: relative;
  display: flex;
  align-items: center;
}
.p-memberDescTtl .__num:after {
  content: "";
  height: 3.8rem;
  width: 1px;
  background: #AEAEAE;
  display: block;
  margin-right: 1.6rem;
  margin-left: 1.6rem;
}

.p-memberDescCont {
  padding: 2.4rem 2.4rem 4.8rem;
  border-bottom: 1px solid #000;
}
.p-memberDescCont:last-child {
  margin-bottom: -1px;
}
.p-memberDescCont p {
  margin-bottom: 1.6rem;
}
.p-memberDescCont .__note {
  color: #757575;
}


.p-onlymemberPointTtl {
  margin-bottom: 2.4rem;
}
.p-onlymemberPointWrap {
  padding-top: 80px;
  padding-bottom: 80px;
  letter-spacing: 2px;
  border-bottom: 1px solid #9e9e9e;
}


.p-onlymemberAppWrap {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #9e9e9e;
}
.p-onlymemberAppWrap .appCatch02 {
  margin-bottom: 4.8rem;
  font-weight: 500;
}
.p-onlymemberAppWrap .__link {
  margin-top: 4.8rem;
}
.p-onlymemberAppWrap > .row {
  align-items: center;
}

.onlyMember__app-link {
  max-width: 406px;
}
.onlyMember__app-link + p {
  margin-top: 24px;
}

.p-onlyMemberJoinWrap {
  background: #F2F2EF;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  padding-left: 5rem;
  padding-right: 5rem;
  letter-spacing: 3px;
  margin-top: 80px;
}

.p-onlyMemberJoinHead {
  text-align: center;
  margin-bottom: 4.8rem;
}

.p-registMember .registTitle {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 2.4rem;
}
.p-registMember .registTitle span {
  font-size: 3.2rem;
  display: block;
}
.p-registMember .forRegistLink {
  margin-top: 2.4rem;
}

.memberQa {
  border-top: 1px solid #9e9e9e;
}

@media (max-width: 767px) {
  .onlyMember .onlyMemberMainTtl {
    font-size: 16px;
    margin-bottom: 48px;
  }
  .p-onlyMemberHeadLine {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .p-onlyMemberHeadLine .__title {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .p-onlymemberPointTtl {
    font-size: 14px;
  }

  .p-memberDescTtl {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 48px;
  }
  .p-memberDescTtl:not(:first-child){
    padding-top: 48px;
  }
  .p-memberDescTtl .__num {
    font-size: 16px;
  }
  .p-memberDescTtl .__num:after {
    margin-right: 12px;
    margin-left: 12px;
  }

  .p-memberDescWrap .u-text-4xl {
    font-size: 24px;
  }
  .p-memberDescWrap .u-text-3xl {
    font-size: 14px;
  }
  .onlyMember__app-link {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-memberDescCont {
    padding-top: 16px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 48px;
  }


  .p-onlymemberAppWrap .u-text-2xl {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .p-onlymemberAppWrap .__link {
    margin-top: 24px;
  }

  .p-onlyMemberJoinWrap {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: calc(48px - 1.35rem);
    padding-bottom: 0;
  }
  .p-onlyMemberJoinWrap .__left {
    margin-bottom: 48px;
  }
  .p-onlyMemberJoinWrap .__right {
    padding-bottom: 32px;
  }

  .p-registMember .registTitle {
    font-size: 14px;
  }
  .p-registMember .registTitle span {
    font-size: 24px;
  }
  .p-registMember .forRegistLink a {
    margin-left: auto;
    margin-right: auto;
  }

  .p-motmQA {
    margin-top: 80px;
    padding-top: 80px;
  }
  .memberQa {
    border-bottom: none;
  }
  .p-mo-Project {
    padding-bottom: 80px;

  }
  .p-mo-Project .p-motmQA {
    margin-top:0;
  }
}
@media (min-width: 768px) {
  .p-onlyMemberHeadLine .__catch {
    font-size: 16px;
  }
  .p-memberDescCont .__left {
    padding-right: 3.2rem;
  }

  .p-onlymemberPointWrap {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }
  .p-onlymemberPointWrap >.row {
   align-items: center;
  }
  .p-memberDescTtl {
    font-size: 18px;
  }
  .p-onlymemberAppWrap {
    padding-top: 12.8rem;
    padding-bottom: 65px;
  }

  .p-onlyMemberJoinWrap {
    margin-top: 12.8rem;
  }

  .p-onlyMemberJoinWrap .__left {
    padding-right: 2.5rem;
  }
  .p-onlyMemberJoinWrap .__right {
    padding-left: 2.5rem;
  }
  .p-onlymemberAppWrap .__link {
    margin-top: 24px;
  }

  .memberQa {
    padding-top: 12.8rem;
    margin-top: 12.8rem;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.tm_original_bnr{
    padding: 12.8rem 0;
    border-bottom: 1px solid #9e9e9e;
    text-align: center;
}

@media (max-width: 768px) {
    .tm_original_bnr{
    border-top: 1px solid #9e9e9e;
         border-bottom:none;
        }
}