@charset "UTF-8";
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
/*-------------------------------------------*/
/*
Poynter Oldstyle Display 
400：Roman（デフォルト）
600：Semibold
700：Bold
*/
/*
DIN2014(要確認)
400：Reguler（デフォルト）
700：Bold

@mixin f_din($weight:400) {
	font-family: din-2014, sans-serif;
	font-style: normal;
	font-weight:$weight;
	color: #c00 !important;

	//webフォント文字太り対策
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
/*
Effra（要確認）
500：Medium（デフォルト）

@mixin f_effra($weight:500) {
	font-family: effra, sans-serif;
	font-style: normal;
	font-weight:$weight;
	color: #c00 !important;
	//webフォント文字太り対策
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
/*
源ノ明朝
400：Reguler（デフォルト）
500：Medium
600：SemiBold
700：bold
*/
/*
example
@include vaM;
*/
/*
example
@include taJ
*/
/*
example
@include lc(pc,sp)
*/
/*
example
@include dotted(#COLOR, WidthPX,SpaceingPX,HeightPX); 横破線
@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* -----------------------------------------------------------------------------

element

----------------------------------------------------------------------------- */
[data-module01] {
  width: 12.2rem;
  padding: 0;
  margin: 0 auto;
}
@media screen and (max-width: 460px) {
  [data-module01] {
    width: 100%;
  }
}
[data-module01] .contantWrap {
  max-width: 11.9rem;
  width: 100%;
}
@media screen and (max-width: 460px) {
  [data-module01] .contantWrap {
    padding-bottom: 0.4rem;
  }
}
[data-module01] .contantWrap .btns01 {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  height: 4.8rem;
}
@media screen and (max-width: 460px) {
  [data-module01] .contantWrap .btns01 {
    height: 93.4vw;
  }
}
[data-module01] .contantWrap .btns01 button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.7rem;
  height: 0.7rem;
  z-index: 1;
}
@media screen and (max-width: 460px) {
  [data-module01] .contantWrap .btns01 button {
    width: 0.6rem;
    height: 0.9rem;
    width: 0.3rem;
    height: 0.3rem;
  }
}
[data-module01] .contantWrap .btns01 button.arrow i {
  width: 0.6rem;
  height: 0.6rem;
}
@media screen and (max-width: 460px) {
  [data-module01] .contantWrap .btns01 button.arrow i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
[data-module01] .contantWrap .btns01 button.arrow i:before, [data-module01] .contantWrap .btns01 button.arrow i:after {
  background-color: #989898;
}
[data-module01] .contantWrap .btns01 button:before, [data-module01] .contantWrap .btns01 button:after {
  content: none;
}
[data-module01] .contantWrap .btns01 button.next {
  right: -0.18rem;
}
@media screen and (max-width: 460px) {
  [data-module01] .contantWrap .btns01 button.next {
    right: 10.2vw;
  }
}
[data-module01] .contantWrap .btns01 button.prev {
  left: -0.18rem;
}
@media screen and (max-width: 460px) {
  [data-module01] .contantWrap .btns01 button.prev {
    left: 10.2vw;
  }
}
.no-touchevents [data-module01] .contantWrap .btns01 button:hover:before, .no-touchevents [data-module01] .contantWrap .btns01 button:hover:after {
  background-color: transparent;
}
[data-module01] .contantWrap .contentWrapIn {
  padding: 0 33.33333%;
}
@media screen and (max-width: 460px) {
  [data-module01] .contantWrap .contentWrapIn {
    padding: 0 11.1111%;
  }
}
[data-module01] .contantWrap .contentWrapIn .content.disableTrs {
  -webkit-transition: none !important;
  transition: none !important;
}
[data-module01] .contantWrap .contentWrapIn .content .link > .in {
  margin: 0 4.8%;
}
[data-module01] .contantWrap .contentWrapIn .content .link .ph {
  height: 4.8rem;
}
@media screen and (max-width: 460px) {
  [data-module01] .contantWrap .contentWrapIn .content .link .ph {
    height: 93vw;
  }
}
[data-module01] .contantWrap .pager {
  height: 0.4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  margin-top: 0.2rem;
}
@media screen and (max-width: 460px) {
  [data-module01] .contantWrap .pager {
    margin-top: 0.1rem;
  }
}
[data-module01] .contantWrap .pager button {
  width: 0.2rem;
  height: 0.2rem;
}
[data-module01] .contantWrap .pager button:before, [data-module01] .contantWrap .pager button:after {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #e6e6e6;
}
[data-module01] .contantWrap .pager button.active:after {
  width: 0.2rem;
  border-radius: 0.04rem;
  background-color: #e6e6e6;
}

/* -----------------------------------------------------------------------------

section layout

----------------------------------------------------------------------------- */
.msgttl {
  text-align: center;
  font-size: 0.22rem;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.909;
  letter-spacing: 0.12em;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 460px) {
  .msgttl {
    font-size: 0.18rem;
    line-height: 1.66667;
    margin-bottom: 0.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.msgbox {
  padding: 0 0 0.9rem;
}
@media screen and (max-width: 460px) {
  .msgbox {
    padding: 0 0 0.5rem;
  }
}
.msgbox .msgttl {
  margin-bottom: 0;
}
@media screen and (max-width: 460px) {
  .msgbox .msgttl {
    letter-spacing: 0.05em;
  }
}

.secHd {
  margin-bottom: 1rem;
}
@media screen and (max-width: 460px) {
  .secHd {
    margin-bottom: 0.4rem;
  }
}
.secHd .secTit .title {
  font-size: 0.14rem;
  margin-bottom: 0.44rem;
}
@media screen and (max-width: 460px) {
  .secHd .secTit .title {
    margin-bottom: 0.27rem;
    padding-bottom: 0.27rem;
  }
}
.secHd .secTit .title > span {
  font-size: 0.4rem;
}
@media screen and (max-width: 460px) {
  .secHd .secTit .title > span {
    font-size: 0.3rem;
  }
}
.secHd .msgttl {
  margin-bottom: 0.18rem;
}
.secHd .txt {
  text-align: center;
  line-height: 1.857;
}
@media screen and (max-width: 460px) {
  .secHd .txt {
    font-size: 0.13rem;
    line-height: 1.76;
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding: 0 0.3rem;
  }
  .ie .secHd .txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.bgoff {
  position: relative;
  padding-top: 1.28rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 460px) {
  .bgoff {
    padding-top: 0.56rem;
    margin-bottom: 0;
  }
}
.bgoff:before {
  content: "";
  display: block;
  width: calc(100% - 0.4rem);
  height: 5.2rem;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 460px) {
  .bgoff:before {
    width: 100%;
    height: 100vw;
  }
}
.bgoff.t-tr:before {
  right: 0;
  background-position: left center;
}
@media screen and (max-width: 460px) {
  .bgoff.t-tr:before {
    background-position: center 0;
  }
}
.bgoff.t-tl:before {
  left: 0;
  background-position: right center;
}
@media screen and (max-width: 460px) {
  .bgoff.t-tl:before {
    background-position: center 0;
  }
}

.wdbox.bgoff:before {
  background-image: url(../img/dress/bg_wedding.jpg);
}
@media screen and (max-width: 460px) {
  .wdbox.bgoff:before {
    background-image: url(../img/dress/bg_wedding_sp.jpg);
  }
}

.cdbox.bgoff:before {
  background-image: url(../img/dress/bg_color.jpg);
}
@media screen and (max-width: 460px) {
  .cdbox.bgoff:before {
    background-image: url(../img/dress/bg_color_sp.jpg);
  }
}

.kmnbox.bgoff:before {
  background-image: url(../img/dress/bg_kimono.jpg);
}
@media screen and (max-width: 460px) {
  .kmnbox.bgoff:before {
    background-image: url(../img/dress/bg_kimono_sp.jpg);
  }
}

.txdbox {
  padding-top: 0.9rem;
}
@media screen and (max-width: 460px) {
  .txdbox {
    padding-top: 0.56rem;
  }
}
.txdbox.bgoff:before {
  background-image: url(../img/dress/bg_tuxedo.jpg);
  height: 4.8rem;
}
@media screen and (max-width: 460px) {
  .txdbox.bgoff:before {
    background-image: url(../img/dress/bg_tuxedo_sp.jpg);
    height: 100vw;
  }
}
.txdbox .container {
  max-width: 11.48rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 460px) {
  .txdbox .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 6vw;
  }
}
.txdbox .secHd {
  width: calc(100% - 6.4rem - 0.8rem);
  padding-top: 0.2rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media screen and (max-width: 460px) {
  .txdbox .secHd {
    width: 100%;
    padding-top: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.txdbox .secHd .secTit .txt {
  width: 3rem;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 460px) {
  .txdbox .secHd .secTit .txt {
    width: auto;
    padding: 0 0.1rem;
  }
}
.txdbox .txdimg {
  width: 3.2rem;
  font-size: 0;
  /*img {
  	@include sc(sp){
  		width: 100%;
  		height: auto;
  	}
  }*/
}
@media screen and (max-width: 460px) {
  .txdbox .txdimg {
    width: 50%;
    height: 59.72vw;
  }
}
.txdbox .txd01 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 460px) {
  .txdbox .txd01 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.txdbox .txd02 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 460px) {
  .txdbox .txd02 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.pointbox {
  position: relative;
  padding-bottom: 1rem;
}
@media screen and (max-width: 460px) {
  .pointbox {
    margin-bottom: 0.3rem;
    padding: 0.6rem 0 0;
  }
}
.pointbox:before {
  content: "";
  display: block;
  width: 12.4rem;
  height: 2.6rem;
  background-color: rgba(178, 141, 88, 0.05);
  position: absolute;
  top: 0.2rem;
  left: calc(50% - 6.2rem);
  z-index: -1;
}
@media screen and (max-width: 460px) {
  .pointbox:before {
    width: 100%;
    height: calc(100% - 0.83rem);
    bottom: auto;
    top: 0.83rem;
    left: 0;
  }
}
.pointbox .ttlimg {
  text-align: center;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 460px) {
  .pointbox .ttlimg {
    margin-bottom: 0.24rem;
  }
}
.pointbox .ttlimg img {
  width: 1.43rem;
  height: 0.5rem;
}
@media screen and (max-width: 460px) {
  .pointbox .ttlimg img {
    width: 1.15rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 460px) {
  .pointbox .msgttl {
    margin-bottom: 0.36rem;
  }
}
.pointbox .container {
  max-width: 9.8rem;
  margin: 0 auto;
  position: relative;
}

.detail_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 460px) {
  .detail_box {
    position: relative;
    display: block;
    margin-top: 0;
    margin-top: 0.4rem;
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 461px) {
  .detail_box .detail {
    width: 3rem;
  }
}
@media screen and (max-width: 460px) {
  .detail_box .detail {
    padding-bottom: 0.35rem;
  }
}
.detail_box .detail .ph {
  width: 100%;
  height: 2rem;
}
@media screen and (max-width: 460px) {
  .detail_box .detail .ph {
    width: 32vw;
    height: 30.5vw;
    float: left;
    margin-right: 4vw;
    font-size: 0;
    padding-top: 0.05rem;
  }
}
.detail_box .detail .catch {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1.778;
  text-align: center;
  margin: 0.2rem 0 0.15rem;
}
@media screen and (max-width: 460px) {
  .detail_box .detail .catch {
    font-size: 0.15rem;
    text-align: left;
    letter-spacing: 0.05em;
    margin: 0 0 0.08rem 0;
  }
}
.detail_box .detail .txt {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  line-height: 1.857;
  letter-spacing: 0.08em;
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
.ie .detail_box .detail .txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 460px) {
  .detail_box .detail .txt {
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "Osaka", sans-serif;
    font-weight: 400;
    font-size: 0.13rem;
    letter-spacing: 0.05em;
    line-height: 1.615;
    padding: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 460px) {
  .detail_box .detail:first-child {
    padding-bottom: 0.5rem;
  }
}

.sec_alliance {
  text-align: center;
  padding: 0.6rem 0 0.8rem;
  position: relative;
}
@media screen and (max-width: 460px) {
  .sec_alliance {
    padding: 0.4rem 0;
  }
}
.sec_alliance .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 461px) {
  .sec_alliance .bg {
    background-attachment: fixed;
  }
}
.sec_alliance .title {
  margin-bottom: 0.4rem;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.22rem;
  color: #b28b58;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 460px) {
  .sec_alliance .title {
    font-size: 0.18rem;
    margin-bottom: 0.3rem;
  }
}
.sec_alliance > * {
  position: relative;
}
.sec_alliance .in {
  margin: 0 auto;
}
@media print, screen and (min-width: 461px) {
  .sec_alliance .in {
    width: 8.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 460px) {
  .sec_alliance .in {
    width: 1.95rem;
  }
}
.sec_alliance .link {
  display: block;
  height: 1.5rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
}
.no-touchevents .sec_alliance .link:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media print, screen and (min-width: 461px) {
  .sec_alliance .link {
    width: calc(33.3333333333% - 0.26rem);
  }
}
@media screen and (max-width: 460px) {
  .sec_alliance .link {
    height: 1.12rem;
  }
}
@media print, screen and (min-width: 461px) {
  .sec_alliance .link + .link {
    margin-left: 0.39rem;
  }
}
@media screen and (max-width: 460px) {
  .sec_alliance .link + .link {
    margin-top: 0.15rem;
  }
}
.sec_alliance .link > img {
  margin: auto;
  max-width: 100%;
  width: 2.13rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media screen and (max-width: 460px) {
  .sec_alliance .link > img {
    width: 1.6rem;
  }
}

.btybox {
  padding-top: 1rem;
}
@media screen and (max-width: 460px) {
  .btybox {
    padding: 0.4rem 0 0.1rem;
  }
}
.btybox .container {
  width: 9.8rem;
  height: 3.2rem;
  margin: 0 auto;
  background: transparent url(../img/dress/bg_beauty.jpg) no-repeat scroll center 0;
  position: relative;
}
@media screen and (max-width: 460px) {
  .btybox .container {
    width: 100%;
    height: 65vw;
    background-image: url(../img/dress/bg_beauty_sp.jpg);
    background-size: cover;
  }
}
.btybox .secHd {
  width: 3rem;
  height: 2.4rem;
  background-color: rgba(178, 141, 88, 0.95);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 460px) {
  .btybox .secHd {
    width: 1.9rem;
    width: 52.8vw;
    height: 1.55rem;
    height: 43.2vw;
  }
}
.btybox .secHd .secTit .title {
  color: #fff;
  margin-top: 0.1rem;
  margin-bottom: 0.34rem;
}
@media screen and (max-width: 460px) {
  .btybox .secHd .secTit .title {
    margin-top: 1vw;
    margin-bottom: 5vw;
  }
}
.btybox .secHd .secTit .title:before {
  color: #fff;
}
.btybox .secHd .btnbox .btn01 {
  border-color: #fff;
}
@media screen and (max-width: 460px) {
  .btybox .secHd .btnbox .btn01 {
    width: 1.5rem;
  }
}
.btybox .secHd .btnbox .btn01:before {
  background-color: #fff;
}
.btybox .secHd .btnbox .btn01 span {
  color: #fff;
}
.no-touchevents .btybox .secHd .btnbox .btn01:hover span {
  color: #b28d58;
}

/* -----------------------------------------------------------------------------

着物セクション

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 461px) {
  .kimono button {
    display: none;
  }
  .kimono [data-module01] .contentWrapIn {
    padding: 0;
  }
}
/*# sourceMappingURL=dress.css.map */