/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
/* .site-header {
  position: relative;
  background-color: #ffffff;
  width: 100%;
}

@media (max-width: 768px) {
  .site-header {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    z-index: 1000;
  }
} */

/* .site-header__end {
  display: flex;
  align-items: center;
} */

.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
  max-width: calc(1120px + 8%);
}
@media (max-width: 799px) {
  .site-header__wrapper {
    padding: 5px 4%;
  max-width: calc(700px + 8%);
  }
}
@media (max-width: 480px) {
  .site-header__wrapper {
    padding: 5px 4%;
  max-width: calc(345px + 8%);
  }
}

/* .site-header__wrapper {
  padding-top: 0;
  padding-bottom: 0;
} */

.site-header-logo {
  width: 114px;
  height: auto;
}

.nav__wrapper {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 100;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-80%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  list-style: none;
  padding-top: 1rem;
  padding-left: 0;
}

.nav__wrapper.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.nav__item a {
  display: block;
  padding: 0.5rem 1rem;
  text-align: center;
  cursor: pointer;
}

.nav__toggle {
  display: block;
  right: 1rem;
  top: 1rem;
}

button {
  background-color: white;
  border: none;
  padding: 0;
}

.search {
  display: flex;
}

.search__toggle {
  appearance: none;
  order: 1;
  font-size: 0;
  width: 34px;
  height: 34px;
  background: url("/assets/img/icon-search-btn.png") center right/22px no-repeat;
  border: 0;
}

@media (min-width: 800px) {
  .search__toggle {
    border-left: 1px solid #979797;
    padding-left: 10px;
    margin-right: 1rem;
  }
}

@media (max-width: 799px) {
  .search__toggle {
    background: url("/assets/img/icon-search-btn.png") center/22px no-repeat;
    margin-right: 0.5rem;
  }
}

.search__form {
  display: none;
}

.search__form.active {
  display: block;
  z-index: 100;
}

@media (max-width: 799px) {
  .search__form {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    padding: 1rem;
  }
  .search__form input {
    width: 100%;
  }
}

.search__form input {
  min-width: 200px;
  appearance: none;
  border: 0;
  background-color: #fafafa;
  border-radius: 0;
  font-size: 16px;
  padding: 0.3rem 0.5rem;
}

@media (max-width: 799px) {
  .search__form input {
    border-bottom: 1px solid #979797;
  }
}
/* sourceMappingURL=header-3.css.map */



/* 追加記述 */
.site-header {
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  .site-header {
    /* position: relative;
    background-color: #ffffff;
    width: 100%; */
    /* position: fixed;
    z-index: 1000; */
  }
}

.site-header__start {
  height: 4rem;
}
.site-header__start a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-header__end {
  display: flex;
  /* align-items: center; */
}

.header__nav__pc {
  display: flex;
}
@media (max-width: 768px) {
  .header__nav__pc {
    display: none;
  }
}

.header__nav1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 48rem;
}

.header__nav1__item {
  height: 4rem;
  padding-top: 1rem;
}
.header__nav1__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* ヘッダーDMマークのレイアウト */
.org__header__dm__mark {
  margin-right: 1rem;
}

.org__header__dm__mark a {
  display: block;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.header__dm__mark {
  height: 4rem;
}
.header__dm__mark a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav2 {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* font-size: 1.4rem; */
  list-style: none;
  margin: 0;
}

.header__nav2__item {
  margin-right: 1rem;
  height: 4rem;
}
.header__nav2__item a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav2__item:last-of-type {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__nav__pc__sp {
  display: flex;
}
.header__nav__login {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 19rem;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .header__nav__login{
    width: 14.8rem;

  }
}
.header__nav__login__item {
  height: 4rem;
  padding-top: 1rem;
}
.header__nav__login__item a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .header__nav__login__item:last-of-type {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.header__nav__login__item__2 {
  height: 4rem;
  padding-top: 1rem;

}
.header__nav__login__item__2  br{
  display: none;
}
.header__nav__login__item__2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .header__nav__login__item__2 {
    padding-top: 0;
  }
  .header__nav__login__item__2 a{
    color: #1882C6;
    border: solid 1px #1882C6;
  border-radius: 5px;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-top: 1rem;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
  }
  .header__nav__login__item__2 br{
    display: inline; 
  }
}

.header__nav__login__item__3 {
  height: 4rem;
  padding-top: 1rem;

}
.header__nav__login__item__3  br{
  display: none;
}
.header__nav__login__item__3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .header__nav__login__item__3 {
    padding-top: 0;
  }
  .header__nav__login__item__3 a{
    color:#FFFFFF;
    background-color: #1882C6;
    border: solid 1px #1882C6;
  border-radius: 5px;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    padding-top: 1.1rem;
    align-items: center;
    justify-content: center;
    line-height: 1.42;
  }
  .header__nav__login__item__3 br{
    display: inline; 
  }
}

/* タブレット・スマホ */

.header__button {
  display: none;
}
@media (max-width: 768px) {
  .header__button {
    display: block;
  }
}

.header__help {
  display: none;
}
@media (max-width: 768px) {
  .header__help {
    display: block;
  }
}

.header__nav__sp__mode1 {
  display: flex;
  align-items: center;
  justify-content: right;
  font-size: 1.4rem;
  list-style: none;
  margin: 0;
  margin-right: 1.4rem;
  padding-left: 0;
}

.header__nav__sp__mode1__item {
  height: 4rem;
  padding-top: 1.2rem;
}
.header__nav__sp__mode1__item a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__nav__sp {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    /* top: 0; */
    right: -120%;
    width:375px;
    height: 100vh;/*ナビの高さ*/
    background-color: #E3E6EA;
    /*動き*/
    transition: all 0.6s;
}
@media (max-width: 768px) {
  .header__nav__sp {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background-color: #E3E6EA;
    /*動き*/
    transition: all 0.6s;
  }
}
.header__nav__sp.active {
  right: 0;
}

/* @media (max-width: 768px) {
  .header__nav__sp {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #E3E6EA;
  }
} */

.header__nav3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 17px;
  margin: 7rem auto 6rem;
  list-style: none;
  padding: 0 4% !important;
  max-width: calc(345px + 8%);
  width: 100%;
  /* display: none; */
  
}

.header__nav3__item {
background: #fff;
filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
border-radius: 14px;
/* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
padding: 15px 0;
text-align: center;
font-size: 1.4rem;
font-weight: bold;
}

.header__nav3__item img {
  display: block;
  margin: 0 auto 1rem;
}

.header__nav3__item__backToAccount {
  background: #e9d698;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 14px;
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
  padding: 15px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  }
  
  .header__nav3__item__backToAccount img {
    display: block;
    margin: 0 auto 1rem;
  }

/* コミュニティ部分 */
.header__myCommunity {
  width: 100%;
  max-width: calc(345px + 8%);
  margin: 0 auto;
  padding: 0 4%;
  list-style: none;
}
.header__myCommunity__title1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.header__myCommunity__item {
  background: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  padding: 2.7rem 1rem 1rem 7.5rem;
  position: relative;
  margin-bottom: 1rem;
}
.header__myCommunity__item:last-of-type {
  margin-bottom: 0;
}
.header__myCommunity__img {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.header__myCommunity__img img {
  width: 100%;
}
.header__myCommunity__title2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 7px;
}
/* .header__myCommunity__text {
  font-size: 1rem;
  text-align: justify;
  margin-bottom: 0;
} */
.header__user__img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}