@charset "UTF-8";

/*========= font loading ===============*/

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

img {
  vertical-align: bottom;
}

/*========= Loading ===============*/

#splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
}

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
}

.progressbar-text {
  color: #f39b00 !important;
  /** % text**/
}

#splash_text svg {
  display: inline-block !important;
}

#splash_text svg path:nth-child(1) {
  stroke: #fff !important;
}

#splash_text svg path:nth-child(2) {
  stroke: #f39b00 !important;
}

.loader_cover {
  width: 100%;
  height: 50%;
  background-color: #ffeccc;
  transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transform: scaleY(1);
}

.loader_cover-up {
  transform-origin: center top;
}

.loader_cover-down {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}

.coveranime {
  transform: scaleY(0);
}

/*================ body ================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #313131;
  height: 100%;
  display: flex;
  flex-flow: column;
  /*text Protection*/
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
}

/*manu or modal open - body no-scroll*/
.scroll-prevent {
  overflow: hidden;
  width: 100%;
}

/**Body Background color **/

.body__bg-color {
  background: #ffeccf;
}

.en__font {
  font-family: "Lato", sans-serif;
}

/*================ main ================*/
.main__wrp {
  flex: 1;
}

/*================ display ================*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*================ form style ================*/
input,
select,
textarea {
  width: 100%;
  background: #f1e9e1;
  border: 1px #e8dcbb solid;
  padding: 6px 8px;
  margin-bottom: 2px;
  color: #313131;
  font-size: 16px;
}

.checkbox__wrp label {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  margin-right: 0;
  text-align: left;
}

.checkbox__wrp label::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.checkbox-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 6px;
  width: 8px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #f39b00;
  border-right: 3px solid #f39b00;
}


.checkbox__inner {
  margin: 16px;
}

.three-lines__wrp {
  margin: 30px;
}


.three-lines__wrp .checkbox__wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.three-lines__wrp .checkbox__wrp .checkbox__inner {
  width: 31%;
  margin: 8px 12px 12px 0px;
}

.three-lines__wrp .checkbox__wrp::after {
  content: "";
  display: block;
  width: 31%;
  margin: 8px 12px 12px 0px;
}

.three-lines__wrp .checkbox__wrp .checkbox__inner:only-child {
  width: 100%;
  margin: 0;
}

.disable {
  cursor: default;
  opacity: 0.3 !important;
}

.terms,
.membership {
  margin-top: 30px;
  text-align: center;
}

.radio-area {
  display: block;
  margin-top: 24px;
  padding: 24px;
  border: 1px #ebebeb solid;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.radio-input {
  color: #555 !important;
  font-size: 14px;
  font-weight: normal;
  border: 1px #eee solid;
  border-radius: 4px;
}

.radio-input+.r-shape {
  display: block;
  position: relative;
  padding: 0 12px 8px 26px;
  cursor: pointer;
  white-space: nowrap;
  margin: 0 0 16px 0;
  border-bottom: 1px #ebebeb solid;
  font-weight: 700;
}

.radio-area .r-shape::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: #fff;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.radio-input:checked+.r-shape::before {
  border: 1px solid #f39b00;
}

.radio-input:checked+.r-shape::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #f39b00;
  border: 1px solid #f39b00;
  border-radius: 50%;
}

.radio-area:has(.radio-input:checked) {
  background-color: #fff7f0;
}

*:focus {
  outline: none;
}

.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .three-lines__wrp {
    margin: 30px 0;
  }

  .three-lines__wrp .checkbox__wrp .checkbox__inner {
    width: 45%;
  }

  .three-lines__wrp .checkbox__wrp::after {
    width: 45%;
  }
}



/*================ a ================*/
a {
  color: #0070c0;
  text-decoration: underline;
}

a:hover {
  opacity: 0.5;
}

.news__li a,
.btn__more a,
.footer__nav a,
.pagination li a,
.link_arrow a {
  text-decoration: none;
  color: inherit;
}

/*================ position ================*/
.center__wrp {
  text-align: center;
}

.right__wrp {
  text-align: right;
}

.m__auto {
  margin: auto;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.my-2 {
  margin: 20px 0 !important;
}

/*================ Header ================*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px #ddd solid;
  line-height: 1;
}

.header__logo {
  min-width: 150px;
}

.header__logo img {
  max-width: 150px;
}


.header__inn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 60px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: end;
  min-width: 150px;
}

.header__nav .btn {
  margin: 0 0 0 10px;
  padding: 0 8px;
  max-width: 94px;
  width: 100%;
  height: 33px;
  border-radius: 0;
  background: #f39b00;
  font-size: 13px;
}






/*---responsive---------*/
@media screen and (min-width: 1052px) and (max-width: 1219px) {
  .header__logo {
    min-width: 150px;
  }

  .header__logo img {
    max-width: 150px;
  }

  .header__nav {
    min-width: 150px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1050px) {
  .header__logo {
    min-width: 120px;
  }

  .header__logo img {
    max-width: 120px;
  }

  .header__nav {
    min-width: 120px;
  }
}



@media screen and (max-width: 1024px) {
  .header__logo {
    min-width: auto;
  }

  .header__logo img {
    max-width: 116px;
  }

  .header__nav {
    margin-right: 42px;
    min-width: auto;
  }
}

/*================ humberger menu =============*/
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100;
}

.nav-open .overlay {
  opacity: 0;
  visibility: visible;
}

.hamburger {
  display: none;
}

/*---hamburger 767 or lower---------*/

@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 48px;
    height: 46px;
    padding: 14px;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    background: #fff;
  }

  .hamburger span {
    width: 100%;
    height: 1px;
    background-color: #e86534;
    position: relative;
    transition: ease 0.4s;
    display: block;
    text-align: right;
  }

  .hamburger span:nth-child(1) {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    margin: 8px 0;
    width: 60%;
    float: right;
  }

  .hamburger span:nth-child(3) {
    top: 0;
    width: 40%;
    clear: both;
    float: right;
  }

  /* after click style */
  .nav-open .header__nav {
    right: 0;
  }

  .nav-open .hamburger span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
  }

  .nav-open .hamburger span:nth-child(2) {
    opacity: 0;
  }

  .nav-open .hamburger span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .hamburger {
    width: 46px;
    height: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header__nav {
    margin-right: 24px;
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .header__nav {
    margin-right: 38px;
    min-width: auto;
  }
}

/**menu**/
.menu__wrp {
  font-size: 15px;
}

.menu__inn {
  max-width: 1024px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__inn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 0px 8px;
  text-decoration: none;
  font-weight: bold;
  color: #313131;
}

.menu__inn a:hover {
  color: #f39b00;
  opacity: 1;
}

.menu__inn a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  border-bottom: 2px #f39b00 solid;
  visibility: hidden;
  opacity: 0;
}

.menu__inn a:hover::after {
  width: 100%;
  visibility: inherit;
  opacity: 1;
}



/*drop down menu*/
.dd-menu__wrp {
  position: unset;
}

.dd-menu__wrp span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 4px;
}



.dd-menu__inn {
  width: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  top: 60px;
  left: 0px;
  border-left: 1px #ddd solid;
  border-right: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: self-start;
}

.dd-menu__wrp:hover .dd-menu__inn {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}

.dd-menu__lists {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  position: unset;
  top: 38px;
  left: 0px;
  width: auto;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin: 0;
  max-width: 954px;
}

.dd-menu__list {
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
  font-size: 14px;
  float: left;
}

.dd-menu__list a {
  height: auto;
  padding: 12px;
  text-decoration: underline;
}

.dd-menu__list a::after {
  border: 0;
}

.dd-menu__wrp:hover .dd-menu__lists {
  visibility: visible;
  opacity: 1;
}

.dd-menu__list:hover {
  background: none;
}

.nav-br {
  display: none;
}

/*---long name menu 1175 - 1025---------*/
@media screen and (min-width: 1025px) and (max-width: 1175px) {
  .nav-br {
    display: block;
  }
}



/*---menu 1024 or lower---------*/
@media screen and (max-width: 1024px) {
  .menu__wrp {
    position: absolute;
    width: 260px;
    right: -100%;
    top: 0;
    height: 100vh;
    font-size: 14px;
    background-color: #fff;
    transition: ease 0.4s;
    z-index: 101;
    overflow: auto;
    padding: 0;
  }

  .nav-open .menu__wrp {
    right: 0;
  }

  .menu__inn {
    display: block;
    margin: 40px 0 0 0px;
    height: 100vh;
  }

  .menu__inn a {
    display: block;
    padding: 20px;
    border-bottom: 1px #ddd solid;
  }

  .dd-menu__wrp .dd-menu__lists {
    width: 100%;
    visibility: visible;
    opacity: 1;
    top: 54px;
    border: 0;
    padding-bottom: 60px;
  }

  .dd-menu__list {
    float: none;
  }

  .dd-menu__list a {
    padding-left: 30px;
    text-decoration: none;
  }



  .menu__inn a:hover::after {
    border: 0;
  }

  .menu__inn a.no-hover:hover {
    color: inherit;
    cursor: default;
  }

  .menu__inn a.no-hover:hover::after {
    border: 0;
  }

  .dd-menu__wrp span {
    border-left: 3px #f39b00 solid;
    padding-left: 6px;
  }

  .dd-menu__wrp span::after {
    display: none;
  }

  .dd-menu__inn {
    width: 100%;
    background: #fff;
    visibility: visible;
    opacity: 1;
    position: unset;
    border-left: 0px #ddd solid;
    border-right: 0px #ddd solid;
    border-bottom: 0px #ddd solid;
    padding: 0px;
    display: block;
  }

  .dd-menu__lists {
    margin: 0;
  }

  .dd-menu__wrp .dd-menu__lists {
    padding-bottom: 0;
  }

  .menu__wrp .menu__inn>li:last-child {
    padding-bottom: 100px;
  }
}

/**↑menu↑**/

/*---header 767 or lower---------*/
@media screen and (max-width: 1024px) {
  .header__inn {
    height: 46px;
    padding: 0 4.8vw;
  }

  .header__nav .btn {
    width: 68px;
  }
}

/*================ button =============*/
.btn,
.btn_color {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 50px;
  padding: 8px 0px;
  color: #fff;
  opacity: 1;
  font-size: 14px;
  white-space: nowrap;
  border-radius: 32px;
  background: #f39b00;
}

a.btn {
  color: #fff !important;
  text-decoration: none;
}

.bg__gray {
  background: #a4a4a4 !important;
}

/**btn:hover**/
.btn_color:hover {
  opacity: 0.8;
}

.btn.slide,
.btn_color.slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.btn.slide::after,
.btn_color.slide::after {
  background: #da7b02;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn.slide:hover,
.btn_color.slide:hover {
  color: #fff;
  opacity: 1;
}

.btn.bg__gray.slide::after {
  background: #908e90;
}

.btn.slide.skew::after,
.btn_color.slide.skew::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 140px;
}

.btn.slide.skew:hover::after,
.btn_color.slide.skew:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}

.btn.slide.disable::after,
.btn_color.slide.disable::after {
  background: none;
}

.btn__space {
  margin: 60px 0 40px 0;
}

.horizontal {
  display: flex;
  justify-content: center;
}

.horizontal .btn {
  min-width: auto;
  width: 100%;
  max-width: 180px;
  margin: 0 1vw;
}

.icon,
.icon-news,
.icon-member,
.icon-skin {
  margin-right: 8px;
}

.icon-news {
  stroke: #313131;
}

.icon-member,
.icon-skin {
  stroke: #fff;
}

/*==login tab switch=============================*/
#login .form__wrp {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form__wrp__inner {
  width: 49%;
}


.tab-inner {
  width: 49%;
  min-height: auto;
  margin: unset;
  border: 0;
}

.content {
  width: 100%;
  padding: 12px 12px 40px 12px;
  border: 1px #efefef solid;
}

.list-tab {
  display: flex;
  width: 100%;
  border-left: 1px #efefef solid;
}

.list-tab>li {
  display: block;
  padding: 0.5em;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 14px;
  background: #efefef;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 5px #efefef solid;
}

.list-tab .active {
  border-top: 5px #ccc solid;
  border-right: 1px #efefef solid;
  background: #fff;
  font-weight: bold;
}

.new_registration_wrp {
  width: 49%;
}

.new_registration_inn {
  border: 1px #efefef solid;
  padding: 12px;
}

.tab-content {
  display: none;
  border-left: 1px #efefef solid;
  border-right: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
  width: 100%;
  padding: 12px;
}

.tab-content.active {
  display: block;
}

.tab-content.hide {
  display: none;
}

.tab-wrap .heading {
  margin: 0;
  border-bottom: 0;
}

#login .btn_color,
#login .btn {
  margin: 1.5em auto 1em auto;
}

.tab-wrap .navi {
  margin: 0 auto 2em auto;
}

.keep__login {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.question img {
  width: 20px;
  height: auto;
  opacity: 0.9;
  vertical-align: bottom;
  margin-left: 8px;
}

.banner__wrp {
  max-width: 260px;
  margin: 30px auto 20px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #login .form__wrp {
    margin: 0 auto;
  }

  .tab-wrap {
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .form__wrp__inner,
  .tab-inner,
  .new_registration_wrp {
    width: 100%;
    margin-top: 30px;
  }
}

/*================ login banner =============*/
.banner-login {
  margin-bottom: 20px;
}

/*============== login accordion ===========================*/
.accordion-header-l {
  position: relative;
  display: block;
  padding: 0;
}



.toggle {
  cursor: pointer;
}

.accordion-header-l::after {
  opacity: 1;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #313131;
  border-right: 2px solid #313131;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 16px);
  right: 10px;
  transform: rotate(135deg);
}


.accordion-header-l.rotate::after {
  transform: rotate(-45deg) !important;
  top: calc(50% - 10px);
}

/*================ Top MV =============*/
.mv__wrp {
  width: 100%;
  /*When the full-size → none*/
  margin: 60px auto -28px auto;
  /*MV start position -28px = dots height*/
}

.mv__wrp img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: unset;
}

.slick {
  max-width: 1200px;
  margin: auto;
}

.slick-dots>li:first-child:last-child {
  display: none;
}

/*---Top MV 767 or lower---------*/
@media screen and (max-width: 1024px) {
  .mv__wrp {
    margin-top: 46px;
  }
}

/*================ contents wrp =============*/
.cnt__wrp {
  max-width: 1094px;
  margin: 90px auto 0px auto;
}

/*mvがなしの時はcustomで高さを136px指定する*/
.cnt__wrp.mypage {
  margin: 70px auto 0 auto;
}

.cnt__inner {
  display: flex;
  justify-content: center;
  /*1columnの時もあるのでcenter*/
  padding: 0 70px;
  animation-delay: 0.6s;
}

.cnt__main {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}

.cnt__side {
  width: 264px;
  padding: 0px;
  margin-left: 40px;
}

.side__card {
  background: #f39b00;
  min-width: 240px;
  border-radius: 12px;
}

.group {
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .cnt__wrp {
    margin: 64px auto 0 auto;
  }

  .side__card {
    width: calc(100% + 9.6vw);
    margin: 0 -4.8vw 24px -4.8vw;
    border-radius: 0;
  }
}

/*================ Card =============*/
.card {
  margin-bottom: 20px;
  padding: 20px;
  word-break: break-all;
  background: #fff;
  border-radius: 12px;
}

.card__title {
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px #ebebeb solid;
}

.card__title.iconic {
  display: flex;
  align-items: center;
}

.notifications {
  max-width: 600px;
  width: 100%;
  line-height: 2;
}

.lead {
  margin: 16px 0;
  font-size: 14px;
  line-height: 1.7;
}

.form__wrp {
  max-width: 520px;
  margin: 30px auto 0 auto;
}

.form__wrp .title,
.three-lines__wrp .title {
  margin: 24px 0 8px 0;
  font-size: 14px;
  font-weight: 700;
}

sup {
  padding-right: 3px;
  color: #b72f2f;
  font-size: 12px;
}

.comment {
  font-weight: normal;
  font-size: 12px;
}

.color_text_error,
.color_text_caution {
  color: #b72f2f !important;
}

.color_text_error {
  margin: 2px 0 4px 0;
  font-weight: 700;
  font-size: 14px;
}

.color_text_caution li {
  margin: 4px 0 6px 20px;
  list-style: circle;
}

.normal_txt {
  text-align: left;
  line-height: 1.6;
  font-weight: normal;
}

.under-line {
  border-bottom: 1px #ebebeb solid;
  margin-bottom: 0.5rem;
  padding-bottom: 0.3rem;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.flex_child {
  width: 48%;
}

.year,
.code2 {
  width: 80px;
}

.md,
.code {
  width: 50px;
}

.sex,
.city {
  width: 50%;
}

.selectwrap label {
  position: relative;
}

.selectwrap label::after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  margin-top: -2px;
  border-top: 2px solid #313131;
  border-left: 2px solid #313131;
  transform: translateY(-50%) rotate(-135deg);
  pointer-events: none;
}

/*---Card 767 or lower------*/
@media screen and (max-width: 767px) {
  .cnt__inner {
    padding: 0 20px;
  }

  .card {
    padding: 20px;
  }
}



/*================ acordion menu =============*/
.accordion-header {
  position: relative;
  display: flex;
  padding: 20px 8px;
  transition: ease-in-out 100ms;
  cursor: pointer;
  color: #fff;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  display: block;
  right: 1%;
  top: 50%;
  width: 6%;
  height: 1px;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.accordion-header::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.acd-cnt {
  display: none;
  padding: 0 0 0 20px;
  letter-spacing: 0;
  line-height: 1.8;
}

.acd-cnt:last-child {
  padding-bottom: 16px;
}

.nav-items__item .acd-cnt a {
  padding: 12px 0px 12px 10px;
}

.nav-items__item .acd-cnt a:first-child {
  padding: 0 0px 12px 10px;
}

.fa {
  transition: ease-in-out 300ms;
}

.accordion-header.rotate::before {
  transform: translate(-50%, -50%) rotate(0deg);
}



/*member info*/

.label__member-type {
  display: inline-block;
  background: #f39b00;
  margin: 8px 0;
  padding: 6px 12px;
  color: #fff;
  border-radius: 0px;
  line-height: 1;
}

.caution-message__wrp {
  margin: 20px 0;
}

.caution-message__wrp .color_text_error {
  line-height: 1.6;
  /*font-size: 11px;*/
  font-weight: 700;
  letter-spacing: 0;
  color: #cb3a3a;
}

/*================ login before =============*/
.mv__wrp__before {
  margin: 0 auto 24px auto;
}

.mv__wrp__before img {
  width: 100%;
  height: auto;
}

.column {
  width: 100%;
  margin-top: 40px;
}

.login .card__title {
  text-align: center;
}

.login__title {
  margin-bottom: 24px;
}

.new-registrations {
  margin: auto;
  padding: 30px 36px;
  background: #f7f7f7;
  line-height: 1.8;
}

.eye-toggle {
  position: relative;
}

.eye {
  position: absolute;
  right: 8px;
  top: 6px;
  width: 24px;
  height: 24px;
  background-image: url(../img/eye-open.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.eye-off {
  position: absolute;
  right: 8px;
  top: 6px;
  width: 24px;
  height: 24px;
  background-image: url(../img/eye-close.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.btn-input {
  position: absolute;
  top: 0;
  right: 0;
  display: block !important;
  height: 30px;
  width: 30px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.btn-label {
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  width: 20px;
  opacity: 0.7;
}

_::-webkit-full-page-media,
_:future,
:root .btn-label {
  top: 10px;
}

/*for edge*/
::-ms-reveal {
  display: none;
}

/*for safari*/
input::-webkit-credentials-auto-fill-button {
  margin: 0;
  width: 0;
  background-color: transparent;
}

/**for safari eye position**/
_::-webkit-full-page-media,
_:future,
:root .eye,
_::-webkit-full-page-media,
_:future,
:root .eye-off {
  top: 8px;
}

/**for old safari eye position**/
@media screen and (-webkit-min-device-pixel-ratio: 0) {

  ::i-block-chrome,
  .eye {
    top: 8px;
  }

  ::i-block-chrome,
  .eye-off {
    top: 8px;
  }
}

.sns__wrp {
  margin: 60px 0;
  text-align: center;
}

.sns-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin: 0 6px;
  fill: #f39b00;
}

/***Contents 767********************/
@media screen and (max-width: 767px) {
  .column {
    margin-top: 16px;
  }

  .sns__wrp {
    margin: 20px 0;
  }

  .sns-icon {
    width: 32px;
    height: 32px;
  }
}

/**news*****/
.news__li {
  border-bottom: 1px #ebebeb solid;
}

.news__li a {
  display: block;
}

.news__li a:hover {
  background: #fff9ee;
  opacity: 1;
}

.news__li__unit {
  display: flex;
  justify-content: start;
  padding: 16px 0;
}

.news__li__unit__txt {
  display: flex;
  flex: 1;
}

time {
  color: #666;
  font-size: 12px;
}

.label__news-status {
  display: inline-flex;
  align-items: center;
  width: 20px;
}


.news__date {
  width: 110px;
  white-space: nowrap;
}

.news__title {
  display: inline-block;
  font-weight: 600;
  flex: 1;
}

.news__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  margin-left: 16px;
}

.news__thumb img {
  width: 172px;
  height: 97px;
  object-fit: cover;
}

.btn__more {
  margin: 16px 0 0 0;
  text-align: right;
}

.btn__more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 8px;
  border-top: 2px solid #f39e16;
  border-right: 2px solid #f39e16;
  transform: rotate(45deg);
}

figure.image {
  text-align: center;
}

figure.image.image-style-side {
  text-align: right;
}

/***News 767********************/
@media screen and (max-width: 767px) {
  .label__new {
    padding: 0px 4px;
  }

  .news__li__unit__txt {
    flex-direction: column;
  }

  .news__title {
    margin-top: 4px;
  }

  .news__thumb {
    width: 104px;
  }

  .news__thumb img {
    width: 104px;
    height: 70px;
  }
}

/*================ 02 my page =============*/
.notice {
  margin-top: 20px;
}

.notice li {
  border-bottom: 1px #ebebeb solid;
  padding: 16px 0;
  line-height: 1.8;
}

.notice li:first-child {
  padding: 0 0 16px 0;
}

.notice span {
  margin-right: 24px;
}

.notice a {
  display: inline-block;
}

.member__card {
  margin: 0 0 30px 0;
  text-align: center;
}

.m_card {
  filter: drop-shadow(0px 0px 16px rgba(62, 32, 12, 0.2));
  transform: translateZ(0);
}

.m_card.modal-open {
  cursor: zoom-in;
}

.modal-box .m_card {
  max-width: 960px;
  max-height: 95%;
  width: 95%;
}

@media (orientation: portrait) and (max-width: 560px) {
  .modal-box .m_card {
    transform: rotate(90deg) scale(1.5);
  }
}

@media (orientation: portrait) and (min-width: 561px) and (max-width: 767px) {
  .modal-box .m_card {
    transform: rotate(90deg) scale(1.3);
    max-width: 80%;
  }
}

@media (orientation: landscape) and (max-width: 1024px) {
  .modal-box .m_card {
    max-width: 95%;
    max-height: 95%;
    width: auto;
  }
}

.line-linking {
  background: #01b902 !important;
}

.btn.line-linking.slide::after {
  background: #029d03;
}

.btn.line-linking.slide::hover {
  background: #834997;
}

/***Contents 767********************/
@media screen and (max-width: 767px) {
  .cnt__inner {
    flex-direction: column;
    padding: 0 4.8vw 0px 4.8vw;
  }

  .cnt__main {
    width: 100%;
    padding: 0;
  }

  .cnt__side {
    width: 100%;
    padding: 0;
    margin: 8px 0;
  }

  .sort__order__1 {
    order: 1;
  }

  .sort__order__2 {
    order: 2;
  }

  .sort__order__3 {
    order: 3;
  }
}

/*================ 03 news list =============*/

.pagination {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

.pagination li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  border-radius: 10px;
}

.pagination li a:hover,
.pagination li a.active {
  color: #fff;
  background: #ffa200;
  border-radius: 10px;
}

.pagination li a>span {
  display: table-cell;
  vertical-align: middle;
  border-radius: 10px;
}

.tag__wrp {
  margin-top: 20px;
}

.tag-title {
  font-size: 16px;
  font-weight: bold;
}

.tag__wrp span {
  display: inline-block;
  margin: 6px 4px 4px 0;
  padding: 8px 16px;
  border-radius: 4px;
  line-height: 1;
  border: 1px #999 solid;
  color: #313131;
}

.link_arrow {
  position: relative;
  margin-top: 20px;
  padding-right: 20px;
  text-align: right;
}

.link_arrow:after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #ffa200;
  border-right: solid 2px #ffa200;
  position: absolute;
  top: 6px;
  right: 0px;
  transform: rotate(45deg);
}

.outside-card {
  margin: 60px 0 20px 0;
}

.pagination li.pre,
.pagination li.next {
  font-size: 12px;
  white-space: nowrap;
}

/***Contents 767********************/
@media screen and (max-width: 767px) {
  .pagination {
    width: calc(100% + 40px);
    margin: 30px -20px 0 -20px;
  }

  .pager .pagination li {
    margin: 0 1px;
    width: 30px;
    height: 30px;
  }

  .pagination li a span span {
    display: none;
  }

  .pagination li.pre,
  .pagination li.next {
    font-size: 14px;
    width: 20px;
  }
}

/*============ 04 news detail =============*/
.category {
  display: inline-block;
  background: #a7a7a7;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}

.news__text {
  line-height: 2;
}

.news__detail .tag__wrp a {
  border-bottom: 0;
}

.news__detail .tag__wrp {
  margin: 4px 0 24px 0;
}

.news__detail .tag__wrp span {
  font-size: 10px;
  padding: 3px 6px;
}

.news__text h2 {
  font-size: 20px;
  font-weight: 700;
}

.news__text h3 {
  font-size: 19px;
  font-weight: 700;
}

.news__text h4 {
  font-size: 16px;
  font-weight: 700;
}

.not-covered {
  margin-top: 24px;
  padding: 24px;
  background: #e8e8e8;
  text-align: center;
  border: 1px #c9c9c9 solid;
}

.iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---news detail 767 or lower------*/
@media screen and (max-width: 767px) {
  .not-covered .card__title {
    font-size: 16px;
  }
}

/*============ 07 confirm =============*/
.confirmation .title {
  border-bottom: 1px #ebebeb solid;
  margin-bottom: 6px;
  padding-bottom: 4px;
}

/*======== 09 service_payment_select ========*/
.item__title {
  font-weight: 700;
}

.grid-line {
  margin-top: 24px;
  padding: 24px;
  border: 1px #ebebeb solid;
}

.service-select {
  margin: 30px 0 10px 0;
  font-weight: bold;
}

.grid-line .service-select {
  margin: 0 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 1px #ebebeb solid;
  /*font-size: 13px;*/
}

.description__flex {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 10px 24px;
}

.radio-area .description__flex,
.radio-area .description,
.grid-line .description__flex,
.grid-line .description {
  margin: 0 0 10px 0;
}

.description {
  margin: 0 0 10px 24px;
  line-height: 1.7;
}

.item {
  width: auto;
  min-width: 120px;
  max-width: 180px;
}

.desc-subtitle {
  display: block;
  margin-top: 10px;
  /*font-size: 13px;*/
  font-weight: 700;
}

.type-image {
  display: inline-flex;
  background: #fff;
  margin-top: 10px;
  padding: 4px;
}

.type-image img {
  margin: 0 4px 0 0;
}

/*--- service_payment_select 767 or lower------*/
@media screen and (max-width: 767px) {

  .grid-line,
  .radio-area {
    padding: 12px;
  }

  .radio-input+.r-shape {
    white-space: normal;
    font-size: 12px;
  }

  .desc-subtitle {
    font-size: 12px;
  }
}

/*======== 10 service_payment_select_con ========*/
.grid-line .item__title {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px #ebebeb solid;
}

/*======== 11 cansel_service ========*/
.item__inner {
  max-width: 460px;
  margin: 30px auto 0 auto;
}

/*======== 14 point ========*/
.flex__point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 16px 0;
  border-bottom: 1px #ebebeb solid;
  line-height: 1.7;
}

.flex__point .date {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 12px;
}

.point {
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
}

.point__num {
  color: #4b6d41;
  font-size: 18px;
}

/*======== 15 point history ========*/
.point__history {
  display: flex;
  flex-wrap: wrap;
}

.point__history dt {
  width: 160px;
  margin-bottom: 8px;
}

.point__history dd {
  width: calc(100% - 160px);
  margin-bottom: 8px;
}

/*======== 28 id_card ========*/
.btn_photo::before {
  content: "写真を表示する";
}

.btn_photo.open::before {
  content: "写真を非表示にする";
}

.photo_show {
  display: none;
  max-width: 200px;
  margin: 40px auto 0 auto;
}

.photo_show img {
  width: 100%;
  height: auto;
}

.qr_wrp {
  display: flex;
}

.qr_wrp_image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30%;
}

#img-qr {
  padding: 10px;
  background: #fff;
}

.qr_wrp_text {
  width: 70%;
}

.id_text_wrp {
  margin: auto;
}

time.id_timestamp {
  margin-top: 10px;
  color: #8d8d8d;
  font-size: 12px;
}

.id_info_wrp {
  display: flex;
  align-items: center;
  margin: 12px 0 0px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px #ebebeb solid;
}

.id_item_name {
  width: 180px;
  border-right: 1px #ebebeb solid;
  padding-right: 20px;
  margin-right: 20px;
  text-align: right;
}

.favorite_wrp {
  margin-top: 20px;
  padding: 8px;
  border: 1px #ebebeb solid;
  border-radius: 8px;
  text-align: center;
}

.favorite_item {
  /*font-size: 15px;*/
  border-bottom: 1px #ebebeb solid;
  padding-bottom: 4px;
}

.favorite_item_name {
  padding-top: 8px;
}

/*---28 id_card 767 or lower------*/
@media screen and (max-width: 767px) {
  .qr_wrp {
    flex-direction: column;
  }

  .qr_wrp_image,
  .qr_wrp_text {
    width: 100%;
  }

  .qr_wrp_text {
    margin-top: 20px;
  }

  .id_info_wrp,
  .id_info {
    font-size: 14px;
  }

  .id_item_name {
    text-align: left;
    width: 162px;
    padding-right: 8px;
    margin-right: 8px;
  }

  .id_info {
    text-align: left;
    width: 100%;
  }
}

/*======== 31 usage ========*/
.list {
  display: flex;
  flex-wrap: wrap;
}

.list dt {
  width: 120px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  font-weight: 700;
}

.list dd {
  width: calc(100% - 120px);
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 1px #ebebeb solid;
}

.guide .btn {
  display: inline-flex;
  width: auto;
  height: auto;
  margin: 12px 4px 10px 0;
  padding: 4px 10px 6px 10px;
  font-size: 12px;
}

.guide a {
  display: inline-block;
  margin: 8px 0;
  border-bottom: 1px #e86534 solid;
}

#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.modal-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-inner {
  position: relative;
  width: auto;
  max-width: 480px;
  margin: 30px;
  padding: 28px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}

.modal-box .overlay-inner {
  max-width: 520px;
  text-align: left;
}

.card__sub-title {
  border-bottom: 1px #ebebeb solid;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  font-size: 16px;
  font-weight: 700;
}

/*---usage 767 or lower------*/
@media screen and (max-width: 767px) {
  .list dt {
    width: 100%;
  }

  .list dd {
    width: 100%;
  }

  .overlay-inner {
    margin: 20px;
    padding: 20px;
  }

  .modal-box .overlay-inner .btn {
    width: 100%;
    min-width: 116px;
    padding: 8px 16px;
  }
}

/*======== 36 term ========*/
.rules li {
  margin-left: 20px;
  padding: 8px 0;
  list-style: decimal;
  border: 0;
}

.brackets>li {
  counter-increment: brackets;
  position: relative;
  padding-left: 32px;
  list-style: none;
}

.brackets>li:before {
  content: "（" counter(brackets) "）";
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 12px;
}

.rules li .brackets>li {
  margin-left: 0;
}

.rules h2,
.rules h3 {
  font-weight: 700;
}

.rules h2 {
  margin-top: 24px;
}

.rules h3 {
  margin: 12px 0 4px 0;
}

.rules table {
  margin: 8px 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.rules th {
  background: #f5f5f5;
  padding: 8px;
  border: 1px #ccc solid;
  font-weight: 700;
}

.rules table td {
  padding: 8px;
  border: 1px #ebebeb solid;
}

/*======== 37 privacy-policy ========*/
.style_none li {
  list-style: none !important;
}

/*======== 38 sctl ========*/
.sctl dl {
  margin-top: 24px;
  word-break: break-all;
}

.sctl dt {
  width: 100%;
  margin-bottom: 12px;
}

.sctl dt::before {
  content: "";
  border-left: 4px #f39b00 solid;
  padding-right: 8px;
}

.sctl dd {
  width: 100%;
  margin-bottom: 40px;
  border: 0;
}

/*---sctl 767 or lower------*/
@media screen and (max-width: 767px) {
  .sctl dt {
    margin-bottom: 12px;
  }
}

/*======== 42 faq ========*/
.faq .item__title {
  font-size: 20px;
  margin: 24px 0 8px 0;
}

.faq .accordion-wrap {
  border-bottom: 1px #ebebeb solid;
}

.faq .accordion-header {
  padding: 12px 22px 12px 0px;
  transition: ease-in-out 100ms;
  cursor: pointer;
  font-weight: 700;
  color: #313131;
}

.faq .accordion-header::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #313131;
  border-right: 1px solid #313131;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  left: auto;
  right: 3px;
  transform: rotate(135deg);
  transition: border-top 0.3s ease-out, padding-top 0.3s ease-out,
    padding-bottom 0.3s ease-out;
}

.faq .accordion-header.rotate::after {
  transform: rotate(-45deg) !important;
  top: calc(50% - 0px);
}

.faq .btn {
  width: auto;
  padding: 8px 16px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.list_disc {
  margin-left: 1.2em;
}

.list_disc li {
  list-style: disc;
  margin-bottom: 4px;
}

.inline-block {
  display: inline-block;
}



/*======== 55 photo ========*/
.photo__inner {
  margin: 20px 0;
}

.photo__inner img {
  max-width: 210px;
  width: 100%;
}

.photo__status {
  display: block;
  margin: 16px auto 0 auto;
  padding: 8px 4px;
  font-weight: 700;
  background: #efefef;
}

.photo__title {
  background: #f39b00;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
}

.photo__list li {
  padding: 10px;
  border-bottom: 1px #ebebeb solid;
}

.photo__ng {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}

.photo__ng div {
  width: 23%;
  margin: 8px 0;
  text-align: left;
}

.photo__ng::before {
  content: "";
  display: block;
  width: 23%;
  margin: 8px 0;
  height: 0;
  order: 1;
}

.photo__ng::after {
  content: "";
  display: block;
  width: 23%;
  margin: 8px 0;
  height: 0;
  order: 1;
}

.photo.checkbox__wrp label {
  margin-right: 0;
}

/*---photo 767 or lower------*/
@media screen and (max-width: 767px) {
  .photo__ng div {
    width: 32%;
    letter-spacing: 0;
  }

  .photo__ng::before {
    width: 32%;
  }
}

/*==========56 photo upload =============*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.icon-upload {
  fill: #fff;
  width: 13px;
  margin-right: 4px;
}

.icon-rotate {
  fill: #313131;
  width: 24px;
  margin-top: 10px;
}

.icon-help {
  fill: #313131;
  width: 32px;
  margin-left: 16px;
}

.img-container-wrapper {
  position: relative;
}

.docs-buttons .flex {
  align-items: center;
  justify-content: center;
}

.upload_btn span {
  margin-right: 10px;
}

.rotate-left {
  position: absolute;
  top: 45%;
  left: -20px;
  width: 54px;
  height: 54px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  border-radius: 8px;
  z-index: 2;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 24px;
}

.rotate-right {
  position: absolute;
  top: 45%;
  right: -20px;
  width: 54px;
  height: 54px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  border-radius: 8px;
  z-index: 2;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  font-size: 24px;
}

.preview-wrapper {
  margin: 0;
  padding-top: 24px;
  background: #efefef;
  border: 1px #ccc solid;
}

.preview-wrapper button {
  margin: 2rem auto;
}

.preview {
  display: flex;
  justify-content: center;
}

.docs-preview {
  border: 1px #ccc solid;
  margin: 0;
}

.img-preview {
  margin: 0;
  padding: 0;
}

.modal__title,
.modal-title {
  font-size: 16px !important;
  font-weight: 700;
}

.modal-header {
  align-items: center !important;
}

.modal .btn {
  width: auto;
}

.docs-cropped .btn {
  min-width: 130px;
}

.close {
  font-size: 38px !important;
  font-weight: normal !important;
}

/*help modal*/
#overlay {
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.help-open {
  font-size: 30px;
}

.help-box,
.m-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-box .overlay-inner {
  max-width: 640px;
  text-align: left;
}

.scroll {
  overflow-y: auto;
  height: 80vh;
}

#close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  background-color: #eee;
  color: #333;
  font-size: 30px;
  border: solid #ccc 1px;
  border-radius: 50%;
  cursor: pointer;
}

.photo-ok {
  margin: 20px auto;
  width: 100%;
  max-width: 160px;
}

.help-box .flex {
  justify-content: center;
  align-items: flex-start;
}

.help-box .flex div {
  width: 40%;
  margin: 4% auto;
  text-align: left;
}

.help-box .flex div img {
  width: 100%;
  max-width: 160px;
  margin-bottom: 4px;
}

/*==========58 ticket =============*/
.line-segment {
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
  border-top: 1px #ebebeb solid;
  /*border-bottom: 1px #EBEBEB solid;*/
}

.enclosure {
  border: 1px #ebebeb solid;
  margin: 12px 0 0 0;
  padding: 16px;
  line-height: 2;
}

.ticket_status span {
  display: inline-block;
  margin-left: 8px;
  background: #fff;
  border: 1px #ccc solid;
  padding: 3px 6px;
  font-size: 11px;
  line-height: 1;
}

.ticket_status.invalid {
  opacity: 0.5;
}

.ticket_status.invalid span {
  background: #999;
  color: #fff;
}

/*==========59 store history =============*/
.history__item__name li {
  list-style: disc;
  margin: 0 0 8px 20px;
}

/*==========60 shipping history =============*/
.list__multicolumn {
  display: flex;
  align-items: flex-start;
}

.list__multicolumn dt {
  width: 130px;
}

.list__multicolumn dd {
  width: calc(100% - 130px);
}

.item__image {
  max-width: 210px;
  width: 100%;
  margin: auto;
  padding: 20px 0 20px 20px;
}

/*---shipping history 767 or lower------*/
@media screen and (max-width: 767px) {
  .list__multicolumn {
    flex-direction: column;
  }

  .list__multicolumn dt {
    width: 100%;
  }

  .list__multicolumn dd {
    width: 100%;
  }

  .item__image {
    padding: 20px 0 0 0;
  }
}

/*==========61 skin =============*/
.swiching__wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px auto 0 auto;
}

.swiching__wrp .swich {
  width: 47%;
  margin-bottom: 24px;
  justify-content: space-between;
}

/**swiching radio style****/
.radio-swich__input {
  position: absolute !important;
}

.radio-swich__label {
  display: inline-block;
  margin-right: 18px;
  border-radius: 10px;
  transition: all 0.2s;
}

.radio-swich__input+.radio-swich__label {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 24px 12px;
  cursor: pointer;
}

.radio-swich__input:checked+.radio-swich__label::after {
  position: absolute;
  top: 27px;
  left: 34px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
}

.radio-swich__input:checked+.radio-swich__label::before {
  content: "";
  display: block;
  position: absolute;
  top: 31px;
  left: 39px;
  width: 5px;
  height: 7px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fda012;
  border-right: 2px solid #fda012;
  z-index: 1;
}

/*---swiching radio style 767 or lower------*/
@media screen and (max-width: 767px) {
  .swiching__wrp {
    margin: 20px auto 0 auto;
  }

  .swiching__wrp .swich {
    margin-bottom: 20px;
  }

  .radio-swich__input+.radio-swich__label {
    padding: 12px;
  }

  .radio-swich__input:checked+.radio-swich__label::after {
    top: 16px;
    left: 12px;
    width: 12px;
    height: 12px;
  }

  .radio-swich__input:checked+.radio-swich__label::before {
    top: 17px;
    left: 15px;
    width: 5px;
    height: 7px;
  }
}

/*================ Footer =============*/

footer {
  width: 100%;
  padding: 32px;
  text-align: center;
  background: #fff;
  border-top: 1px #cecece solid;
}

.footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__nav li {
  margin: 0 8px 16px 8px;
  font-size: 14px;
}

/*langage*/
.lang__wrp {
  position: relative;
  display: inline-block;
}

.lang__wrp select {
  width: auto;
  background: #fff;
  border: 1px #c5c5c5 solid;
  padding: 2px 16px 6px 26px;
  font-size: 11px !important;
  line-height: 1.6;
  color: #7d7d7d;
  border-radius: 6px;
}

.lang__wrp::before {
  content: url(../img/lang.svg);
  z-index: 1;
  position: absolute;
  left: 6px;
  top: 13%;
  vertical-align: middle;
  transform: scale(0.7);
}

.lang__wrp::after {
  content: " ";
  width: 5px;
  height: 5px;
  border-top: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
  transform: rotate(135deg);
}

footer .lang__wrp {
  margin: 0 0 16px 0;
}

footer .sns__inner {
  margin: 20px 0;
}

footer .sns__inner .sns-icon {
  width: 30px;
  height: 30px;
}

.copy {
  font-size: 10px;
  color: #8d8d8d;
  margin-top: 8px;
}

/*---footer 767 or lower------*/
@media screen and (max-width: 767px) {
  footer {
    height: auto;
    padding: 20px;
  }

  .footer__nav {
    flex-direction: column;
  }
}

/*================ animation ================*/
/* ------ fadein ------ */
.fadeIn {
  animation-name: fadeInAnime;
  animation-delay: 1.2s;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ----- fadeup -------------------*/

.fadeUp {
  animation-name: fadeUpAnime;
  animation-delay: 0.5s;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}



/*==Anchor Link===================================*/
:root {
  scroll-padding: 80px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  :root {
    scroll-padding: 70px;
  }
}