@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

.concept_section {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", "Noto Serif JP", "Times New Roman", Times, "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #707070;
  margin: 0 auto;
  letter-spacing: 0.08em;
  padding: 0 20px;
  max-width: 900px;
}
.concept_section p {
  font-size: 16px;
  font-weight: 300;
}
.concept_section li {
  list-style: none;
}

.concept_section img {
  max-width: 100%;
  width: 100%;
}

.header {
  margin: 0 auto;
  margin-bottom: 60px;
}
.header .header_inner_wrap {
  margin-top: 30px;
  text-align: center;
}
.header .header_title {
  font-size: 40px;
  margin-bottom: 10px;
  text-align: center;
}
.header .header_subtitle {
  font-size: 18px;
  text-align: center;
}

.aboutus {
  margin: 90px 0;
}
.aboutus .aboutus_title {
  font-size: 32px;
}

.aboutus_inner_wrap {
  text-align: center;
}
.aboutus_inner_wrap .aboutus_text {
  line-height: 2.5;
}
.aboutus_inner_wrap .aboutus_subtitle {
  margin: 60px 0 20px 0;
  font-size: 24px;
  font-weight: 600;
}

.FBconcept_OurPhilosophy .aboutus_title {
  font-size: 32px;
}
.FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_text {
  line-height: 2.5;
  margin-top: 60px;
  text-align: center;
  font-size: 24px;
}
.FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
}
.FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_wrap img {
  width: 50%;
}
.FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_wrap p {
  line-height: 2.5;
  padding: 0;
}
.FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_wrap .FBconcept_OurPhilosophy_parsoninnerwrap,
.FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_wrap .FBconcept_OurPhilosophy_shopinnerwrap {
  margin-left: 20px;
}
.FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_merchandisewrap {
  flex-direction: row-reverse;
}
.FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_merchandisewrap .FBconcept_OurPhilosophy_merchandise_innerwrap {
  margin-right: 20px;
}
.FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_parsonwrap_maintitle,
.FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_merchandisenwrap_maintitle,
.FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_shopwrap_maintitle {
  font-size: 24px;
  margin: 20px 0;
}

.OurPhilosophy_button {
  margin-top: 20px;
}
.OurPhilosophy_button a {
  color: #707070;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #707070;
  padding: 15px 25px;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
}
.OurPhilosophy_button a:hover {
  background-color: #003f71;
  color: #fff;
}

.FBconcept_OurPhilosophy_managerwrap {
  margin: 90px 0;
  padding: 25px 50px;
  border: 1px solid #707070;
}
.FBconcept_OurPhilosophy_managerwrap .FBconcept_OurPhilosophy_managerwrap_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.FBconcept_OurPhilosophy_managerwrap .FBconcept_OurPhilosophy_managerwrap_inner img {
  max-width: 200px;
}
.FBconcept_OurPhilosophy_managerwrap .FBconcept_OurPhilosophy_managerwrap_inner .FBconcept_OurPhilosophy_managerinnerwrap {
  margin-left: 40px;
}
.FBconcept_OurPhilosophy_managerwrap .FBconcept_OurPhilosophy_managerwrap_inner h3 {
  font-size: 16px;
  font-weight: 300;
}
.FBconcept_OurPhilosophy_managerwrap .FBconcept_OurPhilosophy_managerwrap_inner h2 {
  font-size: 24px;
  font-weight: 300;
  margin-top: 10px;
}
.FBconcept_OurPhilosophy_managerwrap .FBconcept_OurPhilosophy_managerwrap_inner p {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}

.concept_section .concept_section_main_text_item {
  margin-top: 0px !important;
}

.concept_section_main h3 {
  margin-top: 80px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 40px;
}

.arrow p {
  margin: 0;
  font-weight: bold;
}

.arrow span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: relative;
  transform: scale(0, 1);
  transform-origin: top left;
  transition: transform 1s ease-in-out;
}

.arrow span::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border-right: 1px solid #707070;
  transform: rotate(-45deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 2px;
  right: 1px;
  transition: transform 1s ease-in-out;
}

/* In-view animation */
.in-view span {
  transform: scale(1, 1);
}

.in-view span::after {
  transform: rotate(-45deg) scale(1, 1);
}

.concept_section .header_sub {
  display: flex;
  align-items: center;
  justify-content: left;
}
.concept_section .header_sub img {
  width: 60%;
}
.concept_section .header_sub h2 {
  margin-left: 50px;
  font-weight: 300;
  font-size: 24px;
}
.concept_section .sub_message {
  text-align: center;
  margin: 90px 0;
}
.concept_section .sub_message h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
}
.concept_section .concept_section_main {
  margin-bottom: 100px;
}
.concept_section .concept_section_main .concept_section_main_container {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
}
.concept_section .concept_section_main .concept_section_main_container img {
  width: 100%;
}
.concept_section .concept_section_main .concept_section_main_container .arrow {
  width: 100%;
}
.concept_section .concept_section_main .concept_section_main_container .arrow span {
  width: 90%;
}
.concept_section .concept_section_main .concept_section_main_container .concept_section_main_title {
  font-size: 28px;
  font-weight: 300;
}
.concept_section .concept_section_main .original_brand_list {
  margin-top: 90px;
}
.concept_section .concept_section_main .original_brand_list li {
  margin-bottom: 40px;
}
.concept_section .concept_section_main .original_brand_list li h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.concept_section .concept_section_main .original_brand_list li p {
  line-height: 2;
}
.concept_section .concept_section_main_text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin-top: 80px;
}

.another_section {
  margin-bottom: 90px;
}
.another_section h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.another_section ul {
  display: flex;
  gap: 30px;
  padding: 0;
  list-style-type: none;
}
.another_section li {
  flex: 1;
}
.another_section a {
  display: block;
  overflow: hidden;
}
.another_section a img {
  width: 100%;
  transition: transform 0.3s ease;
}
.another_section a:hover img {
  transform: scale(1.1);
}
.another_section h4 {
  margin: 20px 0;
  font-size: 18px;
}

.back_button_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.concept_section_main_text_catch {
  margin-top: 50px;
  text-align: center;
}
.concept_section_main_text_catch h6 {
  font-size: 20px;
  font-weight: 300;
}
.concept_section_main_text_catch h5 {
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0;
  color: #003f71;
  line-height: 2;
}

@media (max-width: 500px) {
  .br__nobreak {
    display: none;
  }
  .aboutus_title {
    text-align: center;
  }
  .aboutus_inner_wrap .aboutus_subtitle {
    font-size: 20px;
  }
  .FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_wrap {
    flex-direction: column;
  }
  .FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_wrap img {
    width: 100%;
  }
  .FBconcept_OurPhilosophy,
  .FBconcept_OurPhilosophy_wrap,
  .FBconcept_OurPhilosophy_parsoninnerwrap,
  .FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_wrap .FBconcept_OurPhilosophy_parsoninnerwrap,
  .FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_wrap .FBconcept_OurPhilosophy_shopinnerwrap {
    margin-left: 0px !important;
  }
  .aboutus_inner_wrap {
    text-align: left;
  }
  .FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_text {
    text-align: left;
    font-size: 18px;
  }
  .FBconcept_OurPhilosophy_managerwrap .FBconcept_OurPhilosophy_managerwrap_inner {
    flex-direction: column;
  }
  .FBconcept_OurPhilosophy_managerwrap {
    padding: 25px;
  }
  .FBconcept_OurPhilosophy_managerwrap .FBconcept_OurPhilosophy_managerwrap_inner .FBconcept_OurPhilosophy_managerinnerwrap {
    margin-left: 0;
  }
  .concept_section p {
    font-size: 14px;
    line-height: 2;
  }
  .FBconcept_OurPhilosophy .FBconcept_OurPhilosophy_wrap p {
    margin-top: 20px;
  }
  .FBconcept_OurPhilosophy_managerwrap .FBconcept_OurPhilosophy_managerwrap_inner p {
    font-size: 14px;
  }
  .FBconcept_OurPhilosophy_managerwrap {
    margin-bottom: 90px;
  }
  .FBconcept_OurPhilosophy_managerwrap .FBconcept_OurPhilosophy_managerwrap_inner h3 {
    margin-top: 20px;
  }
  .header .header_title {
    font-size: 32px;
  }
  .aboutus .aboutus_title {
    text-align: left;
  }
  .FBconcept_OurPhilosophy .aboutus_title {
    text-align: left;
  }
  .concept_section .header_sub {
    flex-direction: column;
  }
  .concept_section .header_sub img {
    width: 100%;
  }
  .concept_section .header_sub h2 {
    margin: 50px 0;
  }
  .concept_section .sub_message h3 {
    font-size: 16px;
  }
  .concept_section .sub_message {
    margin: 0 0 50px 0;
  }
  .concept_section .concept_section_main .concept_section_main_container {
    flex-direction: column;
  }
  .concept_section .concept_section_main .concept_section_main_container img {
    width: 100%;
  }
  .concept_section .concept_section_main .concept_section_main_container .concept_section_main_title {
    font-size: 22px;
    font-weight: 300;
    margin-top: 25px;
  }
  .concept_section .concept_section_main_text {
    margin-top: 25px;
  }
  .concept_section .concept_section_main .concept_section_main_container .arrow span {
    width: 100%;
  }
  .concept_section .sub_message h3 {
    text-align: left;
  }
  .another_section ul {
    flex-direction: column;
  }
  .back_button_container {
    flex-direction: column;
    text-align: center;
  }
  .OurPhilosophy_button a {
    width: 250px;
    display: inline-block;
    padding: 10px 10px;
    margin: 20px auto;
  }
  .sub_message_img {
    margin-bottom: 30px;
  }
  .OurPhilosophy_button {
    text-align: center;
  }
  .concept_section .concept_section_main_text {
    font-size: 14px;
  }
}
/*矢印アニメーションここまで*/
/* .aboutus {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 100px;
}
.aboutus_inner_wrap {
  margin: 0 auto;
  width: 60%;
}

.aboutus_title {
  font-size: 30px;
  line-height: normal;
}

.aboutus_subtitle {
  font-size: 20px;
  line-height: normal;
}

.aboutus_heading {
  font-size: 1.5rem;
  line-height: normal;
}

.aboutus_text {
  font-size: 1rem;
  line-height: normal;
}

.aboutus_headin {
  font-size: 40px;
  line-height: normal;
}

.aboutus_large_text {
  font-size: 1.5rem;
  line-height: normal;
}

.FBconcept_OurPhilosophy {
  width: 80%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 100px;
}

.FBconcept_OurPhilosophy_title {
  font-size: 25px;
  padding-bottom: 1rem;
}

.FBconcept_OurPhilosophy_text {
  font-size: 20px;
  padding-bottom: 2rem;
}

.FBconcept_OurPhilosophy_parsonwrap {
  display: flex;
  justify-content: space-around;
}

.FBconcept_OurPhilosophy_parsonwrap img {
  width: 40%;
  height: auto;
}

.FBconcept_OurPhilosophy_parsoninnerwrap {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.FBconcept_OurPhilosophy_parsonwrap_maintitle,
.FBconcept_OurPhilosophy_merchandisenwrap_maintitle,
.FBconcept_OurPhilosophy_shopwrap_maintitle {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
.FBconcept_OurPhilosophy_merchandisewrap img {
  width: 40%;
  height: auto;
}

.FBconcept_OurPhilosophy_merchandisewrap {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 5rem 0;
}

.FBconcept_OurPhilosophy_merchandise_innerwrap {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.FBconcept_OurPhilosophy_shopwrap {
  display: flex;
  justify-content: space-around;
}

.FBconcept_OurPhilosophy_shopwrap img {
  width: 40%;
  height: auto;
}

.FBconcept_OurPhilosophy_shopinnerwrap {
  display: flex;
  flex-direction: column;
  width: 40%;
}

.FBconcept_OurPhilosophy_managerwrap {
  width: 400px;
  padding: 10px;
  border: 1px solid #cdcbcb;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
}

.FBconcept_OurPhilosophy_managerwrap img {
  width: 150px;
  height: 150px;
}

.FBconcept_OurPhilosophy_managerinnerwrap {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.FBconcept_OurPhilosophy_parsonwrap_text,
.FBconcept_OurPhilosophymerchandisewrap_text,
.FBconcept_OurPhilosophy_shopwrap_text {
  font-size: 1rem;
  padding: 1rem 0;
}
.FBconcept_OurPhilosophy_shopwrap_link {
  padding: 1rem 0;
} *//*# sourceMappingURL=concept_2.css.map */