@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");


/*ONLINE SHOP*/
.kv {
 height:380px;
	padding-top:4rem;
 background:url(../images/onlineshop/kv_bg.jpg) center;
 background-size:cover;
 display:-webkit-flex;
 display:-ms-flex;
 display:flex;
 flex-direction:column;
 justify-content:center
}
@media screen and (max-width: 599px) {
 .kv {
  height:350px
 }
}

.contArea {
 padding-bottom:14rem
}
@media screen and (max-width: 599px) {
 .contArea {
  padding-bottom:8rem
 }
}
.contArea .inner {
 margin-top:7.7rem
}
@media screen and (max-width: 599px) {
 .contArea .inner {
  margin-top:5.5rem
 }
}
.contArea .inner .contTtl {
 font-weight:700;
 letter-spacing:0.2em;
 line-height:1.54545;
 margin-top:-.625rem;
 margin-bottom:6.775rem;
 color:#f77da6;
 font-size:25px;
 font-weight:700;
 text-align:center
}
@media screen and (max-width: 599px) {
 .contArea .inner .contTtl {
  font-size:14px;
  margin-top:-.35rem;
  margin-bottom:3.65rem
 }
}
.contArea .inner .linksWrap>div+div {
 margin-top:4.6rem
}
.contArea .inner .linksWrap>div .clm2 {
 display:-webkit-flex;
 display:-ms-flex;
 display:flex;
 justify-content:flex-start;
 flex-wrap:wrap
}
.contArea .inner .linksWrap>div .imageBox {
 width:320px;
 display:block;
 position:relative;
 border:#d2d1d0 1px solid
}
.contArea .inner .linksWrap>div .imageBox span {
 display:block;
 width:100%
}
.contArea .inner .linksWrap>div .imageBox span.image {
 position:relative;
 z-index:1;
 overflow:hidden
}
.contArea .inner .linksWrap>div .imageBox span.image img {
 width:100%;
 transform-origin:center;
 transition:0.5s ease
}
.contArea .inner .linksWrap>div .imageBox:after {
 content:'';
 width:calc(100% - 2px);
 height:calc(100% - 2px);
 border:#d2d1d0 1px solid;
 position:absolute;
 top:0;
 left:0
}
.contArea .inner .linksWrap>div .imageBox.hover span.image img {
 transform:scale(1.15)
}
.contArea .inner .linksWrap>div .textBox {
 width:calc(100% - 320px - 3rem);
 margin-left:3rem
}
.contArea .inner .linksWrap>div .textBox .ttlImg {
 margin-bottom:2.2rem
}
.contArea .inner .linksWrap>div .textBox .text {
 line-height:1.6;
	font-size:15px;
}
@media screen and (max-width: 599px) {
 .contArea .inner .linksWrap>div .imageBox {
  width:100%;
  margin-bottom:2rem
 }
 .contArea .inner .linksWrap>div .textBox {
  width:100%;
  margin-left:0
 }
}
.contArea .inner .bnrTtl {
	font-size:13px;
 margin-bottom:1.2rem;
 letter-spacing:.2em
}
.contArea .inner .link-btn {
 width:202px;
}
.contArea .inner .link-btn img {
 margin-top:15px;
}
@media screen and (max-width: 599px) {
 .contArea .inner .link-btn {
 }

}

.contTxt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.222222222;
    letter-spacing: 0.2em;
    margin-top: 4rem;
	font-weight:normal;
}

@media screen and (max-width: 599px) {
.contTxt {
        font-size: 1.4rem;
        line-height: 2;
        margin-top: 3rem
    }
}

@media screen and (min-width: 461px) {

  /*================================
    privacy-policy
    ================================*/
  .page__ttl {
    margin-bottom: 40px;
  }
  .page__ttl--img {
    margin-bottom: 10px;
  }
  .privacypolicy__wrapper {
    width: 92%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 110px;
  }
  .privacypolicy__ttl {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-bottom: 40px;
  }
  .privacypolicy__item {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2;
    position: relative;
    padding-left: 20px;
  }
  .privacypolicy__item + .privacypolicy__item {
    margin-top: 20px;
  }
  .privacypolicy__item::before {
    content: "";
    display: block;
    border-radius: 6px;
    height: 6px;
    width: 6px;
    background: #68a483;
    position: absolute;
    left: 0;
    top: 11px;
  }
  .contact-info {
    font-weight: bold;
    letter-spacing: 0.08em;
    font-style: 15px;
  }
  .privacypolicy__recent-news {
    font-weight: bold;
  }
  .privacypolicy__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 20px 18px 20px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .privacypolicy__item__link:hover {
    opacity: 0.6;
  }
  .privacypolicy__data {
    margin-right: 20px;
    font-size: 1.2rem;
  }
  .privacypolicy__txt {
    font-size: 1.4rem;
    line-height: 2;
    margin: -8px 0;
  }
  /*================================
    contact
    ================================*/
  .page__ttl {
    margin-bottom: 40px;
  }
  .page__ttl--img {
    margin-bottom: 10px;
  }
  .contact__wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 110px;
  }
  .img_block {
    text-align: center;
  }
  .contact__ttl {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-bottom: 40px;
  }
  .contact__items {
    margin-bottom: 100px;
  }
  .contact__item {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 2;
    position: relative;
    padding-left: 10px;
  }
  .contact__item + .contact__item {
    margin-top: 14px;
  }
  .contact__item::before {
    content: "";
    display: block;
    border-radius: 6px;
    height: 4px;
    width: 4px;
    background: #333;
    position: absolute;
    left: 0;
    top: 11px;
  }
  .contact__item--link {
    color: #faa6ad;
    text-decoration: underline;
  }
  .contact-form__items {
    margin-bottom: 60px;
  }
  .contact-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	  font-size:14px;
  }
  .contact-form__item:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .contact-form__item + .contact-form__item {
    margin-top: 30px;
  }
  .contact-form__item__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 250px;
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-right: 30px;
  }

  .contact-form__item__label.align-right{
    text-align: right;
    line-height: 1.5;
  }
  .contact-form__item__label.required__label::after {
    content: "必須";
    display: block;
    color: #fff;
    font-size: 11px;
    background: #e44b4d;
    width: 36px;
    height: 20px;
    margin-left: 10px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
  }
  .contact-form__item__input,
  .contact-form__item__select,
  .contact-form__item__textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    min-width: 310px;
    height: 36px;
    padding: 0 10px;
    background: #fff;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
  }
  .contact-form__item__input::-webkit-input-placeholder,
  .contact-form__item__select::-webkit-input-placeholder,
  .contact-form__item__textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
  }
  .contact-form__item__input:-ms-input-placeholder,
  .contact-form__item__select:-ms-input-placeholder,
  .contact-form__item__textarea:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
  }
  .contact-form__item__input::-ms-input-placeholder,
  .contact-form__item__select::-ms-input-placeholder,
  .contact-form__item__textarea::-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
  }
  .contact-form__item__input::placeholder,
  .contact-form__item__select::placeholder,
  .contact-form__item__textarea::placeholder {
    color: #ccc;
    font-weight: normal;
  }
  .contact-form__item__input.long-input,
  .contact-form__item__select.long-input,
  .contact-form__item__textarea.long-input {
    width: 520px;
  }
  .contact-form__item__select {
    -webkit-appearance: none;
  }
  .contact-form__item__select option:nth-of-type(1) {
    color: #ccc;
  }
  .contact-form__item__radio {
    margin-right: 6px;
  }
  .contact-form__item__radio__label {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
  .contact-form__item__radio__label:nth-of-type(2) {
    margin-right: 20px;
  }
  .contact-form__item__textarea {
    padding: 8px 10px;
    height: 190px;
    line-height: 1.6;
  }
  .contact-form__agree-privacy__wrapper {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
    text-align: center;
  }
  .contact-form__agree-privacy__label {
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .contact-form__submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 280px;
    height: 46px;
    background: #fff;
    border: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0 auto;
  }
  .contact-form__submit-btn:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
  }
  .contact-form__submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 280px;
    height: 46px;
    background: #fff;
    border: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0 auto;
  }
  .contact-form__submit-btn:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
  }
  .contact-form__submit-btn[disabled] {
    opacity: 0.35;
  }
  .contact-form__submit-btn[disabled]:hover {
    background: #fff;
    border-color: #999;
    color: #333;
  }
  .form_error-txt {
    font-size: 13px;
    padding-left: 200px;
    padding-top: 8px;
    color: #e75457;
  }
  .error_input {
    background: #ffeaea;
  }
  .contact-check__ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .contact-check__read {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .contact-check__item__ttl {
    font-size: 14px;
    font-weight: bold;
    display: block;
  }
  .contact-check__items {
    margin-bottom: 60px;
  }
  .contact-check__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .contact-check__item + .contact-check__item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f1f1f1;
  }
  .contact-check__item:last-of-type {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 2;
  }
  .contact-check__item__ttl {
    font-size: 14px;
    font-weight: bold;
    display: block;
    min-width: 270px;
  }
  .contact-check__item__txt {
    font-size: 13px;
  }
  .contact-check__form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 46px;
    background: #fff;
    border: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0 auto;
  }
  .contact-check__form__button:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
  }
  .contact__thanks-txt {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
  }
  /*================================
    sitemap
    ================================*/
  .sitemap .page__ttl--img {
    margin-bottom: 10px;
  }
  .sitemap__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 92%;
    max-width: 960px;
    margin: 0 auto 110px;
    padding-top: 20px;
  }
  .sitemap__items {
    margin-right: 8%;
  }
  .sitemap__items:last-of-type {
    margin-right: 0;
  }
  .sitemap__item {
    font-size: 13px;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .sitemap__item + .sitemap__item {
    margin-top: 24px;
  }
  .sitemap__item.parent-page {
    margin-top: 34px;
    font-weight: bold;
  }
  .sitemap__item.parent-page:first-of-type {
    margin-top: 0;
  }
  .sitemap__item.parent-page::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: #faa6ad;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .sitemap__item.parent-page::after {
    border-color: transparent transparent transparent #fff;
    border-width: 3.5px 0 3.5px 6.1px;
    left: 4px;
  }
  .sitemap__item::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent #faa6ad;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
  }
  .sitemap__item--link {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .sitemap__item--link:hover {
    color: #faa6ad;
  }
}

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

  /*================================
    privacy-policy
    ================================*/
  .page__ttl {
    margin-bottom: 40px;
  }
  .page__ttl--img {
    margin-bottom: 10px;
    height: 30px;
    width: auto;
  }
  .privacypolicy__wrapper {
    width: 92%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 110px;
  }
  .privacypolicy__ttl {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-bottom: 40px;
  }
  .privacypolicy__item {
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 2;
    position: relative;
    padding-left: 20px;
  }
  .privacypolicy__item + .privacypolicy__item {
    margin-top: 20px;
  }
  .privacypolicy__item::before {
    content: "";
    display: block;
    border-radius: 6px;
    height: 6px;
    width: 6px;
    background: #68a483;
    position: absolute;
    left: 0;
    top: 11px;
  }
  .contact-info {
    font-weight: bold;
    letter-spacing: 0.08em;
    font-style: 15px;
  }
  /*================================
    contact
    ================================*/
  .contact__wrapper {
    width: 92%;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 0 110px;
  }
  .contact__ttl {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 2;
    margin-bottom: 40px;
  }
  .contact__items {
    margin-bottom: 100px;
  }
  .contact__item {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 2;
    position: relative;
    padding-left: 10px;
  }
  .contact__item + .contact__item {
    margin-top: 14px;
  }
  .contact__item::before {
    content: "";
    display: block;
    border-radius: 6px;
    height: 4px;
    width: 4px;
    background: #333;
    position: absolute;
    left: 0;
    top: 11px;
  }
  .contact__item--link {
    color: #faa6ad;
    text-decoration: underline;
  }
  .contact-form__item {
    display: block;
  }
  .contact-form__item:last-of-type {
    display: block;
  }
  .contact-form__item + .contact-form__item {
    margin-top: 36px;
  }
  .contact-form__item__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    font-size: 13px;
    letter-spacing: 0.08em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .contact-form__item__label.required__label::after {
    content: "必須";
    display: block;
    color: #fff;
    font-size: 11px;
    background: #e44b4d;
    width: 36px;
    height: 20px;
    margin-left: 10px;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
  }
  .contact-form__item__input,
  .contact-form__item__select,
  .contact-form__item__textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 42px;
    padding: 0 10px;
    background: #fff;
    font-weight: normal;
    font-size: 13px;
    -webkit-appearance: none;
  }
  .contact-form__item__input::-webkit-input-placeholder,
  .contact-form__item__select::-webkit-input-placeholder,
  .contact-form__item__textarea::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
  }
  .contact-form__item__input:-ms-input-placeholder,
  .contact-form__item__select:-ms-input-placeholder,
  .contact-form__item__textarea:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
  }
  .contact-form__item__input::-ms-input-placeholder,
  .contact-form__item__select::-ms-input-placeholder,
  .contact-form__item__textarea::-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
  }
  .contact-form__item__input::placeholder,
  .contact-form__item__select::placeholder,
  .contact-form__item__textarea::placeholder {
    color: #ccc;
    font-weight: normal;
  }
  .contact-form__item__input.long-input,
  .contact-form__item__select.long-input,
  .contact-form__item__textarea.long-input {
    width: 100%;
  }
  .contact-form__item__select {
    -webkit-appearance: none;
  }
  .contact-form__item__radio {
    margin-right: 6px;
  }
  .contact-form__item__radio__label {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
  .contact-form__item__radio__label:nth-of-type(2) {
    margin-right: 20px;
  }
  .contact-form__item__textarea {
    padding: 8px 10px;
    height: 190px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  .contact-form__agree-privacy__wrapper {
    font-size: 14px;
    letter-spacing: 0.08em;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  .contact-form__agree-privacy__label {
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .contact-form__submit-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 280px;
    height: 46px;
    background: #fff;
    border: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0 auto;
  }
  .contact-form__submit-btn:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
  }
  .contact-check__ttl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .contact-check__read {
    font-size: 14px;
    margin-bottom: 60px;
    line-height: 2;
  }
  .contact-check__item__ttl {
    font-size: 14px;
    font-weight: bold;
    display: block;
  }
  .contact-check__items {
    margin-bottom: 60px;
  }
  .contact-check__item {
    display: block;
  }
  .contact-check__item + .contact-check__item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #f1f1f1;
  }
  .contact-check__item:last-of-type {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 2;
  }
  .contact-check__item__ttl {
    font-size: 14px;
    font-weight: bold;
    display: block;
    min-width: 140px;
    margin-bottom: 10px;
  }
  .contact-check__item__txt {
    font-size: 13px;
  }
  .contact-check__form__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 46px;
    background: #fff;
    border: 1px solid #999;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0 auto;
  }
  .contact-check__form__button:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
  }
  .contact__thanks-txt {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
  }
  .form_error-txt {
    font-size: 12px;
    padding-top: 8px;
    color: #e75457;
  }
  .error_input {
    background: #ffeaea;
  }
  /*================================
    sitemap
    ================================*/
  .sitemap .page__ttl--img {
    margin-bottom: 10px;
  }
  .sitemap__wrapper {
    display: block;
    width: 92%;
    max-width: 960px;
    margin: 0 auto 110px;
    padding-top: 20px;
  }
  .sitemap__items + .sitemap__items {
    margin-top: 30px;
  }
  .sitemap__item {
    font-size: 13px;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .sitemap__item + .sitemap__item {
    margin-top: 24px;
  }
  .sitemap__item.parent-page {
    margin-top: 34px;
    font-weight: bold;
  }
  .sitemap__item.parent-page:first-of-type {
    margin-top: 0;
  }
  .sitemap__item.parent-page::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 13px;
    background: #faa6ad;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .sitemap__item.parent-page::after {
    border-color: transparent transparent transparent #fff;
    border-width: 3.5px 0 3.5px 6.1px;
    left: 4px;
  }
  .sitemap__item::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 6.1px;
    border-color: transparent transparent transparent #faa6ad;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
  }
  .sitemap__item--link {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .sitemap__item--link:hover {
    color: #faa6ad;
  }
}

/*2022年1月プレゼントイメージ*/
.present_img {
  width:800px;
	margin:0 auto 20px auto;
 }
.present_img img{
	width:100%
 }
@media screen and (max-width: 599px) {
.present_img {
  width:100%
 }

}
.cross_word_flex {
	display: flex;
  flex-wrap: wrap;
		gap:20px;
	
}
.cross_word_flex_child{
	width:calc((100% - 20px)/2);
	margin-bottom:20px;	
	
}

.cross_word_flex div img{
	width:289px;
	display:block;

	
}
@media screen and (max-width: 599px) {
.cross_word_flex div img{
  width:100%;
	  height:auto;
 }

}

.present_img_600px {
	width:600px;
	margin:0 auto;
}
@media screen and (max-width: 599px) {
.present_img_600px {
	width:100%;
	margin:0 auto;
}

}
.num {
	border:3px solid #F69;
	color:#FFF;
	background:#F69;
	font-size:18px;
	font-weight:bold;
	width:30px;
	height:30px;
	display:inline-block;
	text-align:center;
	line-height:25px;
	border-radius:50%;
	margin-right:10px;
}

.tousen {

	border:1px solid #F69;
	color:#F69;
	font-size:14px;

	padding:3px 5px;

	height:30px;
	display:inline-block;
	text-align:center;
	/*line-height:30px;*/
	border-radius:5px;
	margin-right:15px;
}

.present_data {
	display: flex;
	align-items:flex-start;
	
}

.present_name {
	margin-top:10px;
	font-size:18px;
	font-weight:bold;
	height:70px;
}
@media screen and (max-width: 599px) {
.present_name {

	font-size:16px;

}
}


@media screen and (max-width: 599px) {
.mobile_height {
	height:100px;
}
}
.present_name span{
	font-size:14px;
	font-weight:normal;
}

.present_caption {
	font-size:14px;
}

.error {
	font-size:13px!important;
	font-weight:bold;
}

.contact-form__submit-btn {
	color:#333;
}

/*2026年1月プレゼントイメージ*/
@media screen and (min-width: 1024px) {
  .present_img-2026 {
    width:450px;
    margin:0 auto 20px auto;
   }
}

.page__ttl__txt{
  font-size: 2rem;
  text-align: center;
  padding-bottom: 50px;
}

.sp-br {
display: none;
}
.pc-br {
display: block;
}

@media screen and (max-width: 767px) {
.sp-br {
display: block;
}
.pc-br {
display: none;
}
}

@media screen and (max-width: 767px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }

    .contact-form__items .contact-form__item {
      font-size: 16px;
    }
  }
  
