@charset "UTF-8";
/*
Theme Name: INEDIT ROSÉ
*/
/* --ブラウザの互換初期化------------------------ */
html {
  overflow: scroll;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: top;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q:before, q:after {
  content: "";
}

ul, ol, li {
  list-style-type: none;
}

/* --clearfix------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* フォーム関連をリセット */
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  display: block;
  border: 0 none;
  box-shadow: 0 0 0 rgba(51, 51, 51, 0);
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  outline: none;
  background: none;
  font-size: 1.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

@media only screen and (max-width:1024px) {
  input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
    font-size: 1.6rem;
  }
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ------------------------
    基本構造
------------------------ */
html {
  padding: 0;
  margin: 0;
  font-size: 10px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #000000;
  line-height: 2;
}

.contents {
  position: relative;
  width: 1054px;
  max-width: 100%;
  margin: 70px auto 0;
  padding: 0 15px;
}
.contents:first-child {
  margin-top: 0;
}
.contents .min-contents {
  width: 960px;
  padding: 0;
}

.min-contents {
  width: 990px;
  max-width: 100%;
  margin: 90px auto 0;
  padding: 0 15px;
}
.min-contents:first-child {
  margin-top: 0;
}

@media only screen and (max-width:768px) {
  .contents {
    margin-top: 45px;
  }
  .contents .min-contents {
    margin-top: 25px;
  }
  .min-contents {
    margin-top: 45px;
  }
}
.txt-cmn {
  margin: 30px 0 0;
}
.txt-cmn:first-child {
  margin-top: 0;
}

@media only screen and (max-width:768px) {
  .txt-cmn {
    margin-top: 20px;
  }
}
a {
  text-decoration: underline;
  transition: all 0.3s ease;
  color: #17b5e6;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.obj-fit,
.obj-fit--abs,
.obj-fit--contain,
.obj-fit--abs-contain {
  display: block;
  overflow: hidden;
}
.obj-fit .ofi,
.obj-fit--abs .ofi,
.obj-fit--contain .ofi,
.obj-fit--abs-contain .ofi {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.obj-fit--contain .ofi, .obj-fit--abs-contain .ofi {
  font-family: "object-fit: ccontain;";
}

.obj-fit--abs,
.obj-fit--abs-contain {
  position: relative;
}
.obj-fit--abs .ofi,
.obj-fit--abs-contain .ofi {
  position: absolute;
  top: 0;
  left: 0;
}

.object-fit,
.object-fit--abs,
.object-fit--contain,
.object-fit--abs-contain {
  display: block;
  overflow: hidden;
}
.object-fit .ofi,
.object-fit--abs .ofi,
.object-fit--contain .ofi,
.object-fit--abs-contain .ofi {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  font-family: "object-fit: cover;";
}
.object-fit:hover .ofi,
.object-fit--abs:hover .ofi,
.object-fit--contain:hover .ofi,
.object-fit--abs-contain:hover .ofi {
  transform: scale(1.06);
}

.object-fit--contain .ofi,
.object-fit--abs-contain .ofi {
  font-family: "object-fit: ccontain;";
}

.object-fit--abs,
.object-fit--abs-contain {
  position: relative;
}
.object-fit--abs .ofi,
.object-fit--abs-contain .ofi {
  position: absolute;
  top: 0;
  left: 0;
}

.fig-cmn,
.fig-cmn-01,
.fig-cmn-02 {
  margin-top: 45px;
}
.fig-cmn:first-child,
.fig-cmn-01:first-child,
.fig-cmn-02:first-child {
  margin-top: 0;
}
.fig-cmn img,
.fig-cmn-01 img,
.fig-cmn-02 img {
  display: block;
  margin: 0 auto;
}
.fig-cmn figcaption,
.fig-cmn-01 figcaption,
.fig-cmn-02 figcaption {
  font-size: 1.3rem;
  margin-top: 5px;
  color: #666666;
}

@media only screen and (max-width:768px) {
  .fig-cmn-01 {
    margin: 30px -15px 0;
  }
  .fig-cmn-02 {
    padding: 0 20px;
  }
}
[class*=fig-ratio-] {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 45px;
}
[class*=fig-ratio-]:first-child {
  margin-top: 0;
}
[class*=fig-ratio-] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width:768px) {
  [class*=fig-ratio-] {
    margin: 30px -15px 0;
    padding-top: 100%;
  }
}
.fig-ratio-01 {
  padding-top: 56.25%;
}

@media only screen and (max-width:768px) {
  .fig-ratio-01 {
    padding-top: 100%;
  }
}
.fig-ratio-02 {
  padding-top: 66.6666%;
}

@media only screen and (max-width:768px) {
  .fig-ratio-02 {
    padding-top: 75%;
  }
}
.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-center-pc {
  text-align: center;
}

.nolink-pc {
  pointer-events: none;
  color: #333333;
  text-decoration: none;
}

.nolink {
  pointer-events: none;
  color: #333333;
  cursor: pointer;
  text-decoration: none;
}

.only-sp {
  display: none !important;
}

.disp-ib {
  display: inline-block;
}

@media only screen and (max-width:768px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
  .al-center-pc {
    text-align: left;
  }
  .nolink-pc {
    pointer-events: auto;
    color: #17b5e6;
    text-decoration: underline;
  }
}
/* ------------------------
    カラム分け
------------------------ */
.grid-cmn {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px -18px 0;
  position: relative;
}
.grid-cmn:first-child {
  margin-top: 0;
}
.grid-cmn.ai-center {
  -webkit-align-items: center;
  align-items: center;
}
.grid-cmn.jc-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.grid-cmn.mg-lg {
  margin: 25px -30px 0;
}
.grid-cmn.mg-lg .col {
  padding: 0 30px;
  margin-top: 15px;
}
.grid-cmn .col {
  box-sizing: border-box;
  position: relative;
  padding: 0 18px;
  margin-top: 45px;
}
.grid-cmn .col.col-l-2 {
  width: 16.6666%;
}
.grid-cmn .col.col-l-20p {
  width: 20%;
}
.grid-cmn .col.col-l-3 {
  width: 25%;
}
.grid-cmn .col.col-l-4 {
  width: 33.33333%;
}
.grid-cmn .col.col-l-5 {
  width: 41.66666%;
}
.grid-cmn .col.col-l-5-5 {
  width: 45.83333%;
}
.grid-cmn .col.col-l-6 {
  width: 50%;
}
.grid-cmn .col.col-l-6-5 {
  width: 54.16666%;
}
.grid-cmn .col.col-l-7 {
  width: 58.33333%;
}
.grid-cmn .col.col-l-8 {
  width: 66.66666%;
}
.grid-cmn .col.col-l-9 {
  width: 75%;
}
.grid-cmn .col.col-l-10 {
  width: 83.33333%;
}
.grid-cmn .col.col-l-12 {
  width: 100%;
}

.order-l-1 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 1;
  order: 1;
}

.order-l-2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 2;
  order: 2;
}

.order-l-3 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 3;
  order: 3;
}

.order-l-4 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 4;
  order: 4;
}

.order-l-5 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 5;
  order: 5;
}

.order-l-6 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 6;
  order: 6;
}

@media screen and (max-width: 1024px) {
  .grid-cmn .col.col-m-2 {
    width: 16.6666%;
  }
  .grid-cmn .col.col-m-20p {
    width: 20%;
  }
  .grid-cmn .col.col-m-3 {
    width: 25%;
  }
  .grid-cmn .col.col-m-4 {
    width: 33.33333%;
  }
  .grid-cmn .col.col-m-5 {
    width: 41.66666%;
  }
  .grid-cmn .col.col-m-6 {
    width: 50%;
  }
  .grid-cmn .col.col-m-7 {
    width: 58.33333%;
  }
  .grid-cmn .col.col-m-8 {
    width: 66.66666%;
  }
  .grid-cmn .col.col-m-9 {
    width: 75%;
  }
  .grid-cmn .col.col-m-10 {
    width: 83.33333%;
  }
  .grid-cmn .col.col-m-12 {
    width: 100%;
  }
  .order-m-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-m-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-m-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-m-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-m-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-m-6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    order: 6;
  }
}
@media only screen and (max-width:768px) {
  .grid-cmn {
    margin: 5px -5px 0;
  }
  .grid-cmn.mg-lg {
    margin: 0 -10px;
  }
  .grid-cmn.mg-lg .col {
    padding: 0 10px;
    margin-top: 30px;
  }
  .grid-cmn .col {
    padding: 0 5px;
    margin-top: 25px;
  }
  .grid-cmn .col.col-s-12 {
    width: 100%;
  }
  .grid-cmn .col.col-s-10 {
    width: 83.33333%;
  }
  .grid-cmn .col.col-s-9 {
    width: 75%;
  }
  .grid-cmn .col.col-s-8 {
    width: 66.66666%;
  }
  .grid-cmn .col.col-s-7 {
    width: 58.33333%;
  }
  .grid-cmn .col.col-s-6 {
    width: 50%;
  }
  .grid-cmn .col.col-s-5 {
    width: 41.66666%;
  }
  .grid-cmn .col.col-s-4 {
    width: 33.33333%;
  }
  .grid-cmn .col.col-s-3 {
    width: 25%;
  }
  .grid-cmn .col.col-s-20p {
    width: 20%;
  }
  .grid-cmn .col.col-s-2 {
    width: 16.6666%;
  }
  .order-s-1 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    order: 1;
  }
  .order-s-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2;
  }
  .order-s-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3;
  }
  .order-s-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    order: 4;
  }
  .order-s-5 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 5;
    order: 5;
  }
  .order-s-6 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 6;
    order: 6;
  }
}
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}/*# sourceMappingURL=style.css.map */