 @charset "euc-jp";
 /*! normalize.css 2012-07-07T09:50 UTC - https://github.com/necolas/normalize.css */
 /* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
 /*
 * Corrects `block` display not defined in IE6/7/8/9 & bbc.
 */
 article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
   display: block;
 }
 /*
* { 
  margin: 0;
  padding: 0; 
}
*/
 /*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & bbc.
 */
 audio, canvas, video {
   display: inline-block;
   *display: inline;
   *zoom: 1;
 }
 /*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
 audio:not([controls]) {
   display: none;
   height: 0;
 }
 /*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, bbc, S4.
 * Known issue: no IE6 support.
 */
 [hidden] {
   display: none;
 }
 /* ==========================================================================
   Base
   ========================================================================== */
 /*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 html {
   font-size: 62.5%;
   /* 1 */
   -webkit-text-size-adjust: 100%;
   /* 2 */
   -ms-text-size-adjust: 100%; /* 2 */
  
 }
 /*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
 html, button, input, select, textarea {
   font-family: sans-serif;
 }
 /*
 * Addresses margins handled incorrectly in IE6/7.
 */
 body {
   margin: 0;
   font-size:1.6em;
 }
 /* ==========================================================================
   Links
   ========================================================================== */
 /*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
 a:focus {
   outline: thin dotted;
 }
 /*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
 a:active, a:hover {
   outline: 0;
 }
 /* ==========================================================================
   Typography
   ========================================================================== */
 /*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
 h1 {
   font-size: 2em;
   margin: 0.67em 0;
 }
 h2 {
   font-size: 1.5em;
   margin: 0.5em 0;
   line-height: 1.8em;
 }
 h3 {
   font-size: 1.5em;
   margin: 1em 0;
   line-height: 1.6em;
 }
 h4 {
   font-size: 1em;
   margin: 1.33em 0;
   font-weight: lighter;
 }
 h5 {
   font-size: 0.83em;
   margin: 1.67em 0;
 }
 h6 {
   font-size: 0.75em;
   margin: 2.33em 0;
 }
 h7 {
   font-size: 1.5em;
   margin: 1em 0;
   line-height: 1.6em;
   color: #000;
   font-weight: 600;
 }
 h8 {
   font-size: 25px;
   text-align: left;
   margin: 1em 0;
   line-height: 1.6em;
   color: #bbc300;
   font-weight: 600;
 }
 /*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
 abbr[title] {
   border-bottom: 1px dotted;
 }
 /*
 * Addresses style set to `bolder` in bbc+, S4/5, Chrome.
 */
 b, strong {
   font-weight: bold;
 }
 blockquote {
   margin: 1em 40px;
 }
 /*
 * Addresses styling not present in S5, Chrome.
 */
 dfn {
   font-style: italic;
 }
 /*
 * Addresses styling not present in IE6/7/8/9.
 */
 mark {
   background: #ff0;
 }
 /*
 * Addresses margins set differently in IE6/7.
 */
 p, pre {
   margin: 1em 0;
 }
 /*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
 code, kbd, pre, samp {
   font-family: monospace, serif;
   _font-family: 'courier new', monospace;
   font-size: 1em;
 }
 /*
 * Improves readability of pre-formatted text in all browsers.
 */
 pre {
   white-space: pre;
   white-space: pre-wrap;
   word-wrap: break-word;
 }
 /*
 * Addresses CSS quotes not supported in IE6/7.
 */
 q {
   quotes: none;
 }
 /*
 * Addresses `quotes` property not supported in S4.
 */
 q:before, q:after {
   content: '';
   content: none;
 }
 small {
   font-size: 75%;
 }
 /*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
 sub, sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
 }
 sup {
   top: -0.5em;
 }
 sub {
   bottom: -0.25em;
 }
 /* ==========================================================================
   Lists
   ========================================================================== */
 /*
 * Addresses margins set differently in IE6/7.
 */
 dl, menu, ol, ul {
   margin: 1em 0;
 }
 dd {
   margin: 0 0 0 40px;
 }
 /*
 * Addresses paddings set differently in IE6/7.
 */
 menu, ol, ul {
   padding: 0 0 0 40px;
 }
 /*
 * Corrects list images handled incorrectly in IE7.
 */
 nav ul, nav ol {
   list-style: none;
   list-style-image: none;
 }
 /* ==========================================================================
   Embedded content
   ========================================================================== */
 /*
 * 1. Removes border when inside `a` element in IE6/7/8/9, bbc.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
 img {
   border: 0;
   /* 1 */
   -ms-interpolation-mode: bicubic; /* 2 */
 }
 /*
 * Corrects overflow displayed oddly in IE9.
 */
 svg:not(:root) {
   overflow: hidden;
 }
 /* ==========================================================================
   Figures
   ========================================================================== */
 /*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
 figure {
   margin: 0;
 }
 /* ==========================================================================
   Forms
   ========================================================================== */
 /*
 * Corrects margin displayed oddly in IE6/7.
 */
 form {
   margin: 0;
 }
 /*
 * Define consistent border, margin, and padding.
 */
 fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
 }
 /*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in bbc.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
 legend {
   border: 0;
   /* 1 */
   padding: 0;
   white-space: normal;
   /* 2 */
   *margin-left: -7px;
   /* 3 */
 }
 /*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, bbc+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
 button, input, select, textarea {
   font-size: 100%;
   /* 1 */
   margin: 0;
   /* 2 */
   vertical-align: baseline;
   /* 3 */
   *vertical-align: middle;
   /* 3 */
 }
 /*
 * Addresses bbc/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
 button, input {
   line-height: normal;
 }
 /*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
   -webkit-appearance: button;
   /* 2 */
   cursor: pointer;
   /* 3 */
   *overflow: visible;
   /* 4 */
 }
 /*
 * Re-set default cursor for disabled elements.
 */
 button[disabled], input[disabled] {
   cursor: default;
 }
 /*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
 input[type="checkbox"], input[type="radio"] {
   box-sizing: border-box;
   /* 1 */
   padding: 0;
   /* 2 */
   *height: 13px;
   /* 3 */
   *width: 13px;
   /* 3 */
 }
 /*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
 input[type="search"] {
   -webkit-appearance: textfield;
   /* 1 */
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box;
   /* 2 */
   box-sizing: content-box;
 }
 /*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 /*
 * Removes inner padding and border in bbc+.
 */
 button::-moz-focus-inner, input::-moz-focus-inner {
   border: 0;
   padding: 0;
 }
 /*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
 textarea {
   overflow: auto;
   /* 1 */
   vertical-align: top; /* 2 */
 }
 /* ==========================================================================
   Tables
   ========================================================================== */
 /*
 * Remove most spacing between table cells.
 */
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 /*----------------------------------------------------------*/
 html {
   width: 100%;
   height: 100%;
   font-size: 62.5%;
 }
 body {
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   font-weight: 400;
   font-feature-settings: "palt";
   overflow-y: scroll;
   overflow-x: hidden;
   background-color: #fff6f1;
   color: #333;
   font-size:1.6em;
 }
 html {
   scroll-behavior: smooth;
 }
 h1, h2, h3, h4, h5 {
   margin: 0;
 }
 ul, ol {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 dl, p {
   margin: 0;
   padding: 0;
 }
 i {
   font-style: normal;
 }
 a {
   color: #333;
   text-decoration: none;
 }
 a.link {
   color: #333;
   /*text-decoration: underline;*/
 }
 img {
   max-width: 100%;
   height: auto;
   vertical-align: top;
   -ms-interpolation-mode: bicubic;
 }
 a:hover img {
   -moz-transition: 0.5s;
   -o-transition: 0.5s;
   -webkit-transition: 0.5s;
   transition: 0.5s;
   opacity: 0.5;
 }
 .clear {
   clear: both;
 }
 /*ローディング*/
 #loader {
   opacity: 1;
   position: fixed;
   z-index: 100000;
   width: 100%;
   height: 100%;
   background: #fff;
   top: 0;
   left: 0;
 }
 #logo_load {
   display: block;
   width: 300px;
   margin: 25px 0 0 25px;
 }
 #logo_load_sp {
   display: none;
 }
 #insta {
   display: block;
   position: fixed;
   top: 23px;
   right: 23px;
   width: 29px;
   z-index: 200;
 }
 /* TOPへ戻る*/
 .to-top {
   position: fixed;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 35px;
   height: 35px;
   right: 15px;
   bottom: 15px;
   color: #fff;
   background: #000;
   cursor: pointer;
   z-index: 1000;
   opacity: 0.75;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   transition: all 0.3s;
 }
 .to-top:hover {
   opacity: 0.5;
 }
 .arrow {
   width: 21px;
   padding-top: 11px;
 }
 /*ドロワー*/
 #chase_lav {
   position: fixed;
   width: 120px;
   top: 20px;
   left: 30px;
   z-index: 3000;
 }
 #chase_lav img {
   width: 120px;
 }
 #chase_lav.active {
   display: none;
 }
 .insta_logo_sp {
   display: none;
 }
 .zdo_drawer_menu {
   margin: 0;
   padding: 0;
   outline: none;
   border: none;
   font: inherit;
   font-family: inherit;
   font-size: 100%;
   font-style: inherit;
   font-weight: inherit;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   text-align: left;
   text-decoration: none;
   list-style: none;
   display: none;
 }
 .zdo_drawer_menu a {
   color: inherit;
   text-decoration: none;
 }
 .zdo_drawer_menu a:visited {
   color: inherit;
 }
 .zdo_drawer_menu .zdo_drawer_bg {
   width: 550px;
   height: 100%;
   position: fixed;
   z-index: 1999;
   background: linear-gradient(to right, rgba(226, 167, 168, 0.9), rgba(255, 255, 255, 0.0));
   display: none;
   top: 0;
   left: 0;
 }
 .zdo_drawer_menu .zdo_drawer_button {
   display: block;
   border: none;
   padding: 0 5px;
   width: 40px;
   letter-spacing: 0.1em;
   cursor: pointer;
   position: fixed;
   top: 50px;
   left: 25px;
   z-index: 2001;
   text-align: center;
   outline: none;
   background-color: rgba(255, 255, 255, 0.0);
 }
 .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
   width: 28px;
   background-color: #fff;
 }
 .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
   transform: rotate(40deg);
 }
 .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
   opacity: 0;
 }
 .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
   transform: rotate(-40deg);
 }
 .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
   display: none;
 }
 .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
   display: block;
 }
 .zdo_drawer_menu .zdo_drawer_bar {
   display: block;
   height: 1px;
   margin: 8px 0;
   transition: all 0.2s;
   transform-origin: 0 0;
 }
 .zdo_drawer_menu .zdo_drawer_text {
   text-align: center;
   font-size: 10px;
   letter-spacing: -0.01em
 }
 .zdo_drawer_menu .zdo_drawer_close {
   letter-spacing: 0.08em;
   display: none;
 }
 .zdo_drawer_menu .zdo_drawer_menu_text {
   display: block;
 }
 .zdo_drawer_menu .zdo_drawer_nav_wrapper {
   width: 300px;
   height: 100%;
   transition: all 0.2s;
   transform: translate(-312px);
   position: fixed;
   top: 100px;
   left: -200;
   z-index: 2000;
   /*background-color: #fff;*/
 }
 .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
   transform: translate(0);
 }
 .zdo_drawer_menu.left .zdo_drawer_button {
   right: auto;
   left: 32px;
 }
 .zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
   transform: translate(-312px);
   right: auto;
   left: 0;
 }
 .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
   transform: translate(0);
 }
 /*+++ Default Navigation CSS +++*/
 .zdo_drawer_menu .zdo_drawer_nav {
   padding: 0 28px;
 }
 .zdo_drawer_menu .zdo_drawer_nav li {
   display: block;
   font-size: 15px;
   line-height: 2.0em;
   font-weight: 500;
   color: #fff;
 }
 .zdo_drawer_menu .zdo_drawer_nav_child {
   margin: 5px 0 0 20px;
 }
 .zdo_drawer_menu .zdo_drawer_nav_child li {}
 .zdo_drawer_menu .zdo_drawer_nav .nav_parent {
   margin-top: 35px;
 }
 .zdo_drawer_menu .zdo_drawer_nav .nav_child {}
 .zdo_drawer_menu .zdo_drawer_nav .eng {
   font-family: montserrat, sans-serif;
   font-weight: 500;
   font-style: normal;
   letter-spacing: 0.12em;
 }
 .zdo_drawer_menu .zdo_drawer_nav .shirohato {
   font-size: 17px;
   display: block;
   margin-top: 75px;
   /*color: #ff829c;*/
   letter-spacing: 0.2em;
   font-family: century-gothic, sans-serif;
   font-weight: 400;
   font-style: normal;
 }
 /*+++ Default Button Color +++*/
 .zdo_drawer_menu .zdo_drawer_button {
   color: #333;
 }
 .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
   background-color: #eb6da5;
 }
 .hdr {
   background: rgba(255, 255, 255, 1);
   height: 100px;
   display: flex;
   position: sticky;
   top: 0;
   left: 0;
   z-index: 999;
   ;
 }
 .hdr.transform {
   background: rgba(255, 255, 255, 0.75);
   height: 60px;
 }
 .hdr_inr {
   width: 1000px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
   /*	position: relative;*/
 }
 .mon_logo img {
   display: block;
   width: 180px;
 }
 .insta_logo {
   width: 80px;
   display: flex;
   justify-content: flex-start;
   top: 50%;
   right: 5%;
   margin-left: auto;
 }
 .insta_logo a {
   padding: 3px;
 }
 .gnav_menu {
   display: flex;
   margin-left: 15px;
 }
 .oya_menu {
   margin-left: 40px;
   font-family: montserrat, sans-serif;
   font-weight: 400;
   font-style: normal;
   letter-spacing: 0.1em;
   font-size: 13px;
   position: relative;
 }
 .oya_menu a {
   color: #555;
   text-decoration: none;
 }
 #oya_cle.hover a {
   border-bottom: 4px solid rgba(240, 154, 164, 1);
   padding-bottom: 39px;
 }
 #oya_ptn.hover a {
   border-bottom: 4px solid rgba(240, 154, 164, 1);
   padding-bottom: 39px;
 }
 #oya_cle.transform.hover a {
   border-bottom: 4px solid rgba(240, 154, 164, 0.75);
   padding-bottom: 19px;
 }
 #oya_ptn.transform.hover a {
   border-bottom: 4px solid rgba(240, 154, 164, 0.75);
   padding-bottom: 19px;
 }
 #oya_sale a {
   color: #eb6da5;
 }
 .sub_hdr {
   width: 100%;
   background: rgba(255, 255, 255, 0.9);
   display: none;
   z-index: 99;
   position: static;
   top: 100px;
   transition: .3s;
 }
 .sub_hdr.transform {
   top: 60px;
 }
 .gnav_chi {
   width: 1111px;
   margin: 0 auto;
   padding: 15px 0;
   font-size: 13px;
 }
 #sub_hdr_cle .gnav_chi {
   transform: translate(384px, 0);
 }
 #sub_hdr_ptn .gnav_chi {
   transform: translate(522px, 0);
 }
 .chi_menu {
   margin: 10px 0;
 }
 .tit_area {
   position: relative;
   width: 100%;
   top: 100px;
 }

 .tit_area_fix {
   display: block;
 }
 .tit_area_sp {
   display: none;
 }

 /*
.tit_area_fix { display:block; }
.tit_area_sp { display:none; }

*/
 .tit_inr {
   position: relative;
   height: 100%;
   margin: 0 auto;
   /*	background: #;*/
 }
 /*
.tit_img{
	position: absolute;
}
*/
 .fadein01 {
   opacity: 0;
   transform: translate(0, 50px);
   transition: all 1000ms;
 }
 .fadein01.scrollin {
   opacity: 1;
   transform: translate(0, 0);
 }
 .fadein02 {
   opacity: 0;
   transform: translate(0, 50px);
   transition: all 1500ms;
 }
 .fadein02.scrollin {
   opacity: 1;
   transform: translate(0, 0);
 }
 .fadein03 {
   opacity: 0;
   transform: translate(0, 75px);
   transition: all 1750ms;
 }
 .fadein03.scrollin {
   opacity: 1;
   transform: translate(0, 0);
 }
 .fadein04 {
   opacity: 0;
   transform: translate(0, 100px);
   transition: all 1750ms;
 }
 .fadein04.scrollin {
   opacity: 1;
   transform: translate(0, 0);
 }
 #logo_wh {
   width: 20%;
   top: 35.49%;
   left: 40.1%;
   z-index: 50;
 }
 #tit01 {
   width: 26.3%;
   top: 2.27%;
   left: 23.18%;
 }
 #tit02 {
   width: 24.53%;
   top: 27.93%;
   left: 8.8%;
 }
 #tit03 {
   width: 40.89%;
   top: 2.27%;
   left: 52.29%;
 }
 #tit04 {
   width: 27.4%;
   bottom: 7.3%;
   left: 14.79%;
 }
 #tit05 {
   width: 16.72%;
   bottom: 7.3%;
   left: 47.4%;
 }
 #tit06 {
   width: 16.72%;
   bottom: 7.3%;
   left: 69.17%;
 }
 .sec_name {
   text-align: center;
   font-family: montserrat, sans-serif;
   font-weight: 500;
   font-style: normal;
   letter-spacing: 0.1em;
   font-size: 30px;
   margin: 40px 0 50px;
   color: #444;
 }
 #brand_concept {
   font-size: 13px;
   margin: 0 0 35px;
   color: #eb6da5;
 }
 .white {
   color: #fff;
 }
 .sec_sub {
   text-align: center;
   font-weight: 500;
   letter-spacing: 0.05em;
   font-size: 15px;
   margin: -50px 0 50px;
   color: #444;
 }
 .con_area {
   display: block;
   max-width: 100%;
   margin: 100px auto 100px;
   text-align: center;
 }
 .concept {
   display: inline-block;
   text-align: center;
   font-style: normal;
 }
 .con_txt {
   display: block;
   font-size: 18px;
   line-height: 2.6em;
   letter-spacing: 0.25em;
   margin: 25px auto 0;
   padding: 10px;
   text-align: left;
   max-width:500px;

   /*	transform: translate(10%, 0);*/
 }
 .con_txt span {
   display: inline-block;
   letter-spacing: 0.1em;
   margin-right: 0.1em;
   white-space: nowrap;
 }
 .con_txt mark {
   font-family: myriad-pro, sans-serif;
   font-weight: 300;
   font-style: normal;
   font-size: 1.2em;
   background: none;
 }
 .new_area {
   width: 100%;
/*   height: 100%;*/
   background: #fff6f1;
   padding: 10px 0 70px;
   border-top: solid 1px #f09aa4;
   border-bottom: solid 1px #f09aa4;
 }
 .new_inr {
   display: flex;
   justify-content: center;
   max-width: 1100px;
   margin: 0 auto;
 }
.new_inr a {
    height: 1000px;
}

 .new_inr .itm_box {
/*   display: block;*/
/*   width: 550px;*/
/*   height: 80%;*/
   letter-spacing: 0;
   	border: solid 1px #f09aa4;
/*   box-sizing: border-box;*/
   	position: relative;
 }
 .new_img {
   float: left;
   width: 48%;
   margin-top: 2%;
   margin-left: 2%;
 }
 .new_exp {
   /*	float: left;*/
     align-items: center;
   width: 90%;
/*   height: 100%;*/
   margin: 4% auto 4%;
   /*	position: relative;*/
 }

 .new_name {
   text-align: center;
   font-size: 20px;
   font-weight: bold;
   width: 80%;
   margin: 0 auto 10px;
   line-height: 1.8em;
   height: 1.8em;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
 }
 .new_txt {
   text-align: center;
   font-size: 14px;
   width: 80%;
   margin: 0 auto 0;
   line-height: 1.8em;
   height: 3.6em;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
 }
 .itm_prc {
   font-size: 17px;
   color: #888;
 }
 .itm_prc span {
   display: inline-block;
   margin-left: 0.1em;
   font-size: 0.75em;
   vertical-align: 0.05em;
 }
 .dbl_prc {
   font-size: 14px;
   color: #888;
   text-decoration: line-through;
 }
 .itm_ck {
   font-size: 11px;
   font-style: italic;
   color: #f09aa4;
   font-family: montserrat, sans-serif;
   font-weight: 400;
   font-style: italic;
 }
 .itm_ck span {
   display: inline-block;
   text-align: center;
   border-bottom: solid 1px #f09aa4;
   line-height: 1em;
 }
 .new_prc {
   display: inline-block;
   position: relative;
   margin: 9% 0 0 10%;
   float: left;
 }
 .new_dbl {
   display: inline-block;
   position: relative;
   margin: 10.5% -5% 0 10%;
   float: left;
 }
 .new_cat {
   font-size: 14px;
   color: #888;
   display: inline-block;
   position: relative;
   margin: 10.5% -5% 0 10%;
   float: left;
 }
 .new_ck {
   /*	position: absolute;*/
   bottom: 6.5%;
   right: 0;
   text-align: center;
 }
 /*カラー選択*/
 .js-tab, .js-tab02, .js-tab03, .js-tab04 {
   display: table;
   position: relative;
   margin: 15px auto 0;
 }
 .js-tab > div, .js-tab02 > div, .js-tab03 > div, .js-tab04 > div {
   float: left;
   text-align: center;
   cursor: pointer;
   opacity: 0.5;
   margin: 0 6px;
 }
 .js-tab > div.active, .js-tab02 > div.active, .js-tab03 > div.active, .js-tab04 > div.active {
   opacity: 1;
 }
 .js-tab_content, .js-tab02_content, .js-tab03_content, .js-tab04_content {
   display: none;
 }
 .js-tab_content.active, .js-tab02_content.active, .js-tab03_content.active, .js-tab04_content.active {
   display: block;
 }
 .col_bc {
   padding: 12px;
   border: solid 1px #ccc;
 }
 .js-tab > div.active .col_bc, .js-tab02 > div.active .col_bc, .js-tab03 > div.active .col_bc, .js-tab04 > div.active .col_bc {
   border: solid 1px #000;
 }
 .col_name {
   font-family: ff-good-web-pro, sans-serif;
   font-weight: 300;
   font-style: normal;
   font-size: 11px;
   letter-spacing: 0.1em;
   margin-top: 3px;
 }
 #col_bc01_nv {
   background: #ffab5a;
 }
 #col_bc01_wh {
   background: #d33943;
 }
 #col_bc01_pi {
   background: #918f90;
 }
 #col_bc02_dpi {
   background: #b68394;
 }
 #col_bc02_wh {
   background: #bcbe8f;
 }
 #col_bc02_nv {
   background: #2f3034;
 }
 .pku_area {
   width: 100%;
   margin: 20px auto 25px;
   padding: 10px 0 70px;
   border-bottom: solid 1px #eb6ea5;
   flex-wrap: wrap;
 }
 .pick_up_flex {
   width: 782px;
   margin: auto;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
 }
 .pick_up {
   width: 100%;
   margin: 0 0 15px;
 }
 .pick_up_half {
   width: 49%;
   margin: 0 0 15px;
 }
 .pku_txt {
   font-size: 14px;
   text-align: center;
   margin-top: 10px;
 }
 .tab_nav {
   width: 290px;
   margin: -30px auto 0;
   display: flex;
   justify-content: space-between;
 }
 .tab {
   line-height: 1.7em;
   text-align: center;
   font-size: 18px;
   cursor: pointer;
   margin: 0 0 50px;
   color: #fff;
   font-family: montserrat, sans-serif;
   font-weight: 400;
   font-style: normal;
   letter-spacing: 0.05em;
 }
 .selected {
   border-bottom: 1px solid #fff;
 }
 #container {
   display: block;
   position: relative;
   width: 1111px;
   margin: 0 auto;
   overflow: hidden;
   clear: left;
 }
/*
 .box {
   display: inline-block;
   position: absolute;
   width: 1111px;
 }
*/
 #first {
   top: 0px;
   left: 0px;
 }
 #second {
   top: 0px;
   left: 1122px;
 }
 #third {
   top: 0px;
   left: 2244px;
 }
 #four {
   top: 0px;
   left: 3366px;
 }
 #slide {
   transition: transform 0.5s ease-in-out 0s;
   -moz-transition: -moz-transform 0.5s ease-in-out 0s;
   -webkit-transition: -webkit-transform 0.5s ease-in-out 0s;
 }
 .move-to-second {
   transform: translateX(-1122px);
   -moz-transform: translateX(-1122px);
   -webkit-transform: translateX(-1122px);
 }
 .move-to-third {
   transform: translateX(-2244px);
   -moz-transform: translateX(-2244px);
   -webkit-transform: translateX(-2244px);
 }
 .move-to-first {
   transform: translateX(0px);
   -moz-transform: translateX(0px);
   -webkit-transform: translateX(0px);
 }
 .move-to-four {
   transform: translateX(-3366px);
   -moz-transform: translateX(-3366px);
   -webkit-transform: translateX(-3366px);
 }
 .cle_area {
   width: 100%;
   padding: 10px 0 70px;
   position: relative;
 }
 .pink {
   position: absolute;
   top: 0;
   width: 100%;
   height: 300px;
   background: #e2a7a8;
   z-index: -100;
 }
 .cle_inr {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   width: 1111px;
   margin: 0 auto;
 }
 .cle_inr .itm_box {
   display: block;
   width: 550px;
   letter-spacing: 0;
   box-sizing: border-box;
/*   position: relative;*/
   height: 100%;
 }
 .vtcl {
   width: 49%;
   height: 100%;
   border: solid 1px #f5bbc2;
   box-sizing: border-box;
   position: absolute;
   background: #fff;
 }
 .four {
   width: 49%;
   border: solid 1px #f5bbc2;
   box-sizing: border-box;
   position: absolute;
   background: #fff;
 }
 .hrzn {
   width: 100%;
   border: solid 1px #f5bbc2;
   box-sizing: border-box;
   position: absolute;
   background: #fff;
   display: flex;
 }
 .up_le {
   top: 0;
   left: 0;
 }
 .lo_le {
   bottom: 0;
   left: 0;
 }
 .up_ri {
   top: 0;
   right: 0;
 }
 .lo_ri {
   bottom: 0;
   right: 0;
 }
 .vtcl_img, .four_img {
   width: 92.5%;
   margin-left: 3.75%;
 }
 .hrzn_img {
   width: 58%;
 }
 .cle_exp {
   text-align: justify;
   font-size: 14px;
 }
 .vtcl_exp {
   width: 75%;
   margin: 0 auto 0;
 }
 .vtcl_name {
   line-height: 2.0em;
   height: 2.0em;
   margin-bottom: 5px;
   overflow: hidden;
   display: -webkit-box;
   box-orient: vertical;
   line-clamp: 1;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   margin-top: 10%;
 }
 .vtcl_txt {
   line-height: 1.8em;
   height: 3.6em;
   overflow: hidden;
   display: -webkit-box;
   box-orient: vertical;
   line-clamp: 1;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
 }
 .hrzn_exp {
   width: 30%;
   margin: 9% 0 0 26px;
 }
 .hrzn_name {
   line-height: 2.0em;
   height: 2.0em;
   margin-bottom: 5px;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
 }
 .hrzn_txt {
   line-height: 1.8em;
   height: 5.4em;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
 }
 .four_exp {
   width: 75%;
   margin: 6% auto 0;
 }
 .four_name {
   line-height: 1.7em;
   height: 1.7em;
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
 }
 .four_txt {
   display: none;
 }
 .vtcl_prc {
   float: left;
   margin-top: 5%;
 }
 .vtcl_dbl {
   float: left;
   margin: 6.5% 6% 0 0;
 }
 .vtcl_ck {
   float: right;
   margin-top: 8.5%;
 }
 .hrzn_prc {
   float: left;
   margin-top: 8%;
 }
 .hrzn_dbl {
   float: left;
   margin: 9.5% 7% 0 0;
 }
 .hrzn_ck {
   position: absolute;
   bottom: 6%;
   right: 3%;
 }
 .four_prc {
   float: left;
   margin-top: 1%;
 }
 .four_dbl {
   float: left;
   margin: 2.5% 7% 0 0;
 }
 .four_ck {
   float: right;
   margin-top: 4%;
 }
 .ptn_area {
   width: 100%;
   background: #fff6f1;
   padding: 10px 0 70px;
 }
 .ptn_inr {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   max-width: 1100px;
   margin: 0 auto;

 }
.ptn_inr01 {
    max-width: 1100px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto;
}
.pattern01{
width: 21%;
margin: 11px;
}

 .pattern {
   display: flex;
   justify-content: center;
   max-width: 520px;
   margin: 0 auto;
/*   margin-bottom: 11px;*/
   padding: 10px;
 }
 .ptn_txt {
   text-align: center;
   margin: 8px auto;
 }
 .ftr {
   width: 100%;
   margin: 0 0 0;
   background-color: #fff;
   border-top: 1px solid rgba(240, 154, 164, 0.75);
 }
 .ftr_inr {
/*   position: relative;*/
   width: 1111px;
   margin: 15px auto 0;
   padding-bottom: 20px;
 }
 .ftr_nav_menu {
   display: flex;
   flex-direction: column;
 }
 .ftr_nav_menu li {
   margin: 10px 0;
   font-family: montserrat, Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   font-weight: 700;
   font-style: normal;
   letter-spacing: 0.1em;
   font-size: 12px;
 }
 .ftr_nav_menu li a {
   color: #666;
 }
 .ftr_nav_chi {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   margin-top: 5px;
 }
 .ftr_nav_chi li {
   margin: 0 25px -5px 0;
   font-weight: 500;
 }
 .ftr_com {
   bottom: 25px;
   right: 0;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
 }
 .ftr_shilogo {
   font-size: 17px;
/*   max-width: 1100px;*/
   font-weight: 500;
   letter-spacing: 0.2em;
   font-family: 'Century Gothic', sans-serif;
   margin-bottom: 5px;
 }
 @media only screen and (max-width : 640px) {
     .body {
         font-size:1rem;
     } 
     
     
   .tit_area_fix {
     display: none;
   }
   .tit_area_sp {
     display: block;
   }
     .ptn_img {
         width: 100%;
     }

    .new_inr {
        flex-wrap: wrap;
    }
 .pattern01 {
   width: 40%;
   margin: 11px;
 }
     .insta_logo {
         align-items: center;
     }

 }


   .ftr_shilogo a {
     color: #666;
   }
   .cpyr {
     font-size: 10px;
     color: #666;
   }
     

   /*-----スマホ-----*/
   @media screen and (max-width: 640px) {
	.sphide{
		display: none;
	}

     /*
    fix_main　{
        display: none;
    }
    
*/
     /*
  .tit_area_fix { display:none; }
  .tit_area_sp { display:block; }
    
*/
     body {
       width: 100%;
       overflow-x: hidden;
     }
     /*ローディング*/
     #logo_load {
       display: none;
     }
     #logo_load_sp {
       display: block;
       width: 75%;
       margin: 330px auto 0;
     }
     #insta {
       top: 17px;
       right: 17px;
     }
     /*TOPへ戻る*/
     .to-top {
       right: 10px;
       bottom: 10px;
     }
     /*ドロワー*/
     #chase_lav {
       position: fixed;
       width: 125px;
       top: 20px;
       left: 63px;
       z-index: 3000;
     }

     .insta_logo_sp {
       display: block;
       position: fixed;
       width: 100px;
       height: 29px;
/*
       top: 11px;
       right: 12px;
       z-index: 3000;
       background-image: url("../img/insta.png");
       background-size: contain;
       transition: all 0.2s;
*/
     }
/*
     .insta_logo_sp.active {
       background-image: url("../img/insta_wh.png");
     }
*/
     .zdo_drawer_menu {
       display: block !important;
       z-index: 2000;
       width: 100%;
       background: #fff;
       position: fixed;
     }
     .zdo_drawer_menu .zdo_drawer_bg {
       width: 100%;
       background: rgba(0, 0, 0, 0.666);
     }
     .zdo_drawer_menu .zdo_drawer_button {
       top: 3px;
       left: 12px;
     }
     .zdo_drawer_menu .zdo_drawer_nav_wrapper {
       top: 55px;
     }
     .zdo_drawer_menu .zdo_drawer_nav {
       padding: 0 0 0 17px;
     }
     .zdo_drawer_menu .zdo_drawer_nav li {
       font-size: 14px;
       line-height: 2.4em;
     }
     .zdo_drawer_menu .zdo_drawer_nav_child {
       margin: 5px 0 0 10%;
       display: flex;
       flex-wrap: wrap;
     }
     .zdo_drawer_menu .zdo_drawer_nav_child li {
       margin: 0 10% 2% 0;
       font-size: 12px;
     }
     .zdo_drawer_menu .zdo_drawer_nav .nav_parent {
       margin-top: 25px;
     }
     .zdo_drawer_menu .zdo_drawer_nav .nav_child {}
     .zdo_drawer_menu .zdo_drawer_nav .eng {}
     .zdo_drawer_menu .zdo_drawer_nav .shirohato {
       font-size: 15px;
       margin-top: 50px;
     }
     /*ドロワー*/
     .hdr {
       display: none;
     }
     #wrapper {
       width: 100%;
       overflow: hidden;
     }
     /*
.tit_area{
	display: none;
}
*/
     /*
.tit_area_sp{
	display: inline-block;
	top: 50px;
	width: 100%;
	position: relative;
	background: #bc7882;
}
*/
     .tit_img {
       position: absolute;
     }
     #logo_wh {
       width: 50.72%;
       left: 99px;
       top: 42.5%;
       width: 196px;
       z-index: 500;
     }
     #tit01 {
       left: 0;
       top: 1.97%;
       width: 58.7%;
     }
     #tit02 {
       top: 7.75%;
       width: 38.89%;
       right: 0;
       left: auto;
     }
     #tit03 {
       top: 31%;
       width: 38.89%;
       right: 0;
       left: auto;
     }
     #tit04 {
       left: 0;
       top: 54.4%;
       width: 35.99%;
     }
     #tit05 {
       right: 0;
       top: 54.4%;
       width: 61.8%;
       left: auto;
     }
     #tit06 {
       top: 77.4%;
       width: 35.99%;
       left: 0;
     }
     .sec_name {
       font-size: 25px;
       margin: 30px 0;
     }
     #brand_concept {
       font-size: 11px;
       margin: 0 0 25px;
     }
     .sec_sub {
       font-size: 13px;
       margin: -30px 0 40px;
     }
     .con_area {
       max-width: 80%;
       margin: 60px auto 60px;
       overflow: visible;
     }

     .con_txt {
       font-size: 14px;
       margin-top: 0;
       letter-spacing: 0.15em;
     }
     .new_area {
       padding: 8px 0 50px;
     }
     .new_inr {
       width: 96.5%;
       margin: 0 auto;

     }
     .new_inr .itm_box {
       width: 100%;
     }
     .new_img {}
     .right_img {
       float: right;
       margin-left: 0;
       margin-right: 2%;
     }
     .new_exp {
/*
       float: left;
       width: 42%;
*/
       margin: 4% auto 4%;
     }
     .new_name {
       width: 95%;
       margin: 5% auto 5px;
       line-height: 1.7em;
     }
     .new_txt {
       font-size: 12px;
       width: 95%;
       margin: 0 auto 0;
       line-height: 1.7em;
       height: 3.4em;
       -webkit-line-clamp: 2;
     }
     .itm_prc {
       font-size: 14px;
     }
     .dbl_prc {
       font-size: 11px;
     }
     .itm_ck {
       font-size: 10px;
       transform: scale(0.75, 0.75);
     }
     .new_prc {
       margin: 8% 0 0 2.5%;
     }
     .new_dbl {
       margin: 9.5% 2.5% 0 2.5%;
     }
     .new_cat {
       font-size: 11px;
       margin: 9.5% 2.5% 0 2.5%;
     }
     .new_ck {
       bottom: 5%;
       right: 0;
     }
     /*カラー選択*/
     .js-tab, .js-tab02, .js-tab03, .js-tab04 {
       margin: 5% auto 0;
     }
     .js-tab > div, .js-tab02 > div, .js-tab03 > div, .js-tab04 > div {
       float: left;
       text-align: center;
       cursor: pointer;
       opacity: 0.5;
       margin: 0 6px;
     }
     .js-tab > div.active, .js-tab02 > div.active, .js-tab03 > div.active, .js-tab04 > div.active {
       opacity: 1;
     }
     .js-tab_content, .js-tab02_content, .js-tab03_content, .js-tab04_content {
       display: none;
     }
     .js-tab_content.active, .js-tab02_content.active, .js-tab03_content.active, .js-tab04_content.active {
       display: block;
     }
     .col_bc {
       padding: 10px;
       border: solid 1px #ccc;
     }
     .js-tab > div.active .col_bc, .js-tab02 > div.active .col_bc, .js-tab03 > div.active .col_bc, .js-tab04 > div.active .col_bc {
       border: solid 1px #000;
     }
     .col_name {
       font-family: ff-good-web-pro, sans-serif;
       font-weight: 300;
       font-style: normal;
       font-size: 10px;
       letter-spacing: 0.1em;
       margin-top: 0;
     }
     .pku_area {
       padding: 8px 0 30px;
       margin: 15px 0 20px;
       flex-wrap: wrap;
     }
     .pick_up_flex {
       width: 100%;
       margin: auto;
     }
     .pick_up {
       width: 96.5%;
       margin: 0 auto 6px;
     }
     .pick_up_half {
       width: 96.5%;
       margin: 0 auto 6px;
     }
     .pku_txt {
       font-size: 12px;
       margin-top: 5px;
     }
     .tab_nav {
       width: 66.666%;
       margin: -20px auto 0;
     }
     .tab {
       font-size: 16px;
       cursor: pointer;
       margin: 0 0 35px;
     }
     .selected {}
     #container {
       width: 96.5%;
     }
/*
     .box {
       position: absolute;
       width: 100%;
     }
*/
     #first {
       top: 0;
       left: 0px;
     }
     #second {
       top: 0;
       left: 102%;
     }
     #third {
       top: 0;
       left: 204%;
     }
     #four {
       top: 0;
       left: 306%;
     }
     #slide {
       transition: transform 0.2s ease-in-out 0s;
       -moz-transition: -moz-transform 0.2s ease-in-out 0s;
       -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
     }
     .move-to-second {
       transform: translateX(-102%);
       -moz-transform: translateX(-102%);
       -webkit-transform: translateX(-102%);
     }
     .move-to-third {
       transform: translateX(-204%);
       -moz-transform: translateX(-204%);
       -webkit-transform: translateX(-204%);
     }
     .move-to-first {
       transform: translateX(0);
       -moz-transform: translateX(0);
       -webkit-transform: translateX(0);
     }
     .move-to-four {
       transform: translateX(-306%);
       -moz-transform: translateX(-306%);
       -webkit-transform: translateX(-306%);
     }
     .cle_area {
       padding: 8px 0 50px;
     }
     .pink {
       height: 225px;
     }
     .cle_inr {
       width: 100%;
       margin: 0 auto;
     }
     .cle_inr .itm_box {
       width: 100%;
     }
     .vtcl {}
     .four {}
     .hrzn {}
     .up_le {}
     .lo_le {}
     .up_ri {}
     .lo_ri {}
     .vtcl_img, .four_img {}
     .hrzn_img {}
     .cle_exp {
       font-size: 12px;
     }
     .vtcl_exp {
       width: 84%;
       margin: 3% auto 0;
     }
     .vtcl_name {
       line-height: 1.6em;
       height: 1.6em;
       margin-bottom: 2.5%;
     }
     .vtcl_txt {
       line-height: 1.6em;
       height: 3.2em;
     }
     .hrzn_exp {
       width: 30%;
       margin: 6.5% 0 0 5%;
     }
     .hrzn_name {
       line-height: 1.7em;
       height: 1.7em;
       margin-bottom: 5%;
     }
     .hrzn_txt {
       line-height: 1.7em;
       height: 5.1em;
     }
     .four_exp {
       width: 84%;
       margin: 5% auto 0;
     }
     .four_name {
       line-height: 1.5em;
       height: 1.5em;
       -webkit-line-clamp: 1;
     }
     .vtcl_prc {
       margin-top: 2%;
     }
     .vtcl_dbl {
       margin: 4% 7% 0 0;
     }
     .vtcl_ck {
       margin-top: 6.5%;
       margin-right: -2.55%
     }
     .hrzn_prc {
       margin-top: 4%;
     }
     .hrzn_dbl {
       margin: 6% 14% 0 0;
     }
     .hrzn_ck {
       bottom: 6%;
       right: 2%;
     }
     .four_prc {
       margin-top: -0.5%;
     }
     .four_dbl {
       margin: 0.75% 7% 0 0;
     }
     .four_ck {
       margin-top: 3%;
       margin-right: -2.55%
     }
     .ptn_area {
       padding: 8px 0 50px;
     }
     .ptn_inr {
       width: 96.5%;
       margin: 0 auto;
     }
  
     .ptn_txt {
       font-size: 11px;
       margin-top: 10px;
     }
     .ftr {
       margin: 0;
     }
     .ftr_inr {
       max-width: 95%;
       margin: 4% auto 0;
       padding-bottom: 6%;
     }
/*
     .ftr_nav_menu {}
     .ftr_nav_menu li {
       margin: 10px 0;
       font-size: 12px;
     }
     .ftr_nav_menu li a {}
     .ftr_nav_chi {
       margin-top: 5px;
     }
     .ftr_nav_chi li {
       margin: 5px 25px -5px 0;
       font-weight: 500;
     }
*/
     .ftr_com {
       display: flex;
       bottom: auto;
       right: auto;
       margin: 15px 0 0;
     }
     .ftr_shilogo {
       font-size: 12px;
       margin: 0;
     }
     .cpyr {
       font-size: 10px;
       margin: 5px 0 0;
     }
     .pc_only {
       display: none;
     }
     .sp_only {
       display: inline-block;
     }
   }