@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}


.l-section {
  padding: 90px 0 110px 0 ;
}
.l-sectionUnder {
  padding: 32px 0 110px 0 ;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding: 60px 0 70px 0 ;
  }
  .l-sectionUnder {
    padding: 34px 0 70px 0 ;
  }
}

.c-secHead {
  margin-bottom: 90px;
  color: #111;
}
.c-secHead__sub {
  font-family: "Bebas Neue", system-ui;
  font-weight: 400;
  font-size: 72px;
  line-height: 1.3;
  letter-spacing: 0.01em;
/*
  letter-spacing: -0.2em;
*/
/*
  transition: all 0.4s 0.2s ease-out;
*/
/*
  opacity: 0;
*/
}
.c-secHead__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
/*
  transition: all 0.4s 0.4s ease-out;
  opacity: 0;
  transform: translate(0, -50%);
*/
}
/*.c-secHead.js-action.is-move .c-secHead__sub {
  letter-spacing: 0.01em;
  opacity: 1;
}
.c-secHead.js-action.is-move .c-secHead__title {
  opacity: 1;
  transform: translate(0, 0);
}*/

.c-headLine__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: left;
  font-weight: 600;
  position: relative;
  color: #111;
  padding: 0 0 0 15px;
  margin-bottom: 20px;
}
.c-headLine__title:before {
  content: '';
  display: block;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 29px;
  left: 0;
  background: #111;
}
.c-headLine__title.u-en {
  font-size: 48px;
  font-weight: 500;
}
.c-headLine__title.u-en:before {
  top: 29px;
}

.c-txt {
  font-size: 24px;
  line-height: 1.58;
  font-weight: 400;
}
.c-txt + .c-txt {
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .c-secHead {
    margin-bottom: 90px;
  }
  .c-secHead__sub {
    font-size: 60px;
  }
  .c-secHead__title {
    font-size: 16px;
  }

  .c-txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-secHead {
    margin-bottom: 60px;
  }
  .c-secHead__sub {
    font-size: 42px;
  }
  .c-secHead__title {
    font-size: 15px;
  }

  
  
  .c-headLine__title {
    font-size: 24px;
    padding: 0 0 0 15px;
    margin-bottom: 15px;
  }
  .c-headLine__title:before {
    width: 10px;
    height: 3px;
    top: 18px;
  }
  .c-headLine__title.u-en {
    font-size: 34px;
  }
  .c-headLine__title.u-en:before {
    top: 21px;
  }
  
  .c-txt {
    font-size: 16px;
    line-height: 1.75;
  }
  .c-txt + .c-txt {
    margin-top: 1em;
  }
}


.c-btnOuter {
  text-align: center;
  margin: 70px 0 0 0;
}
a.c-btn {
  font-size: 20px;
  line-height: 400;
  line-height: 1.3;
  display: inline-block;
  background: #204359;
  min-width: 300px;
  box-sizing: border-box;
  text-align: center;
  padding: 11px 20px 13px;
  color: #FFF;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

@media screen and (max-width: 768px) {
  .c-btnOuter {
    margin: 45px 0 0 0;
  }
  a.c-btn {
    font-size: 17px;
    min-width: 280px;
    padding: 11px 20px 13px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  }
}



.c-topicsList {
  display: flex;
  flex-wrap: wrap;
}
.c-topicsListItem {
  width: 22.9%;
  margin-left: 2.8%;
}
.c-topicsListItem:nth-of-type(4n + 1) {
  margin-left: 0;
}
.c-topicsListItem:nth-of-type(n + 5) {
  margin-top: 70px;
}
.c-topicsListItem__anc {
  display: block;
}
.c-topicsListItem__thumb {
  border: #000 4px solid;
  border-radius: 20px;
  overflow: hidden;
}
.c-topicsListItem__thumb img {
  aspect-ratio: 334 / 217;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.c-topicsListItemContents {
  padding: 0 15px;
  margin: 15px 0 0 0;
}
.c-topicsListItemCategory {
  font-size: 15px;
  line-height: 400;
  line-height: 1.3;
  text-align: left;
}
.c-topicsListItemCategory span {
  display: inline-block;
  background: #204359;
  min-width: 150px;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 20px 6px;
  color: #FFF;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.c-topicsListItem__date {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  margin-top: 8px;
}
.c-topicsListItem__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  margin-top: 5px;
}

@media screen and (max-width: 1100px) {
  .c-topicsListItem {
    width: 31%;
    margin-left: 3.5%;
  }
  .c-topicsListItem:nth-of-type(4n + 1) {
    margin-left: 3.5%;
  }
  .c-topicsListItem:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .c-topicsListItem:nth-of-type(n + 4) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-topicsList {
  }
  .c-topicsListItem {
    width: 31%;
    margin-left: 3.5%;
  }
  .c-topicsListItem:nth-of-type(4n + 1) {
    margin-left: 3.5%;
  }
  .c-topicsListItem:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .c-topicsListItem:nth-of-type(n + 4) {
    margin-top: 70px;
  }
  .c-topicsListItem__thumb {
    border: #000 2px solid;
    border-radius: 10px;
  }
  .c-topicsListItemContents {
    padding: 0 10px;
    margin: 12px 0 0 0;
  }
  .c-topicsListItemCategory {
    font-size: 13px;
  }
  .c-topicsListItemCategory span {
    min-width: 100px;
    padding: 5px 20px 6px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  }
  .c-topicsListItem__date {
    font-size: 14px;
    margin-top: 8px;
  }
  .c-topicsListItem__title {
    font-size: 16px;
/*
    font-size: 18px;
*/
    margin-top: 5px;
  }
}

@media screen and (max-width: 600px) {
  .c-topicsListItem {
    width: 48%;
    margin-left: 4%;
  }
  .c-topicsListItem:nth-of-type(4n + 1) {
    margin-left: 4%;
  }
  .c-topicsListItem:nth-of-type(3n + 1) {
    margin-left: 4%;
  }
  .c-topicsListItem:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .c-topicsListItem:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}


.c-archiveList {
  
}
.c-archiveListItem {
}
.c-archiveListItem__anc {
  display: flex;
  align-items: flex-start;
}
.c-archiveListItem__thumb {
  width: 300px;
  border: #000 4px solid;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.c-archiveListItem__thumb img {
  aspect-ratio: 334 / 217;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.c-archiveListItemContents {
  align-self: center;
  width: calc(100% - 300px);
  box-sizing: border-box;
  padding: 0 0 0 40px;
}
.c-archiveListItem__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}


.c-cardList01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-cardList01Item {
  width: calc(20% - 30px);
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
.c-cardList01Item:before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.1) 100%);
  transform: skewX(-25deg);
  animation: shine 3.5s infinite;
}
@keyframes shine {
	0% {
		left: -75%;
	}
  
	20% {
		left: 125%;
	}
	100% {
		left: 125%;
	}
}
@media screen and (max-width: 768px) {
  .c-cardList01Item {
    width: calc(33.33% - 20px);
    margin: 0 10px;
  }
  .c-cardList01Item:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}

.c-shopList {
  text-align: left;
  word-break: break-all;
}
.c-shopList dt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
.c-shopList dd {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 2px;
}
.c-shopList dd + dt {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .c-shopList {
  }
  .c-shopList dt {
    font-size: 14px;
  }
  .c-shopList dd {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
  }
  .c-shopList dd + dt {
    margin-top: 1em;
  }
}

.c-faqList {
  
}
.c-faqListItem {
  text-align: left;
  border-bottom: #000 1px solid;
}
.c-faqListItemHead {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 500;
  padding: 18px 30px 20px 0;
  position: relative;
  cursor: pointer;
}
.c-faqListItemHead:before ,
.c-faqListItemHead:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #333;
}
.c-faqListItemHead:before {
  height: 3px;
  width: 23px;
  right: 0px;
}
.c-faqListItemHead:after {
  width: 3px;
  height: 23px;
  right: 10px;
}
.c-faqListItemHead.is-open:after {
  opacity: 0;
}
.c-faqListItemContents {
  display: none;
  box-sizing: border-box;
  border-top: #ccc 1px solid;
  padding: 25px 0 30px;
}
.c-faqListItemContents.is-show {
  display: block;
}
.c-faqListItemCon {
  
}
.c-faqListItemCon + .c-faqListItemCon {
  margin-top: 3em;
}
.c-faqListItemCardNumber {
  position: relative;
  margin-bottom: 7px;
}
.c-faqListItemCardNumber__txt {
  font-size: 22px;
  line-height: 1.7;
  font-weight: 700;
}
.c-faqListItemCardNumberEffect__txt {
  font-size: 18px;
  line-height: 1.7;
  padding: 0 0 0 1.8em;
  font-weight: 500;
}
.c-faqListItemQuestion {
  position: relative;
  padding: 0 0 0 1.8em;
  margin-bottom: 7px;
}
.c-faqListItemQuestion__txt {
  font-size: 22px;
  line-height: 1.7;
  font-weight: 700;
}
.c-faqListItemAnswer {
  position: relative;
  padding: 0 0 0 1.8em;
}
.c-faqListItemAnswer__txt {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
.c-faqListItemQuestion:before ,
.c-faqListItemAnswer:before {
  position: absolute;
  font-family: "Bebas Neue", system-ui;
  font-size: 26px;
  left: 0;
}
.c-faqListItemQuestion:before {
  content: 'Q.';
  top: 8px;
}
.c-faqListItemAnswer:before {
  content: 'A.';
  top: 4px;
}
@media screen and (max-width: 768px) {
  .c-faqList {

  }
  .c-faqListItem {
  }
  .c-faqListItemHead {
    font-size: 20px;
    padding: 18px 30px 15px 0;
  }
  .c-faqListItemHead:before {
    height: 2px;
    width: 18px;
    right: 0px;
  }
  .c-faqListItemHead:after {
    width: 2px;
    height: 18px;
    right: 8px;
  }
  .c-faqListItemHead.is-open:after {
    opacity: 0;
  }
  .c-faqListItemContents {
    padding: 20px 0 25px;
  }
  .c-faqListItemContents.is-show {
    display: block;
  }
  .c-faqListItemCon {

  }
  .c-faqListItemCon + .c-faqListItemCon {
    margin-top:3em;
  }
  .c-faqListItemCardNumber {
    margin-bottom: 7px;
  }
  .c-faqListItemCardNumber__txt {
    font-size: 18px;
  }
  .c-faqListItemCardNumberEffect__txt {
    font-size: 15px;
  }
  .c-faqListItemQuestion {
    padding: 0 0 0 1.4em;
    margin-bottom: 7px;
  }
  .c-faqListItemQuestion__txt {
    font-size: 18px;
  }
  .c-faqListItemAnswer {
    padding: 0 0 0 1.4em;
  }
  .c-faqListItemAnswer__txt {
    font-size: 15px;
  }
  .c-faqListItemCardNumber:before ,
  .c-faqListItemQuestion:before ,
  .c-faqListItemAnswer:before {
    font-size: 24px;
    left: 0;
  }
  .c-faqListItemQuestion:before {
    content: 'Q.';
    top: 4px;
  }
  .c-faqListItemAnswer:before {
    content: 'A.';
    top: 2px;
  }
}

.c-categoryList {
  display: flex;
  flex-wrap: wrap;
}
.c-categoryList li {
  margin-right: 25px;
  margin-bottom: 15px;
}
.c-categoryList li a {
  font-size: 15px;
  line-height: 400;
  line-height: 1.3;
  display: block;
  background: #204359;
  min-width: 150px;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 20px 6px;
  color: #FFF;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.c-categoryList li a span {
  
}
@media screen and (max-width: 768px) {
  .c-categoryList {
    justify-content: space-between;
  }
  .c-categoryList li {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 0;
  }
  .c-categoryList li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .c-categoryList li a {
    font-size: 15px;
    min-width: 150px;
    padding: 6px 15px 8px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  }
  .c-categoryList li a span {

  }
}

.c-categoryList02 {
  display: flex;
  flex-wrap: wrap;
}
.c-categoryList02 li {
  width: calc(25% - 7.5px);
  margin-left: 10px;
}
.c-categoryList02 li:nth-of-type(4n + 1) {
  margin-left: 0px;
}
.c-categoryList02 li:nth-of-type(n + 5) {
  margin-top: 10px;
}
.c-categoryList02 li a {
  font-size: 18px;
  line-height: 400;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #204359;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 20px 6px;
  color: #FFF;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.c-categoryList02 li a span {
  
}
@media screen and (max-width: 768px) {
  .c-categoryList02 {
    display: flex;
    flex-wrap: wrap;
  }
  .c-categoryList02 li {
    width: calc(33.333% - 4.666px);
    margin-left: 7px;
  }
  .c-categoryList02 li:nth-of-type(4n + 1) {
    margin-left: 7px;
  }
  .c-categoryList02 li:nth-of-type(3n + 1) {
    margin-left: 0px;
  }
  .c-categoryList02 li:nth-of-type(n + 4) {
    margin-top: 7px;
  }
  .c-categoryList02 li a {
    font-size: 14px;
    height: 40px;
    padding: 4px 10px 6px;
    color: #FFF;
    border-radius: 100px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  }
  .c-categoryList02 li a span {

  }

}



.p-cautionCon {
  background: #E6E6E6;
  max-width: 1068px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 35px 40px;
  border-radius: 24px;
}
.p-cautionCon__title {
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.p-cautionConList {
  text-align: left;
}
.p-cautionConList li {
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  padding: 0 0 0 1.5em;
}
.p-cautionConList li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.p-cautionConList li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .p-cautionCon {
    padding: 25px 20px 20px;
    border-radius: 12px;
  }
  .p-cautionCon__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .p-cautionConList {
  }
  .p-cautionConList li {
    font-size: 14px;
    padding: 0 0 0 1.5em;
  }
  .p-cautionConList li:nth-of-type(n + 2) {
    margin-top: 5px;
  }
  .p-cautionConList li:before {
  }
}

.c-styleList {
}
.c-styleListItem {
}
.c-styleListItem:nth-of-type(n + 2) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: #CCC 1px solid;
}
.c-styleListItem__anc {
  display: flex;
}
.c-styleListItem__thumb {
  width: 40%;
}
.c-styleListItem__thumb img {
  aspect-ratio: 334 / 217;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.c-styleListItemContents {
  text-align: left;
  align-self: center;
  box-sizing: border-box;
  width: calc(60% - 10px);
}
/*.c-styleListItem__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}*/
.c-styleListItem__title {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 20px;
}
.c-styleListItem__title:before {
  content: '';
  display: block;
  background: #204359;
  width: 6px;
  position: absolute;
  height: calc(100% - 6px);
  left: 0;
  top: 4px;
  border-radius: 10px;
}
.c-styleListItem__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.58;
  text-align: justify;
  margin-top: 15px;
}
.c-styleListItem .c-btnOuter {
  text-align: left;
  margin-top: 30px;
}
.c-styleListItem .c-btnOuter a.c-btn {
  max-width: 262px;
  min-width: unset;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-styleListItem:nth-of-type(n + 2) {
    margin-top: 30px;
    padding-top: 30px;
  }
  .c-styleListItem__anc {
    display: flex;
  }
  .c-styleListItem__thumb {
    width: 40%;
  }
  .c-styleListItem__thumb img {
    aspect-ratio: 334 / 217;
  }
  .c-styleListItemContents {
    width: calc(60% - 10px);
  }
  .c-styleListItem__title {
    font-size: 18px;
    padding: 0 0 0 18px;
    margin-bottom: 20px;
  }
  .c-styleListItem__title:before {
    width: 5px;
    height: calc(100% - 4px);
    top: 2px;
  }
  .c-styleListItem__txt {
    font-size: 15px;
    margin-top: 15px;
  }
  .c-styleListItem .c-btnOuter {
    margin-top: 30px;
  }
  .c-styleListItem .c-btnOuter a.c-btn {
    max-width: 200px;
  }
}

@media screen and (max-width: 600px) {
  .c-styleListItem__anc {
    display: block;
  }
  .c-styleListItem__thumb {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .c-styleListItemContents {
    width: 100%;
    margin-top: 10px;
  }
  .c-styleListItem .c-btnOuter {
    text-align: center;
    margin-top: 20px;
  }
  .c-styleListItem .c-btnOuter a.c-btn {
    max-width: 200px;
    margin: 0 auto;
  }
}

.c-form {
  
}
.c-form input[type=password] ,
.c-form input[type=tel] ,
.c-form input[type=text] {
  width: 100%;
  box-sizing: border-box;
  height: 55px;
  border: #333 1px solid;
  padding: 5px 10px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  display: block;
  border-radius: 3px;
}
.c-formItem {
  text-align: left;
}
.c-formItem:nth-of-type(n + 2) {
  margin-top: 30px;
}
.c-formItem__title {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}
.c-formItemContacts {
  
}
.c-formSubmit {
  margin-top: 70px;
}
.c-formSubmit input[type="submit"] {
  font-size: 20px;
  line-height: 400;
  line-height: 1.3;
  display: inline-block;
  background: #204359;
  min-width: 300px;
  box-sizing: border-box;
  text-align: center;
  padding: 11px 20px 13px;
  color: #FFF;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: none;
}
.c-formSubmit.c-formSubmit--gray input[type="submit"] {
  background: #ADADAD;
}
.c-formLink {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
}
.c-formCaution {
  font-size: 16px;
  line-height: 1.58;
  text-align: left;
  color: #636363;
  margin-top: 70px;
}
.c-formCaution a {
  color: #636363;
  text-decoration: underline;
}
.c-formCaution + .c-formLink {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-formItem {
  }
  .c-formItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .c-formItem__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .c-formItemContents {

  }
  .c-formItemContentsInner {

  }
  .c-formItem input[type=password] ,
  .c-formItem input[type=tel] ,
  .c-formItem input[type=text] {
    height: 45px;
    padding: 5px 10px;
    font-size: 16px;
  }
  .c-formSubmit {
    margin-top: 40px;
  }
  .c-formSubmit input[type="submit"] {
    font-size: 18px;
    min-width: 240px;
    padding: 11px 20px 13px;
    letter-spacing: 0.05em;
  }
  .c-formLink {
    margin-top: 15px;
    font-size: 14px;
  }
  .c-formCaution {
    font-size: 14px;
    line-height: 1.58;
    margin-top: 45px;
  }
  .c-formCaution + .c-formLink {
    margin-top: 40px;
  }
}


.c-deckDetailList {
  display: flex;
  flex-wrap: wrap;
}
.c-deckDetailList li {
  width: 11%;
  margin-left: 1.714%;
  position: relative;
}
.c-deckDetailList li:nth-of-type(8n + 1) {
  margin-left: 0;
}
.c-deckDetailList li:nth-of-type(n + 9) {
  margin-top: 20px;
}
.c-deckDetailList li img {
  position: relative;
  z-index: 1;
}
.c-deckDetailList li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", system-ui;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  width: 36px;
  height: 36px;
  background: #204359;
  border-radius: 100px;
  color: #FFF;
  box-sizing: border-box;
  padding: 2px 0 0 0;
  position: absolute;
  bottom: -12px;
  left: -12px;
  z-index: 10;
}

@media screen and (max-width: 1100px) {
  .c-deckDetailList li {
    width: 15%;
    margin-left: 2%;
  }
  .c-deckDetailList li:nth-of-type(8n + 1) {
    margin-left: 2%;
  }
  .c-deckDetailList li:nth-of-type(6n + 1) {
    margin-left: 0;
  }
  .c-deckDetailList li:nth-of-type(n + 7) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 880px) {
  .c-deckDetailList li {
    width: 18%;
    margin-left: 2.5%;
  }
  .c-deckDetailList li:nth-of-type(8n + 1) {
    margin-left: 2.5%;
  }
  .c-deckDetailList li:nth-of-type(6n + 1) {
    margin-left: 2.5%;
  }
  .c-deckDetailList li:nth-of-type(5n + 1) {
    margin-left: 0;
  }
  .c-deckDetailList li:nth-of-type(n + 6) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-deckDetailList li span {
    font-size: 14px;
    width: 26px;
    height: 26px;
    padding: 2px 0 0 0;
    bottom: -5px;
    left: -5px;
  }
  .c-deckDetailList li:nth-of-type(n + 6) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 600px) {
  .c-deckDetailList li {
    width: 23%;
    margin-left: 2.66%;
  }
  .c-deckDetailList li:nth-of-type(8n + 1) {
    margin-left: 2.66%;
  }
  .c-deckDetailList li:nth-of-type(6n + 1) {
    margin-left: 2.66%;
  }
  .c-deckDetailList li:nth-of-type(5n + 1) {
    margin-left: 2.66%;
  }
  .c-deckDetailList li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .c-deckDetailList li:nth-of-type(n + 5) {
    margin-top: 14px;
  }
}

.p-topKv {
}
.p-topKv video {
  width: 100%;
  height: auto;
}
.p-topKv__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-topKv__pc {
    display: none;
  }
  .p-topKv__sp {
    display: block;
  }
}


.p-topTopics {
}
/*
.p-topTopics .c-btnOuter {
  margin-top: 100px;
}
*/

@media screen and (max-width: 768px) {
/*
  .p-topTopics .c-btnOuter {
    margin-top: 60px;
  }
*/
}

.p-topGuideFrame {
  max-width: 1063px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  
}

.p-topAbout {
  
}
.p-topAboutFrame {
  
}
.p-topAbout__img {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 40px;
}
.p-topAbout .c-txt {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-topAbout__img {
    border-radius: 12px;
    margin-bottom: 30px;
  }
  .p-topAbout .c-txt {
    text-align: left;
  }
}

.p-topCards {
  
}
.p-topCardsFrame {
  width: calc(100% + 30px);
  margin: 0 -15px 0;
}

@media screen and (max-width: 768px) {
  .p-topCardsFrame {
    width: calc(100% + 20px);
    margin: 0 -10px 0;
  }
}

.p-topShops {
  
}
.p-topShopsFrame {
  max-width: 1068px;
  margin: 0 auto;
  border: #000 4px solid;
  border-radius: 24px;
  padding: 40px 30px 45px;
  box-sizing: border-box;
}
.p-topShops__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  border-bottom: #000 1px solid;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}
.p-topShopsList {
  padding: 0 20px;
}
* + .p-topShops__title {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-topShopsFrame {
    border: #000 2px solid;
    border-radius: 12px;
    padding: 30px 20px 35px;
  }
  .p-topShops__title {
    font-size: 18px;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
  }
  .p-topShopsList {
    padding: 0 0px;
  }
  * + .p-topShops__title {
    margin-top: 30px;
  }
}





.p-pageFaq {
  
}

.p-pageFaqSearch{
  max-width: 50%;
  margin: 100px auto;
}

.p-pageFaqSearch__txt {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin: 3em 0;
}

.p-pageFaqFrame {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-pageFaqSearch{
    max-width: 100%;
    margin: 50px auto;
  }
  
  .p-pageFaqSearch__txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    margin: 2em 0;
  }
}

.p-pageTopics {
  
}
.p-pageTopicsCategory {
  margin-bottom: 50px;
}


.p-pageTopicsSingle {
  
}
.p-pageTopicsSingleHead {
  margin-bottom: 33px;
}
.p-pageTopicsSingleHeadInfo {
  display: flex;
  margin-bottom: 10px;
}
.p-pageTopicsSingleHeadInfoCategory {
  display: flex;
  flex-wrap: wrap;
}
.p-pageTopicsSingleHeadInfoCategory a {
  font-size: 15px;
  line-height: 400;
  line-height: 1.3;
  display: block;
  background: #204359;
  min-width: 150px;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 20px 6px;
  color: #FFF;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  margin: 0 25px 15px 0;
}
.p-pageTopicsSingleHeadInfo__date {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
  padding: 1px 0 0 0;
}
.p-pageTopicsSingleHead__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
}
.p-pageTopicsSingleBody {
  
}
.p-pageTopicsSingleBodyLower__btn {
  text-align: left;
  margin: 40px 0 0 0;
}

.p-pageTopicsSingleOther {
  margin-top: 100px;
}
.p-pageTopicsSingleOther .c-archiveList {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-pageTopics {

  }
  .p-pageTopicsCategory {
    margin-bottom: 50px;
  }


  .p-pageTopicsSingle {

  }
  .p-pageTopicsSingleHead {
    margin-bottom: 23px;
  }
  .p-pageTopicsSingleHeadInfo {
    margin-bottom: 10px;
  }
  .p-pageTopicsSingleHeadInfoCategory {
  }
  .p-pageTopicsSingleHeadInfoCategory a {
    font-size: 13px;
    min-width: 120px;
    padding: 5px 20px 6px;
    margin: 0 15px 7px 0;
  }
  .p-pageTopicsSingleHeadInfo__date {
    font-size: 15px;
    padding: 3px 0 0 0;
  }
  .p-pageTopicsSingleHead__title {
    font-size: 24px;
    line-height: 1.4;
  }
  .p-pageTopicsSingleBody {

  }
  .p-pageTopicsSingleBodyLower__btn {
    text-align: center;
    margin: 40px 0 0 0;
  }

  .p-pageTopicsSingleOther {
    margin-top: 100px;
  }
  .p-pageTopicsSingleOther .c-archiveList {
    margin-top: 30px;
  }
}



.p-pageShopsFrame {
  border: #000 4px solid;
  border-radius: 24px;
  padding: 40px 30px 45px;
  box-sizing: border-box;
  margin-top: 30px;
}
.p-pageShops__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
  border-bottom: #000 1px solid;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}
.p-pageShopsList {
  padding: 0 20px;
}
* + .p-pageShops__title {
  margin-top: 40px;
}

.p-pageShopsOnlineStore {
  max-width: 1068px;
  margin: 80px auto 0;
}

.p-pageShopsStore {
  max-width: 1068px;
  margin: 80px auto 0;
}
.p-pageShopsCategoryLink {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-pageShopsFrame {
    border: #000 2px solid;
    border-radius: 12px;
    padding: 30px 20px 35px;
    margin-top: 30px;
  }
  .p-pageShops__title {
    font-size: 18px;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
  }
  .p-pageShopsList {
    padding: 0 0px;
  }
  * + .p-pageShops__title {
    margin-top: 30px;
  }

  .p-pageShopsOnlineStore {
    max-width: 1068px;
    margin: 50px auto 0;
  }

  .p-pageShopsStore {
    max-width: 1068px;
    margin: 50px auto 0;
  }
  .p-pageShopsCategoryLink {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}



.p-pageCard {
/*
  padding: 120px 0;
*/
}
.p-pageCard .c-secHead {
  margin-bottom: 80px;
}
.p-pageCardHead {
  margin-bottom: 110px;
}
.p-pageCardHead .c-headTitle {
  margin-bottom: 0;
}
.p-pageCardFrame {
  padding: 0 0px;
}
.p-pageCardList {
  display: flex;
  flex-wrap: wrap;
}
.p-pageCardList li {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
}
.p-pageCardList li.is-move {
  -webkit-animation: fedeIn 0.5s ease 0s 1 normal forwards;
  animation: fedeIn 0.5s ease 0s 1 normal forwards;
}
.p-pageCardList__anc {
  display: block;
}
.p-pageCardList__thumb {
}
@media screen and (max-width: 1000px) {
  .p-pageCard .c-secHead {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageCard {
/*
    padding: 80px 0;
*/
  }
  .p-pageCard .c-secHead {
    margin-bottom: 60px;
  }
  .p-pageCardFrame {
    padding: 0 0px;
  }
}


@media screen and (min-width:1001px) {
  .p-pageCardList > li {
    width: calc(20% - 24px);
    margin-left: 30px;
  }
  .p-pageCardList > li:nth-of-type(5n + 1) {
    margin-left: 0px;
  }
  .p-pageCardList > li:nth-of-type(n + 6) {
    margin-top: 30px;
  }
}
@media screen and (min-width:769px) and ( max-width:1000px) {
  .p-pageCardList > li {
    width: calc(25% - 15px);
    margin-left: 20px;
  }
  .p-pageCardList > li:nth-of-type(4n + 1) {
    margin-left: 0px;
  }
  .p-pageCardList > li:nth-of-type(n + 5) {
    margin-top: 15px;
  }
}


@media screen and (max-width: 768px) {
  .p-pageCardList > li {
    width: calc(33.33% - 8px);
    margin-left: 12px;
  }
  .p-pageCardList > li:nth-of-type(3n + 1) {
    margin-left: 0px;
  }
  .p-pageCardList > li:nth-of-type(n + 4) {
    margin-top: 12px;
  }
}








.p-modalOuter {
  display: none;
/*
  padding: 100px 0;
  background: #CCC;
*/
}
.p-modal {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.p-modalHead {
  background: #222;
  color: #FFF;
  padding: 12px 20px 16px;
}
.p-modalHeadInfo {
  display : flex;
  justify-content: center;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px
}
.p-modalHeadInfo__num {
  padding: 0 15px;
}
.p-modalHeadInfo__rare {
  position: relative;
  padding: 0 15px;
}
.p-modalHeadInfo__rare:before {
  content: '';
  display: block;
  height: 14px;
  width: 1px;
  position: absolute;
  background: #222;
  top: 5px;
  left: 0;
}
.p-modalHeadInfo__rare span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.p-modalHeadTitle {
  text-align: center;
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-modalFrame {
  background: #FFF;
  box-sizing: border-box;
  padding: 15px 40px 45px;
}
.p-modalInner {
  display: flex;
  justify-content: space-between;
}
.p-modalImg {
  width: 40%;
}
.p-modalContent {
  width: 56%;
  text-align: left;
}
.p-modalCost {
}
.p-modalCost__icon {
  display: flex;
  flex-wrap: wrap;
}
.p-modalCost__icon img {
  margin: 0 6px 6px 0;
  width: 30px;
}
.p-modalCost__total {
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 4px;
}
.p-modalCost__totalTag {
  font-weight: 700;
  margin-right: 15px;
}
.p-modalCost__totalNum {
}

.p-modalProperties {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  border-top: #666 1px solid;
}
.p-modalPropertiesItem {
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  width: calc(50% - 10px);
  border-bottom: #666 1px solid;
  padding: 12px 0 13px;
}
.p-modalPropertiesItem__tag {
  font-weight: 700;
  width: 100px;
}
.p-modalPropertiesItemArea {
  width: calc(100% - 100px);
}
.p-modalPropertiesItemArea__txt {
  
}
.p-modalPropertiesItem.is-power {
  width: 100%;
}
.p-modalPropertiesItem.is-ability {
  width: 100%;
}
.p-modalPropertiesItem.is-ability .p-modalPropertiesItemArea {
}
.p-modalPropertiesItem.is-ability .p-modalPropertiesItemArea__txt {
  padding: 0 0 0 20px;
  position: relative;
}
.p-modalPropertiesItem.is-ability .p-modalPropertiesItemArea__txt:before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #666;
  position: absolute;
  top: 11px;
  left: 0;
}
.p-modalPropertiesItem.is-ability .p-modalPropertiesItemArea__txt + .p-modalPropertiesItemArea__txt {
  margin-top: 6px;
}
.p-modalPropertiesItem.is-flavor {
  width: 100%;
}
.p-modalPropertiesItem.is-flavor .p-modalPropertiesItem__tag {
  display: none;
}
.p-modalPropertiesItem.is-flavor .p-modalPropertiesItemArea {
  width: 100%;
  background: #E6E6E6;
  padding: 10px 12px;
  text-align: justify;
}



.p-modalContent__txt {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}

button.mfp-close {
  width: 34px;
  height: 34px;
  text-indent: -999px;
  overflow: hidden;
  background: url("../images/common/close.png") no-repeat center;
  background-size: cover;
  display: block;
  text-align: left;
  opacity: 1;
  top: 16px;
  right: 14px;
}
button.mfp-close:active {
  top: 16px;
}



@media screen and (max-width: 768px) {
  .p-modal {
    max-width: 500px;
  }
  .p-modalHead {
    padding: 12px 20px 16px;
  }
  .p-modalHeadInfo {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px
  }
  .p-modalHeadInfo__num {
    padding: 0 15px;
  }
  .p-modalHeadInfo__rare {
    position: relative;
    padding: 0 15px;
  }
  .p-modalHeadInfo__rare:before {
    height: 11px;
    top: 5px;
  }
  .p-modalHeadInfo__rare span {
    font-size: 14px;
  }
  .p-modalHeadTitle {
    margin-top: 4px;
    font-size: 20px;
    line-height: 1.5;
  }
  .p-modalFrame {
    padding: 15px 25px 45px;
  }
  .p-modalInner {
    display: block;
  }
  .p-modalImg {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 30px;
  }
  .p-modalContent {
    width: 100%;
  }
  .p-modalCost {
  }
  .p-modalCost__icon {
  }
  .p-modalCost__icon img {
    margin: 0 5px 5px 0;
    width: 24px;
  }
  .p-modalCost__total {
    display: flex;
    font-size: 14px;
    margin-top: 4px;
  }
  .p-modalCost__totalTag {
    margin-right: 15px;
  }
  .p-modalCost__totalNum {
  }

  .p-modalProperties {
    margin-top: 20px;
  }
  .p-modalPropertiesItem {
    font-size: 13px;
    line-height: 1.5;
    width: calc(50% - 8px);
    border-bottom: #666 1px solid;
    padding: 12px 0 13px;
  }
  .p-modalPropertiesItem__tag {
    font-weight: 700;
    width: 55px;
  }
  .p-modalPropertiesItemArea {
    width: calc(100% - 55px);
  }
  .p-modalPropertiesItemArea__txt {

  }
  .p-modalPropertiesItem.is-color {
    width: calc(36% - 8px);
  }
  .p-modalPropertiesItem.is-type {
    width: calc(64% - 8px);
  }
  .p-modalPropertiesItem.is-type .p-modalPropertiesItem__tag {
    width: 100px;
  }
  .p-modalPropertiesItem.is-type .p-modalPropertiesItemArea {
    width: calc(100% - 100px);
  }
  .p-modalPropertiesItem.is-power {
    width: 100%;
  }
  .p-modalPropertiesItem.is-ability {
    width: 100%;
  }
  .p-modalPropertiesItem.is-ability .p-modalPropertiesItemArea {
  }
  .p-modalPropertiesItem.is-ability .p-modalPropertiesItemArea__txt {
    padding: 0 0 0 20px;
    position: relative;
  }
  .p-modalPropertiesItem.is-ability .p-modalPropertiesItemArea__txt:before {
    width: 10px;
    height: 1px;
    top: 11px;
    left: 0;
  }
  .p-modalPropertiesItem.is-ability .p-modalPropertiesItemArea__txt + .p-modalPropertiesItemArea__txt {
    margin-top: 6px;
  }
  .p-modalPropertiesItem.is-flavor {
    width: 100%;
  }
  .p-modalPropertiesItem.is-flavor .p-modalPropertiesItem__tag {
  }
  .p-modalPropertiesItem.is-flavor .p-modalPropertiesItemArea {
    padding: 10px 12px;
  }



  .p-modalContent__txt {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
  }

  button.mfp-close {
    width: 30px;
    height: 30px;
    top: 16px;
    right: 14px;
  }
  button.mfp-close:active {
    top: 16px;
  }
}


.mfp-fade.mfp-bg {
   opacity: 0;
   -webkit-transition: all 0.15s ease-out; 
   -moz-transition: all 0.15s ease-out; 
   transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
   opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
   opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
   opacity: 0;
   -webkit-transition: all 0.15s ease-out; 
   -moz-transition: all 0.15s ease-out; 
   transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
   opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
   opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
   opacity: 0;
   -webkit-transition: opacity 0.3s ease-out; 
   -moz-transition: opacity 0.3s ease-out; 
   -o-transition: opacity 0.3s ease-out; 
   transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
   opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
   opacity: 0;
}

.my-mfp-zoom-in .p-modal {
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out; 
   -moz-transition: all 0.2s ease-in-out; 
   -o-transition: all 0.2s ease-in-out; 
   transition: all 0.2s ease-in-out; 
   -webkit-transform: scale(0.8); 
   -moz-transform: scale(0.8); 
   -ms-transform: scale(0.8); 
   -o-transform: scale(0.8); 
   transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .p-modal {
   opacity: 1;
   -webkit-transform: scale(1); 
   -moz-transform: scale(1); 
   -ms-transform: scale(1); 
   -o-transform: scale(1); 
   transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .p-modal {
   -webkit-transform: scale(0.8); 
   -moz-transform: scale(0.8); 
   -ms-transform: scale(0.8); 
   -o-transform: scale(0.8); 
   transform: scale(0.8); 
   opacity: 0;
}

.js-action.js-fadeIn {
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
}
.js-action.js-fadeIn.is-move {
  -webkit-animation: fedeIn 0.5s ease 0s 1 normal forwards;
  animation: fedeIn 0.5s ease 0s 1 normal forwards;
}



@-webkit-keyframes fedeIn {
  0% {-webkit-transform: translate(0, 10px); transform: translate(0, 10px); opacity: 0;}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}
@keyframes fedeIn {
  0% {-webkit-transform: translate(0, 10px); transform: translate(0, 10px); opacity: 0;}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}

@-webkit-keyframes fedeInR {
  0% {-webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); opacity: 0;}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}
@keyframes fedeInR {
  0% {-webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); opacity: 0;}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}





.p-pageContactForm {
  max-width: 1068px;
  margin: 90px auto 0;
}
.p-pageContactItem {
  text-align: left;
}
.p-pageContactItem:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-pageContactItem__tag {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 15px;
}
.p-pageContactItemContents {
  
}
.p-pageContactItemContentsInner {
  
}
.p-pageContactItem input[type=text] ,
.p-pageContactItem input[type=email] ,
.p-pageContactItem input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  height: 55px;
  border: #333 1px solid;
  padding: 5px 10px;
  outline: none;
  font-size: 18px;
  font-weight: 500;
  display: block;
  border-radius: 3px;
}
.p-pageContactItem textarea {
  width: 100%;
  box-sizing: border-box;
  height: 350px;
  border: #333 1px solid;
  padding: 15px 10px;
  outline: none;
  font-size: 18px;
  line-height: 1.75;
  border-radius: 3px;
  font-weight: 500;
}

.p-pageContactItem--radio {
  text-align: left;
}
.p-pageContactItem--radio label {
  display: inline-block;
  cursor: pointer;
  text-align: left;
  margin-right: 20px;
}
.p-pageContactItem--radio label > input {
  display: none;
}
.p-pageContactItem--radio label > span {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  padding: 2px 0 2px 35px;
  font-weight: 500;
}
.p-pageContactItem--radio label > span:before ,
.p-pageContactItem--radio label > span:after {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
  border-radius: 50%;
}
.p-pageContactItem--radio label > span:before {
  left: 0;
  border: #333 1px solid;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  background: #FFF;
}
.p-pageContactItem--radio label > span:after {
  left: 6px;
  width: 12px;
  height: 12px;
  background: #333;
  opacity: 0;
}
.p-pageContactItem--radio label > input:checked + span:after {
  opacity: 1;
}

.p-pageContactSubmit {
  margin-top: 70px;
}
.p-pageContactSubmit input[type="submit"] {
  font-size: 20px;
  line-height: 400;
  line-height: 1.3;
  display: inline-block;
  background: #204359;
  min-width: 300px;
  box-sizing: border-box;
  text-align: center;
  padding: 11px 20px 13px;
  color: #FFF;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: none;
}

@media screen and (max-width: 768px) {
  .p-pageContactForm {
    margin: 50px auto 0;
  }
  .p-pageContactItem {
  }
  .p-pageContactItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-pageContactItem__tag {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-pageContactItemContents {

  }
  .p-pageContactItemContentsInner {

  }
  .p-pageContactItem input[type=text] ,
  .p-pageContactItem input[type=email] ,
  .p-pageContactItem input[type=tel] {
    height: 45px;
    padding: 5px 10px;
    font-size: 16px;
  }
  .p-pageContactItem textarea {
    height: 250px;
    padding: 15px 10px;
    font-size: 16px;
  }

  .p-pageContactItem--radio {
  }
  .p-pageContactItem--radio label {
    margin-right: 0px;
    display: block;
  }
  .p-pageContactItem--radio label > span {
    font-size: 16px;
    line-height: 1.7;
    padding: 2px 0 2px 30px;
  }
  .p-pageContactItem--radio label > span:before ,
  .p-pageContactItem--radio label > span:after {
    top: 2px;
  }
  .p-pageContactItem--radio label > span:before {
    width: 20px;
    height: 20px;
  }
  .p-pageContactItem--radio label > span:after {
    left: 5px;
    width: 10px;
    height: 10px;
  }

  .p-pageContactSubmit {
    margin-top: 40px;
  }
  .p-pageContactSubmit input[type="submit"] {
    font-size: 18px;
    min-width: 240px;
    padding: 11px 20px 13px;
    letter-spacing: 0.05em;
  }
}

.p-pageProduct {
  
}
.p-pageProductFrame {
  
}
.p-pageProductItem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-pageProductItem:nth-of-type(n + 2) {
  margin-top: 70px;
}
.p-pageProductItem__img {
  width: calc(40% - 20px);
  box-sizing: border-box;
}
.p-pageProductItemContents {
  width: calc(60% - 20px);
  text-align: left;
}
.p-pageProductItem__name {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 35px;
}
.p-pageProductItemInfo {
  
}
.p-pageProductItemInfoItem {
  display: flex;
  align-items: flex-start;
}
.p-pageProductItemInfoItem:nth-of-type(n + 2) {
  margin-top: 20px;
}
.p-pageProductItemInfoItem__tag {
  background: #333;
  color: #FFF;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  width: 150px;
  text-align: center;
  padding: 6px 10px 8px;
  box-sizing: border-box;
}
.p-pageProductItemInfoItem__txt {
  box-sizing: border-box;
  width: calc(100% - 150px);
  padding: 3px 0 0 30px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}
.p-pageProductItemInfoItem__txt > span {
  font-size: 80%;
}
.p-pageProductItemDetailList {
  font-size: 16px;
}
.p-pageProductItemDetailList li {
  position: relative;
  padding: 0 0 0 25px;
}
.p-pageProductItemDetailList li:before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 2px;
  background: #E6E6E6;
  top: 13px;
  left: 0;
}
.p-pageProductItemDetailList li:nth-of-type(n + 2) {
}

.p-pageProductItem__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.p-pageProductItem__btn .c-btn {
  margin: 10px 10px 0;
}

@media screen and (max-width: 768px) {
  .p-pageProductItem {
  }
  .p-pageProductItem:nth-of-type(n + 2) {
    margin-top: 70px;
  }
  .p-pageProductItem__img {
    width: calc(40% - 15px);
  }
  .p-pageProductItemContents {
    width: calc(60% - 15px);
    text-align: left;
  }
  .p-pageProductItem__name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-pageProductItemInfo {
  }
  .p-pageProductItemInfoItem {
  }
  .p-pageProductItemInfoItem__tag {
    font-size: 13px;
    line-height: 1.4;
    width: 130px;
    padding: 5px 10px 6px;
  }
  .p-pageProductItemInfoItem__txt {
    width: calc(100% - 130px);
    padding: 3px 0 0 15px;
    font-size: 14px;
  }
  .p-pageProductItemInfoItem__txt > span {
    font-size: 80%;
  }
  .p-pageProductItemInfoItem:nth-of-type(n + 2) {
    margin-top: 10px;
    display: block;
  }
  .p-pageProductItemInfoItem:nth-of-type(n + 2) .p-pageProductItemInfoItem__txt {
    width: 100%;
    padding: 0px 0 0 0;
    margin-top: 8px;
  }
  .p-pageProductItemDetailList {
    font-size: 14px;
  }
  .p-pageProductItemDetailList li {
    position: relative;
    padding: 0 0 0 25px;
  }
  .p-pageProductItemDetailList li:before {
    position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background: #E6E6E6;
    top: 13px;
    left: 0;
  }
  .p-pageProductItemDetailList li:nth-of-type(n + 2) {
  }

  .p-pageProductItem__btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .p-pageProductItem__btn .c-btn {
    margin: 10px 10px 0;
  }
}

@media screen and (max-width: 550px) {
  .p-pageProductItem {
    display: block;
  }
  .p-pageProductItem__img {
    width: 100%;
  }
  .p-pageProductItemContents {
    width: 100%;
    margin-top: 20px;
  }
}



.p-pageGuide {
  
}
.p-pageGuideMovie {
  max-width: 860px;
  margin: 0 auto 100px;
}
.p-pageGuideFrame {
  max-width: 1200px;
  margin: 0 auto;
}
.p-pageGuideItem {
  border: #333 2px solid;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
}
.p-pageGuideItem:nth-of-type(n + 2) {
  margin-top: 40px;
}
.p-pageGuideItemHead {
  position: relative;
  cursor: pointer;
}
.p-pageGuideItemHead:before ,
.p-pageGuideItemHead:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #FFF;
}
.p-pageGuideItemHead:before {
  height: 3px;
  width: 23px;
  right: 14px;
}
.p-pageGuideItemHead:after {
  width: 3px;
  height: 23px;
  right: 24px;
}
.p-pageGuideItemHead.is-open:after {
  opacity: 0;
}
.p-pageGuideItemHead__title {
  background: url("../images/common/back.png") no-repeat center;
  background-size: 100% auto;
  width: 100%;
  color: #FFF;
  text-align: left;
  font-size: 32px;
  line-height: 1.4;
  padding: 8px 40px 10px 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.p-pageGuideItemContnets {
  display: none;
  text-align: left;
  padding: 20px 20px 10px 20px;
}
.p-pageGuideItemContnets a{
  color: #0000FF;
  text-decoration: underline;
}
.c-guide__middleTitle {
  font-size: 26px;
  line-height: 1.7;
  font-weight: 700;
  position: relative;
  padding: 7px 0 12px 65px;
  border-bottom: #333 2px solid;
  margin-bottom: 18px;
}
.c-guide__middleTitle:before {
  content: '';
  display: block;
  background: url("../images/common/icon-01.png") no-repeat center;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
* + .c-guide__middleTitle {
  margin-top: 60px;
}
.c-guide__smallTitle {
  margin-bottom: 15px;
}
* + .c-guide__smallTitle {
  margin-top: 30px;
}
.c-guide__smallTitle span {
  display: inline-block;
  background: #d72e8b;
  color: #FFF;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  padding: 3px 20px 4px;
  border-radius: 5px;
}
.c-guide__smallTitle2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
* + .c-guide__smallTitle2 {
  margin-top: 25px;
}
.c-guide__txt {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
.c-guide__txt + .c-guide__txt {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-pageGuideMovie {
    margin: 0 auto 65px;
  }
  .p-pageGuideItem {
    border: #333 2px solid;
    padding: 10px;
    border-radius: 10px;
  }
  .p-pageGuideItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-pageGuideItemHead:before {
    height: 2px;
    width: 18px;
    right: 14px;
  }
  .p-pageGuideItemHead:after {
    width: 2px;
    height: 18px;
    right: 22px;
  }
  .p-pageGuideItemHead__title {
    background: url("../images/common/back.png") no-repeat center;
    background-size: 100% auto;
    font-size: 20px;
    line-height: 1.4;
    padding: 8px 30px 10px 20px;
    border-radius: 8px;
  }
  .p-pageGuideItemContnets {
    padding: 15px 10px 10px 10px;
  }

  .c-guide__middleTitle {
    font-size: 18px;
    line-height: 1.7;
    padding: 6px 0 10px 45px;
    border-bottom: #333 1px solid;
    margin-bottom: 15px;
  }
  .c-guide__middleTitle:before {
    width: 40px;
    height: 40px;
    top: 0;
    left: 0;
  }
  * + .c-guide__middleTitle {
    margin-top: 40px;
  }
  .c-guide__smallTitle {
    margin-bottom: 15px;
  }
  * + .c-guide__smallTitle {
    margin-top: 20px;
  }
  .c-guide__smallTitle span {
    font-size: 16px;
    line-height: 1.4;
    padding: 6px 15px 7px;
  }
  .c-guide__smallTitle2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  * + .c-guide__smallTitle2 {
    margin-top: 20px;
  }
  .c-guide__txt {
    font-size: 15px;
  }
  .c-guide__txt + .c-guide__txt {
    margin-top: 1em;
  }
}

.c-tinIcon {
  display: inline-block;
  width: 22px;
  padding: 0 2px;
}
.c-tinIcon img {
  transform: translate(0, -10%);
}
.c-guideDotBox {
  border: #d72e8b dotted 2px;
  position: relative;
  border-radius: 20px;
  padding: 40px 40px 40px 40px;
}
.c-guideDotBox__title {
  text-align: center;
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
}
.c-guideDotBox__title span {
  background: #FFF;
  display: inline-block;
  font-family: "Bebas Neue", system-ui;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 400;
  color: #d72e8b;
  position: relative;
  padding: 0 10px 0 52px;
}
.c-guideDotBox__title span:before {
  content: '';
  display: block;
  background: url("../images/common/icon-02.png") no-repeat center;
  background-size: 34px auto;
  width: 34px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 10px;
}
.c-guideNumList {
  
}
.c-guideNumList dt {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #d72e8b;
  padding: 0 0 0 30px;
  margin-bottom: 7px;
}
.c-guideNumList__num {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  top: 2px;
  left: 0;
  font-family: "Bebas Neue", system-ui;
  color: #FFF;
  background: #d72e8b;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0 0 1px;
}
.c-guideNumList dd {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
.c-guideNumList dt + dt {
  margin-top: 15px;
}
.c-guideNumList dd + dt {
  margin-top: 15px;
}
.c-guideNumList.is-noNum dt {
  padding-left: 0;
}
.c-guideNumList.is-noNum .c-guideNumList__num {
  display: none;
}

.c-guideCon {
  display: flex;
  justify-content: space-between;
}
* + .c-guideCon {
  margin-top: 40px;
}
.c-guideConItem {
  width: calc(50% - 20px);
}
.c-guide__img {
  margin-top: 25px;
}
.c-guide__img span {
  font-weight: bold;
  color: #0068b7;
  font-size: 18px;
  line-height: 1.4;
  text-align: right;
  display: block;
  margin-top: 10px;
}
* + .c-guide__img {
  margin-top: 25px;
}
.c-guide__img + .c-guide__txt {
  margin-top: 25px;
}
* + .c-guide__listOuter {
  margin-top: 25px;
}
.c-guide__txt + .c-guide__listOuter {
  margin-top: 10px;
}
.c-guide__listOuter + .c-guide__txt {
  margin-top: 25px;
}

.c-guide__list {
  
}
.c-guide__list li {
  padding: 0 0 0 30px;
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
.c-guide__list li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 13px;
  left: 12px;
  border-radius: 50%;
  background: #d72e8b;
}
.c-guide__list li:nth-of-type(n + 2) {
  
}
@media screen and (max-width: 768px) {
  .c-tinIcon {
    width: 18px;
    padding: 0 2px;
  }
  .c-tinIcon img {
    transform: translate(0, -15%);
  }
  .c-guideDotBox {
    border: #d72e8b dotted 1px;
    position: relative;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
  }
  .c-guideDotBox__title {
    top: -12px;
  }
  .c-guideDotBox__title span {
    font-size: 20px;
    padding: 0 10px 0 37px;
  }
  .c-guideDotBox__title span:before {
    background: url("../images/common/icon-02.png") no-repeat center;
    background-size: 23px auto;
    width: 23px;
    height: 19px;
    top: 2px;
    left: 10px;
  }
  .c-guideNumList {

  }
  .c-guideNumList dt {
    font-size: 16px;
    padding: 0 0 0 27px;
    margin-bottom: 4px;
  }
  .c-guideNumList__num {
    width: 20px;
    height: 20px;
    top: 2px;
    font-size: 14px;
    padding: 4px 0 0 1px;
  }
  .c-guideNumList dd {
    font-size: 15px;
  }
  .c-guideNumList dt + dt {
    margin-top: 11px;
  }
  .c-guideNumList dd + dt {
    margin-top: 11px;
  }
  .c-guideNumList.is-noNum dt {
    padding-left: 0;
  }
  .c-guideNumList.is-noNum .c-guideNumList__num {
    display: none;
  }

  .c-guideCon {
  }
  * + .c-guideCon {
    margin-top: 24px;
  }
  .c-guideConItem {
    width: calc(50% - 10px);
  }
  .c-guide__img {
    margin-top: 25px;
  }
  .c-guide__img span {
    font-weight: bold;
    color: #0068b7;
    font-size: 18px;
    line-height: 1.4;
    text-align: right;
    display: block;
    margin-top: 10px;
  }
  * + .c-guide__img {
    margin-top: 20px;
  }
  .c-guide__img + .c-guide__txt {
    margin-top: 20px;
  }
  * + .c-guide__listOuter {
    margin-top: 20px;
  }
  .c-guide__txt + .c-guide__listOuter {
    margin-top: 10px;
  }
  .c-guide__listOuter + .c-guide__txt {
    margin-top: 20px;
  }

  .c-guide__list {

  }
  .c-guide__list li {
    padding: 0 0 0 12px;
    font-size: 15px;
  }
  .c-guide__list li:before {
    width: 5px;
    height: 5px;
    top: 11px;
    left: 0px;
  }
  .c-guide__list li:nth-of-type(n + 2) {

  }
}
@media screen and (max-width: 600px) {
  .c-guideCon {
    display: block;
  }
  * + .c-guideCon {
    margin-top: 30px;
  }
  .c-guideConItem {
    width: 100%;
  }
  .c-guideConItem:nth-of-type(1) {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}

.c-guide__list2 {
  
}
.c-guide__list2 dt {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  padding: 0 0 0 20px;
  margin-bottom: 7px;
}
.c-guide__list2 dd {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  padding: 0 0 0 20px;
}
.c-guide__list2 dt + dt {
  margin-top: 15px;
}
.c-guide__list2 dd + dt {
  margin-top: 15px;
  border-top: #CCC 2px dotted;
  padding-top: 15px;
}



.c-guideNum2List {
  list-style: none;
  counter-reset: item;
}
.c-guideNum2List li {
  position: relative;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  padding: 0 0 0 30px;
}
.c-guideNum2List li:before {
  counter-increment: item;
   content: counter(item);
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  top: 4px;
  left: 0;
  font-family: "Bebas Neue", system-ui;
  color: #FFF;
  background: #333;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0 0 1px;
}
.c-guideNum2List li:nth-of-type(n + 2) {
  margin-top: 8px;
}
.c-guide__case {
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  padding-left: 2em;
}
.c-guide__case:before {
  position: absolute;
  content: ' 例：';
  top: 0;
  left: 0;
}
.c-guide__case .c-tinIcon {
  width: 18px;
}
.c-guide__case .c-tinIcon img {
  transform: translate(0, -20%);
}


.c-guide__arrow {
  text-align: center;
  margin-top: 25px;
}
.c-guide__arrow span {
  display: inline-block;
  text-align: left;
  position: relative;
  padding: 0 0 0 90px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}
.c-guide__arrow span:before {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border: 36px solid transparent;
  border-top: 30px solid #0068b7;
}

@media screen and (max-width: 768px) {
  .c-guide__list2 {

  }
  .c-guide__list2 dt {
    font-size: 15px;
    padding: 0 0 0 0px;
    margin-bottom: 4px;
  }
  .c-guide__list2 dd {
    font-size: 15px;
    padding: 0 0 0 0px;
  }
  .c-guide__list2 dt + dt {
    margin-top: 10px;
  }
  .c-guide__list2 dd + dt {
    margin-top: 12px;
    border-top: #CCC 1px dotted;
    padding-top: 12px;
  }



  .c-guideNum2List {
  }
  .c-guideNum2List li {
    font-size: 15px;
    padding: 0 0 0 28px;
  }
  .c-guideNum2List li:before {
    width: 20px;
    height: 20px;
    top: 4px;
    font-size: 14px;
    padding: 4px 0 0 1px;
  }
  .c-guideNum2List li:nth-of-type(n + 2) {
    margin-top: 8px;
  }
  .c-guide__case {
    font-size: 14px;
    padding-left: 2em;
  }
  .c-guide__case:before {
    content: ' 例：';
  }
  .c-guide__case .c-tinIcon {
    width: 15px;
  }
  .c-guide__case .c-tinIcon img {
    transform: translate(0, -21%);
  }


  .c-guide__arrow {
    margin-top: 15px;
  }
  .c-guide__arrow span {
    padding: 0 0 0 65px;
    font-size: 16px;
    display: block;
  }
  .c-guide__arrow span:before {
    top: 6px;
    bottom: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border: 26px solid transparent;
    border-top: 20px solid #0068b7;
  }
}

.p-pageGuidePayCost {
  max-width: 600px;
  margin: 30px auto 0;
}

.c-guide__img.is-03-01 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.c-guide__img.is-05-01 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.c-guide__img.is-05-02 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.c-guide__img.is-05-03 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.c-guide__img.is-05-04 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.c-guide__img.is-05-05 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.c-guide__img.is-05-06 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.c-guide__img.is-05-07 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.c-guide__img.is-05-08 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


.p-pageGuideFlow {
  margin-top: 30px;
}
.p-pageGuideFlowItem {
  position: relative;
}
.p-pageGuideFlowItem:before {
  content: '';
  display: block;
  width: 50px;
  height: calc(100% + 30px);
  background: #d72e8b;
  position: absolute;
  top: 0;
  left :50px;
  z-index: 1;
}
.p-pageGuideFlowItem:nth-of-type(n + 2) {
  margin-top: 30px;
}
.p-pageGuideFlowItem.is-end {
  padding: 80px 0 0 0;
}
.p-pageGuideFlowItem.is-end:before {
  width: 50px;
  height: 20px;
}
.p-pageGuideFlowItem.is-end:after {
  position: absolute;
  top: 20px;
  left: 29px;
  margin: auto;
  content: '';
  vertical-align: middle;
  box-sizing: border-box;
  width: 46px;
  height: 46px;
  border: 46px solid transparent;
  border-top: 36px solid #d72e8b;
}
.p-pageGuideFlowItemHead {
  background: #d72e8b;
  color: #FFF;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 10;
}
.p-pageGuideFlowItemHead.is-noContents {
  border-radius: 20px;
}
.p-pageGuideFlowItemHead__title {
  font-size: 22px;
  line-height: 1.7;
  font-weight: 700;
  position: relative;
  padding: 10px 20px 12px 20px;
}
.p-pageGuideFlowItemHead__title.is-num {
  padding-left: 60px;
}
.p-pageGuideFlowItemHead__num {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  border-radius: 50%;
  top: 18px;
  left: 20px;
  font-family: "Bebas Neue", system-ui;
  color: #d72e8b;
  background: #FFF;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0 0 1px;
}
.p-pageGuideFlowItemContents {
  border: #d72e8b 2px solid;
  border-radius: 0 0 20px 20px;
  padding: 20px;
  position: relative;
  z-index: 10;
  background: #FFF;
}

.p-pageGuideFlowItemCaution {
  padding: 15px 0 0 120px;
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #0068b7;
  text-align: right;
}
.p-pageGuideFlowItemCautionInner {
  display: inline-block;
  text-align: left;
}
.is-caution {
  color: #0068b7;
  font-size: 85%;
}

.p-pageGuideFlowSup {
  position: relative;
  margin-top: 50px;
}
.p-pageGuideFlowSup .c-guide__smallTitle {
  position: absolute;
  top: 0;
  margin-bottom: 0;
  left: 50px;
  transform: translate(0, -50%);
}
.p-pageGuideFlowSup .c-guide__listOuter {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .p-pageGuidePayCost {
    max-width: 600px;
    margin: 30px auto 0;
  }

  .c-guide__img.is-03-01 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-guide__img.is-05-01 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-guide__img.is-05-02 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-guide__img.is-05-03 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-guide__img.is-05-04 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-guide__img.is-05-05 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-guide__img.is-05-06 {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-guide__img.is-05-07 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-guide__img.is-05-08 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }


  .p-pageGuideFlow {
    margin-top: 25px;
  }
  .p-pageGuideFlowItem:before {
    width: 30px;
    height: calc(100% + 20px);
    left :30px;
  }
  .p-pageGuideFlowItem:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p-pageGuideFlowItem.is-end {
    padding: 60px 0 0 0;
  }
  .p-pageGuideFlowItem.is-end:before {
    width: 30px;
    height: 20px;
  }
  .p-pageGuideFlowItem.is-end:after {
    top: 20px;
    left: 10px;
    width: 36px;
    height: 36px;
    border: 36px solid transparent;
    border-top: 28px solid #d72e8b;
  }
  .p-pageGuideFlowItemHead {
    border-radius: 10px 10px 0 0;
  }
  .p-pageGuideFlowItemHead.is-noContents {
    border-radius: 10px;
  }
  .p-pageGuideFlowItemHead__title {
    font-size: 17px;
    line-height: 1.7;
    padding: 8px 15px 9px 15px;
  }
  .p-pageGuideFlowItemHead__title.is-num {
    padding-left: 45px;
  }
  .p-pageGuideFlowItemHead__num {
    width: 20px;
    height: 20px;
    top: 15px;
    left: 15px;
    font-size: 14px;
    padding: 4px 0 0 1px;
  }
  .p-pageGuideFlowItemContents {
    border: #d72e8b 1px solid;
    border-radius: 0 0 10px 10px;
    padding: 15px;
  }

  .p-pageGuideFlowItemCaution {
    padding: 10px 0 0 80px;
    position: relative;
    font-size: 14px;
  }
  .is-caution {
    font-size: 85%;
  }

  .p-pageGuideFlowSup {
    position: relative;
  }
  .p-pageGuideFlowSup .c-guide__smallTitle {
    left: 20px;
    transform: translate(0, -50%);
  }
  .p-pageGuideFlowSup .c-guide__listOuter {
    margin-top: 0;
    padding-top: 10px
  }
}

.p-pageGuideFlowItem.is-01 .p-pageGuideFlowItemHead {
  background: #f7c8dc;
}
.p-pageGuideFlowItem.is-01 .p-pageGuideFlowItemContents {
    border-color: #f7c8dc;
}
.p-pageGuideFlowItem.is-01 .p-pageGuideFlowItemHead__num {
  color: #f7c8dc;
}
.p-pageGuideFlowItem.is-01:before {
  background: #f7c8dc;
}

.p-pageGuideFlowItem.is-02 .p-pageGuideFlowItemHead {
  background: #f3a9c9;
}
.p-pageGuideFlowItem.is-02 .p-pageGuideFlowItemContents {
    border-color: #f3a9c9;
}
.p-pageGuideFlowItem.is-02 .p-pageGuideFlowItemHead__num {
  color: #f3a9c9;
}
.p-pageGuideFlowItem.is-02:before {
  background: #f3a9c9;
}

.p-pageGuideFlowItem.is-03 .p-pageGuideFlowItemHead {
  background: #e36ba5;
}
.p-pageGuideFlowItem.is-03 .p-pageGuideFlowItemContents {
    border-color: #e36ba5;
}
.p-pageGuideFlowItem.is-03 .p-pageGuideFlowItemHead__num {
  color: #e36ba5;
}
.p-pageGuideFlowItem.is-03:before {
  background: #e36ba5;
}

.p-pageGuideFlowItem.is-04 .p-pageGuideFlowItemHead {
  background: #d72c8b;
}
.p-pageGuideFlowItem.is-04 .p-pageGuideFlowItemContents {
    border-color: #d72c8b;
}
.p-pageGuideFlowItem.is-04 .p-pageGuideFlowItemHead__num {
  color: #d72c8b;
}
.p-pageGuideFlowItem.is-04:before {
  background: #d72c8b;
}

.p-pageAboutAbout {
}
.p-pageAboutAbout .c-secHead {
  margin-bottom: 75px;
}
.p-pageAboutAboutFrame {
  text-align: left;
}
.p-pageAboutAbout__img {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-pageAboutAbout {
  }
  .p-pageAboutAbout .c-secHead {
    margin-bottom: 50px;
  }
  .p-pageAboutAbout__img {
    border-radius: 12px;
    margin-bottom: 30px;
  }
}

.p-pageAboutStory {
  position: relative;
  background: #000 url("../images/about/story/bg-01.jpg") no-repeat center;
  background-size: cover;
  padding-top: 216px;
  padding-bottom: 411px;
/*
  padding-top: 96px;
  padding-bottom: 291px;
*/
}
/*
.p-pageAboutStory:before {
  width: 100%;
  height: calc(100% + 150px);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #000 url("../images/about/story/bg-01.jpg") no-repeat center;
  background-size: cover;
}
*/
.p-pageAboutStory .c-secHead {
  color: #FFF;
  z-index: 10;
  position: relative;
}
.p-pageAboutStoryFrame {
  color: #FFF;
  z-index: 10;
  position: relative;
  text-align: left;
  text-shadow: 0 0 2px rgba(0,0,0,0.5),1px 0 2px rgba(0,0,0,0.5),-1px 0 2px rgba(0,0,0,0.5),0 1px 2px rgba(0,0,0,0.5),0 -1px 2px rgba(0,0,0,0.5);
}
@media screen and (max-width: 768px) {
  .p-pageAboutStory {
    background: #000 url("../images/about/story/bg-01-sp.jpg") no-repeat center;
    background-size: cover;
    padding-top: 68px;
    padding-bottom: 70px;
  }
/*
  .p-pageAboutStory:before {
    height: calc(100% + 80px);
    background: #000 url("../images/about/story/bg-01-sp.jpg") no-repeat center;
    background-size: cover;
  }
*/
}
.p-pageAboutCharacter {
  overflow: hidden;
}
.p-pageAboutCharacter01 {
  display: flex;
  justify-content: space-between;
  padding: 0 110px;
}
.p-pageAboutCharacter01Item {
  width: calc(50% - 20px);
  aspect-ratio: 1;
  position: relative;
}
.p-pageAboutCharacter01Item img {
  bottom: 0;
  position: absolute;
  max-width: none;
}
.p-pageAboutCharacter01Item.is-01 img {
  right: 0;
  width: 106.6691%;
}
.p-pageAboutCharacter01Item.is-02 img {
  left: 0;
  width: 128.7398%;
}

.p-pageAboutCharacter02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.p-pageAboutCharacter02Item {
  width: calc(25% - 30px);
  margin-left: 40px;
}
.p-pageAboutCharacter02Item:nth-of-type(4n + 1 ) {
  margin-left: 0px;
}

.p-pageAboutCharacter03 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.p-pageAboutCharacter03Item {
  width: calc(16.666% - 33.3333px);
  margin-left: 40px;
}
.p-pageAboutCharacter03Item:nth-of-type(6n + 1 ) {
  margin-left: 0px;
}


@media screen and (max-width: 1200px) {
  .p-pageAboutCharacter01Item {
    width: calc(50% - 15px);
  }

  .p-pageAboutCharacter02 {
    margin-top: 30px;
  }
  .p-pageAboutCharacter02Item {
    width: calc(25% - 22.5px);
    margin-left: 30px;
  }
  .p-pageAboutCharacter02Item:nth-of-type(4n + 1 ) {
    margin-left: 0px;
  }

  .p-pageAboutCharacter03 {
    margin-top: 30px;
  }
  .p-pageAboutCharacter03Item {
    width: calc(16.666% - 25px);
    margin-left: 30px;
  }
  .p-pageAboutCharacter03Item:nth-of-type(6n + 1 ) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageAboutCharacter01 {
    padding: 0 18%;
  }
  .p-pageAboutCharacter01Item {
    width: calc(50% - 10px);
  }

  .p-pageAboutCharacter02 {
    margin-top: 20px;
  }
  .p-pageAboutCharacter02Item {
    width: calc(25% - 15px);
    margin-left: 20px;
  }
  .p-pageAboutCharacter02Item:nth-of-type(4n + 1 ) {
    margin-left: 0px;
  }

  .p-pageAboutCharacter03 {
    margin-top: 20px;
  }
  .p-pageAboutCharacter03Item {
    width: calc(16.666% - 16.666px);
    margin-left: 20px;
  }
  .p-pageAboutCharacter03Item:nth-of-type(6n + 1 ) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 650px) {
  .p-pageAboutCharacter01 {
    display: block;
  }
  .p-pageAboutCharacter01Item {
    width: 100%;
  }
  .p-pageAboutCharacter01Item:nth-of-type(n + 2) {
    margin-top: 16%;
  }
  .p-pageAboutCharacter02 {
    margin-top: 20px;
  }
  .p-pageAboutCharacter02Item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .p-pageAboutCharacter02Item:nth-of-type(4n + 1 ) {
    margin-left: 20px;
  }
  .p-pageAboutCharacter02Item:nth-of-type(2n + 1 ) {
    margin-left: 0px;
  }
  .p-pageAboutCharacter02Item:nth-of-type(n + 3 ) {
    margin-top: 20px;
  }

  .p-pageAboutCharacter03 {
    margin-top: 20px;
  }
  .p-pageAboutCharacter03Item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .p-pageAboutCharacter03Item:nth-of-type(6n + 1 ) {
    margin-left: 20px;
  }
  .p-pageAboutCharacter03Item:nth-of-type(3n + 1 ) {
    margin-left: 20px;
  }
  .p-pageAboutCharacter03Item:nth-of-type(2n + 1 ) {
    margin-left: 0px;
  }
  .p-pageAboutCharacter03Item:nth-of-type(n + 3 ) {
    margin-top: 20px;
  }
}



.p-pageSingle {
  
}
.p-pageSingleHead {
  margin-bottom: 33px;
}
.p-pageSingleHead__title {
  font-size: 40px;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
}
.p-pageSingleBody {
}
.p-pageSingleFrame .p-pageSingleBody .c-btnOuter {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-pageSingle {

  }
  .p-pageSingleHead {
    margin-bottom: 23px;
  }
  .p-pageSingleHead__title {
    font-size: 24px;
    line-height: 1.4;
  }
  .p-pageSingleBody {

  }
  .p-pageSingleFrame .p-pageSingleBody .c-btnOuter {
    margin-top: 60px;
  }
}

.p-pageStyleFrame {
  max-width: 1200px;
  margin: 0 auto;
}
.p-pageStyleSingleDeckList {
  border: #000 4px solid;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 60px;
}
.p-pageStyleSingleDeckListInner {
  
}
.p-pageStyleSingleDeckItem {
  
}
.p-pageStyleSingleDeckItem:nth-of-type(n + 2) {
  border-top: 1px solid #CCC;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-pageStyleSingleDeckList {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 50px;
    border: #000 2px solid;
  }
  .p-pageStyleSingleDeckListInner {

  }
  .p-pageStyleSingleDeckItem {

  }
  .p-pageStyleSingleDeckItem:nth-of-type(n + 2) {
    margin-top: 20px;
    padding-top: 20px;
  }
}


.p-pageLogin {
  
}
.p-pageLoginFrame {
  max-width: 500px;
  margin: 0 auto;
}
.p-pageLoginInput {
  
}
.p-pageLogin {
  
}





.p-pageMypageTop {
  padding-bottom: 100px;
}
.p-pageMypageTopAccount {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.p-pageMypageTopAccountUpper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  box-sizing: border-box;
  padding: 0 40px 0 0;
  border-right: #ADADAD 1px solid;
}
.p-pageMypageTopAccountUpper__img {
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.p-pageMypageTopAccountUpper__img img {
  aspect-ratio: 1;
  object-fit: cover;
}
.p-pageMypageTopAccountUpperContents {
  width: calc(100% - 180px);
  text-align: left;
}
.p-pageMypageTopAccountUpper__name {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
}
.p-pageMypageTopAccountUpper__id {
  display: flex;
  margin-top: 10px;
}
.p-pageMypageTopAccountUpper__id span:nth-of-type(1) {
  font-size: 10px;
  line-height: 1.4;
  display: block;
  background: #E6E6E6;
  padding: 2px 5px 3px 5px;
}
.p-pageMypageTopAccountUpper__id span:nth-of-type(2) {
  font-size: 12px;
  line-height: 1.4;
  display: block;
  padding: 1px 0 0 10px;
  color: #ADADAD;
  word-break: break-all;
}
.p-pageMypageTopAccountLower {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 0 0 40px;
}
.p-pageMypageTopAccountLowerItem {
  display: flex;
  align-items: flex-end;
  text-align: left;
}
.p-pageMypageTopAccountLowerItem__tag {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 14px;
  width: 130px;
}
.p-pageMypageTopAccountLowerItem__point {
  font-family: "Bebas Neue", "Noto Sans JP", system-ui;
  width: calc(100% - 130px);
  display: flex;
  align-items: flex-end;
}
.p-pageMypageTopAccountLowerItem__point span:nth-of-type(1) {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  display: block;
}
.p-pageMypageTopAccountLowerItem__point span:nth-of-type(2) {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-left: 5px;
  display: block;
  padding-bottom: 11px;
}

@media screen and (max-width: 768px) {
  .p-pageMypageTop {

  }
  .p-pageMypageTopAccount {
    display: block;
  }
  .p-pageMypageTopAccountUpper {
    width: 100%;
    padding: 0 0px 0 0;
    border-right: none;
  }
  .p-pageMypageTopAccountUpper__img {
    width: 100px;
  }
  .p-pageMypageTopAccountUpperContents {
    width: calc(100% - 120px);
    text-align: left;
  }
  .p-pageMypageTopAccountUpper__name {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
  }
  .p-pageMypageTopAccountUpper__id {
    display: flex;
    margin-top: 5px;
  }
  .p-pageMypageTopAccountUpper__id span:nth-of-type(1) {
    font-size: 10px;
    line-height: 1.4;
    padding: 2px 5px 3px 5px;
  }
  .p-pageMypageTopAccountUpper__id span:nth-of-type(2) {
    font-size: 12px;
    line-height: 1.4;
    padding: 1px 0 0 10px;
  }
  .p-pageMypageTopAccountLower {
    width: 100%;
    padding: 0px 0 0 0px;
    display: flex;
    margin-top: 30px;
  }
  .p-pageMypageTopAccountLowerItem {
    display: block;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .p-pageMypageTopAccountLowerItem:nth-of-type(1) {
    border-right: #ADADAD 1px solid;
  }
  .p-pageMypageTopAccountLowerItem__tag {
    font-size: 16px;
    padding-bottom: 0px;
    margin-bottom: 4px;
    width: 100%;
  }
  .p-pageMypageTopAccountLowerItem__point {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .p-pageMypageTopAccountLowerItem__point span:nth-of-type(1) {
    font-size: 40px;
    line-height: 1.3;
  }
  .p-pageMypageTopAccountLowerItem__point span:nth-of-type(2) {
    font-size: 18px;
    margin-left: 5px;
    padding-bottom: 9px;
  }
}


.p-pageMypage__middleTitle {
  position: relative;
  margin-bottom: 30px;
}
.p-pageMypage__middleTitle span {
  display: inline-block;
  position: relative;
  z-index: 10;
  background: #FFF;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  padding: 0 30px;
}
.p-pageMypage__middleTitle:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ADADAD;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-pageMypage__middleTitle {
    margin-bottom: 25px;
  }
  .p-pageMypage__middleTitle span {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 20px;
  }
  .p-pageMypage__middleTitle:before {
  }
}


.p-pageMypageTopMenu {
  max-width: 900px;
  margin: 80px auto 0;
}
.p-pageMypageTopMenuList {
  
}
.p-pageMypageLink {
  display: flex;
}
.p-pageMypageLink li {
  width: calc(33.333% - 20px);
  margin-left: 30px;
  display: flex;
}
.p-pageMypageLink li:nth-of-type(3n + 1) {
  margin-left: 0px;
}
.p-pageMypageLink li a {
  width: 100%;
  display: block;
  border: #ADADAD 1px solid;
  padding: 20px;
  border-radius: 15px;
}
.p-pageMypageLink__icon {
  max-width: 100px;
  margin: 0 auto;
}
.p-pageMypageLink__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 7px;
}
.p-pageMypageLink__title span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-pageMypageTopMenu {
    max-width: 900px;
    margin: 80px auto 0;
  }
  .p-pageMypageTopMenuList {

  }
  .p-pageMypageLink {
    display: flex;
  }
  .p-pageMypageLink li {
    width: calc(33.333% - 8px);
    margin-left: 12px;
  }
  .p-pageMypageLink li:nth-of-type(3n + 1) {
    margin-left: 0px;
  }
  .p-pageMypageLink li a {
    padding: 10px;
    border-radius: 10px;
  }
  .p-pageMypageLink__icon {
    max-width: 70px;
  }
  .p-pageMypageLink__title {
    font-size: 12px;
    margin-top: 5px;
  }
}


a.c-btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  background: #204359;
  color: #FFF;
  min-height: 46px;
  box-sizing: border-box;
  padding: 5px 15px 6px;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  a.c-btn2 {
    font-size: 14px;
    min-height: 46px;
    padding: 5px 12px 6px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  a.c-btn2 {
    font-size: 12px;
    min-height: 46px;
    padding: 5px 12px 6px;
    border-radius: 6px;
  }
}

.p-pageMypageDeck {
  max-width: 1000px;
  margin: 0 auto;
}
.p-pageMypageDeckList {
  
}
.p-pageMypageDeckListItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  border-bottom: #ADADAD 1px solid;
  padding: 10px 0;
}
.p-pageMypageDeckListItem__date {
  width: 160px;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
.p-pageMypageDeckListItem__time {
  width: 160px;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
.p-pageMypageDeckListItem__base {
  width: calc(100% - 520px);
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
.p-pageMypageDeckListItem__deck {
  width: 200px;
}
.p-pageMypageDeckListItem__name {
  width: calc(100% - 360px);
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
.p-pageMypageDeckListItem__edit {
  width: 200px;
}
.p-pageMypageDeckShop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-pageMypageDeckShop__name {
  width: calc(100% - 206px);
}
.p-pageMypageDeckShop__btn {
  width: 186px;
}

.p-pageMypageDeckListItem.is-title {
  padding-bottom: 20px;
}
.p-pageMypageDeckListItem.is-title > div {
  font-weight: 700;
}
.p-pageMypageDeckListItem select {
  -webkit-appearance:none;
  border: #333 1px solid;
  height: 46px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 5px 10px;
  line-height: 30px;
  outline: none;
  background: #FFF url("../images/mypage/icon-select.png") no-repeat right 10px center;
  background-size: 11px auto;
  cursor: pointer;
  font-size: 16px;
  border-radius: 10px;
}
.p-pageMypageDeckListItem select::-ms-expand {
  display: none;
}

@media screen and (max-width: 1080px) {
  .p-pageMypageDeckListItem {
    font-size: 16px;
    padding: 10px 0;
  }
  .p-pageMypageDeckListItem__date {
    width: 130px;
    padding: 0 30px 0 0;
  }
  .p-pageMypageDeckListItem__time {
    width: 130px;
    padding: 0 30px 0 0;
  }
  .p-pageMypageDeckListItem__base {
    width: calc(100% - 440px);
    padding: 0 30px 0 0;
  }
  .p-pageMypageDeckListItem__deck {
    width: 170px;
  }
  .p-pageMypageDeckListItem select {
    height: 46px;
    padding: 5px 10px;
    background: #FFF url("../images/mypage/icon-select.png") no-repeat right 10px center;
    background-size: 11px auto;
    font-size: 14px;
  }
  .p-pageMypageDeckListItem__name {
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding: 0 30px 0 0;
  }
  .p-pageMypageDeckListItem__edit {
    width: 200px;
  }
  .p-pageMypageDeckShop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .p-pageMypageDeckShop__name {
    width: calc(100% - 186px);
  }
  .p-pageMypageDeckShop__btn {
    width: 166px;
  }

  .p-pageMypageDeckListItem.is-title {
    padding-bottom: 20px;
  }
  .p-pageMypageDeckListItem.is-title > div {
  }
}
@media screen and (max-width: 900px) {
  .p-pageMypageDeckShop {
    display: block;
  }
  .p-pageMypageDeckShop__name {
    width: 100%;
  }
  .p-pageMypageDeckShop__btn {
    width: 100%;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageMypageDeckList {
    border-top: #ADADAD 1px solid;
  }
  .p-pageMypageDeckListItem {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    text-align: left;
    border-bottom: #ADADAD 1px solid;
    padding: 20px 0;
  }
  .p-pageMypageDeckListItem > div:before {
    display: block;
    background: #E6E6E6;
    padding: 3px 10px 4px;
    text-align: center;
    margin-bottom: 5px;
  }
  .p-pageMypageDeckListItem__date {
    width: calc(50% - 10px);
    padding: 0 0 0 0;
  }
  .p-pageMypageDeckListItem__date:before {
    content: '日程';
  }
  .p-pageMypageDeckListItem__time {
    width: calc(50% - 10px);
    padding: 0 0 0 0;
  }
  .p-pageMypageDeckListItem__time:before {
    content: '開始時間';
  }
  .p-pageMypageDeckListItem__time.is-end:before {
    content: '最終更新日';
  }
  .p-pageMypageDeckListItem__base {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 15px;
  }
  .p-pageMypageDeckListItem__base:before {
    content: '開催店舗';
  }
  .p-pageMypageDeckListItem__deck {
    width: 100%;
    margin-top: 15px;
  }
  .p-pageMypageDeckListItem > .p-pageMypageDeckListItem__deck:before {
    content: '参加デッキ';
    margin-bottom: 10px;
  }
  .p-pageMypageDeckListItem__name {
    width: calc(50% - 10px);
    padding: 0 0 0 0;
  }
  .p-pageMypageDeckListItem__name:before {
    content: 'デッキ名';
  }
  .p-pageMypageDeckListItem__edit {
    width: 100%;
    margin-top: 15px;
  }
  .p-pageMypageDeckShop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }
  .p-pageMypageDeckShop__name {
    width: calc(100% - 172px);
  }
  .p-pageMypageDeckShop__btn {
    width: 156px;
    margin-top: 0;
  }
  .p-pageMypageDeckListItem select {
    height: 46px;
    padding: 5px 10px;
    background: #FFF url("../images/mypage/icon-select.png") no-repeat right 10px center;
    background-size: 11px auto;
    font-size: 14px;
    border-radius: 6px;
  }
  
  
  .p-pageMypageDeckListItem.is-title {
    padding-bottom: 20px;
    display: none;
  }
  .p-pageMypageDeckListItem.is-title > div {
    font-weight: 700;
  }
}

.p-pageMypageDeckEntry {
}
.p-pageMypageDeckEntryHead {
  background: #E6E6E6;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  text-align: left;
  margin-top: 40px;
}
.p-pageMypageDeckEntryHead__tag {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  padding: 0 0 2px 0;
  width: 100px;
}
.p-pageMypageDeckEntryHead__input {
  width: calc(100% - 100px);
/*
  max-width: 600px;
*/
}
.p-pageMypageDeckEntryCard {
  margin-top: 50px;
}
.p-pageMypageDeckEntryCardList {
  display: flex;
  flex-wrap: wrap;
}
.p-pageMypageDeckEntryCardList li {
  width: 18%;
  margin-left: 2.5%;
}
.p-pageMypageDeckEntryCardList li:nth-of-type(5n + 1) {
  margin-left: 0;
}
.p-pageMypageDeckEntryCardList li:nth-of-type(n + 6) {
  margin-top: 50px;
}
.p-pageMypageDeckEntryCardListControl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.p-pageMypageDeckEntryCardListControl__btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #204359;
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  box-sizing: border-box;
  padding: 0 0 2px 2px;
  border-radius: 50%;
  cursor: pointer;
}
.p-pageMypageDeckEntryCardListControlNum {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin: 0 15px;
  box-sizing: border-box;
  border: #333 1px solid;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 13px 5px 5px;
}
.p-pageMypageDeckEntryCardListControlNum__input {
  width: 30px;
}
.p-pageMypageDeckEntryCardListControlNum__input input[type="text"] {
  height: 35px;
  border: none;
  padding: 5px 5px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  text-align: right;
  color: #333;
}
.p-pageMypageDeckEntryCardListControlNum__tag {
  width: 35px;
  color: #333;
}
@media screen and (max-width: 1200px) {
  .p-pageMypageDeckEntryCardList li {
    width: 23%;
    margin-left: 2.666%;
  }
  .p-pageMypageDeckEntryCardList li:nth-of-type(5n + 1) {
    margin-left: 2.666%;
  }
  .p-pageMypageDeckEntryCardList li:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .p-pageMypageDeckEntryCardList li:nth-of-type(n + 5) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .p-pageMypageDeckEntryCardList li {
    width: 31%;
    margin-left: 3.5%;
  }
  .p-pageMypageDeckEntryCardList li:nth-of-type(5n + 1) {
    margin-left: 3.5%;
  }
  .p-pageMypageDeckEntryCardList li:nth-of-type(4n + 1) {
    margin-left: 3.5%;
  }
  .p-pageMypageDeckEntryCardList li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-pageMypageDeckEntryCardList li:nth-of-type(n + 4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-pageMypageDeckEntryHead {
    padding: 15px 20px;
  }
  .p-pageMypageDeckEntryHead__tag {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    padding: 0 0 2px 0;
    width: 80px;
  }
  .p-pageMypageDeckEntryHead__input {
    width: calc(100% - 80px);
  /*
    max-width: 600px;
  */
  }
  .p-pageMypageDeckEntryCard {
    margin-top: 40px;
  }
  .p-pageMypageDeckEntryCardList {
    display: flex;
    flex-wrap: wrap;
  }
  .p-pageMypageDeckEntryCardListControl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
  .p-pageMypageDeckEntryCardListControl__btn {
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 1;
    box-sizing: border-box;
    padding: 0 0 1px 1px;
    border-radius: 50%;
    cursor: pointer;
  }
  .p-pageMypageDeckEntryCardListControlNum {
    width: 56px;
    margin: 0 5px;
    font-size: 14px;
    padding: 1px 7px 1px 5px;
  }
  .p-pageMypageDeckEntryCardListControlNum__input {
    width: 30px;
  }
  .p-pageMypageDeckEntryCardListControlNum__input input[type="text"] {
    height: 35px;
    padding: 5px 5px;
    font-size: 14px;
  }
  .p-pageMypageDeckEntryCardListControlNum__tag {
    width: 35px;
  }

}
@media screen and (max-width: 600px) {
  .p-pageMypageDeckEntryCardList li {
    width: 31%;
    margin-left: 3.5%;
  }
  .p-pageMypageDeckEntryCardList li:nth-of-type(5n + 1) {
    margin-left: 3.5%;
  }
  .p-pageMypageDeckEntryCardList li:nth-of-type(4n + 1) {
    margin-left: 3.5%;
  }
  .p-pageMypageDeckEntryCardList li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .p-pageMypageDeckEntryCardList li:nth-of-type(n + 4) {
    margin-top: 30px;
  }
}

.p-pageMypageDeckEntryError {
  margin-top: 60px;
  border: #E31014 1px solid;
  color: #E31014;
  padding: 20px 20px 23px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.p-pageMypageDeckEntryError__txt {
}
.p-pageMypageDeckEntryError__txt:nth-of-type(n + 2) {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-pageMypageDeckEntryError {
    margin-top: 40px;
    padding: 15px 20px 16px;
    font-size: 13px;
  }
  .p-pageMypageDeckEntryError__txt {
  }
  .p-pageMypageDeckEntryError__txt:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 600px) {
  
}


.js-action,
.js-fadein {
/*
  opacity: 0;
  transition: all 0.4s 0.2s ease-out;
*/
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  opacity: 0;
}
.js-action.is-move,
.js-fadein.is-move {
  -webkit-animation: fedeIn 0.5s ease 0s 1 normal forwards;
  animation: fedeIn 0.5s ease 0s 1 normal forwards;
/*
  opacity: 1;
*/
}
.js-fadeinImg {
  opacity: 0;
  transition: all 0.4s 0.2s ease-out;
  transform: scale(0.8);
}
.js-fadeinImg.is-move {
  opacity: 1;
  transform: scale(1);
}

@-webkit-keyframes fedeIn {
  0% {-webkit-transform: translate(0, 10px); transform: translate(0, 10px); opacity: 0;}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}
@keyframes fedeIn {
  0% {-webkit-transform: translate(0, 10px); transform: translate(0, 10px); opacity: 0;}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}

@-webkit-keyframes fedeInR {
  0% {-webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); opacity: 0;}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}
@keyframes fedeInR {
  0% {-webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); opacity: 0;}
  100% {-webkit-transform: translate(0, 0); transform: translate(0, 0); opacity: 1;}
}

.u-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.u-en {
  font-family: "Bebas Neue", system-ui;
}

.u-fc--pink {
  color: #d72e8b;
}
.u-fc--blue {
  color: #0068b7;
}
.u-fc--gray {
  color: #666;
}


