@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@font-face {
 font-family: 'oswaldregular';
 src: url("font/oswald-regular-webfont.eot");
 src: url("font/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-regular-webfont.woff") format("woff"), url("font/oswald-regular-webfont.ttf") format("truetype"), url("font/oswald-regular-webfont.svg#oswaldregular") format("svg");
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'oswaldlight';
 src: url("font/oswald-light-webfont.eot");
 src: url("font/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/oswald-light-webfont.woff") format("woff"), url("font/oswald-light-webfont.ttf") format("truetype"), url("font/oswald-light-webfont.svg#oswaldregular") format("svg");
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'NotoSansJP-Bold';
 src: url("../font/NotoSansJP-Bold.eot");
 src: url("../font/NotoSansJP-Bold.eot?iefix") format("eot"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
 font-family: 'NotoSansJP-Medium';
 src: url("../font/NotoSansJP-Medium.eot");
 src: url("../font/NotoSansJP-Medium.eot?iefix") format("eot"), url("../font/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
 font-family: 'NotoSansJP-Regular';
 src: url("../font/NotoSansJP-Regular.eot");
 src: url("../font/NotoSansJP-Regular.eot?iefix") format("eot"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
 font-family: 'NotoSansJP-DemiLight';
 src: url("../font/NotoSansJP-DemiLight.eot");
 src: url("../font/NotoSansJP-DemiLight.eot?iefix") format("eot"), url("../font/NotoSansJP-DemiLight.woff") format("woff");
}
@font-face {
 font-family: 'NotoSansJP-Light';
 src: url("../font/NotoSansJP-Light.eot");
 src: url("../font/NotoSansJP-Light.eot?iefix") format("eot"), url("../font/NotoSansJP-Light.woff") format("woff");
}
@font-face {
 font-family: 'NotoSansJP-Thin-Windows';
 src: url("../font/NotoSansJP-Thin-Windows.eot");
 src: url("../font/NotoSansJP-Thin-Windows.eot?iefix") format("eot"), url("../font/NotoSansJP-Thin-Windows.woff") format("woff");
}
/* 変数
-----------------------------------------------------------------*/
body, div, p, form, input, textarea, select, option, button, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address, button, figure, figcaption {
 font-style: normal;
 margin: 0;
 padding: 0;
 -webkit-tap-highlight-color: transparent;
}
/* PC / SP 表示分け
-----------------------------------------------------------------*/
body .container {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 862px) {
 .dn-pc {
  display: none !important;
 }
}
@media only screen and (max-width: 861px) {
 .dn-sp {
  display: none !important;
 }
 body {
  margin: 0 !important;
 }
 body .breadcrumbs .isPc {
  display: none !important;
 }
 body .classic_style .isPc {
  display: block !important;
 }
 body .container {
  padding: 0 !important;
 }
}
/* コンテンツ
-----------------------------------------------------------------*/
body img {
 height: auto;
}
.contents {
 margin: 0 auto;
 padding-bottom: 30px;
}
body .container {
 width: auto;
 max-width: inherit;
 height: auto;
}
.breadcrumbsList {
 margin-left: 20px;
}
@media only screen and (min-width: 862px) {
 .contents {
  padding-bottom: 100px;
 }
}
/* アンカーリンクマージン
-----------------------------------------------------------------*/
.anchorLink-margin {
 padding-top: 35px !important;
 margin-top: -35px !important;
}
@media screen and (max-width: 861px) {
 .anchorLink-margin {
  padding-top: 50px !important;
  margin-top: -50px !important;
 }
}
/* メインビジュアル
-----------------------------------------------------------------*/
.mainVisual_caption {
 color: #000;
 text-align: center;
 font-weight: bold;
 letter-spacing: .1em;
}
.lead {
 margin: 70px 0 90px;
}
@media only screen and (min-width: 862px) {
 .mainVisual_caption {
  letter-spacing: .2em;
  text-align: center;
  font-size: 25px;
 }
}
@media only screen and (max-width: 861px) {
 .mainVisual_caption {
  font-size: 18px;
  line-height: 1.6;
  margin: 30px 20px 0;
 }
 .lead {
  margin: 50px 0 90px;
 }
}
/* アンカー部分
-----------------------------------------------------------------*/
.navList {
 margin: 50px auto 0;
}
.navList_inner {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}
.navList_node {
 position: relative;
 width: 220px;
 margin: 0 10px;
 background: #f3f4f4;
 border: 3px solid #f3f4f4;
 transition: all .5s;
}
.navList_node:after {
 display: block;
 position: absolute;
 bottom: 50%;
 right: 23px;
 width: 7px;
 height: 7px;
 background-repeat: no-repeat;
 border-top: 2px solid #000000;
 border-right: 2px solid #000000;
 content: "";
 transform: rotate(135deg);
}
.navList_node a {
 display: block;
 height: 100%;
 padding: 19px 54px 19px 20px;
 color: #000;
 font-size: 12px;
 font-weight: bold;
 line-height: 1.8;
 letter-spacing: .1em;
}
.navList_node:hover {
 border: 3px solid #f3f4f4;
 background: #fff;
}
.navList_node_title {
 display: block;
 border-top: 1px solid #000;
 padding-top: 10px;
}
@media only screen and (max-width: 861px) {
 .navList {
  margin-top: 30px;
 }
 .navList_inner {
  width: 100%;
 }
 .navList_node {
  width: 41vw;
  max-width: 160px;
  margin: 10px 7px;
  text-align: center;
  line-height: 1.4;
 }
 .navList_node:after {
  bottom: 10px;
  right: 48%;
 }
 .navList_inner .navList_node a {
  padding: 17px 10px 27px;
  line-height: 1.6;
 }
 .navList_node_title {
  font-size: 11px;
 }
}
/* コンテンツ共通部分
-----------------------------------------------------------------*/
.BG-glay {
 background: #f3f4f4;
 padding: 90px 0;
}
.c-section {
 max-width: 900px;
 margin: 0 auto;
 padding-top: 90px;
}
.BG-glay .c-section {
 padding-top: 0;
}
.orihica_main .card_list {
 width: auto;
}
.orihica_main .card_list a:hover, .orihica_main .useful a:hover {
 opacity: .75;
 transition: .2s;
}
.orihica_main .style-tx,.orihica_main .new-bridal__lead,.orihica_main .howtoText{
  line-height: 2;
}
@media only screen and (max-width: 861px) {
 .BG-glay {
  padding: 90px 0;
 }
 .c-section {
  width: 90%;
  margin: auto;
 }
 .card_item:nth-of-type(n+3) {
  margin-top: 10px;
 }
 .card_item img:nth-of-type(2n-1) {
  margin-right: 10px;
 }
 #new-bridal .card_item, #GOODS .card_item {
  margin-bottom: 0;
 }
}
/* h2
-----------------------------------------------------------------*/
.c-section_title {
 margin-bottom: 50px;
 text-align: center;
 letter-spacing: .2em;
 font-weight: normal;
}
.c-section_subTitle {
 display: block;
 margin-top: 30px;
 font-size: 16px;
 text-align: center;
 letter-spacing: .15em;
}
@media only screen and (min-width: 862px) {
 #STYLE h2 img {
  width: 376px;
 }
 #new-bridal h2 img {
  width: 413px;
 }
 #STAFF h2 img {
  width: 281px;
 }
 #GOODS h2 img {
  width: 450px;
 }
 #HOW-TO h2 img {
  width: 161px;
 }
}
@media only screen and (max-width: 861px) {
 .c-section_title {
  margin-bottom: 36px;
 }
 #STYLE h2 img {
  width: 208px;
 }
 #new-bridal h2 img {
  width: 240px;
 }
 #STAFF h2 img {
  width: 256px;
 }
 #GOODS h2 img {
  width: 263px;
 }
 #HOW-TO h2 img {
  width: 157px;
 }
 .c-section_subTitle {
  margin-top: 20px;
 }
}
/* セクション１ STYLE
-----------------------------------------------------------------*/
/*モジュール共通*/
.style-tx, .topicModuleItemBtn, .topicModuleItem, .topicModuleItem__button, .orihica_main .topicModuleCol2__text {
 color: #000 !important;
}
.orihica_main .topicModuleCol1__image, .orihica_main .topicModuleCol2__image {
 display: none;
}
.orihica_main .topicModuleItemBtn {
 background-color: #d0d8d9;
}
.topicModuleItemBtn::after {
 border-top: 1px solid #000;
 border-right: 1px solid #000;
}
.topicModuleCol1__priceList, .topicModuleCol2__text {
 padding-left: 0px;
 padding-right: 0px;
}
.topicModuleItem__button {
 font-size: 13px;
 background: #fff;
}
.orihica_main .topicModuleCol1__priceItem, .orihica_main .topicModuleCol2__price {
 display: block;
 border-top: 1px solid #d0d8d9;
}
/*topicModuleCol1*/
.orihica_main .topicModuleCol1__item, .orihica_main .topicModuleCol1__priceItem {
 width: auto;
}
.orihica_main .style-tx {
 margin: 20px 0;
 font-size: 13px;
}
/*topicModuleCol2*/
.orihica_main .topicModuleCol2 {
 margin: 20px 0 0;
}
@media screen and (min-width: 862px) {
 .flex-conteiner {
  display: flex;
  justify-content: space-between;
  margin: auto;
 }
 .flex-inner {
  width: 47.8%;
 }
 .reversibleGilet .flex-inner + .flex-inner {
  margin-top: 25px;
 }
 /*モジュール共通*/
 .orihica_main .topicModuleCol1__priceItem, .orihica_main.topicModuleCol2__price {
  padding-left: 10px;
  padding-right: 10px;
 }
}
@media only screen and (max-width: 861px) {
 #STYLE .BG-glay {
  padding-bottom: 45px;
 }
 .flex-inner + .flex-inner {
  margin-top: 30px;
 }
 .orihica_main .style-tx, .topicModuleCol2__text {
  font-size: 13px;
 }
 .orihica_main .topicModuleCol2__item {
  margin-bottom: 20px;
 }
}
/* section02--new-bridal
-----------------------------------------------------------------*/
.new-bridal__lead {
 font-size: 14px;
 text-align: center;
}
.new-bridal_text .new-bridal__lead {
 margin-bottom: 30px;
}
#new-bridal .list_area {
 width: 480px;
 background: #F1f1f1;
 margin-bottom: 30px;
 padding: 20px;
 border-left: 5px solid #ccc;
 font-size: 13px;
}
#new-bridal .list_area li {
 display: flex;
}
#new-bridal .list_area li + li {
 margin-top: 10px;
}
#new-bridal .list_area img {
 width: 73px;
 height: 100%;
 margin-right: 10px;
}
@media screen and (min-width: 862px) {
 .new-bridal_text {
  max-width: 900px;
  margin: auto;
 }
}
@media only screen and (max-width: 861px) {
 .new-bridal_text .new-bridal__lead {
  margin-bottom: 24px;
  text-align: left;
 }
 #new-bridal .list_area {
  width: auto;
  margin-bottom: 30px;
  padding: 15px 0 15px 10px;
 }
	#new-bridal .list_area img{
 	width: 70px;
  margin-bottom: 6px;
		padding-top: 3px;
	}
 #new-bridal .list_area .small-tx {
  font-size: 12px;
 }
}
/* セクション3 STAFF SNAP
-----------------------------------------------------------------*/
#STAFF .c-section {
 padding-bottom: 40px;
}
@media only screen and (max-width: 861px) {
 #STAFF .c-section {
  padding-bottom: 25px;
 }
}
/* セクション4 GOODS&ACCESSORIES
-----------------------------------------------------------------*/
.goodsacce .card_list li:nth-of-type(n+3) {
 margin-bottom: 0 !important;
}
/* セクション5 HOW TO
-----------------------------------------------------------------*/
.c-section_howto_inner {
 position: relative;
 border: 1px solid #ccc;
 margin: 0 auto;
}
@media only screen and (min-width: 862px) {
 .c-section_howto_inner {
  width: 678px;
  padding: 45px 50px 35px;
 }
}
@media only screen and (max-width: 861px) {
 .c-section_howto_inner {
  margin: 70px 0 0;
  padding: 25px;
 }
}
@media only screen and (min-width: 862px) {
 .c-section_howto_inner + .c-section_howto_inner {
  margin-top: 60px;
 }
}
@media only screen and (max-width: 861px) {
 .c-section_howto_inner + .c-section_howto_inner {
  margin-top: 45px;
 }
}
.howtoTitle {
 text-align: center;
 position: absolute;
 display: block;
 font-weight: 600;
 letter-spacing: .2em;
 left: 50%;
 transform: translateX(-50%);
 background: #fff;
}
@media only screen and (min-width: 862px) {
 .howtoTitle {
  font-size: 16px;
  width: 250px;
  top: -9px;
 }
}
@media only screen and (max-width: 861px) {
 .howtoTitle {
  width: 200px;
  top: -8px;
  font-size: 14px;
 }
}
.howtoImg {
 text-align: center;
}
.howtoText {
 letter-spacing: .1em;
 text-align: left;
}
@media only screen and (min-width: 862px) {
 .howtoText {
  margin-top: 25px;
  font-size: 14px;
 }
}
@media only screen and (max-width: 861px) {
 .howtoText {
  margin-top: 20px;
  font-size: 14px;
 }
}
/* セクション6 GOODS&ACCESSORIES
-----------------------------------------------------------------*/
/* お役立ちコンテンツ
-----------------------------------------------------------------*/
.useful {
 max-width: 1120px;
 flex-wrap: wrap;
 justify-content: space-between;
}
.topicModuleCol3 {
 max-width: 850px;
}
.useful {
 margin: 120px auto;
}
.useful h2 {
 margin-bottom: 40px;
 font-size: 26px;
 font-weight: bold;
 text-align: center;
}
@media screen and (min-width: 862px) {
 .topicModuleCol3__item {
  width: 400px !important;
 }
}
@media screen and (max-width: 861px) {
 .topicModuleCol3 {
  width: 90%;
  margin: auto;
 }
 .useful {
  margin: 90px auto;
 }
 .useful h2 {
  font-size: 18px;
  margin-bottom: 6vw;
  line-height: 1.6;
 }
 .useful .topicModuleCol3__item:nth-child(n+2) {
  margin-top: 30px;
 }
}
/* バナー
-----------------------------------------------------------------*/
.topicModuleBanner {
 width: 90%;
 margin: auto;
}