@charset "utf-8";

/* =========================================================
サンプル
============================================================ */
.hedder .sample-pc {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.hedder .sample-sp {
  display: none;
}

.hedder.order {
  margin-bottom: 35px;
}

.hedder.order.noFlow {
  /* margin-bottom: 60px; */
  margin-bottom: 35px;
}

.header.order {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .hedder .sample-pc {
    display: none;
  }

  .hedder .sample-sp {
    display: block;
    width: 100%;
  }
}

/* =========================================================
本番
============================================================ */
.noOrderFlow .header.order {
  margin-bottom: 0;
}

.header {
  padding: 27px 27px 0 27px;
  overflow: hidden;
}

.header .headerInner {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 65px;
  padding: 0 0 30px;
  position: relative;
  width: 100%;
}

.header .headerInner .headerLogo {
  height: 65px;
  text-align: center;
}

.header .headerInner::before {
  content: "";
  display: block;
  width: calc((100% - 250px) / 2);
}

.header .headerInner .headerLogo img {
  height: 100%;
}

.header .headerInner .userName,
.header .headerInner .userName .linkHover {
  align-items: flex-end;
  color: #b0b0b0;
  display: flex;
  font-size: 14px;
  justify-content: flex-end;
  letter-spacing: .08em;
  line-height: 16px;
  text-align: right;
}

.header .headerInner .userName .nameIcon {
  display: inline-block;
  margin-right: 5px;
  max-width: 12px;
  min-width: 12px;
  width: 12px;
}

.header .headerInner .userName {
  margin-top: 10px;
}

.header .headerInner .userName .linkHover {
  border: 1px solid #b0b0b0;
  padding: 3px 5px;
}

.header .headerInner .userName .nameInner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.header .headerInner .userName .unit {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

.header .headerInner .headerRight {
  padding-top: 5px;
  position: relative;
  width: calc((100% - 250px) / 2);
}

.header .headerInner .headerRight .headerRightBottom {
  margin-top: 5px;
}

.header .headerInner .headerRight .headerRightTop {
  display: flex;
  justify-content: flex-end;
}

.header .headerInner .headerRight .headerRightBottom p {
  color: #b0b0b0;
  letter-spacing: .08em;
  text-align: right;
}

.header .headerInner .headerRight .headerlogin {
  position: relative;
}

.header .headerInner .headerRight .headerlogin img {
  height: 34px;
  width: 25px;
}

.header .headerInner .headerRight .headerlogin .logoutStatus img {
  height: 34px;
  width: 33px;
}

.header .headerInner .headerRight .headerBag {
  margin-left: 15px;
}

.header .userPoint {
  align-items: center;
  bottom: -35px;
  color: #b0b0b0;
  display: flex;
  justify-content: flex-end;
  margin: -20px auto 5px;
  max-width: 1100px;
  position: absolute;
  right: 0;
}

.header .userPoint .fPoint,
.header .userPoint .tomonokaiPoint {
  display: flex;
  align-items: center;
}

.header .fPoint::before {
  align-items: center;
  border: 1px solid #ce4d66;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ce4d66;
  content: "Fポイント";
  display: flex;
  font-size: 10px;
  height: 16px;
  justify-content: center;
  margin-right: 5px;
  width: 54px;
}

.header .point:not(:last-child) {
  margin-right: 1em;
}

.header .tomonokaiPoint::before {
  align-items: center;
  border: 1px solid #ce4d66;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ce4d66;
  content: "友の会";
  display: flex;
  font-size: 10px;
  height: 16px;
  justify-content: center;
  margin-right: 5px;
  width: 40px;
}

.header .headerInner .headerRight .headerBag {
  position: relative;
}

.header .headerInner .headerRight .headerBag img {
  height: 33px;
  width: 29px;
}

.header .headerInner .headerRight .headerBag .itemCounter {
  align-items: center;
  background-color: #ce4d66;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  height: 25px;
  justify-content: center;
  position: absolute;
  right: -19px;
  top: -10px;
  width: 33px;
}

.header .headerInner .headerRight .headerBag .itemCounter.letter1,
.header .headerInner .headerRight .headerBag .itemCounter.letter2 {
  right: -13px;
  width: 25px;
}

.header.order .headerInner {
  display: block;
}

/*header追加ナビ*/
.header .headerNav {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px;
  padding: 15px 0 20px;
  position: relative;
  width: 100%;
}

.header .headerNav ul {
  display: flex;
  flex-wrap: wrap;
}

.header .headerNav ul li a {
  border-left: 1px solid #d8d8d8;
  text-align: center;
}

.header .headerNav ul li:first-child a {
  border-left: none;
}

.header .headerNav ul li a {
  display: block;
  font-size: 13px;
  padding: 0 45px;
}

@media screen and (max-width: 980px) and (min-width: 936px) {
  .header .headerNav20221012 ul li a {
    padding: 0 40px;
  }
}

.header .headerNav20221012 ul + ul li:first-child a {
  border-left: 1px solid #d8d8d8;
}

/*headerバナー*/
.header .headerBnr.tomonokaiBnr {
  background-color: #f3e4e9;
  height: 35px;
  position: relative;
  margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.header .headerBnr.tomonokaiBnr a {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
}

.header .headerBnr .tbOn{
  display: none;
}

@media screen and (max-width: 1366px) {
  .header {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 935px) {
  .header .headerNav ul li a {
    display: block;
    font-size: 13px;
    padding: 0 20px;
  }
  /*headerバナー*/
  .header .headerBnr.memberBnr .spNone{
    display: none;
  }
  .header .headerBnr .tbOn{
    display: block;
  }
  
}



@media screen and (max-width: 767px) {
  .header {
    padding: 15px 30px 11px;
  }

  .header .headerInner .headerLogo {
    height: auto;
    margin-bottom: 3px;
    margin-bottom: .8vw;
  }

  .header .headerInner {
    height: auto;
    padding: 0 0 20px;
  }

  .header .headerInner .headerRight {
    bottom: 0;
  }

  .header .headerInner .headerLogo img {
    height: auto;
    width: 135px;
  }

  .header .headerInner .headerRight .headerlogin img {
    height: auto;
    width: 21px;
  }

  .header .headerInner .headerRight .headerlogin .logoutStatus img {
    height: 28px;
    width: auto;
  }

  .header .headerInner .headerRight .headerlogin {
    bottom: 2px;
  }

  .header .headerInner .headerRight .headerBag {
    margin-left: 10px;
  }

  .header .headerInner .headerRight .headerBag img {
    height: auto;
    width: 22.5px;
  }

  .header .headerInner .headerRight .headerBag .itemCounter {
    font-size: 11px;
    height: 25px;
    letter-spacing: 0;
    right: -19px;
    top: -14px;
    width: 29.5px;
  }

  .header .headerInner .headerRight .headerRightBottom,
  .header .userPoint {
    display: none;
  }

  .header .headerInner::before,
  .header .headerInner .headerRight {
    width: calc((100% - 135px) / 2);
  }

  .header .headerInner .headerRight .headerBag .itemCounter.letter1,
  .header .headerInner .headerRight .headerBag .itemCounter.letter2 {
    right: -14px;
  }

  /*header追加ナビ*/
  .header .headerNav {
    height: auto;
    padding: 0 0 0;
  }

  .header .headerNav20221012 {
    display: block;
    height: auto;
    margin-bottom: 3px;
    padding: 0 0 0;
  }

  .header .headerNav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
  }

  .header .headerNav20221012 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
  }

  .header .headerNav20221012 ul:first-child {
    margin-bottom: -5px;
  }

  .header .headerNav ul li {
    padding: 5px 0 5px;
    text-align: center;
  }

  .header .headerNav ul li:nth-child(2) a {
    border-left: none;
  }

  .header .headerNav20221012 ul li:nth-child(2) a {
    border-left: 1px solid #d8d8d8;
  }

  .header .headerNav20221012 ul + ul li:first-child a {
    border-left: none;
  }

  .header .headerNav ul li a {
    border-left: 1px solid #d8d8d8;
    display: block;
    font-size: 12px;
    padding: 0 5px 0 5px;
    text-align: center;
  }

  .header .headerNav20221012 ul li a {
    border-left: 1px solid #d8d8d8;
    display: block;
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
  }


  /*headerバナー*/
  .header .headerBnr.tomonokaiBnr {
    height: 40px;
  }

  .header .headerBnr.tomonokaiBnr a {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute;
    width: 95%;
    right: auto;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .header .headerBnr .tbOn{
    display: none;
  }
}

@media only screen and (min-width: 655px) and (max-width: 767px) {
  .header .headerNav20221012 {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    padding: 15px 0 20px;
    position: relative;
    width: 100%;
  }
  .header .headerNav20221012 ul:first-child{
    margin-bottom: 0;
  }
  .header .headerNav ul li{
    padding: 0 0 0;
    text-align: center;
  }
  .header .headerNav20221012 ul + ul li:first-child a{
    border-left: 1px solid #d8d8d8;
  }
}
