@charset "utf-8";

@media screen and (min-width:1201px){
  .w_none {
    display: none;
  }
}
@media screen and (max-width:1200px){
  .w_only {
    display: none;
  }
}
@media screen and (min-width:768px){
  .pc_block {
    display: block;
  }
  .pc_right {
    text-align: right;
  }
  .sp_only {
    display: none;
  }
  .pc_float_l {
    float: left;
  }
  .pc_float_r {
    float: right;
  }
}
@media screen and (max-width:767px){
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_block {
    display: block;
  }
}
img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.under_wrap {
  margin-bottom: 0;
}

/* TOPイメージ */
.brand_main_wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.brand_main {
  width: 100%;
  margin: 0 auto;
}
.brand_main_gallery {
  width: 100%;
  position: relative;
}
.brand_main_gallery img {
  width: 100%;
}
@media screen and (max-width:1200px){
  .brand_main_wrap {
    padding: 0 0 5px 0;
  }
  .brand_main {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px){
  .brand_main_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-attachment: scroll;
    background-size: 160%;
  }
}
.brand_main_wrap .bx-wrapper {
  position: relative;
  padding: 0;
}
.brand_main_wrap .bx-pager {
  text-align: center;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0;
  z-index: 6;
}
.brand_main_wrap .bx-pager li {
  display: inline-block;
  margin: 0 10px;
}
.brand_main_wrap .bx-pager li:last-child {
  margin: 0;
}
.brand_main_wrap .bx-pager-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.brand_main_wrap .bx-pager-link {
  display: block;
  overflow: hidden;
  text-indent: -100px;
  background: #CCC;
}
.brand_main_wrap .bx-pager-link.active {
  background: #5A5A5A;
}
.brand_main_wrap .bx-controls {
  position: relative;
  width: calc(100% - 100px);
  height: 100%;
  bottom: -40px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 6;
}

/* Loading */
.fixed {
  position: fixed;
}
.kira_loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  background: #FFF;
}
.kira_loading_bg01 {
  width: 100vw;
  height: 100vh;
  background: url(../img/kirakaracho/loading_bg01.jpg) no-repeat center 50%;
  background-size: cover;
  position: fixed;
  z-index: 2000;
}
.kira_loading_bg02 {
  width: 100vw;
  height: 100vh;
  background: url(../img/kirakaracho/loading_bg02.jpg) no-repeat center 50%;
  background-size: cover;
  position: fixed;
  z-index: 2001;
  display: none;
}
.kira_loading_logo {
  width: 100vw;
  height: 100vh;
  background: url(../img/kirakaracho/loading_logo.png) no-repeat center 40%;
  position: fixed;
  z-index: 2002;
  display: none;
}
@media screen and (max-width:767px){
  .kira_loading_logo {
    background-size: 80%;
  }
}

/* ナビゲーション */
.brand_navi {
  margin: 0 auto 30px auto;
  padding: 25px 0;
  text-align: center;
  position: relative;
  background: #FAF9F7;
}
.brand_navi li {
  display: inline-block;
}
.brand_navi li a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
  width: 200px;
  border-left: #DDD 1px solid;
  text-decoration: none;
}
.brand_navi li a:hover {
  color: #D70039;
  text-decoration: none;
}
.brand_navi li:last-child a {
  border-right: #DDD 1px solid;
}
.brand_navi li a::after {
  display: inline-block;
  margin: 0 0 0 10px;
  content: "";
  width: 6px;
  height: 6px;
  position: relative;
  top: -3px;
  border-top: 1px solid #D70039;
  border-right: 1px solid #D70039;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: none;
}
@media screen and (max-width:767px){
  .brand_navi li {
    width: 30%;
  }
  .brand_navi li a {
    width: 100%;
    font-size: 13px;
  }
}

/* セクション */
.brand_sec_wrap {
  width: 100%;
  padding: 70px 0;
  position: relative;
}
.brand_sec_wrap.kirakaracho_line {
  padding: 50px 0;
}
.bg,
.brand_sec_wrap.bg {
  background-color: #FAF9F7;
}
.brand_sec {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
  line-height: 1.8;
}
.brand_sec .image_l {
  width: 50%;
}
.brand_sec .image_l img {
  max-width: 100%;
}
.brand_sec .text_r {
  width: 50%;
  padding: 0 70px;
  line-height: 2.2;
}
.brand_h {
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
}
.after_line::after {
  content: "";
  width: 1px;
  height: 100px;
  background: #DBDBDB;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 50;
}
@media screen and (max-width:1200px){
  .brand_sec .image_l {
  }
  .brand_sec .text_r {
    padding: 0 40px;
  }
}
@media screen and (max-width:767px){
  .brand_sec_wrap {
    padding: 40px 0;
  }
  .brand_sec {
    padding: 0 15px;
  }
  .columns {
    display: block;
  }
  .brand_sec .image_l {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .brand_sec .text_r {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
  }
  .brand_h {
    margin: 0 auto 20px auto;
    padding: 0;
    background: none;
    font-size: 17px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .after_line::after {
    height: 60px;
    bottom: -30px;
  }
  .brand_h.brand_h_l {
    text-align: left;
  }
}


/* コンテンツ */
.kirakaracho_intro {
  width: 100%;
  display: table;
}
.kirakaracho_intro_logo {
  width: 50%;
  padding: 20px 20px;
  border-right: #DDD 1px solid;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.kirakaracho_intro_logo img {
  max-width: 100%;
}
.kirakaracho_intro_text {
  width: 50%;
  padding: 20px 20px 20px 80px;
  display: table-cell;
  vertical-align: middle;
  line-height: 2.0;
}

@media screen and (max-width:1200px){
  .kirakaracho_intro_logo {
    width: 50%;
    padding: 20px 10px;
  }
  .kirakaracho_intro_text {
    width: 50%;
    padding: 20px 10px 20px 40px;
  }
}
@media screen and (max-width:767px){
  .kirakaracho_intro {
    display: block;
  }
  .kirakaracho_intro_logo {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: none;
    text-align: center;
  }
  .kirakaracho_intro_logo img {
    max-width: 100%;
  }
  .kirakaracho_intro_text {
    width: 100%;
    display: block;
    padding: 0;
  }
}

/* 背景付ワイドカラム */
.brand_wide_image {
  width: 100%;
  height: 44.45vw;
  min-height: 600px;
  background: url(../img/kirakaracho/image01.jpg) no-repeat center 0;
  background-size: cover;
  position: relative;
  overflow: visible;
}
.kirakaracho_image {
  max-width: 1200px;
  height: 538px;
  margin: auto;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.kirakaracho_image_head {
  padding: 0 0 0 80px;
}
.kirakaracho_image_head img {
  height: 90%;
}

.brand_wide_hankie_image {
  width: 100%;
  height: 44.45vw;
  min-height: 600px;
  background: url(../img/kirakaracho/bg_hankie.jpg) no-repeat center 0;
  background-size: cover;
  position: relative;
  overflow: visible;
}
.kirakaracho_hankie_image {
  width: 1200px;
  height: 193px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.kirakaracho_hankie_image_head {
  padding: 0;
  text-align: center;
}
.kirakaracho_hankie_image_head img {
  width: 450px;
  margin: 0 auto;
}
.hankie_recommend {
  padding-top: 80px;
  background: #F8F8F8;
}
.recommend_wrap {
  margin-bottom: 60px;
}

@media screen and (max-width:767px){
  .brand_wide_image {
    width: 100%;
    height: 44.45vw;
    min-height: 500px;
  }
  .kirakaracho_image {
    height: 438px;
    bottom: 0px;
  }
  .kirakaracho_image_head {
    padding: 0 0 0 20px;
  }
  .kirakaracho_image_head img {
    height: 400px;
  }

  .brand_wide_hankie_image {
    width: 100%;
    height: 93.3vw;
    min-height: initial;
    background: url(../img/kirakaracho/bg_hankie_sp.jpg) no-repeat center 0;
    background-size: cover;
    margin-bottom: 30px;
  }
  .kirakaracho_hankie_image {
    width: 100%;
    height: 150px;
    bottom: 0px;
  }
  .kirakaracho_hankie_image_head {
  }
  .kirakaracho_hankie_image_head img {
    width: 280px;
  }

}

/* 切り替わりイメージ */
body {
  background: #FFF;
  transition: 0.8s background-color,color ease;
}
body.reverse_on {
  background: #000;
}
.reverse {
  position: relative;
}
.reverse_del {
  position: relative;
  overflow: hidden;
}
.kirakaracho_designs {
  width: 100%;
  position: relative;
  z-index: -1;
}
.kirakaracho_designs.tenpyo_ogumo {
  background: url(../img/kirakaracho/bg_tenpyo_ogumo.jpg) no-repeat center 50%;
  background-size: cover;
}
.kirakaracho_designs.nanban_shippo {
  background: url(../img/kirakaracho/bg_nanban_shippo.jpg) no-repeat center 50%;
  background-size: cover;
}
.kirakaracho_designs_inner {
  padding: 100px 15px;
  background: rgba(255,255,255,1);
  transition: 0.8s all ease;
}
.tenpyo_ogumo .kirakaracho_designs_inner {
  padding-top: 50px;
}
.reverse_on .kirakaracho_designs_inner{
  background: rgba(255,255,255,0);
}
.kirakaracho_designs_inner h2,
.kirakaracho_designs_inner h3,
.kirakaracho_designs_inner h4,
.kirakaracho_designs_inner p {
  transition: 0.8s all ease;
  transition-delay: .3s;
}
.reverse_on h2,
.reverse_on h3,
.reverse_on h4,
.reverse_on p {
  color: #FFF;
}
.kirakaracho_designs_head {
  font-family: "Noto Serif JP";
  text-align: center;
  font-size: 20px;
  margin: 20px auto 60px auto;
}
.kirakaracho_designs_head .brand_h {
  margin: 0 0 15px 0;
}
.kirakaracho_designs_head p {
  letter-spacing: 2;
  line-height: 1.6;
}
.kirakaracho_design_wrap {
  max-width: 1420px;
  margin: 0 auto;
}
.kirakaracho_design_wrap::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:767px){
  .kirakaracho_designs_head {
    font-size: 15px;
  }
  .kirakaracho_designs_head .brand_h {
    font-size: 20px;
  }
}

.design_slides {
  width: calc(100% - 490px);
  max-width: 900px;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.design_item {
  width: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.design_item img {
  position: absolute;
}
.pc_float_r .design_item img {
  left: 0;
}
.pc_float_l .design_item img {
  right: 0;
}
.act_on .design_item {
  animation: fade_in 0.1s ease 1.2s forwards;
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.design_base {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  opacity: 0;
}
.act_on.pc_float_l .design_base {
  background: #FFF;
  animation:
    slide_in_l 0.6s ease 0.6s forwards,
    slide_out_l 0.6s ease 1.3s forwards;
}
@keyframes slide_in_l {
  0% {
    left: 100%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes slide_out_l {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 0;
    width: 35%;
    opacity: 1;
  }
}
.act_on.pc_float_r .design_base {
  background: #FFF;
  animation:
    slide_in_r 0.6s ease 0.6s forwards,
    slide_out_r 0.6s ease 1.3s forwards;
}
@keyframes slide_in_r {
  0% {
    right: 100%;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes slide_out_r {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    width: 35%;
    opacity: 1;
  }
}
.design_base img {
  display: block;
  position: absolute;
}
.act_on.pc_float_l .design_base img {
  animation:
    slide_c_l 0.6s ease 0.6s forwards;
}
@keyframes slide_c_l {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
.act_on.pc_float_r .design_base img {
  animation:
    slide_c_r 0.6s ease 0.6s forwards;
}
@keyframes slide_c_r {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}

@media screen and (max-width:1100px){
  .design_slides {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 560px;
  }
  .design_slides.pc_float_l,
  .design_slides.pc_float_r {
    float: none;
  }
  .design_base {
    width: 100%;
    height: 560px;
  }
  .design_slides img ,
  .design_base img {
    width: auto;
  }
}
@media screen and (max-width:767px){
  .design_slides {
    width: 100%;
    height: 420px;
  }
  .design_base {
    width: 100%;
    height: 420px;
  }
  .design_slides img ,
  .design_base img {
    width: auto;
    height: 420px;
  }
}



.about_design {
  width: 466px;
}
.about_design_box {
  width: 458px;
  margin: 40px auto;
  text-align: center;
  position: relative;
}
.about_design_box_inner {
  padding: 60px 40px;
  position: relative;
  z-index: 10;
}
.moving_line_box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.moving_line_box02 {
  left: 6px;
  top: 6px;
}
.moving_line_box .line01 {
  width: 0;
  height: 1px;
  position: absolute;
  background: #A8A5A3;
  top: 0;
  transition: 0.6s all linear;
  z-index: 1;
}
.moving_line_box01 .line01 {
  left: 0;
  transition-delay: 0.6s;
}
.moving_line_box02 .line01 {
  right: 0;
  transition-delay: 0.6s;
}
.act_on .moving_line_box .line01 {
  width: 100%;
}

.moving_line_box .line02 {
  width: 1px;
  height: 0;
  position: absolute;
  background: #A8A5A3;
  right: 0;
  transition: 0.6s all linear;
  z-index: 1;
}
.moving_line_box01 .line02 {
  top: 0;
  transition-delay: 1.2s;
}
.moving_line_box02 .line02 {
  bottom: 0;
  transition-delay: 1.2s;
}
.act_on .moving_line_box .line02 {
  height: 100%;
}
.moving_line_box .line03 {
  width: 0;
  height: 1px;
  position: absolute;
  background: #A8A5A3;
  bottom: 0;
  transition: 0.6s all linear;
  z-index: 1;
}
.moving_line_box01 .line03 {
  left: 0;
  transition-delay: 1.2s;
}
.moving_line_box02 .line03 {
  left: 0;
  transition-delay: 0.6s;
}
.act_on .moving_line_box .line03 {
  width: 100%;
}
.moving_line_box .line04 {
  width: 1px;
  height: 0;
  position: absolute;
  background: #A8A5A3;
  left: 0;
  transition: 0.6s all linear;
  z-index: 1;
}
.moving_line_box01 .line04 {
  top: 0;
  transition-delay: 0.6s;
}
.moving_line_box02 .line04 {
  top: 0;
  transition-delay: 1.2s;
}
.act_on .moving_line_box .line04 {
  height: 100%;
}
.about_design_head {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  padding: 0 0 25px 0;
  margin: 0 0 20px 0;
  line-height: 1.3;
  letter-spacing: 0.3em;
  position: relative;
}
.about_design_head .eng {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.about_design_head::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  background: #DFD0A2;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.about_design_box p {
  margin: 0;
  line-height: 1.8;
}
.about_design .text {
  line-height: 2;
  margin: 0 0 40px 0;
}
.about_design img {
  max-width: 100%;
}

@media screen and (max-width:1100px){
  .about_design {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .about_design.pc_float_l,
  .about_design.pc_float_r {
    float: none;
  }
  .about_design_box {
    width: 100%;
    margin: 30px auto;
  }
  .about_design_box_inner {
    padding: 30px 20px;
  }
  .about_design_head {
    font-size: 18px;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
  }
  .about_design_head .eng {
    font-size: 16px;
  }
}
@media screen and (max-width:767px){
  .about_design {
    width: 100%;
  }
  .about_design_box {
    width: 100%;
    margin: 20px auto;
  }
  .about_design_box_inner {
    padding: 30px 20px;
  }
  .about_design_head {
    font-size: 18px;
    padding: 0 0 15px 0;
    margin: 0 0 10px 0;
  }
  .about_design_head .eng {
    font-size: 16px;
  }
}


.about_kirakaracho_intro {
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0 0 50px 0;
  border-bottom: #DDD 1px solid;
}
.about_kirakaracho_intro img {
  max-width: 330px;
}
.about_text {
  width: calc(100% - 640px);
  float: left;
}
.about_members {
  width: 590px;
  float: right;
}
.border_t {
  padding-top: 30px;
  margin-top: 30px;
  border-top: #DDD 1px solid;
}
.about_text h3 {
  line-height: 1.8;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 14px;
}
.about_text h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background: #DFD0A2;
  margin: 0 10px 0 0;
}
.about_members {
  text-align: left;
  letter-spacing: -0.4em;
}
.members_box {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.06em;
  font-size: 12px;
}
.members_box p {
  letter-spacing: 0.07em;
}
.members_box img {
  max-width: 100%;
}
.members_box:nth-child(2n-1) {
  margin: 0 30px 0 0;
}
.members_name {
  font-size: 13px;
  margin: 8px 0;
}
.about_kirakaracho_scroll {
  width: 100%;
  overflow: hidden;
}
.about_kirakaracho_scroll li {
  width: 280px;
  float: left;
  margin: 0 16px 20px 0;
  font-size: 12px;
}
.about_kirakaracho_scroll li:nth-child(4n) {
  margin: 0 0 20px 0;
}
.about_kirakaracho_scroll img {
  max-width: 100%;
  margin: 0 0 10px 0;
}
@media screen and (max-width:1230px){
  .about_kirakaracho_scroll li {
    width: 24%;
    float: left;
    margin: 0 0.5% 20px 0.5%;
    font-size: 12px;
  }
  .about_kirakaracho_scroll li:nth-child(4n) {
    margin: 0 0.5% 20px 0.5%;
  }
  .about_text {
    width: 100%;
    float: none;
  }
  .about_members {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .border_b {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #DDD 1px solid;
  }
  .about_text h3 {
    margin: 0 0 15px 0;
  }
  .about_text h3::before {
    width: 20px;
  }
  .about_members {
    text-align: left;
    letter-spacing: -0.4em;
  }
  .members_box {
    width: calc(50% - 10px);
    margin: 0 0 20px 10px;
    font-size: 10px;
  }
  .members_box:nth-child(2n-1) {
    margin: 0 10px 20px 0;
  }
  .members_name {
    font-size: 12px;
    margin: 8px 0;
  }
  .scroll {
    width: auto;
    overflow-x: scroll !important;
  }
  .scroll ::-webkit-scrollbar{
    width: 10px;
    height: 6px;
  }
  .scroll ::-webkit-scrollbar-track{
    background: #fff;
    border-left: solid 1px #ececec;
  }
  .scroll ::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
  }
  .about_kirakaracho_scroll {
    width: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
  .about_kirakaracho_scroll li {
    width: 240px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 0 0;
    white-space: normal;
  }
  .about_kirakaracho_intro img {
    max-width: 90%;
  }
}

.special_interview {
  margin: 20px 0 0 0;
}
.special_interview a {
  display: table;
  width: 100%;
  background: #F9F8F6;
  overflow: hidden;
  text-decoration: none;
}
.special_interview_image {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  overflow: hidden;
}
.special_interview_image img {
  width: 100%;
  transition: 0.3s all ease;
}
.special_interview a:hover img {
  opacity: 0.7;
}
.special_interview_text {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 0 0 60px;
}
.special_interview_text_inner {
  width: 460px;
  padding: 30px 0;
}
.special_interview_text h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 20px 0;
}
.interview_name {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 40px 0;
}
.interview_name::before {
  content: "Interview:";
  display: block;
  text-align: center;
  margin: 0 0 10px 0;
  color: #B19F28;
}
.read_more {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 30px 0 0 0;
  border-top: #DDD 1px solid;
  transition: 0.3s color ease;
}
.read_more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 5px;
  margin: 0 0 0 10px;
  background: url(../img/common/icon_arrow_01_gray.png) no-repeat 0 0;
}
@media screen and (max-width:1200px){
  .special_interview {
    margin: 0;
  }
  .special_interview_text {
    width: 42%;
    padding: 0 0 0 20px;
  }
  .special_interview_image {
    width: 58%;
  }
  .special_interview_text_inner {
    width: 100%;
  }
  .special_interview_text h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
  }
  .interview_name {
    font-size: 15px;
    margin: 0 0 20px 0;
  }
  .interview_name::before {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
  .read_more {
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width:767px){
  .special_interview {
    margin: 0;
  }
  .special_interview a {
    display: block;
    width: 100%;
    background: #F9F8F6;
  }
  .special_interview_image {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .special_interview_text {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .special_interview_text_inner {
    width: 100%;
    padding: 0;
  }
  .special_interview_text h3 {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
  .interview_name {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .read_more {
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
  }
}
.kirakaracho_towels {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  padding: 40px 0 0 0;
}
.kirakaracho_towels img {
  width: 100%;
}
.pt0 {
  padding-top: 0 !important;
}
@media screen and (max-width:767px){
  .kirakaracho_towels {
    margin: 40px 0 20px 0;
    padding: 0;
    text-align: left;
  }
}


/* 下層タイトル */
.brand_title {
  padding: 50px 0 10px 0;
  background: #FFF;
}
.brand_title_h {
  margin: 0 auto 40px;
  padding: 0 0 40px 0;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
}
.brand_title_image {
  width: 100%;
  margin: 0 0 100px 0;
}
.brand_title_image img {
  width: 100%;
}
@media screen and (max-width:1200px){
  .brand_title_image {
    display: none;
  }
}
@media screen and (max-width:767px){
  .brand_title {
    padding: 10px 0 20px 0;
  }
  .brand_title_h {
    margin: 0 auto 10px;
    padding: 0;
    font-size: 16px;
  }
}


/* ギャラリー */
.brand_image_gallery {
  max-width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
.brand_image_gallery ul {
  width: 100%;
  overflow: hidden;
}
.brand_image_gallery li {
  width: 280px;
  float: left;
  text-align: center;
  margin: 0 20px 20px 0;
}
.brand_image_gallery li:nth-child(4n) {
  margin: 0 0 20px 0;
}
.brand_image_gallery li img {
  max-width: 100%;
}

@media screen and (max-width:1230px){
  .brand_image_gallery {
  }
  .brand_image_gallery li {
    width: 31%;
    margin: 0 1.15% 30px 1.15%;
  }
  .brand_image_gallery li:nth-child(3n) {
    margin: 0 1.15% 30px 1.15%;
  }
  .brand_image_gallery li:nth-child(4n) {
    margin: 0 1.15% 30px 1.15%;
  }
}
@media screen and (max-width:767px){
  .brand_image_gallery {
    padding: 0 15px;
  }
  .brand_image_gallery li {
    width: 48.5%;
    margin: 0 3% 20px 0;
  }
  .brand_image_gallery li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .brand_image_gallery li:nth-child(3n) {
    margin: 0 3% 20px 0;
  }
  .brand_image_gallery li:nth-child(6n) {
    margin: 0 0 20px 0;
  }
}

/* フッターナビ */
.brand_navi_footer {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.brand_navi_footer li {
  display: inline-block;
  width: 30%;
  margin: 0 10px;
}
.brand_navi_footer li a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
  position: relative;
  border: #DDD 1px solid;
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
}
.brand_navi_footer li a:hover {
  color: #D70039;
  text-decoration: none;
}
.brand_navi_footer li a::after {
  display: inline-block;
  margin: 0 0 0 10px;
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 28px;
  right: 15px;
  border-top: 1px solid #D70039;
  border-right: 1px solid #D70039;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: none;
}
@media screen and (max-width:767px){
  .brand_navi_footer {
    width: 100%;
    padding: 0 15px;
  }
  .brand_navi_footer li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .brand_navi_footer li a {
    padding: 15px;
    text-align: left;
    font-size: 14px;
  }
  .brand_navi_footer li a::after {
    display: inline-block;
    margin: 0 0 0 10px;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 22px;
    right: 15px;
    border-top: 1px solid #D70039;
    border-right: 1px solid #D70039;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
  }
}


/* 特徴ページ */
.feature_col2_wrap {
  overflow: hidden;
  margin: 0 0 100px 0;
  position: relative;
}
.feature_col1_wrap {
  overflow: hidden;
  margin: -40px 0 100px 0;
  position: relative;
}
.feature_col2_l {
  width: 50%;
  float: left;
  position: relative;
}
.feature_col2_r {
  width: 50%;
  float: right;
  position: relative;
}
img.full_size {
  min-width: 100%;
}
.brand_feature_h {
  font-size: 24px;
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  background: none;
  border: none;
  line-height: 1.6;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP";
  position: relative;
}
.brand_feature_h::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #DFD0A2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.feature_hankie .brand_feature_h::after {
  background: #A8CDD5;
}

.feature_col2_l.col2_contents {
  position: relative;
  padding: 50px 50px 0 10px;
}
.feature_col2_r.col2_contents {
  position: relative;
  padding: 50px 10px 0 50px;
}
.feature_col2_l .col2_contents_inner {
  float: right;
}
.feature_image {
  position: relative;
  height: 800px;
}
.feature_image img {
  display: block;
  position: absolute;
  margin: auto;
}
.feature_col2_l.feature_image img {
  right: 0;
}
.feature_col2_r.feature_image img {
  left: 0;
}

.col2_feature {
  max-width: 550px;
  position: relative;
}
.col2_feature_inner {
  padding: 70px 50px 50px 50px;
  z-index: 60;
  line-height: 2;
  position: relative;
}
.col2_feature::after {
  content: "";
  width: 1px;
  height: 0;
  background: #DBDBDB;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -50px;
  z-index: 50;
  transition: 0.6s all 1.6s ease;
}
.col2_feature.act_on::after {
  height: 100px;
}
.col2_feature .line01,
.col2_feature .line02,
.col2_feature .line03,
.col2_feature .line04 {
  background: #DBDBDB;
}
.point {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  font-family: "Noto Serif JP";
  margin: 0 0 10px 0;
  letter-spacing: 0.08em;
}
.point_blue {
  color: #A8CDD5;
}
.point_num {
  font-size: 18px;
  line-height: 20px;
}
.feature_sub {
  max-width: 550px;
  background: #F7F7F5;
  padding: 25px;
  margin: 30px 0 0 0;
  text-align: center;
}
.feature_sub p:last-child {
  margin-bottom: 0;
}
.feature_sub_head {
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: #DBDBDB 1px solid;
  font-family: "Noto Serif JP";
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
.col2_contents img {
  max-width: 100%;
}

@media screen and (max-width:1200px){
  .feature_col2_wrap {
    overflow: hidden;
  }
  .feature_col1_wrap {
    margin-bottom: 30px;
  }
  .feature_col2_wrap .col2_contents {
    position: relative;
    padding: 50px 0 0 0;
  }
  .feature_col2_l {
    width: 100%;
    float: none;
  }
  .feature_col2_r {
    width: 100%;
    float: none;
  }
  .feature_image {
    width: 100vw;
    height: 68vw;
    overflow: hidden;
  }
  .feature_image img {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .brand_feature_text p {
    margin-bottom: 20px;
  }
  .center.pc_right {
    text-align: center;
  }
  img.full_size {
    width: 100%;
    max-width: 100%;
    min-width: 1px;
  }
  .col2_feature {
    width: calc(100% - 65px);
    max-width: 1200px;
    margin: 0 35px 0 30px;
    left: 0;
    float: none !important;
  }
  .feature_sub {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin: 30px auto 0 auto;
  }
}
@media screen and (max-width:767px){
  .feature_col2_wrap {
    margin: 0 0 50px 0;
  }
  .feature_col2_wrap.before_line {
    margin-top: 50px;
  }
  .feature_col2_wrap .col2_contents {
    padding: 20px 0;
    overflow: hidden;
  }
  .brand_feature_h {
    font-size: 16px;
  }
  .col2_feature_inner {
    padding: 40px 20px 20px 20px;
  }
  .col2_feature.act_on::after {
    height: 80px;
  }
  .col2_feature {
    width: calc(100% - 25px);
    margin: 0 15px 0 10px;
  }
  .feature_sub {
    width: calc(100% - 20px);
    padding: 15px;
  }
  .feature_sub_head {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    font-size: 16px;
  }
  .point {
    font-size: 11px;
    line-height: 16px;
  }
  .point_num {
    font-size: 13px;
    line-height: 16px;
  }
}

.feature_wide_image {
  width: 100%;
  height: 44.45vw;
  min-height: 600px;
  background: url(../img/kirakaracho/feature_towel.jpg) no-repeat center 0;
  background-size: cover;
  position: relative;
  overflow: visible;
}
@media screen and (max-width:767px){
  .feature_wide_image {
    width: 100%;
    height: 48vw;
    min-height: 320px;
  }
}
.feature_hankie_image {
  width: 100%;
  height: 32vw;
  margin-bottom: 80px;
  background: url(../img/kirakaracho/hankie_image.jpg) no-repeat center 0;
  background-size: cover;
  position: relative;
  overflow: visible;
}
.feature_sub_col1 {
  width: 1200px;
  padding: 40px 50px;
  margin: 0 auto 40px auto;
  background: #F7F7F5;
  overflow: hidden;
  clear: both;
}
.h_feature_sub {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  border-bottom: #DBDBDB 1px solid;
  padding: 0 0 20px 0;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.feature_sub_inner {
  overflow: hidden;
  line-height: 2;
}
.feature_sub_r {
  width: 550px;
  float: right;
}
.feature_sub_l {
  width: 500px;
  float: left;
  line-height: 2;
}
.feature_dot {
  list-style: none;
  margin-bottom: 15px;
}
.feature_dot li {
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  position: relative;
  line-height: 2;
}
.feature_dot li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  background: #A9CDD5;
  width: 4px;
  height: 4px;
  border-radius: 2px;
}
.texture_list {
  width: 1200px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.texture_list li {
  flex-basis: 290px;
  max-width: 290px;
  font-size: 13px;
}
.texture_thumb {
  text-align: center;
  margin-bottom: 10px;
}
.texture_thumb img {
  width: 100%;
}
.texture_name {
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  position: relative;
}
.texture_name::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #A9CDD5;
  position: absolute;
  top: 10px;
  left: 0;
}
.before_line {
  overflow: visible !important;
}
.before_line::before {
  content: "";
  width: 1px;
  height: 75px;
  background: #DBDBDB;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -100px;
  z-index: 50;
  transition: 0.6s all 1.6s ease;
}

@media screen and (max-width:767px){
  .feature_hankie_image {
    width: 100%;
    height: 48vw;
    min-height: 320px;
    background: url(../img/kirakaracho/hankie_image_sp.jpg) no-repeat center 0;
    background-size: cover;
  }
  .feature_sub_col1 {
    width: calc(100% - 30px);
    padding: 15px;
    margin: 0 auto 40px auto;
  }
  .h_feature_sub {
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  .feature_sub_r {
    width: 100%;
    float: none;
  }
  .feature_sub_r img {
    width: 100%;
  }
  .feature_sub_l {
    width: 100%;
    float: none;
    line-height: 2;
    margin-bottom: 10px;
  }
  .feature_sub_l p {
    font-size: 12px;
  }
  .feature_dot {
  }
  .feature_dot li {
  }
  .texture_list {
    width: 100%;
    padding: 0 15px;
    margin: 40px auto;
    display: block;
  }
  .texture_list li {
    width: 100%;
    max-width: initial;
    margin: 0 0 30px 0;
    font-size: 12px;
  }
  .texture_thumb {
    margin-bottom: 10px;
  }
  .texture_name {
    font-size: 14px;
  }
  .before_line::before {
    height: 65px;
    top: -80px;
  }
}


/* グッドデザイン */
.good_design {
  width: 1100px;
  display: table;
  padding: 40px;
  margin: 0 auto;
  position: relative;
  background: none;
  border: #DDD6CA 1px solid;
}
.good_design::before {
  display: block;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  top: -10px;
  left: -10px;
  position: absolute;
  border: #DDD6CA 1px solid;
}
.good_design_logo {
  display: table-cell;
  width: 45%;
  padding: 20px 50px 20px 10px;
  border-right: #DDD6CA 1px solid;
  vertical-align: middle;
}
.good_design_logo img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.good_design_text {
  display: table-cell;
  width: 55%;
  padding: 20px 50px;
  vertical-align: middle;
  line-height: 1.8;
}
.good_design_text p:last-child {
  margin: 0;
}

@media screen and (max-width:1200px){
  .good_design {
    width: 98%;
    padding: 30px 20px;
  }
  .good_design_logo {
    padding: 20px 30px 20px 0px;
  }
  .good_design_text {
    padding: 20px 30px;
  }
}

@media screen and (max-width:767px){
  .good_design {
    width: 98%;
    display: block;
    padding: 20px 30px 20px 20px;
    margin: 40px 10px 0 10px;
    position: relative;
    left: 0;
    background: none;
    border: #DDD6CA 1px solid;
  }
  .good_design_logo {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
    border-right: none;
    border-bottom: #DDD6CA 1px solid;
  }
  .good_design_logo img {
    width: 100%;
  }
  .good_design_text {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
  }
}

/* 今治ロゴ */
.imabari_brand {
  width: 1010px;
  display: table;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
  background: #FFF;
  border: #DBDBDB 1px solid;
}
.imabari_logo {
  display: table-cell;
  width: 28%;
  padding: 0;
  border-right: #DBDBDB 1px solid;
  vertical-align: middle;
}
.imabari_logo img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}
.imabari_text {
  display: table-cell;
  width: 72%;
  padding: 0 50px;
  vertical-align: middle;
  line-height: 1.8;
}
.imabari_text p {
  margin: 10px 0;
}
.imabari_text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:1200px){
  .imabari_brand {
    width: 100%;
  }
  .imabari_logo {
    width: 35%;
  }
  .imabari_text {
    width: 65%;
    padding: 0 40px;
  }
}

@media screen and (max-width:767px){
  .imabari_brand {
    width: 100%;
    display: block;
    padding: 20px 30px;
    margin: 30px auto 0 auto;
    border: #DBDBDB 1px solid;
  }
  .imabari_logo {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
    border-right: none;
    border-bottom: #DBDBDB 1px solid;
  }
  .imabari_logo img {
    max-width: 100%;
  }
  .imabari_text {
    display: block;
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
  }
}


/* 今治紹介 */
.imabari_area {
  padding: 80px 0;
  background: #F9F8F6;
}
.imabari_h {
  margin: 0 auto 40px auto;
  padding: 0;
  background: none;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
  color: #222;
}
.inner {
  overflow: hidden;
}
.imabari_map {
  width: 45%;
  max-width: 500px;
  float: left;
  text-align: center;
}
.imabari_map img {
  width: 100%;
}
.imabari_area_contents {
  width: 53%;
  float: right;
  line-height: 2;
  font-size: 14px;
}
.imabari_area_image {
  width: 49%;
  float: left;
  text-align: center;
}
.imabari_area_image:last-child {
  width: 49%;
  float: right;
}
.imabari_area_image img {
  width: 100%;
}
.imabari_area_image p {
  margin: 10px 0 0 0;
  padding: 0 0 0 8px;
  border-left: #C3B65C 3px solid;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}
@media screen and (max-width:1200px){
  .imabari_area {
    padding: 60px 15px;
  }
}
@media screen and (max-width:767px){
  .imabari_area {
    padding: 40px 0;
  }
  .imabari_h {
    margin: 0 auto 20px auto;
    padding: 0 0 10px 0;
    position: relative;
    background: none;
    font-size: 18px;
  }
  .imabari_map {
    width: 100%;
    max-width: 800px;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  .imabari_area_contents {
    width: 100%;
    float: none;
  }
  .imabari_area_image {
    width: 49%;
    float: left;
    text-align: center;
  }
  .imabari_area_image:last-child {
    width: 49%;
    float: right;
  }
  .imabari_area_image img {
    max-width: 100%;
  }
  .imabari_area_image p {
    margin: 10px 0 0 0;
    padding: 0;
    border-left: none;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    color: #AEA040;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}


/* =========================================================
INVIEW
========================================================= */
.inview.inview_fade {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, -webkit-transform, opacity;
  transition-timing-function: ease;
  transition-duration: 1.2s;
  transition-delay: .3s;
}
@media screen and (max-width: 767px) {
  .inview.inview_fade {
    transition-duration: 1.2s;
    transition-delay: .3s;
  }
}
.inview.inview_fade.delay01 {
  transition-delay: 0.3s;
}
.inview.inview_fade.delay02 {
  transition-delay: 0.6s;
}
.inview.inview_fade.delay03 {
  transition-delay: 0.9s;
}
.inview.inview_fade.delay04 {
  transition-delay: 1.2s;
}
.inview.inview_fade.delay05 {
  transition-delay: 1.5s;
}
.inview.inview_fade.kirakaracho_copy01 {
  transition-delay: 1.6s;
}
.inview.inview_fade.kirakaracho_copy02 {
  transition-delay: 3.2s;
}
@media screen and (max-width: 767px) {
  .inview.inview_fade.delay01,
  .inview.inview_fade.delay02,
  .inview.inview_fade.delay03,
  .inview.inview_fade.delay04,
  .inview.inview_fade.delay05,
  .inview.inview_fade.delay06 {
    transition-delay: 0.3s;
  }
}
.inview_fade.inview_on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.inview_fade.inview_gokujo_bg.inview_on {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.kirari {
  position: relative;
}
.kirari::after {
  content: "";
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.4) , rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4) , rgba(0, 0, 0, 0) );
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transition-delay: 0.3s;
  z-index: 10;
}
.kirari.active::after {
  opacity: 0;
  width: 100%;
  left: 0;
}
