@charset "utf-8";

/*##### Base Width #####*/
.baseW {
  width: calc(100% - 40px);
  min-width: 1080px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px){
  .baseW,
  .baseW02 {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .baseSpW {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}


.boxBaseNoPost {
  padding: 3.0em 0;
  text-align: center;
}

@media all and (max-width: 750px){
  .boxBaseNoPost p {
    font-size: 0.9rem;
  }
}


/*##### baseAlign #####*/
.baseAlignCenter {
  text-align: center;
}
.baseAlignCenterPc {
  text-align: center;
}
.baseAlignCenterSp {
  text-align: left;
}
@media all and (max-width: 750px){
  .baseAlignCenterPc {
    text-align: left;
  }
  .baseAlignCenterSp {
    text-align: center;
  }
}


/*##### ttlBase01 #####*/


/*##### boxBaseCopy #####*/
.boxBaseCopy .ttlBaseCopy {
  margin-bottom: 1.6em;
  line-height: 1.83;
  letter-spacing: 0.235em;
  font-family: var(--base-font-min);
  font-size: 1.8rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxBaseCopy .ttlBaseCopy {
    margin-bottom: 0.8em;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.boxBaseCopy .boxBaseCopyCom > p {
  line-height: 1.68;
  letter-spacing: 0.12em;
  font-size: 1.27rem;
}
@media all and (max-width: 750px){
  .boxBaseCopy .boxBaseCopyCom > p {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}


/*##### BasePageMenu01 #####*/
.ulBasePageMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ulBasePageMenu01 > li {
  margin-right: 1.4em;
}
.ulBasePageMenu01 > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .ulBasePageMenu01 > li {
    margin-right: 1.0em;
    margin-bottom: 1.5em;
  }
}

.ulBasePageMenu01 > li > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 3.6em;
  padding: 0.5em 1.85em 0.6em 1.85em;
  border-top: 1px #000 solid;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
@media all and (max-width: 1200px){
  .ulBasePageMenu01 > li > a {
    padding: 0.5em 1.5em 0.6em 1.5em;
  }
}
@media all and (max-width: 750px){
  .ulBasePageMenu01 > li > a {
    min-height: 3.0em;
    padding: 0.5em 0.7em 0.5em 0.7em;
    font-size: 1.0rem;
  }
}

.ulBasePageMenu01 > li > a:after {
  content: '';
  position: absolute;
  bottom: 0.05em;
  left: 0;
  right: 0;
  width: 0.35em;
  height: 0.35em;
  margin: auto;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(45deg) skew(-8deg, -8deg);
}

.ulBasePageMenu01 > li > a .str2 {
  letter-spacing: 1.0em;
}


/*##### txtBaseLarge #####*/
.txtBaseLarge {
  font-size: 125%;
}
@media all and (max-width: 750px){
  .txtBaseLarge {
    font-size: 115%;
  }
}


/*##### Base Com #####*/
.boxBaseCom > p {
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxBaseCom > p {
    line-height: 1.6;
    font-size: 0.9rem;
  }
}

.boxBaseCom > p + p {
  margin-top: 1.5em;
}


/*##### Box Base Img #####*/
.boxBaseImg,
.boxBaseImg.typeLeft {
  text-align: left;
}
.boxBaseImg.typeCenter {
  text-align: center;
}
.boxBaseImg.typeRight {
  text-align: right;
}


/*##### Box Base Link #####*/
.boxBaseLink,
.boxBaseLink.typeLeft {
  text-align: left;
}
.boxBaseLink.typeCenter {
  text-align: center;
}
.boxBaseLink.typeRight {
  text-align: right;
}


/*##### Dl Base #####*/
.dlBase {
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
.dlBase.typeCol {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .dlBase {
    font-size: 0.9rem;
  }
}

.dlBase.typeCol > dt {
  padding-right: 0.5em;
}
.dlBase.typeCol.addMark01 > dt {
  position: relative;
  margin-right: 0.3em;
  padding-right: 0.8em;
}

.dlBase.typeCol.addMark01 > dt:after {
  content: '：';
  position: absolute;
  right: 0.2em;
}


/*##### dlBase01 #####*/
.boxDlBase01 {
  position: relative;
  --dt-width: 218px;
  --dt-padding-right: 17px;
  --dt-color: #081e82;
  --dd-color: #3e3a39;
  --border-color: #cbc1bd;
}
@media all and (max-width: 750px){
  .boxDlBase01 {
    --dt-width: 100%;
    --dt-padding-right: 0;
  }
}

.boxDlBase01:before,
.boxDlBase01:after {
  content: '';
  position: absolute;
  top: 0;
  height: 1px;
  background-color: var(--border-color);
}
.boxDlBase01:before {
  left: 0;
  width: calc(var(--dt-width) - var(--dt-padding-right));
}
.boxDlBase01.typeRow:before {
  width: var(--dt-width);
}
.boxDlBase01:after {
  right: 0;
  width: calc(100% - var(--dt-width));
}
@media all and (max-width: 750px){
  .boxDlBase01:before,
  .boxDlBase01:after {
    content: none;
  }
}

.dlBase01 {
  margin: 0;/*Reset*/
  padding: 0;/*Reset*/
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 1.6em 0 1.62em 0;
  font-size: 1.13rem;
}
.dlBase01.typeRow {
  display: block;
}
@media all and (max-width: 750px){
  .dlBase01 {
    display: block;
    padding: 1.0em 0 1.2em 0;
    font-size: 0.9rem;
  }
}

.dlBase01:before,
.dlBase01:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: var(--border-color);
}
.dlBase01:before {
  left: 0;
  width: calc(var(--dt-width) - var(--dt-padding-right));
}
.dlBase01.typeRow:before {
  width: var(--dt-width);
}
.dlBase01:after {
  right: 0;
  width: calc(100% - var(--dt-width));
}
@media all and (max-width: 750px){
  .dlBase01:before {
    left: 0;
    width: var(--dt-width);
  }
  .dlBase01:after {
    content: none;
  }
}

.dlBase01 > dt {
  margin: 0;/*Reset*/
  padding: 0;/*Reset*/
  width: var(--dt-width);
  padding-right: var(--dt-padding-right);
}
.dlBase01.typeRow > dt {
  width: 100%;
  margin-bottom: 1.0em;
}
@media all and (max-width: 750px){
  .dlBase01 > dt {
    width: 100%;
    margin-bottom: 0.5em;
    padding-right: 0;
  }
}

.dlBase01 > dt > span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
  letter-spacing: 0.12em;
  color: var(--dt-color);
}
@media all and (max-width: 750px){
  .dlBase01 > dt > span {
    letter-spacing: 0.08em;
  }
}

.dlBase01 > dt > span:before {
  content: '';
  position: absolute;
  top: 0.15em;
  bottom: 0;
  left: 0.3em;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-radius: 0.5em;
  background-color: #ff9600;
}

.dlBase01 > dd {
  margin: 0;/*Reset*/
  padding: 0;/*Reset*/
  width: calc(100% - var(--dt-width));
  padding-left: 0.9em;
  letter-spacing: 0.12em;
  color: var(--dd-color);
}
.dlBase01.typeRow > dd {
  width: 100%;
  padding-left: 1.6em;
}
@media all and (max-width: 750px){
  .dlBase01 > dd {
    width: 100%;
    padding-left: 0;
    letter-spacing: 0.08em;
  }
}


/*##### dlBase02 #####*/
.boxDlBase02 {
  position: relative;
  --dt-width: 209px;
  --dt-padding-right: 1.0em;
  --dt-color: inherit;
  --dd-color: inherit;
  --point-color: #84c9a3;
}
@media all and (max-width: 750px){
  .boxDlBase02 {
    --dt-width: 100%;
    --dt-padding-right: 0;
  }
}

.dlBase02 {
  margin: 0;/*Reset*/
  padding: 0;/*Reset*/
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.95em;
  font-size: 1.13rem;
}
.dlBase02:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .dlBase02 {
    display: block;
    font-size: 0.9rem;
  }
}

.dlBase02 > dt {
  margin: 0;/*Reset*/
  padding: 0;/*Reset*/
  width: var(--dt-width);
  padding-right: var(--dt-padding-right);
  padding-left: 1.3em;
  letter-spacing: 0.1em;
  color: var(--dt-color);
}
@media all and (max-width: 750px){
  .dlBase02 > dt {
    width: 100%;
    margin-bottom: 0.5em;
    padding-right: 0;
    letter-spacing: 0.08em;
  }
}

.dlBase02 > dt:before {
  content: '';
  position: absolute;
  top: 0.45em;
  left: 0.1em;
  width: 0.4em;
  height: 0.4em;
  border-radius: 0.4em;
  background-color: var(--point-color);
}

.dlBase02 > dd {
  margin: 0;/*Reset*/
  padding: 0;/*Reset*/
  width: calc(100% - var(--dt-width));
  letter-spacing: 0.12em;
  color: var(--dd-color);
}
@media all and (max-width: 750px){
  .dlBase02 > dd {
    width: 100%;
    letter-spacing: 0.08em;
  }
}


/*##### Ul Base #####*/
.ulBase > li {
  margin-bottom: 0.8em;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .ulBase > li {
    line-height: 1.6;
    font-size: 0.9rem;
  }
}


/*##### ulBase01 #####*/
.ulBase01 > li {
  margin-bottom: 0.3em;
  padding-left: 1.3em;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-size: 1.13rem;
  text-indent: -1.3em;
}
@media all and (max-width: 750px){
  .ulBase01 > li {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.ulBase01 > li:last-child {
  margin-bottom: 0;
}

.ulBase01 li:before {
  content: '・';
  margin-right: 0.3em;
}


/*##### ulBaseCaution01 #####*/
.ulBaseCaution01 > li {
  margin-bottom: 0.3em;
  padding-left: 1.3em;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-size: 1.0rem;
  text-indent: -1.3em;
}
@media all and (max-width: 750px){
  .ulBaseCaution01 > li {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.ulBaseCaution01 > li:last-child {
  margin-bottom: 0;
}

.ulBaseCaution01 > li:before {
  content: '※';
  margin-right: 0.2em;
}


/*##### ulBaseCatMenu01 #####*/
.boxBaseCatMenu01 {
  margin-top: 4.1em;
  margin-bottom: 8.95em;
}

.ulBaseCatMenu01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ulBaseCatMenu01 > li {
  margin-right: 2.0%;
}
.ulBaseCatMenu01 > li:last-child {
  margin-right: 0;
}

.ulBaseCatMenu01 > li a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 140px;
  height: 42px;
  padding: 0.4em 1.8em 0.3em 1.8em;
  background: linear-gradient(30deg, #05c2b7 0%, #37aedf 89%);
  border-radius: 48px;
  letter-spacing: 0.01em;
  font-size: 1.25rem;
  color: #005a9e;
}
.ulBaseCatMenu01 > li.current a,
.ulBaseCatMenu01 > li a:hover {
  color: #fff;
  opacity: 1;
}
.ulBaseCatMenu01 > li.current a {
  pointer-events: none;
}

.ulBaseCatMenu01 > li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  margin: auto;
  background-color: #fff;
  border-radius: 50px;
}
.ulBaseCatMenu01 > li.current a:after,
.ulBaseCatMenu01 > li a:hover:after {
  background-color: transparent;
}

.ulBaseCatMenu01 > li a > span {
  position: relative;
  z-index: 3;
}


/*##### UlBaseListCat #####*/
.ulBaseListCat {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ulBaseListCat.typeBg > li,
.ulBaseListCat.typeBorder > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 1.7em;
  margin-bottom: 0.3em;
  padding: 0.3em 0.4em 0.2em 0.4em;
  background-color: #eee;
  line-height: 1.0;
  font-size: 0.9rem;
}

.ulBaseListCat.typeBg > li + li,
.ulBaseListCat.typeBorder > li + li {
  margin-left: 0.3em;
}


/*##### olBase #####*/
.olBase > li {
  margin-bottom: 0.8em;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .olBase > li {
    line-height: 1.6;
    font-size: 0.9rem;
  }
}


/*##### Color #####*/
.cBaseRed {
  color: #e60012;
}

.txtMarker01 {
  background: linear-gradient(transparent 1%, #ffe63d 1%);
}


.txtBaseUnitSuper {
  position: relative;
  left: -0.1em;
  vertical-align: super;
  font-size: 0.73rem;
}
@media all and (max-width: 750px){
  .txtBaseUnitSuper {
    font-size: 0.4rem;
  }
}

.txtBaseUnitSub {
  position: relative;
  bottom: 0.34em;
  vertical-align: sub;
  font-size: 0.73rem;
}
@media all and (max-width: 750px){
  .txtBaseUnitSub {
    font-size: 0.4rem;
  }
}


/*##### baseTextShadow #####*/
.txtBaseShadowWhite {
  text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;
}

.txtBaseShadowGray {
  text-shadow: 1px 1px 0 #f6f6f6, 1px -1px 0 #f6f6f6, -1px 1px 0 #f6f6f6, -1px -1px 0 #f6f6f6, 0 0 5px #f6f6f6, 0 0 10px #f6f6f6, 0 0 15px #f6f6f6;
}


/*##### BaseMB #####*/
.baseMB {
  margin-bottom: 1.0em;
}

.baseMB02 {
  margin-bottom: 1.5em;
}

.baseMB03 {
  margin-bottom: 2.0em;
}

.baseMB04 {
  margin-bottom: 2.5em;
}

.baseMB05 {
  margin-bottom: 3.0em;
}

.baseMB06 {
  margin-bottom: 3.5em;
}

.baseMB07 {
  margin-bottom: 4.0em;
}

.baseMB08 {
  margin-bottom: 4.5em;
}

@media all and (max-width: 767px){
  .baseMB07,
  .baseMB08 {
    margin-bottom: 3.5em;
  }
}



/*##### baseAniScroll01 #####*/
.baseAniScroll01 {
  display: none;
}
@media all and (max-width: 750px){
  .baseAniScroll01 {
    display: block;
    padding: 0.5em 1.5em 0.5em 0;
    text-align: right;
    font-size: 1.0rem;
    animation: aniTbScroll01 0.8s ease-in infinite alternate;
  }
}



/*##### linkBaseMap01 #####*/
.linkBaseMap01 {
  position: relative;
  top: -0.21em;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 5.2em;
  height: 1.45em;
  padding-bottom: 0.16em;
  border-radius: 1.45em;
  background-color: #000;
  font-size: 0.97rem;
  color: #fff;
}


/*##### Text Loop Animation #####*/
.boxBaseMarqueeWrap {
  overflow: hidden;
  white-space: nowrap;
}

.boxBaseMarquee {
  display: inline-block;
  animation: marquee 12s linear infinite;
}

.boxBaseMarquee > span {
  display: inline-block;
  padding-right: 0.5em;
}


/*##### sp read more #####*/
@media all and (max-width: 750px){
  .baseReadMoreSp {
    overflow: hidden;
    position: relative;
    visibility: visible;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0.5em;
  }
  .baseReadMoreSp.type02 {
    min-height: 2.2em;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    padding-bottom: 0;
  }
  .baseReadMoreSp.active {
    overflow: visible;
    display: block;
    -webkit-line-clamp: none;
    line-clamp: none;
    -webkit-box-orient: inline-axis;
    padding-bottom: 0;
  }
  .baseReadMoreSp.type02.active {
    -webkit-line-clamp: none;
    line-clamp: none;
  }
  .baseReadMoreSp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  }
  .baseReadMoreSp.typePinkBg:before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffe7f4 100%);
  }
  .baseReadMoreSp.active:before {
    content: none;
  }
  .baseReadMoreSp:after {
    content: 'read more…';
    position: absolute;
    z-index: 2;
    bottom: 0.5em;
    left: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 8em;
    height: 2.0em;
    padding: 0.5em 0.5em;
    border: 1px #ff64b1 solid;
    border-radius: 2.0em;
    background-color: #fff;
    font-family: var(--base-font-en);
    font-size: 0.9rem;
    color: #ff64b1;
    transform: translateX(-50%);
  }
  .baseReadMoreSp.type02:after {
    bottom: 0.3em;
  }
  .baseReadMoreSp.active:after {
    content: none;
  }
}


/*##### sp read more v2 #####*/
@media all and (max-width: 750px){
  .baseReadMoreSpV2 {
    overflow: hidden;
    position: relative;
    min-height: 4.4em;
    max-height: 4.4em;
  }
  .baseReadMoreSpV2.type02 {
    min-height: 2.2em;
    max-height: 2.2em;
  }
  .baseReadMoreSpV2.active {
    overflow: visible;
    min-height: auto;
    max-height: none;
  }
  .baseReadMoreSpV2.type02.active {
    min-height: auto;
    max-height: none;
  }
  .baseReadMoreSpV2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  }
  .baseReadMoreSpV2.typePinkBg:before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffe7f4 100%);
  }
  .baseReadMoreSpV2.typeGrayBg:before {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #e9e9e9 100%);
  }
  .baseReadMoreSpV2.active:before {
    content: none;
  }
  .baseReadMoreSpV2:after {
    content: 'read more…';
    position: absolute;
    z-index: 2;
    bottom: 0.5em;
    left: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 8em;
    height: 2.0em;
    padding: 0.5em 0.5em;
    border: 1px #ff64b1 solid;
    border-radius: 2.0em;
    background-color: #fff;
    font-family: var(--base-font-en);
    font-size: 0.9rem;
    color: #ff64b1;
    transform: translateX(-50%);
  }
  .baseReadMoreSpV2.type02:after {
    bottom: 0.3em;
  }
  .baseReadMoreSpV2.active:after {
    content: none;
  }
}


/*##### BaseMarquee #####*/
.boxBaseMarqueeWrap {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.boxBaseMarquee {
  display: flex;
  width: max-content;
  animation: marquee_scroll 100s linear infinite;
}

.boxBaseMarqueeGroup {
  display: flex;
  flex-shrink: 0;
}

.boxBaseMarqueeTxt {
  padding-right: 0.55em;
  letter-spacing: 0.033em;
  font-family: var(--base-font-en);
  font-size: 11.13rem;
  font-weight: 700;
  color: #ff0000;
}

@keyframes marquee_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


/*##### addBaseScrollMark #####*/
@media all and (max-width: 750px){
  .addBaseScrollMark {
    position: relative;
  }
}

@media all and (max-width: 750px){
  .addBaseScrollMark:after {
    content: 'Scroll here';
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 6.5em;
    height: 6.5em;
    margin: auto;
    padding: 1.0em 0.5em 0.2em 0.5em;
    border-radius: 0.5em;
    background-color: rgba(0,0,0,0.5);
    background-image: url('./../../images/base/base-icn-scroll01.svg');
    background-repeat: no-repeat;
    background-position: center calc(50% - 0.45em);
    background-size: 50% auto;
    letter-spacing: normal;
    font-family: var(--base-font-en);
    font-size: 1.4rem;
    color: #fff;
  }
}

@media all and (max-width: 750px){
  .addBaseScrollMark.typeDel:after {
    content: none;
  }
}