/* _setting CSS */
img {
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .pctag {
    display: none;
  }
}

.sptag {
  display: none;
}

@media screen and (max-width: 750px) {
  .sptag {
    display: block;
  }
}

.link_hover {
  transition: 0.3s;
  cursor: pointer;
}

.link_hover:hover {
  text-decoration: none;
}

.link_hover.ef_op:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .link_hover.ef_op:hover {
    opacity: 1;
  }
}

.animate .fade_in {
  opacity: 0;
  transition: all 400ms linear;
  transform: translateY(20px);
}

.animate .fade_in.delay {
  transition-delay: 300ms;
}

.animate.show .fade_in {
  opacity: 1;
  transform: translateY(0);
}

#header {
  transition: 0.3s;
}

#header.none {
  opacity: 0;
  z-index: -1;
}

#bc {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  #bc {
    margin-bottom: 0;
  }
}

section[class$="_area"] {
  padding-top: 150px;
}

@media screen and (max-width: 750px) {
  section[class$="_area"] {
    padding: 50px 0 42px;
  }
}

.area_ttl {
  padding-bottom: 70px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.0rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  color: #d5b568;
}

@media screen and (max-width: 750px) {
  .area_ttl {
    padding-bottom: 43px;
    font-size: 2.5rem;
  }
}

.box_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0 auto;
  padding: 20px 0;
  border: 1px solid #fff;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .box_link {
    width: 100%;
    padding: 8vw 0;
    padding: 30px 0;
    border-color: #aaa;
    font-size: 1.3rem;
  }
}

.box_link .btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 12px;
  background-color: #16ae41;
  border-radius: 15px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .box_link .btn {
    width: 20px;
    height: 20px;
  }
}

.box_link .btn:before {
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  .box_link .btn:before {
    width: 13px;
  }
}

.box_link .btn:after {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  .box_link .btn:after {
    height: 13px;
  }
}

.box_link .arrow {
  display: inline-block;
  padding-left: 30px;
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 750px) {
  .box_link .arrow {
    right: 10px;
  }
}

.box_link .arrow img {
  width: 16px;
}

.c_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 930px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .c_wrap {
    width: 100%;
  }
}

.c_wrap.reverse .c_text {
  order: 1;
}

@media screen and (max-width: 750px) {
  .c_wrap.reverse .c_text {
    order: 2;
  }
}

.c_wrap.reverse .c_image {
  order: 2;
}

@media screen and (max-width: 750px) {
  .c_wrap.reverse .c_image {
    order: 1;
  }
}

.c_wrap .c_text {
  width: 480px;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .c_wrap .c_text {
    width: 100%;
    order: 2;
    font-size: 1.4rem;
  }
}

.c_wrap .c_text .link {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #16ae41;
  transition: all linear 200ms;
}

@media screen and (max-width: 750px) {
  .c_wrap .c_text .link {
    padding-top: 10px;
  }
}

.c_wrap .c_text .link:after {
  display: inline-block;
  content: '>>';
  padding-top: 20px;
  padding-left: 15px;
}

@media screen and (max-width: 750px) {
  .c_wrap .c_text .link:after {
    padding-top: 0;
  }
}

.c_wrap .c_image {
  width: 400px;
}

@media screen and (max-width: 750px) {
  .c_wrap .c_image {
    order: 1;
    width: 100%;
    padding-bottom: 0;
  }
}

.sub_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
  background: #002541;
  left: 0;
  right: 0;
}

@media screen and (max-width: 750px) {
  .sub_navi {
    display: block;
    width: 100%;
    height: 65px;
    padding: 0;
    z-index: 10;
  }
}

.sub_navi.fix {
  position: fixed;
  z-index: 10;
}

.sub_navi .sub_navi_head {
  display: flex;
  align-items: center;
  width: 90px;
  padding: 5px 0;
  margin-right: 43px;
}

@media screen and (max-width: 750px) {
  .sub_navi .sub_navi_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 5px 5%;
    background-color: #002541;
    position: relative;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 750px) {
  .sub_navi .logo {
    width: 77px;
  }
}

.sub_navi .logo img {
  vertical-align: middle;
}

.sp_navi_btn {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp_navi_btn {
    display: block;
    max-width: 80px;
    padding: 5px 30px 7px 7px;
    background-color: #d5b568;
    border-radius: 3px;
    font-family: "Noto Serif JP", serif;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    position: relative;
  }
  .sp_navi_btn span {
    position: absolute;
    top: 50%;
    right: 20px;
  }
  .sp_navi_btn span:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -14px;
    transition: 0.3s;
    transform: rotate(-45deg);
  }
  .sp_navi_btn span:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    transition: 0.3s;
    transform: rotate(45deg);
  }
  .sp_navi_btn span.open:before {
    width: 15px;
  }
  .sp_navi_btn span.open:after {
    width: 15px;
  }
}

.sub_navi_list {
  display: flex;
}

@media screen and (max-width: 750px) {
  .sub_navi_list {
    display: none;
    width: 100%;
    background-color: #01365e;
    border-top: 1px solid rgba(213, 181, 104, 0.2);
    position: relative;
    z-index: 100;
  }
}

.sub_navi_list li {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .sub_navi_list li {
    padding: 0 5%;
  }
  .sub_navi_list li:first-of-type a {
    border-top: none;
  }
}

.sub_navi_list li:after {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .sub_navi_list li:after {
    display: none;
  }
}

.sub_navi_list li:first-of-type:before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background-color: #bbb;
}

@media screen and (max-width: 750px) {
  .sub_navi_list li:first-of-type:before {
    display: none;
  }
}

.sub_navi_list li a {
  display: block;
  padding: 15px 37px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .sub_navi_list li a {
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid rgba(213, 181, 104, 0.2);
    color: #fff;
  }
}

#main {
  margin-bottom: 0;
  background-color: #002541;
}

@media screen and (max-width: 750px) {
  #main {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#main p {
  color: #fff;
}

#bc .list li a, #bc .list li {
  color: #fff;
}

.main_image {
  width: 100%;
  height: 660px;
  background: url(../images/brand/the-choya-shigokunoume/main.jpg?id=20250501) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .main_image {
    height: auto;
    background: none;
  }
  .main_image .common_inner {
    width: 100%;
  }
}

section.concept_area {
  padding-top: 62px;
  padding-bottom: 200px;
}
@media screen and (max-width: 750px) {
    section.concept_area {
        padding-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  section.concept_area {
    margin-top: 0;
  }
}

section.concept_area .area_ttl {
  padding-bottom: 130px;
}

@media screen and (max-width: 750px) {
  section.concept_area .area_ttl {
    width: 225px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}

section.concept_area .c_wrap {
  padding-bottom: 120px;
}

@media screen and (max-width: 750px) {
  section.concept_area .c_wrap {
    padding-bottom: 50px;
  }
}

section.concept_area .c_wrap:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  section.concept_area .c_text {
    padding-top: 20px;
  }
}

section.concept_area .c_text .ttl {
  font-size: 2.2rem;
  line-height: 1;
  color: #d5b568;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

@media screen and (max-width: 750px) {
  section.concept_area .c_text .ttl {
    max-height: 40px;
    font-size: 2rem;
  }
  section.concept_area .c_text .ttl img {
    width: auto;
    transform: scale(0.48);
    transform-origin: left top;
  }
}

section.concept_area .c_text .txt {
  padding-top: 20px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

@media screen and (max-width: 750px) {
  section.concept_area .c_text .txt {
    padding-top: 0;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.grad_wrap {
  width: 100%;
  padding-bottom: 200px;
  background: #001f36;
  background: linear-gradient(to bottom, #001f36 0%, #00070c 100%);
}

@media screen and (max-width: 750px) {
  .grad_wrap {
    padding-bottom: 50px;
  }
}

.product_area {
  padding-bottom: 0 !important;
}

.product_area .area_ttl {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .product_area .area_ttl {
    width: 144px;
    margin: 0 auto;
  }
}

.product_box_wrap {
  padding-top: 95px;
  padding-bottom: 100px;
  border-bottom: 1px dotted #d5b568;
}

@media screen and (max-width: 750px) {
  .product_box_wrap {
    padding: 0 0 47px;
  }
}

.product_box_wrap:first-of-type {
  padding-top: 0;
}

.product_box_wrap:last-of-type {
  border-bottom: none;
}

.product_box_wrap .product_ttl {
  width: 233px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .product_box_wrap .product_ttl {
    width: 158px;
  }
}

.product_box_wrap .link_wrap {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .product_box_wrap .link_wrap {
    width: 100%;
  }
}

.product_box_wrap .box_link {
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 750px) {
  .product_box_wrap .box_link {
    width: 157px;
    margin-top: 50px;
    padding: 22px 0;
    border-color: #555;
  }
}

.product_box_wrap .box_link.ls- {
  letter-spacing: -0.05em;
}

.product_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 88px;
}

@media screen and (max-width: 750px) {
  .product_box {
    flex-wrap: wrap;
    padding-top: 47px;
  }
}

.product_box .box_image {
  width: 480px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .product_box .box_image {
    width: 100%;
  }
}

.product_box .box_image img {
  width: 113px;
}

@media screen and (max-width: 750px) {
  .product_box .box_image img {
    width: 79px;
    max-width: inherit;
    margin: 0 auto;
  }
}

.product_box .box_text {
  width: 510px;
}

@media screen and (max-width: 750px) {
  .product_box .box_text {
    width: 100%;
    padding-top: 30px;
  }
}

.product_box .box_text .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .product_box .box_text .ttl {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}

.product_box .box_text .ttl .fz_s {
  font-size: 1.7rem;
}

.product_box .box_text .txt {
  padding-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: -0.05em;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .product_box .box_text .txt {
    padding-top: 17px;
    font-size: 1.3rem;
    line-height: 1.76;
  }
}

.product_box .box_text .detail {
  padding-top: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .product_box .box_text .detail {
    padding-top: 21px;
    font-size: 1.4rem;
  }
}

.product_box .box_text .detail p {
  padding-bottom: 7px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

@media screen and (max-width: 750px) {
  .product_box .box_text .detail p {
    padding-bottom: 8px;
  }
}

.product_box .box_text .detail p:last-of-type {
  padding-bottom: 0;
}

.award_box_wrap {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .award_box_wrap {
    flex-wrap: wrap;
    padding-top: 50px;
  }
}

.award_box {
  display: flex;
  justify-content: space-between;
  width: 480px;
}

@media screen and (max-width: 750px) {
  .award_box {
    align-items: center;
    width: 100%;
    padding-top: 25px;
  }
  .award_box:first-of-type {
    padding-top: 0;
  }
}

.award_box .image {
  width: 110px;
}

@media screen and (max-width: 750px) {
  .award_box .image {
    width: 100px;
  }
}

.award_box .txt {
  width: 342px;
  font-size: 1.2rem;
  line-height: 2.1;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

@media screen and (max-width: 750px) {
  .award_box .txt {
    width: 220px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

.notes_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 45px;
  padding: 50px 30px;
  background-color: #111;
}

@media screen and (max-width: 750px) {
  .notes_box {
    padding: 21px 20px 39px;
  }
}

.notes_box .ttl {
  width: 100%;
  padding-bottom: 25px;
  font-size: 1.4rem;
  text-align: center;
  color: #d5b568;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

.notes_box .image {
  width: 270px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .notes_box .image {
    width: 145px;
  }
}

.notes_box .text_wrap {
  width: 632px;
}

@media screen and (max-width: 750px) {
  .notes_box .text_wrap {
    width: 140px;
  }
}

.notes_box .txt {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

@media screen and (max-width: 750px) {
  .notes_box .txt {
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.notes_box .en {
  font-size: 1.2rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

@media screen and (max-width: 750px) {
  .notes_box .en {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.recipi_area {
  padding-top: 100px !important;
}

@media screen and (max-width: 750px) {
  .recipi_area {
    padding-top: 50px !important;
  }
}

.recipi_area .area_ttl {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .recipi_area .area_ttl {
    width: 144px;
    margin: 0 auto;
  }
}

.recipi_area .recipi_link {
  display: block;
  width: 960px;
  margin: 45px auto 0;
}

@media screen and (max-width: 750px) {
  .recipi_area .recipi_link {
    width: 100%;
    margin-top: 27px;
  }
}

.recipi_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 55px;
  padding: 55px 45px 50px;
  background-color: #111;
}

@media screen and (max-width: 750px) {
  .recipi_box_wrap {
    margin-top: 27px;
    padding: 35px 17px 45px;
  }
}

.recipi_box_wrap:first-of-type {
  margin-top: 0;
}

.recipi_box_wrap .note {
  padding-top: 52px;
  font-size: 1.6rem;
  line-height: 2.25;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

@media screen and (max-width: 750px) {
  .recipi_box_wrap .note {
    padding-top: 35px;
    font-size: 1.3rem;
    line-height: 1.76;
  }
}

.recipi_box_wrap .cap_list {
  padding-top: 25px;
}

@media screen and (max-width: 750px) {
  .recipi_box_wrap .cap_list {
    padding-top: 22px;
  }
}

.recipi_box_wrap .cap_list li {
  padding-top: 7px;
  font-size: 1.2rem;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

@media screen and (max-width: 750px) {
  .recipi_box_wrap .cap_list li {
    padding-top: 5px;
    font-size: 1rem;
  }
}

.recipiBox_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.recipiBox_head .image {
  width: 220px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .recipiBox_head .image {
    width: 76px;
  }
}

.recipiBox_head .text {
  width: 660px;
}

@media screen and (max-width: 750px) {
  .recipiBox_head .text {
    width: 200px;
  }
}

@media screen and (max-width: 750px) {
  .recipiBox_head .text .box_ttl {
    width: 116px;
  }
}

.recipiBox_head .text .txt {
  padding-top: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.25;
  letter-spacing: -0.01em;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .recipiBox_head .text .txt {
    padding-top: 22px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}

.recipi_box {
  display: flex;
  justify-content: space-between;
  width: 440px;
  padding-top: 25px;
}

@media screen and (max-width: 750px) {
  .recipi_box {
    display: block;
    width: 137px;
  }
}

.recipi_box .image {
  width: 220px;
}

@media screen and (max-width: 750px) {
  .recipi_box .image {
    width: 100%;
  }
}

.recipi_box .text {
  width: calc(100% - 240px);
}

@media screen and (max-width: 750px) {
  .recipi_box .text {
    width: 100%;
    padding-top: 15px;
  }
}

.recipi_box .text .ttl {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

@media screen and (max-width: 750px) {
  .recipi_box .text .ttl {
    font-size: 1.3rem;
  }
}

.recipi_box .text .ttl .fz_s {
  font-size: 1.2rem;
}

@media screen and (max-width: 750px) {
  .recipi_box .text .ttl .fz_s {
    font-size: 1rem;
  }
}

.recipi_box .text .recipi {
  padding-top: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 750px) {
  .recipi_box .text .recipi {
    padding-top: 7px;
    font-size: 1rem;
  }
}

.recipi_box .text .recipi li {
  padding-top: 7px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

@media screen and (max-width: 750px) {
  .recipi_box .text .recipi li {
    font-size: 1rem;
  }
}

.movie_area {
  padding: 120px 0 156px !important;
  background-color: #01365e;
}

@media screen and (max-width: 750px) {
  .movie_area {
    padding: 18.66667vw 0 !important;
  }
}

@media screen and (max-width: 750px) {
  .movie_area .area_ttl {
    width: 125px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

.movie_area .sub_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-align: center;
  color: #d5b568;
  position: relative;
}

@media screen and (max-width: 750px) {
  .movie_area .sub_ttl {
    font-size: 1rem;
  }
}

.movie_area .sub_ttl:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: #d5b568;
  position: absolute;
  top: 0;
  bottom: 0;
}

.movie_area .sub_ttl span {
  position: relative;
  z-index: 2;
}

.movie_area .sub_ttl span:before {
  display: block;
  content: "";
  width: 150%;
  margin: auto;
  background-color: #111;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -25%;
  z-index: -1;
}

.movie_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .movie_list {
    padding-bottom: 0;
  }
}

.movie_list li {
  width: 480px;
}

@media screen and (max-width: 750px) {
  .movie_list li {
    width: 100%;
  }
}

.movie_list li:nth-of-type(5) .txt, .movie_list li:nth-of-type(6) .txt {
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .movie_list li:nth-of-type(5) .txt, .movie_list li:nth-of-type(6) .txt {
    padding-bottom: 30px;
  }
}

.movie_list li .movie iframe {
  width: 480px;
  height: 270px;
}

@media screen and (max-width: 750px) {
  .movie_list li .movie iframe {
    width: 100%;
    height: 195px;
  }
}

.movie_list li .txt {
  padding-top: 10px;
  padding-bottom: 45px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: .07em;
}

@media screen and (max-width: 750px) {
  .movie_list li .txt {
    padding-top: 11px;
    padding-bottom: 30px;
    font-size: 1.3rem;
  }
}

.profile_wrap {
  display: flex;
  justify-content: space-between;
  width: 330px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .profile_wrap {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}

.profile_wrap .box_link {
  width: 330px;
  padding: 12px 10px;
  border: 1px solid #fff;
}

@media screen and (max-width: 750px) {
  .profile_wrap .box_link {
    width: 294px;
    margin-top: 13px;
    padding: 5px 11px;
    border-color: #aaa;
  }
}

.profile_wrap .box_link .btn {
  background-color: #fff;
}

.profile_wrap .box_link .btn:before, .profile_wrap .box_link .btn:after {
  background-color: #000;
}

.profile_wrap .box_link .image {
  display: inline-block;
  width: 72px;
  margin-right: 14px;
}

.modal_wrap {
  display: none;
  display: none;
  width: 90%;
  max-width: 1000px;
  max-height: 600px;
  margin: auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  overflow: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

@media screen and (max-width: 750px) {
  .modal_wrap {
    width: 90%;
    max-height: 90%;
    padding: 5%;
  }
}

.modal_wrap .modal_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 750px) {
  .modal_wrap .modal_inner {
    flex-wrap: wrap;
  }
}

.modal_wrap .image_box {
  width: 20%;
}

@media screen and (max-width: 750px) {
  .modal_wrap .image_box {
    width: 100%;
  }
}

.modal_wrap .image_box .image {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .modal_wrap .image_box .image {
    width: 48%;
    margin: 0 auto;
  }
}

.modal_wrap .image_box .profile .name {
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  color: #002541;
}

@media screen and (max-width: 750px) {
  .modal_wrap .image_box .profile .name {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.modal_wrap .image_box .profile .birth {
  padding-top: 15px;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .modal_wrap .image_box .profile .birth {
    padding-top: 10px;
  }
}

.modal_wrap .text_wrap {
  width: 75%;
}

@media screen and (max-width: 750px) {
  .modal_wrap .text_wrap {
    width: 100%;
    padding-top: 15px;
  }
}

.modal_wrap .text_wrap .text_box {
  font-size: 1.4rem;
}

.modal_wrap .text_wrap .text_box:first-of-type {
  padding-top: 0;
}

.modal_wrap .text_wrap .text_box dt {
  padding-bottom: 10px;
  font-weight: bold;
}

.modal_wrap .text_wrap .text_box dd {
  padding-bottom: 20px;
  line-height: 1.4;
}

.modal_wrap .close {
  width: 40px;
  height: 40px;
  background-color: #002541;
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.modal_wrap .close:before {
  content: "";
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(-45deg);
}

.modal_wrap .close:after {
  content: "";
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.ins_wrap {
  width: 420px;
  margin: 117px auto 50px;
}

@media screen and (max-width: 750px) {
  .ins_wrap {
    width: 92%;
    margin-top: 47px;
    margin-bottom: 20px;
  }
}

.ins_wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border: 1px solid #555;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: .07em;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .ins_wrap a {
    padding: 15px 0;
    border-color: #555;
    font-size: 1.2rem;
  }
}

.ins_wrap a .ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

@media screen and (max-width: 750px) {
  .ins_wrap a .ico {
    width: 20px;
    height: 20px;
  }
}

.sns_share {
  margin-top: 0;
  margin-bottom: 0;
  border-color: #555;
}

@media screen and (max-width: 750px) {
  .sns_share {
    margin-bottom: 0;
  }
}

.sns_share .stitle {
  color: #fff;
}

.sns_share .note {
  color: #fff;
}

.sfwsc_box {
  padding-top: 50px;
}
@media screen and (max-width: 750px) {
.sfwsc_box {
    padding-top: 35px;
  }
}
.sfwsc_box .head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #8a8a8a;
}
@media screen and (max-width: 750px) {
.sfwsc_box .head {
    padding-bottom: 10px;
  }
}
.sfwsc_box .head .logo {
  width: 63px;
}
.sfwsc_box .head .ttl {
  width: calc(100% - 73px);
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.085em;
  line-height: 1.7;
  padding-left: 10px;
}
@media screen and (max-width: 750px) {
.sfwsc_box .head .ttl {
    font-size: 1.2rem;
  }
}
.sfwsc_box .txt01 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.085em;
  line-height: 1.7;
  padding-top: 10px;
}
@media screen and (max-width: 750px) {
.sfwsc_box .txt01 {
    font-size: 1.1rem;
  }
}
.sfwsc_box .txt01 a{
    color: #fff;
    text-decoration: underline;
}
.sfwsc_box .txt01 a:hover{
    text-decoration: none;
}
/*# sourceMappingURL=maps/the-choya-shigokunoume.css.map */
