@charset "UTF-8";

/*----------------------------------------
	Material Colors
----------------------------------------*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,700");

@import url("https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,700");

@import url(//use.fontawesome.com/releases/v6.7.2/css/all.css);

.color-red-50 {
  color: #ffebee;
}

.bgColor-red-50 {
  background-color: #ffebee;
}

.color-red-100 {
  color: #ffcdd2;
}

.bgColor-red-100 {
  background-color: #ffcdd2;
}

.color-red-200 {
  color: #ef9a9a;
}

.bgColor-red-200 {
  background-color: #ef9a9a;
}

.color-red-300 {
  color: #e57373;
}

.bgColor-red-300 {
  background-color: #e57373;
}

.color-red-400 {
  color: #ef5350;
}

.bgColor-red-400 {
  background-color: #ef5350;
}

.color-red-500 {
  color: #f44336;
}

.bgColor-red-500 {
  background-color: #f44336;
}

.color-red-600 {
  color: #e53935;
}

.bgColor-red-600 {
  background-color: #e53935;
}

.color-red-700 {
  color: #d32f2f;
}

.bgColor-red-700 {
  background-color: #d32f2f;
}

.color-red-800 {
  color: #c62828;
}

.bgColor-red-800 {
  background-color: #c62828;
}

.color-red-900 {
  color: #b71c1c;
}

.bgColor-red-900 {
  background-color: #b71c1c;
}

.color-red-a100 {
  color: #ff8a80;
}

.bgColor-red-a100 {
  background-color: #ff8a80;
}

.color-red-a200 {
  color: #ff5252;
}

.bgColor-red-a200 {
  background-color: #ff5252;
}

.color-red-a400 {
  color: #ff1744;
}

.bgColor-red-a400 {
  background-color: #ff1744;
}

.color-red-a700 {
  color: #d50000;
}

.bgColor-red-a700 {
  background-color: #d50000;
}

.color-pink-50 {
  color: #fce4ec;
}

.bgColor-pink-50 {
  background-color: #fce4ec;
}

.color-pink-100 {
  color: #f8bbd0;
}

.bgColor-pink-100 {
  background-color: #f8bbd0;
}

.color-pink-200 {
  color: #f48fb1;
}

.bgColor-pink-200 {
  background-color: #f48fb1;
}

.color-pink-300 {
  color: #f06292;
}

.bgColor-pink-300 {
  background-color: #f06292;
}

.color-pink-400 {
  color: #ec407a;
}

.bgColor-pink-400 {
  background-color: #ec407a;
}

.color-pink-500 {
  color: #e91e63;
}

.bgColor-pink-500 {
  background-color: #e91e63;
}

.color-pink-600 {
  color: #d81b60;
}

.bgColor-pink-600 {
  background-color: #d81b60;
}

.color-pink-700 {
  color: #c2185b;
}

.bgColor-pink-700 {
  background-color: #c2185b;
}

.color-pink-800 {
  color: #ad1457;
}

.bgColor-pink-800 {
  background-color: #ad1457;
}

.color-pink-900 {
  color: #880e4f;
}

.bgColor-pink-900 {
  background-color: #880e4f;
}

.color-pink-a100 {
  color: #ff80ab;
}

.bgColor-pink-a100 {
  background-color: #ff80ab;
}

.color-pink-a200 {
  color: #ff4081;
}

.bgColor-pink-a200 {
  background-color: #ff4081;
}

.color-pink-a400 {
  color: #f50057;
}

.bgColor-pink-a400 {
  background-color: #f50057;
}

.color-pink-a700 {
  color: #c51162;
}

.bgColor-pink-a700 {
  background-color: #c51162;
}

.color-purple-50 {
  color: #f3e5f5;
}

.bgColor-purple-50 {
  background-color: #f3e5f5;
}

.color-purple-100 {
  color: #e1bee7;
}

.bgColor-purple-100 {
  background-color: #e1bee7;
}

.color-purple-200 {
  color: #ce93d8;
}

.bgColor-purple-200 {
  background-color: #ce93d8;
}

.color-purple-300 {
  color: #ba68c8;
}

.bgColor-purple-300 {
  background-color: #ba68c8;
}

.color-purple-400 {
  color: #ab47bc;
}

.bgColor-purple-400 {
  background-color: #ab47bc;
}

.color-purple-500 {
  color: #9c27b0;
}

.bgColor-purple-500 {
  background-color: #9c27b0;
}

.color-purple-600 {
  color: #8e24aa;
}

.bgColor-purple-600 {
  background-color: #8e24aa;
}

.color-purple-700 {
  color: #7b1fa2;
}

.bgColor-purple-700 {
  background-color: #7b1fa2;
}

.color-purple-800 {
  color: #6a1b9a;
}

.bgColor-purple-800 {
  background-color: #6a1b9a;
}

.color-purple-900 {
  color: #4a148c;
}

.bgColor-purple-900 {
  background-color: #4a148c;
}

.color-purple-a100 {
  color: #ea80fc;
}

.bgColor-purple-a100 {
  background-color: #ea80fc;
}

.color-purple-a200 {
  color: #e040fb;
}

.bgColor-purple-a200 {
  background-color: #e040fb;
}

.color-purple-a400 {
  color: #d500f9;
}

.bgColor-purple-a400 {
  background-color: #d500f9;
}

.color-purple-a700 {
  color: #aa00ff;
}

.bgColor-purple-a700 {
  background-color: #aa00ff;
}

.color-deep-purple-50 {
  color: #ede7f6;
}

.bgColor-deep-purple-50 {
  background-color: #ede7f6;
}

.color-deep-purple-100 {
  color: #d1c4e9;
}

.bgColor-deep-purple-100 {
  background-color: #d1c4e9;
}

.color-deep-purple-200 {
  color: #b39ddb;
}

.bgColor-deep-purple-200 {
  background-color: #b39ddb;
}

.color-deep-purple-300 {
  color: #9575cd;
}

.bgColor-deep-purple-300 {
  background-color: #9575cd;
}

.color-deep-purple-400 {
  color: #7e57c2;
}

.bgColor-deep-purple-400 {
  background-color: #7e57c2;
}

.color-deep-purple-500 {
  color: #673ab7;
}

.bgColor-deep-purple-500 {
  background-color: #673ab7;
}

.color-deep-purple-600 {
  color: #5e35b1;
}

.bgColor-deep-purple-600 {
  background-color: #5e35b1;
}

.color-deep-purple-700 {
  color: #512da8;
}

.bgColor-deep-purple-700 {
  background-color: #512da8;
}

.color-deep-purple-800 {
  color: #4527a0;
}

.bgColor-deep-purple-800 {
  background-color: #4527a0;
}

.color-deep-purple-900 {
  color: #311b92;
}

.bgColor-deep-purple-900 {
  background-color: #311b92;
}

.color-deep-purple-a100 {
  color: #b388ff;
}

.bgColor-deep-purple-a100 {
  background-color: #b388ff;
}

.color-deep-purple-a200 {
  color: #7c4dff;
}

.bgColor-deep-purple-a200 {
  background-color: #7c4dff;
}

.color-deep-purple-a400 {
  color: #651fff;
}

.bgColor-deep-purple-a400 {
  background-color: #651fff;
}

.color-deep-purple-a700 {
  color: #6200ea;
}

.bgColor-deep-purple-a700 {
  background-color: #6200ea;
}

.color-indigo-50 {
  color: #e8eaf6;
}

.bgColor-indigo-50 {
  background-color: #e8eaf6;
}

.color-indigo-100 {
  color: #c5cae9;
}

.bgColor-indigo-100 {
  background-color: #c5cae9;
}

.color-indigo-200 {
  color: #9fa8da;
}

.bgColor-indigo-200 {
  background-color: #9fa8da;
}

.color-indigo-300 {
  color: #7986cb;
}

.bgColor-indigo-300 {
  background-color: #7986cb;
}

.color-indigo-400 {
  color: #5c6bc0;
}

.bgColor-indigo-400 {
  background-color: #5c6bc0;
}

.color-indigo-500 {
  color: #3f51b5;
}

.bgColor-indigo-500 {
  background-color: #3f51b5;
}

.color-indigo-600 {
  color: #3949ab;
}

.bgColor-indigo-600 {
  background-color: #3949ab;
}

.color-indigo-700 {
  color: #303f9f;
}

.bgColor-indigo-700 {
  background-color: #303f9f;
}

.color-indigo-800 {
  color: #283593;
}

.bgColor-indigo-800 {
  background-color: #283593;
}

.color-indigo-900 {
  color: #1a237e;
}

.bgColor-indigo-900 {
  background-color: #1a237e;
}

.color-indigo-a100 {
  color: #8c9eff;
}

.bgColor-indigo-a100 {
  background-color: #8c9eff;
}

.color-indigo-a200 {
  color: #536dfe;
}

.bgColor-indigo-a200 {
  background-color: #536dfe;
}

.color-indigo-a400 {
  color: #3d5afe;
}

.bgColor-indigo-a400 {
  background-color: #3d5afe;
}

.color-indigo-a700 {
  color: #304ffe;
}

.bgColor-indigo-a700 {
  background-color: #304ffe;
}

.color-blue-50 {
  color: #e3f2fd;
}

.bgColor-blue-50 {
  background-color: #e3f2fd;
}

.color-blue-100 {
  color: #bbdefb;
}

.bgColor-blue-100 {
  background-color: #bbdefb;
}

.color-blue-200 {
  color: #90caf9;
}

.bgColor-blue-200 {
  background-color: #90caf9;
}

.color-blue-300 {
  color: #64b5f6;
}

.bgColor-blue-300 {
  background-color: #64b5f6;
}

.color-blue-400 {
  color: #42a5f5;
}

.bgColor-blue-400 {
  background-color: #42a5f5;
}

.color-blue-500 {
  color: #2196f3;
}

.bgColor-blue-500 {
  background-color: #2196f3;
}

.color-blue-600 {
  color: #1e88e5;
}

.bgColor-blue-600 {
  background-color: #1e88e5;
}

.color-blue-700 {
  color: #1976d2;
}

.bgColor-blue-700 {
  background-color: #1976d2;
}

.color-blue-800 {
  color: #1565c0;
}

.bgColor-blue-800 {
  background-color: #1565c0;
}

.color-blue-900 {
  color: #0d47a1;
}

.bgColor-blue-900 {
  background-color: #0d47a1;
}

.color-blue-a100 {
  color: #82b1ff;
}

.bgColor-blue-a100 {
  background-color: #82b1ff;
}

.color-blue-a200 {
  color: #448aff;
}

.bgColor-blue-a200 {
  background-color: #448aff;
}

.color-blue-a400 {
  color: #2979ff;
}

.bgColor-blue-a400 {
  background-color: #2979ff;
}

.color-blue-a700 {
  color: #2962ff;
}

.bgColor-blue-a700 {
  background-color: #2962ff;
}

.color-light-blue-50 {
  color: #e1f5fe;
}

.bgColor-light-blue-50 {
  background-color: #e1f5fe;
}

.color-light-blue-100 {
  color: #b3e5fc;
}

.bgColor-light-blue-100 {
  background-color: #b3e5fc;
}

.color-light-blue-200 {
  color: #81d4fa;
}

.bgColor-light-blue-200 {
  background-color: #81d4fa;
}

.color-light-blue-300 {
  color: #4fc3f7;
}

.bgColor-light-blue-300 {
  background-color: #4fc3f7;
}

.color-light-blue-400 {
  color: #29b6f6;
}

.bgColor-light-blue-400 {
  background-color: #29b6f6;
}

.color-light-blue-500 {
  color: #03a9f4;
}

.bgColor-light-blue-500 {
  background-color: #03a9f4;
}

.color-light-blue-600 {
  color: #039be5;
}

.bgColor-light-blue-600 {
  background-color: #039be5;
}

.color-light-blue-700 {
  color: #0288d1;
}

.bgColor-light-blue-700 {
  background-color: #0288d1;
}

.color-light-blue-800 {
  color: #0277bd;
}

.bgColor-light-blue-800 {
  background-color: #0277bd;
}

.color-light-blue-900 {
  color: #01579b;
}

.bgColor-light-blue-900 {
  background-color: #01579b;
}

.color-light-blue-a100 {
  color: #80d8ff;
}

.bgColor-light-blue-a100 {
  background-color: #80d8ff;
}

.color-light-blue-a200 {
  color: #40c4ff;
}

.bgColor-light-blue-a200 {
  background-color: #40c4ff;
}

.color-light-blue-a400 {
  color: #00b0ff;
}

.bgColor-light-blue-a400 {
  background-color: #00b0ff;
}

.color-light-blue-a700 {
  color: #0091ea;
}

.bgColor-light-blue-a700 {
  background-color: #0091ea;
}

.color-cyan-50 {
  color: #e0f7fa;
}

.bgColor-cyan-50 {
  background-color: #e0f7fa;
}

.color-cyan-100 {
  color: #b2ebf2;
}

.bgColor-cyan-100 {
  background-color: #b2ebf2;
}

.color-cyan-200 {
  color: #80deea;
}

.bgColor-cyan-200 {
  background-color: #80deea;
}

.color-cyan-300 {
  color: #4dd0e1;
}

.bgColor-cyan-300 {
  background-color: #4dd0e1;
}

.color-cyan-400 {
  color: #26c6da;
}

.bgColor-cyan-400 {
  background-color: #26c6da;
}

.color-cyan-500 {
  color: #00bcd4;
}

.bgColor-cyan-500 {
  background-color: #00bcd4;
}

.color-cyan-600 {
  color: #00acc1;
}

.bgColor-cyan-600 {
  background-color: #00acc1;
}

.color-cyan-700 {
  color: #0097a7;
}

.bgColor-cyan-700 {
  background-color: #0097a7;
}

.color-cyan-800 {
  color: #00838f;
}

.bgColor-cyan-800 {
  background-color: #00838f;
}

.color-cyan-900 {
  color: #006064;
}

.bgColor-cyan-900 {
  background-color: #006064;
}

.color-cyan-a100 {
  color: #84ffff;
}

.bgColor-cyan-a100 {
  background-color: #84ffff;
}

.color-cyan-a200 {
  color: #18ffff;
}

.bgColor-cyan-a200 {
  background-color: #18ffff;
}

.color-cyan-a400 {
  color: #00e5ff;
}

.bgColor-cyan-a400 {
  background-color: #00e5ff;
}

.color-cyan-a700 {
  color: #00b8d4;
}

.bgColor-cyan-a700 {
  background-color: #00b8d4;
}

.color-teal-50 {
  color: #e0f2f1;
}

.bgColor-teal-50 {
  background-color: #e0f2f1;
}

.color-teal-100 {
  color: #b2dfdb;
}

.bgColor-teal-100 {
  background-color: #b2dfdb;
}

.color-teal-200 {
  color: #80cbc4;
}

.bgColor-teal-200 {
  background-color: #80cbc4;
}

.color-teal-300 {
  color: #4db6ac;
}

.bgColor-teal-300 {
  background-color: #4db6ac;
}

.color-teal-400 {
  color: #26a69a;
}

.bgColor-teal-400 {
  background-color: #26a69a;
}

.color-teal-500 {
  color: #009688;
}

.bgColor-teal-500 {
  background-color: #009688;
}

.color-teal-600 {
  color: #00897b;
}

.bgColor-teal-600 {
  background-color: #00897b;
}

.color-teal-700 {
  color: #00796b;
}

.bgColor-teal-700 {
  background-color: #00796b;
}

.color-teal-800 {
  color: #00695c;
}

.bgColor-teal-800 {
  background-color: #00695c;
}

.color-teal-900 {
  color: #004d40;
}

.bgColor-teal-900 {
  background-color: #004d40;
}

.color-teal-a100 {
  color: #a7ffeb;
}

.bgColor-teal-a100 {
  background-color: #a7ffeb;
}

.color-teal-a200 {
  color: #64ffda;
}

.bgColor-teal-a200 {
  background-color: #64ffda;
}

.color-teal-a400 {
  color: #1de9b6;
}

.bgColor-teal-a400 {
  background-color: #1de9b6;
}

.color-teal-a700 {
  color: #00bfa5;
}

.bgColor-teal-a700 {
  background-color: #00bfa5;
}

.color-green-50 {
  color: #e8f5e9;
}

.bgColor-green-50 {
  background-color: #e8f5e9;
}

.color-green-100 {
  color: #c8e6c9;
}

.bgColor-green-100 {
  background-color: #c8e6c9;
}

.color-green-200 {
  color: #a5d6a7;
}

.bgColor-green-200 {
  background-color: #a5d6a7;
}

.color-green-300 {
  color: #81c784;
}

.bgColor-green-300 {
  background-color: #81c784;
}

.color-green-400 {
  color: #66bb6a;
}

.bgColor-green-400 {
  background-color: #66bb6a;
}

.color-green-500 {
  color: #4caf50;
}

.bgColor-green-500 {
  background-color: #4caf50;
}

.color-green-600 {
  color: #43a047;
}

.bgColor-green-600 {
  background-color: #43a047;
}

.color-green-700 {
  color: #388e3c;
}

.bgColor-green-700 {
  background-color: #388e3c;
}

.color-green-800 {
  color: #2e7d32;
}

.bgColor-green-800 {
  background-color: #2e7d32;
}

.color-green-900 {
  color: #1b5e20;
}

.bgColor-green-900 {
  background-color: #1b5e20;
}

.color-green-a100 {
  color: #b9f6ca;
}

.bgColor-green-a100 {
  background-color: #b9f6ca;
}

.color-green-a200 {
  color: #69f0ae;
}

.bgColor-green-a200 {
  background-color: #69f0ae;
}

.color-green-a400 {
  color: #00e676;
}

.bgColor-green-a400 {
  background-color: #00e676;
}

.color-green-a700 {
  color: #00c853;
}

.bgColor-green-a700 {
  background-color: #00c853;
}

.color-light-green-50 {
  color: #f1f8e9;
}

.bgColor-light-green-50 {
  background-color: #f1f8e9;
}

.color-light-green-100 {
  color: #dcedc8;
}

.bgColor-light-green-100 {
  background-color: #dcedc8;
}

.color-light-green-200 {
  color: #c5e1a5;
}

.bgColor-light-green-200 {
  background-color: #c5e1a5;
}

.color-light-green-300 {
  color: #aed581;
}

.bgColor-light-green-300 {
  background-color: #aed581;
}

.color-light-green-400 {
  color: #9ccc65;
}

.bgColor-light-green-400 {
  background-color: #9ccc65;
}

.color-light-green-500 {
  color: #8bc34a;
}

.bgColor-light-green-500 {
  background-color: #8bc34a;
}

.color-light-green-600 {
  color: #7cb342;
}

.bgColor-light-green-600 {
  background-color: #7cb342;
}

.color-light-green-700 {
  color: #689f38;
}

.bgColor-light-green-700 {
  background-color: #689f38;
}

.color-light-green-800 {
  color: #558b2f;
}

.bgColor-light-green-800 {
  background-color: #558b2f;
}

.color-light-green-900 {
  color: #33691e;
}

.bgColor-light-green-900 {
  background-color: #33691e;
}

.color-light-green-a100 {
  color: #ccff90;
}

.bgColor-light-green-a100 {
  background-color: #ccff90;
}

.color-light-green-a200 {
  color: #b2ff59;
}

.bgColor-light-green-a200 {
  background-color: #b2ff59;
}

.color-light-green-a400 {
  color: #76ff03;
}

.bgColor-light-green-a400 {
  background-color: #76ff03;
}

.color-light-green-a700 {
  color: #64dd17;
}

.bgColor-light-green-a700 {
  background-color: #64dd17;
}

.color-lime-50 {
  color: #f9fbe7;
}

.bgColor-lime-50 {
  background-color: #f9fbe7;
}

.color-lime-100 {
  color: #f0f4c3;
}

.bgColor-lime-100 {
  background-color: #f0f4c3;
}

.color-lime-200 {
  color: #e6ee9c;
}

.bgColor-lime-200 {
  background-color: #e6ee9c;
}

.color-lime-300 {
  color: #dce775;
}

.bgColor-lime-300 {
  background-color: #dce775;
}

.color-lime-400 {
  color: #d4e157;
}

.bgColor-lime-400 {
  background-color: #d4e157;
}

.color-lime-500 {
  color: #cddc39;
}

.bgColor-lime-500 {
  background-color: #cddc39;
}

.color-lime-600 {
  color: #c0ca33;
}

.bgColor-lime-600 {
  background-color: #c0ca33;
}

.color-lime-700 {
  color: #afb42b;
}

.bgColor-lime-700 {
  background-color: #afb42b;
}

.color-lime-800 {
  color: #9e9d24;
}

.bgColor-lime-800 {
  background-color: #9e9d24;
}

.color-lime-900 {
  color: #827717;
}

.bgColor-lime-900 {
  background-color: #827717;
}

.color-lime-a100 {
  color: #f4ff81;
}

.bgColor-lime-a100 {
  background-color: #f4ff81;
}

.color-lime-a200 {
  color: #eeff41;
}

.bgColor-lime-a200 {
  background-color: #eeff41;
}

.color-lime-a400 {
  color: #c6ff00;
}

.bgColor-lime-a400 {
  background-color: #c6ff00;
}

.color-lime-a700 {
  color: #aeea00;
}

.bgColor-lime-a700 {
  background-color: #aeea00;
}

.color-yellow-50 {
  color: #fffde7;
}

.bgColor-yellow-50 {
  background-color: #fffde7;
}

.color-yellow-100 {
  color: #fff9c4;
}

.bgColor-yellow-100 {
  background-color: #fff9c4;
}

.color-yellow-200 {
  color: #fff59d;
}

.bgColor-yellow-200 {
  background-color: #fff59d;
}

.color-yellow-300 {
  color: #fff176;
}

.bgColor-yellow-300 {
  background-color: #fff176;
}

.color-yellow-400 {
  color: #ffee58;
}

.bgColor-yellow-400 {
  background-color: #ffee58;
}

.color-yellow-500 {
  color: #ffeb3b;
}

.bgColor-yellow-500 {
  background-color: #ffeb3b;
}

.color-yellow-600 {
  color: #fdd835;
}

.bgColor-yellow-600 {
  background-color: #fdd835;
}

.color-yellow-700 {
  color: #fbc02d;
}

.bgColor-yellow-700 {
  background-color: #fbc02d;
}

.color-yellow-800 {
  color: #f9a825;
}

.bgColor-yellow-800 {
  background-color: #f9a825;
}

.color-yellow-900 {
  color: #f57f17;
}

.bgColor-yellow-900 {
  background-color: #f57f17;
}

.color-yellow-a100 {
  color: #ffff8d;
}

.bgColor-yellow-a100 {
  background-color: #ffff8d;
}

.color-yellow-a200 {
  color: #ffff00;
}

.bgColor-yellow-a200 {
  background-color: #ffff00;
}

.color-yellow-a400 {
  color: #ffea00;
}

.bgColor-yellow-a400 {
  background-color: #ffea00;
}

.color-yellow-a700 {
  color: #ffd600;
}

.bgColor-yellow-a700 {
  background-color: #ffd600;
}

.color-amber-50 {
  color: #fff8e1;
}

.bgColor-amber-50 {
  background-color: #fff8e1;
}

.color-amber-100 {
  color: #ffecb3;
}

.bgColor-amber-100 {
  background-color: #ffecb3;
}

.color-amber-200 {
  color: #ffe082;
}

.bgColor-amber-200 {
  background-color: #ffe082;
}

.color-amber-300 {
  color: #ffd54f;
}

.bgColor-amber-300 {
  background-color: #ffd54f;
}

.color-amber-400 {
  color: #ffca28;
}

.bgColor-amber-400 {
  background-color: #ffca28;
}

.color-amber-500 {
  color: #ffc107;
}

.bgColor-amber-500 {
  background-color: #ffc107;
}

.color-amber-600 {
  color: #ffb300;
}

.bgColor-amber-600 {
  background-color: #ffb300;
}

.color-amber-700 {
  color: #ffa000;
}

.bgColor-amber-700 {
  background-color: #ffa000;
}

.color-amber-800 {
  color: #ff8f00;
}

.bgColor-amber-800 {
  background-color: #ff8f00;
}

.color-amber-900 {
  color: #ff6f00;
}

.bgColor-amber-900 {
  background-color: #ff6f00;
}

.color-amber-a100 {
  color: #ffe57f;
}

.bgColor-amber-a100 {
  background-color: #ffe57f;
}

.color-amber-a200 {
  color: #ffd740;
}

.bgColor-amber-a200 {
  background-color: #ffd740;
}

.color-amber-a400 {
  color: #ffc400;
}

.bgColor-amber-a400 {
  background-color: #ffc400;
}

.color-amber-a700 {
  color: #ffab00;
}

.bgColor-amber-a700 {
  background-color: #ffab00;
}

.color-orange-50 {
  color: #fff3e0;
}

.bgColor-orange-50 {
  background-color: #fff3e0;
}

.color-orange-100 {
  color: #ffe0b2;
}

.bgColor-orange-100 {
  background-color: #ffe0b2;
}

.color-orange-200 {
  color: #ffcc80;
}

.bgColor-orange-200 {
  background-color: #ffcc80;
}

.color-orange-300 {
  color: #ffb74d;
}

.bgColor-orange-300 {
  background-color: #ffb74d;
}

.color-orange-400 {
  color: #ffa726;
}

.bgColor-orange-400 {
  background-color: #ffa726;
}

.color-orange-500 {
  color: #ff9800;
}

.bgColor-orange-500 {
  background-color: #ff9800;
}

.color-orange-600 {
  color: #fb8c00;
}

.bgColor-orange-600 {
  background-color: #fb8c00;
}

.color-orange-700 {
  color: #f57c00;
}

.bgColor-orange-700 {
  background-color: #f57c00;
}

.color-orange-800 {
  color: #ef6c00;
}

.bgColor-orange-800 {
  background-color: #ef6c00;
}

.color-orange-900 {
  color: #e65100;
}

.bgColor-orange-900 {
  background-color: #e65100;
}

.color-orange-a100 {
  color: #ffd180;
}

.bgColor-orange-a100 {
  background-color: #ffd180;
}

.color-orange-a200 {
  color: #ffab40;
}

.bgColor-orange-a200 {
  background-color: #ffab40;
}

.color-orange-a400 {
  color: #ff9100;
}

.bgColor-orange-a400 {
  background-color: #ff9100;
}

.color-orange-a700 {
  color: #ff6d00;
}

.bgColor-orange-a700 {
  background-color: #ff6d00;
}

.color-deep-orange-50 {
  color: #fbe9e7;
}

.bgColor-deep-orange-50 {
  background-color: #fbe9e7;
}

.color-deep-orange-100 {
  color: #ffccbc;
}

.bgColor-deep-orange-100 {
  background-color: #ffccbc;
}

.color-deep-orange-200 {
  color: #ffab91;
}

.bgColor-deep-orange-200 {
  background-color: #ffab91;
}

.color-deep-orange-300 {
  color: #ff8a65;
}

.bgColor-deep-orange-300 {
  background-color: #ff8a65;
}

.color-deep-orange-400 {
  color: #ff7043;
}

.bgColor-deep-orange-400 {
  background-color: #ff7043;
}

.color-deep-orange-500 {
  color: #ff5722;
}

.bgColor-deep-orange-500 {
  background-color: #ff5722;
}

.color-deep-orange-600 {
  color: #f4511e;
}

.bgColor-deep-orange-600 {
  background-color: #f4511e;
}

.color-deep-orange-700 {
  color: #e64a19;
}

.bgColor-deep-orange-700 {
  background-color: #e64a19;
}

.color-deep-orange-800 {
  color: #d84315;
}

.bgColor-deep-orange-800 {
  background-color: #d84315;
}

.color-deep-orange-900 {
  color: #bf360c;
}

.bgColor-deep-orange-900 {
  background-color: #bf360c;
}

.color-deep-orange-a100 {
  color: #ff9e80;
}

.bgColor-deep-orange-a100 {
  background-color: #ff9e80;
}

.color-deep-orange-a200 {
  color: #ff6e40;
}

.bgColor-deep-orange-a200 {
  background-color: #ff6e40;
}

.color-deep-orange-a400 {
  color: #ff3d00;
}

.bgColor-deep-orange-a400 {
  background-color: #ff3d00;
}

.color-deep-orange-a700 {
  color: #dd2c00;
}

.bgColor-deep-orange-a700 {
  background-color: #dd2c00;
}

.color-brown-50 {
  color: #efebe9;
}

.bgColor-brown-50 {
  background-color: #efebe9;
}

.color-brown-100 {
  color: #d7ccc8;
}

.bgColor-brown-100 {
  background-color: #d7ccc8;
}

.color-brown-200 {
  color: #bcaaa4;
}

.bgColor-brown-200 {
  background-color: #bcaaa4;
}

.color-brown-300 {
  color: #a1887f;
}

.bgColor-brown-300 {
  background-color: #a1887f;
}

.color-brown-400 {
  color: #8d6e63;
}

.bgColor-brown-400 {
  background-color: #8d6e63;
}

.color-brown-500 {
  color: #795548;
}

.bgColor-brown-500 {
  background-color: #795548;
}

.color-brown-600 {
  color: #6d4c41;
}

.bgColor-brown-600 {
  background-color: #6d4c41;
}

.color-brown-700 {
  color: #5d4037;
}

.bgColor-brown-700 {
  background-color: #5d4037;
}

.color-brown-800 {
  color: #4e342e;
}

.bgColor-brown-800 {
  background-color: #4e342e;
}

.color-brown-900 {
  color: #3e2723;
}

.bgColor-brown-900 {
  background-color: #3e2723;
}

.color-grey-50 {
  color: #fafafa;
}

.bgColor-grey-50 {
  background-color: #fafafa;
}

.color-grey-100 {
  color: #f5f5f5;
}

.bgColor-grey-100 {
  background-color: #f5f5f5;
}

.color-grey-200 {
  color: #eeeeee;
}

.bgColor-grey-200 {
  background-color: #eeeeee;
}

.color-grey-300 {
  color: #e0e0e0;
}

.bgColor-grey-300 {
  background-color: #e0e0e0;
}

.color-grey-400 {
  color: #bdbdbd;
}

.bgColor-grey-400 {
  background-color: #bdbdbd;
}

.color-grey-500 {
  color: #9e9e9e;
}

.bgColor-grey-500 {
  background-color: #9e9e9e;
}

.color-grey-600 {
  color: #757575;
}

.bgColor-grey-600 {
  background-color: #757575;
}

.color-grey-700 {
  color: #616161;
}

.bgColor-grey-700 {
  background-color: #616161;
}

.color-grey-800 {
  color: #424242;
}

.bgColor-grey-800 {
  background-color: #424242;
}

.color-grey-900 {
  color: #212121;
}

.bgColor-grey-900 {
  background-color: #212121;
}

.color-blue-grey-50 {
  color: #eceff1;
}

.bgColor-blue-grey-50 {
  background-color: #eceff1;
}

.color-blue-grey-100 {
  color: #cfd8dc;
}

.bgColor-blue-grey-100 {
  background-color: #cfd8dc;
}

.color-blue-grey-200 {
  color: #b0bec5;
}

.bgColor-blue-grey-200 {
  background-color: #b0bec5;
}

.color-blue-grey-300 {
  color: #90a4ae;
}

.bgColor-blue-grey-300 {
  background-color: #90a4ae;
}

.color-blue-grey-400 {
  color: #78909c;
}

.bgColor-blue-grey-400 {
  background-color: #78909c;
}

.color-blue-grey-500 {
  color: #607d8b;
}

.bgColor-blue-grey-500 {
  background-color: #607d8b;
}

.color-blue-grey-600 {
  color: #546e7a;
}

.bgColor-blue-grey-600 {
  background-color: #546e7a;
}

.color-blue-grey-700 {
  color: #455a64;
}

.bgColor-blue-grey-700 {
  background-color: #455a64;
}

.color-blue-grey-800 {
  color: #37474f;
}

.bgColor-blue-grey-800 {
  background-color: #37474f;
}

.color-blue-grey-900 {
  color: #263238;
}

.bgColor-blue-grey-900 {
  background-color: #263238;
}

.color-white {
  color: #ffffff;
}

.bgColor-white {
  background: #ffffff;
}

.color-black {
  color: #000000;
}

.bgColor-black {
  background: #000000;
}

.fontNotoSans {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

.fontNotoSerif {
  font-family: "Noto Serif JP", serif;
}

.fontCormorant {
  font-family: "Cormorant Garamond", serif;
}

/*----------------------------------------
	Web Font Icon
----------------------------------------*/

/*@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v21/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format('woff2');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: .6rem;
}

.material-icons {
	// Rules for sizing the icon.
	&.md-18 {
		font-size: 18px;
	}
	&.md-24 {
		font-size: 24px;
	}
	&.md-36 {
		font-size: 36px;
	}
	&.md-48 {
		font-size: 48px;
	}

	// Rules for using icons as black on a light background.
	&.md-dark {
		color: rgba(0, 0, 0, 0.54);
		&.md-inactive {
			color: rgba(0, 0, 0, 0.26);
		}
	}

	// Rules for using icons as white on a dark background.
	&.md-light {
		color: rgba(255, 255, 255, 1);
		&.md-inactive {
			color: rgba(255, 255, 255, 0.3);
		}
	}
}*/

/*----------------------------------------
	clearfix
----------------------------------------*/

.container:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

/* width */

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

/* align */

.aLeft {
  text-align: left !important;
}

.aRight {
  text-align: right !important;
}

.aCenter {
  text-align: center !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

.vBottom {
  vertical-align: bottom !important;
}

/* flex box */

.fb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fb-row-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fb-row-justify-start {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fb-row-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fb-row-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-row-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fb-row-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.fb-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fb-column-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fb-column-justify-start {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fb-column-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fb-column-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-column-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fb-column-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* float */

.fl {
  float: left;
}

.fr {
  float: right;
}

/* visivle style */

.fs10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.fs10-100 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 100;
}

.fs10-300 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
}

.fs10-350 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 350;
}

.fs10-400 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
}

.fs10-500 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
}

.fs10-700 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}

.fs10-900 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 900;
}

.fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fs11-100 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 100;
}

.fs11-300 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 300;
}

.fs11-350 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 350;
}

.fs11-400 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
}

.fs11-500 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}

.fs11-700 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
}

.fs11-900 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 900;
}

.fs12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs12-100 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
}

.fs12-300 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}

.fs12-350 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 350;
}

.fs12-400 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}

.fs12-500 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.fs12-700 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.fs12-900 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
}

.fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs13-100 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 100;
}

.fs13-300 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
}

.fs13-350 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 350;
}

.fs13-400 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.fs13-500 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.fs13-700 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.fs13-900 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 900;
}

.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs14-100 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 100;
}

.fs14-300 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}

.fs14-350 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

.fs14-400 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.fs14-500 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.fs14-700 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.fs14-900 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
}

.fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs15-100 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 100;
}

.fs15-300 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}

.fs15-350 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 350;
}

.fs15-400 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.fs15-500 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.fs15-700 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.fs15-900 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
}

.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs16-100 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
}

.fs16-300 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

.fs16-350 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 350;
}

.fs16-400 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.fs16-500 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.fs16-700 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.fs16-900 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
}

.fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.fs17-100 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 100;
}

.fs17-300 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
}

.fs17-350 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 350;
}

.fs17-400 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}

.fs17-500 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}

.fs17-700 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
}

.fs17-900 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 900;
}

.fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs18-100 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
}

.fs18-300 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

.fs18-350 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 350;
}

.fs18-400 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.fs18-500 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.fs18-700 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.fs18-900 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
}

.fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fs19-100 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 100;
}

.fs19-300 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300;
}

.fs19-350 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 350;
}

.fs19-400 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 400;
}

.fs19-500 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
}

.fs19-700 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
}

.fs19-900 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 900;
}

.fs20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs20-100 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 100;
}

.fs20-300 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

.fs20-350 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 350;
}

.fs20-400 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.fs20-500 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

.fs20-700 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.fs20-900 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
}

.fs21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.fs21-100 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 100;
}

.fs21-300 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
}

.fs21-350 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 350;
}

.fs21-400 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
}

.fs21-500 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
}

.fs21-700 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
}

.fs21-900 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 900;
}

.fs22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs22-100 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 100;
}

.fs22-300 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
}

.fs22-350 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 350;
}

.fs22-400 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}

.fs22-500 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}

.fs22-700 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

.fs22-900 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
}

.fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.fs23-100 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 100;
}

.fs23-300 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 300;
}

.fs23-350 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 350;
}

.fs23-400 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
}

.fs23-500 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
}

.fs23-700 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
}

.fs23-900 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
}

.fs24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs24-100 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 100;
}

.fs24-300 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}

.fs24-350 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 350;
}

.fs24-400 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}

.fs24-500 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.fs24-700 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.fs24-900 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
}

.fs25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.fs25-100 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 100;
}

.fs25-300 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 300;
}

.fs25-350 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 350;
}

.fs25-400 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
}

.fs25-500 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
}

.fs25-700 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
}

.fs25-900 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
}

.fs26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs26-100 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 100;
}

.fs26-300 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
}

.fs26-350 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 350;
}

.fs26-400 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
}

.fs26-500 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
}

.fs26-700 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
}

.fs26-900 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
}

.fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.fs27-100 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 100;
}

.fs27-300 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 300;
}

.fs27-350 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 350;
}

.fs27-400 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 400;
}

.fs27-500 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
}

.fs27-700 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
}

.fs27-900 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 900;
}

.fs28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.fs28-100 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 100;
}

.fs28-300 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
}

.fs28-350 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 350;
}

.fs28-400 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
}

.fs28-500 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}

.fs28-700 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}

.fs28-900 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
}

.fs29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.fs29-100 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 100;
}

.fs29-300 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 300;
}

.fs29-350 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 350;
}

.fs29-400 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 400;
}

.fs29-500 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 500;
}

.fs29-700 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
}

.fs29-900 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 900;
}

.fs30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.fs30-100 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 100;
}

.fs30-300 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
}

.fs30-350 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 350;
}

.fs30-400 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
}

.fs30-500 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
}

.fs30-700 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

.fs30-900 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
}

.fs31 {
  font-size: 31px;
  font-size: 1.9375rem;
}

.fs31-100 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 100;
}

.fs31-300 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 300;
}

.fs31-350 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 350;
}

.fs31-400 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 400;
}

.fs31-500 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 500;
}

.fs31-700 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
}

.fs31-900 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 900;
}

.fs32 {
  font-size: 32px;
  font-size: 2rem;
}

.fs32-100 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 100;
}

.fs32-300 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
}

.fs32-350 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 350;
}

.fs32-400 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
}

.fs32-500 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}

.fs32-700 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}

.fs32-900 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
}

body .m0 {
  margin: 0px;
}

body .mt0 {
  margin-top: 0px;
}

body .mb0 {
  margin-bottom: 0px;
}

body .ml0 {
  margin-left: 0px;
}

body .mr0 {
  margin-right: 0px;
}

body .m5 {
  margin: 5px;
}

body .mt5 {
  margin-top: 5px;
}

body .mb5 {
  margin-bottom: 5px;
}

body .ml5 {
  margin-left: 5px;
}

body .mr5 {
  margin-right: 5px;
}

body .m10 {
  margin: 10px;
}

body .mt10 {
  margin-top: 10px;
}

body .mb10 {
  margin-bottom: 10px;
}

body .ml10 {
  margin-left: 10px;
}

body .mr10 {
  margin-right: 10px;
}

body .m15 {
  margin: 15px;
}

body .mt15 {
  margin-top: 15px;
}

body .mb15 {
  margin-bottom: 15px;
}

body .ml15 {
  margin-left: 15px;
}

body .mr15 {
  margin-right: 15px;
}

body .m20 {
  margin: 20px;
}

body .mt20 {
  margin-top: 20px;
}

body .mb20 {
  margin-bottom: 20px;
}

body .ml20 {
  margin-left: 20px;
}

body .mr20 {
  margin-right: 20px;
}

body .m25 {
  margin: 25px;
}

body .mt25 {
  margin-top: 25px;
}

body .mb25 {
  margin-bottom: 25px;
}

body .ml25 {
  margin-left: 25px;
}

body .mr25 {
  margin-right: 25px;
}

body .m30 {
  margin: 30px;
}

body .mt30 {
  margin-top: 30px;
}

body .mb30 {
  margin-bottom: 30px;
}

body .ml30 {
  margin-left: 30px;
}

body .mr30 {
  margin-right: 30px;
}

body .m35 {
  margin: 35px;
}

body .mt35 {
  margin-top: 35px;
}

body .mb35 {
  margin-bottom: 35px;
}

body .ml35 {
  margin-left: 35px;
}

body .mr35 {
  margin-right: 35px;
}

body .m40 {
  margin: 40px;
}

body .mt40 {
  margin-top: 40px;
}

body .mb40 {
  margin-bottom: 40px;
}

body .ml40 {
  margin-left: 40px;
}

body .mr40 {
  margin-right: 40px;
}

body .m45 {
  margin: 45px;
}

body .mt45 {
  margin-top: 45px;
}

body .mb45 {
  margin-bottom: 45px;
}

body .ml45 {
  margin-left: 45px;
}

body .mr45 {
  margin-right: 45px;
}

body .m50 {
  margin: 50px;
}

body .mt50 {
  margin-top: 50px;
}

body .mb50 {
  margin-bottom: 50px;
}

body .ml50 {
  margin-left: 50px;
}

body .mr50 {
  margin-right: 50px;
}

body .m55 {
  margin: 55px;
}

body .mt55 {
  margin-top: 55px;
}

body .mb55 {
  margin-bottom: 55px;
}

body .ml55 {
  margin-left: 55px;
}

body .mr55 {
  margin-right: 55px;
}

body .m60 {
  margin: 60px;
}

body .mt60 {
  margin-top: 60px;
}

body .mb60 {
  margin-bottom: 60px;
}

body .ml60 {
  margin-left: 60px;
}

body .mr60 {
  margin-right: 60px;
}

body .m65 {
  margin: 65px;
}

body .mt65 {
  margin-top: 65px;
}

body .mb65 {
  margin-bottom: 65px;
}

body .ml65 {
  margin-left: 65px;
}

body .mr65 {
  margin-right: 65px;
}

body .m70 {
  margin: 70px;
}

body .mt70 {
  margin-top: 70px;
}

body .mb70 {
  margin-bottom: 70px;
}

body .ml70 {
  margin-left: 70px;
}

body .mr70 {
  margin-right: 70px;
}

body .m75 {
  margin: 75px;
}

body .mt75 {
  margin-top: 75px;
}

body .mb75 {
  margin-bottom: 75px;
}

body .ml75 {
  margin-left: 75px;
}

body .mr75 {
  margin-right: 75px;
}

body .m80 {
  margin: 80px;
}

body .mt80 {
  margin-top: 80px;
}

body .mb80 {
  margin-bottom: 80px;
}

body .ml80 {
  margin-left: 80px;
}

body .mr80 {
  margin-right: 80px;
}

body .m85 {
  margin: 85px;
}

body .mt85 {
  margin-top: 85px;
}

body .mb85 {
  margin-bottom: 85px;
}

body .ml85 {
  margin-left: 85px;
}

body .mr85 {
  margin-right: 85px;
}

body .m90 {
  margin: 90px;
}

body .mt90 {
  margin-top: 90px;
}

body .mb90 {
  margin-bottom: 90px;
}

body .ml90 {
  margin-left: 90px;
}

body .mr90 {
  margin-right: 90px;
}

body .m95 {
  margin: 95px;
}

body .mt95 {
  margin-top: 95px;
}

body .mb95 {
  margin-bottom: 95px;
}

body .ml95 {
  margin-left: 95px;
}

body .mr95 {
  margin-right: 95px;
}

body .m100 {
  margin: 100px;
}

body .mt100 {
  margin-top: 100px;
}

body .mb100 {
  margin-bottom: 100px;
}

body .ml100 {
  margin-left: 100px;
}

body .mr100 {
  margin-right: 100px;
}

/*----------------------------------------
	Magnific Popup CSS
----------------------------------------*/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #ffffff;
}

.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #ffffff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #ffffff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #ffffff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
}

.vegas-overlay {
  opacity: 0.5;
  background: transparent url("../../img/overlays/02.png") center center repeat;
}

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px;
}

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
  width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
}

body .vegas-container {
  overflow: hidden !important;
  position: relative;
}

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2;
}

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */

_::full-page-media,
_:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
  bottom: -76px;
}

/*******************************************/

/* blur transition */

/*******************************************/

.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px);
  filter: blur(32px);
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.vegas-transition-blur2-out {
  opacity: 0;
}

/*******************************************/

/* burn transition */

/*******************************************/

.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%);
}

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%);
}

/*******************************************/

/* fade transition */

/*******************************************/

.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1;
}

.vegas-transition-fade2-out {
  opacity: 0;
}

/*******************************************/

/* flash transition */

/*******************************************/

.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25);
}

/*******************************************/

/* negative transition */

/*******************************************/

.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0);
}

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/*******************************************/

/* slideDown transition */

/*******************************************/

.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/*******************************************/

/* slideLeft transition */

/*******************************************/

.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/*******************************************/

/* slideRight transition */

/*******************************************/

.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/*******************************************/

/* slideUp transition */

/*******************************************/

.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/*******************************************/

/* swirlLeft transition */

/*******************************************/

.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

/*******************************************/

/* swirlRight transition */

/*******************************************/

.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0;
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0;
}

/*******************************************/

/* zoomIn transition */

/*******************************************/

.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

/*******************************************/

/* zoomOut transition */

/*******************************************/

.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/*******************************************/

/* kenburns animation */

/*******************************************/

.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*******************************************/

/* kenburnsDownLeft animation */

/*******************************************/

.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/

/* kenburnsDownRight animation */

/*******************************************/

.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/

/* kenburnsDown animation */

/*******************************************/

.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/

/* kenburnsLeft animation */

/*******************************************/

.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/

/* kenburnsRight animation */

/*******************************************/

.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/

/* kenburnsUpLeft animation */

/*******************************************/

.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/

/* kenburnsUpRight animation */

/*******************************************/

.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/*******************************************/

/* kenburnsUp animation */

/*******************************************/

.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%);
  }

  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

/*----------------------------------------
	Slick CSS
----------------------------------------*/

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.btn {
  height: 60px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #212121;
  border: 1px solid #212121;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:hover {
  background: #424242;
  border: 1px solid #424242;
  color: #ffffff;
}

.btn__reset {
  width: 150px;
  font-size: 18px;
  font-size: 1.125rem;
}

.btn__submit {
  margin: 0 auto;
  width: 300px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.btn__action {
  margin: 0 auto;
  width: 360px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.btn__comment {
  width: 300px;
}

.btn__gMap {
  width: 160px;
  height: 40px;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.btn__size {
  width: 160px;
  height: 40px;
  font-weight: 500;
}

.btn__size i {
  margin-right: 5px;
}

.btn__archive {
  margin: 0 auto;
  width: 200px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.btn__gemcase {
  margin: 0 auto;
  width: 160px;
  height: 40px;
  background: none;
  font-family: "Cormorant Garamond", serif;
  color: #212121;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.btn__gemcase:hover {
  background: #212121;
  color: #ffffff;
}

.btn__order {
  background: #006064;
  border: 1px solid #006064;
}

.btn__order:hover {
  background: #00838f;
  border: 1px solid #00838f;
}

.btn__icon {
  width: 40px !important;
  height: 40px !important;
  background: #bdbdbd;
  border-radius: 8px;
}

.btn__icon:hover {
  background: #757575;
}

.btn__icon i {
  color: #212121;
}

.btn__icon .fa-envelope {
  font-size: 20px;
  font-size: 1.25rem;
}

.btn__icon .fa-instagram {
  font-size: 26px;
  font-size: 1.625rem;
}

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

caption,
th {
  text-align: left;
}

.baseTable {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.baseTable thead th {
  width: auto;
}

.baseTable th,
.baseTable td {
  padding: 20px;
  line-height: 120%;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.baseTable td {
  vertical-align: middle;
}

.baseTable th {
  width: 28%;
  background: #fafafa;
  font-weight: 500;
  text-align: left;
}

.formTable {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.formTable tr {
  border-bottom: 1px solid #e0e0e0;
}

.formTable tr:first-child {
  border-top: 1px solid #e0e0e0;
}

.formTable th,
.formTable td {
  padding: 20px;
  line-height: 120%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.formTable th {
  padding-top: 32px;
  width: 260px;
  font-weight: 500;
}

input,
select {
  padding: 2px 10px;
  height: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}

input:-moz-placeholder, select:-moz-placeholder {
  color: #bdbdbd;
  font-size: 12px;
  font-size: 0.75rem;
}

input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 12px;
  font-size: 0.75rem;
}

input:placeholder-shown,
select:placeholder-shown {
  color: #bdbdbd;
  font-size: 12px;
  font-size: 0.75rem;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 12px;
  font-size: 0.75rem;
}

input:-moz-placeholder,
select:-moz-placeholder {
  opacity: 1;
  color: #bdbdbd;
  font-size: 12px;
  font-size: 0.75rem;
}

input::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: #bdbdbd;
  font-size: 12px;
  font-size: 0.75rem;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 12px;
  font-size: 0.75rem;
}

input.tel,
select.tel {
  width: 100%;
  max-width: 350px;
}

input:not([type=submit]):focus {
  outline: 0;
  background: rgba(255, 253, 231, 0.4);
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=time] {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

label {
  cursor: pointer;
}

textarea {
  padding: 4px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

textarea:-moz-placeholder {
  color: #bdbdbd;
}

textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

textarea:placeholder-shown {
  color: #bdbdbd;
}

textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}

textarea:-moz-placeholder {
  opacity: 1;
  color: #bdbdbd;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #bdbdbd;
}

textarea:-ms-input-placeholder {
  color: #bdbdbd;
}

textarea:focus {
  outline: 0;
  background: rgba(255, 253, 231, 0.4);
}

textarea.opinion {
  height: 220px;
}

.form-s {
  width: 200px;
}

.form-l {
  width: 500px;
}

.error-message {
  margin: 5px 0 0;
  color: #b71c1c;
  font-size: 14px;
  font-size: 0.875rem;
}

.auth-captcha {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.auth-captcha-message {
  margin-left: 10px;
}

.auth-captcha .error-message {
  width: 100%;
}

.submit {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submit input {
  margin: 0 10px;
}

.grecaptcha-badge {
  visibility: hidden;
  bottom: 80px !important;
}

.checkboxInput {
  display: none;
}

.checkboxInput:checked + .checkboxInput-style {
  color: #00acc1;
}

.checkboxInput:checked + .checkboxInput-style:after {
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  border-bottom: 4px solid #00acc1;
  border-right: 4px solid #00acc1;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  position: absolute;
  top: -3px;
  left: 5px;
  cursor: pointer;
}

.checkboxInput-style {
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
  top: -1px;
}

.checkboxInput-style:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}

.checkboxInput-style-noText {
  padding-left: 15px;
}

.radioInput {
  display: none;
}

.radioInput:checked + .radioInput-style {
  color: #00acc1;
}

.radioInput:checked + .radioInput-style:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #00acc1;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 3px;
  cursor: pointer;
}

.radioInput-style {
  margin-right: 20px;
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
}

.radioInput-style:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
  box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

.pagetop a {
  width: 40px;
  height: 40px;
  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;
  background: #424242;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}

.pagetop a:hover {
  opacity: 0.5;
}

.pagetop a i {
  font-size: 22px;
  font-size: 1.375rem;
  color: #bdbdbd;
}

/* breadcrumb */

.breadcrumb {
  width: 100%;
  background: #eeeeee;
}

.breadcrumb nav {
  margin: 0 auto;
  padding: 10px 0;
}

.breadcrumb nav a {
  margin: 0 10px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
  color: #212121 !important;
}

.breadcrumb nav a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.breadcrumb nav strong {
  margin: 0 10px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
}

.wp-pagenavi {
  margin: 40px auto;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 5px;
  padding: 0 8px;
  min-width: 32px;
  height: 32px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #212121;
  background: #212121;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  white-space: nowrap;
}

.wp-pagenavi a:hover,
.wp-pagenavi .current {
  background: #ffffff;
  color: #212121;
}

.wp-pagenavi .pages {
  margin-left: 0;
  padding: 0 6px;
  width: auto;
  background: #ffffff;
  color: #212121;
}

.wp-pagenavi .current {
  font-weight: bold;
  border: 1px solid #212121 !important;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .first {
  min-width: 48px;
}

.wp-pagenavi .extend {
  width: auto;
  border: none;
  background: none;
  color: #212121;
}

.postNav {
  margin: 60px 0;
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
  position: relative;
}

.postNav__link {
  line-height: 120%;
}

.postNav__link a {
  line-height: 120%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  text-decoration: none;
  color: #212121;
}

.postNav__link a:hover {
  color: #bdbdbd;
}

.postNav__link a:hover i {
  color: #bdbdbd;
}

.postNav__link i {
  margin: 0 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #212121;
}

.postNav__link--archive {
  margin: 0 auto;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignright {
  margin: 0 0 10px 20px;
  float: right;
}

.alignleft {
  margin: 0 20px 10px 0;
  float: left;
}

.wpcf7-form.invalid .wpcf7-response-output {
  margin: 0 !important;
  padding: 30px 15px;
  border: 2px solid #c62828 !important;
  color: #c62828;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.wpcf7-form.sent .wpcf7-response-output {
  padding: 30px 15px;
  border: none;
  background: #1565c0;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

span.wpcf7-not-valid-tip {
  color: #c62828;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

div.wpcf7-response-output {
  margin: 0 !important;
}

div.wpcf7 .ajax-loader {
  margin: 15px auto 0 !important;
  display: block;
  background-repeat: no-repeat;
}

span.wpcf7-list-item {
  margin-left: 0;
  display: inline-block;
}

.wpcf7-radio > span,
.wpcf7-checkbox > span {
  margin-right: 22px;
  display: inline-block;
}

.wpcf7-radio input,
.wpcf7-checkbox input {
  margin-right: 2px;
  position: relative;
  top: -2px;
}

.icon:before {
  margin: 0 auto;
  content: "";
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  vertical-align: bottom;
}

.icon__form:before {
  width: 80px;
  height: 60px;
  background: url(../images/common/icon_form.svg) no-repeat center;
}

.icon__tel:before {
  width: 51px;
  height: 60px;
  background: url(../images/common/icon_tel.svg) no-repeat center;
}

.icon__fax:before {
  width: 64px;
  height: 60px;
  background: url(../images/common/icon_fax.svg) no-repeat center;
}

.BlogComment {
  margin-top: 80px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.BlogComment h4 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.BlogComment .submit {
  margin-top: 0;
  padding: 30px 0;
  text-align: center;
}

.BlogCommentList {
  margin-bottom: 40px;
  padding: 0 15px 40px;
  border-bottom: 1px solid #e0e0e0;
}

.comment {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #e0e0e0;
}

.comment:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.BlogCommentSend h5 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.BlogCommentSend table {
  width: 100%;
}

.BlogCommentSend table th {
  padding: 10px;
  white-space: nowrap;
}

.BlogCommentSend table td {
  padding: 10px;
}

#BlogCommentAddForm {
  padding: 0 !important;
}

#BlogCommentName {
  width: 200px;
}

#BlogCommentEmail,
#BlogCommentUrl {
  width: 400px;
}

.auth-captcha-image {
  margin: 0;
  vertical-align: middle;
}

#BlogCommentMessage {
  width: 100%;
}

#ResultMessage {
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 4px;
  background: #000000;
  color: #ffffff;
}

.video {
  margin: 40px auto;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.googleMap {
  height: 450px;
  position: relative;
  overflow: hidden;
}

.googleMap iframe,
.googleMap object,
.googleMap embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(100%) invert(92%) contrast(83%);
  filter: grayscale(100%) invert(92%) contrast(83%);
}

/*----------------------------------------
	body
----------------------------------------*/

body {
  background: #ffffff;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #212121;
  text-align: center;
  font-weight: 400;
}

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

body * {
  line-height: 160%;
}

body.fixed {
  position: fixed;
  width: 100%;
  z-index: -1;
}

a {
  color: #c62828;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  color: #212121;
}

a:active {
  color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  line-height: 120%;
  font-weight: 500;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

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

/*----------------------------------------
	container
----------------------------------------*/

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  text-align: left;
  position: relative;
}

/*----------------------------------------
	content
----------------------------------------*/

.contentTitle {
  width: 100%;
  background: #212121;
}

.contentTitle__hl {
  margin: 0 20px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contentTitle__hl--en {
  line-height: 120%;
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-size: 3.25rem;
  color: #ffffff;
}

.contentTitle__hl--jp {
  line-height: 120%;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}

.contentBody {
  margin: 80px auto 120px;
  width: calc(100% - 40px);
  max-width: 1000px;
  text-align: left;
}

.contentBody__noMarginBottom {
  margin: 80px auto 0;
}

.section {
  margin: 80px auto 120px;
}

.section--m0 {
  margin: 0;
}

.section--mt0 {
  margin-top: 0;
}

.section--mb0 {
  margin-bottom: 0;
}

.section__hl {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
}

.section__hl--sub {
  margin-top: 4px;
  font-size: 18px;
  font-size: 1.125rem;
}

.section__hl--mt0 {
  margin: 0 0 50px;
}

.section__hl--cards {
  margin: 10px auto 0;
  line-height: 100%;
  display: block;
}

.section__read {
  margin: 50px 0;
  text-align: center;
}

.cardsBtn {
  padding: 8px 12px;
  display: inline-block;
  background: #212121;
  line-height: 100%;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff !important;
  text-decoration: none;
}

.cardsBtn:hover {
  opacity: 0.6;
}

.cardsBtn i {
  margin-left: 10px;
}

.read__attention {
  padding: 40px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.read__attention--mail {
  text-align: center;
}

.read__attention--mail a {
  text-decoration: none;
  color: #212121;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.read__attention--mail a:hover {
  color: #c62828;
}

.btnContainer {
  margin: 40px auto 20px;
}

.mfp-counter {
  display: none;
}

.colBox {
  margin: 120px 0;
}

.colBox p {
  line-height: 180%;
}

.colBox img {
  vertical-align: bottom;
}

.colBox__bgColor {
  padding: 100px 0;
}

.contents__hl {
  margin: 20px 0 30px;
  line-height: 130%;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
}

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

.contents__hl br {
  line-height: 130%;
}

.contents__readBox {
  margin-top: 40px;
}

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

.rowBox__2elem {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__2elem .boxInner {
  margin: 20px 0;
  width: calc(50% - 20px);
}

.rowBox__2elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__2elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(50% - 20px);
}

.rowBox__3elem {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__3elem:after {
  content: "";
  margin: 20px 0;
  width: calc(33.333% - 30px);
  display: block;
}

.rowBox__3elem .boxInner {
  margin: 20px 0;
  width: calc(33.333% - 30px);
}

.rowBox__3elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rowBox__3elem--reverse:after {
  content: "";
  margin: 20px 0;
  width: calc(33.333% - 30px);
  display: block;
}

.rowBox__3elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(33.333% - 30px);
}

.rowBox__4elem {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__4elem:before {
  content: "";
  margin: 20px 0;
  width: calc(25% - 20px);
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.rowBox__4elem:after {
  content: "";
  margin: 20px 0;
  width: calc(25% - 20px);
  display: block;
}

.rowBox__4elem .boxInner {
  margin: 20px 0;
  width: calc(25% - 20px);
}

.rowBox__4elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rowBox__4elem--reverse:before {
  content: "";
  margin: 20px 0;
  width: calc(25% - 20px);
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.rowBox__4elem--reverse:after {
  content: "";
  margin: 20px 0;
  width: calc(25% - 20px);
  display: block;
}

.rowBox__4elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(25% - 20px);
}

/*----------------------------------------
header
----------------------------------------*/

header {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

header.headerLine {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.hTop {
  margin: 0 auto;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  z-index: 1;
}

.hTop__hl {
  margin: 0 0 0 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hTop__hl a {
  color: #212121;
}

.hTop__hl a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.hTop__hl img {
  max-height: 86px;
  vertical-align: bottom;
}

.hContact {
  margin: 0;
  padding: 0 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hContact__item {
  list-style: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-size: 1.0625rem;
}

.hContact__item a {
  color: #212121;
  text-decoration: none;
}

.hContact__item a:hover {
  color: #bdbdbd;
}

.hContact__item a:hover i {
  color: #bdbdbd;
}

.hContact__item a:hover span[class*=hContact__item--] {
  color: #bdbdbd;
}

.hContact__item i {
  margin-right: 5px;
  color: #212121;
}

.hContact__item--instagram {
  margin-right: auto;
  color: #212121;
}

.hContact__item--tel {
  margin-right: 40px;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  top: -7px;
  color: #212121;
}

.hContact__item--tel a {
  pointer-events: none;
}

.hContact__item--tel i {
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  top: 2px;
}

.hContact__item--text {
  color: #212121;
}

.spMenu__btn {
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #212121;
  display: none;
  cursor: pointer;
}

.spMenu__btn.active .spMenu__btn--line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}

.spMenu__btn.active .spMenu__btn--line:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spMenu__btn.active .spMenu__btn--line:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -9px;
}

.spMenu__btn--line {
  margin: 3px 0;
  width: 26px;
  height: 3px;
  display: block;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}

.gNav {
  width: 100%;
  height: 70px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.gNav.fixed {
  position: fixed;
  top: 0;
}

.gNav.headerLine {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.menubox {
  margin: 0 auto;
}

.menubox.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menuList {
  margin: 0 auto;
  padding: 15px 0 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menuList__item {
  margin: 0 30px;
  list-style: none;
  position: relative;
}

.menuList__item > a {
  width: auto;
  height: 40px;
  line-height: 120%;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Cormorant Garamond", serif;
  text-decoration: none;
  color: #212121;
  font-weight: 400;
  position: relative;
}

.menuList__item > a:hover {
  color: #bdbdbd;
}

.menuList__item.current a:after {
  background: rgba(255, 255, 255, 0.4);
  bottom: 3px;
}

.menuList__item--contact {
  display: none;
}

.subMenu {
  width: 130px;
  display: none;
  -webkit-box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 2;
}

.subMenuList {
  margin: 0;
  padding: 0;
}

.subMenuList__item {
  padding: 0;
  background: #212121;
  list-style: none;
}

.subMenuList__item > a {
  width: 100%;
  height: 40px;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  background: rgba(33, 33, 33, 0.6);
  border-bottom: 1px solid rgba(66, 66, 66, 0.8);
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
}

.subMenuList__item > a:hover {
  background: rgba(255, 255, 255, 0.07);
}

/*----------------------------------------
	footer
----------------------------------------*/

.gemcaseInfo {
  padding: 50px 0 40px;
  background: #e0e0e0;
  text-align: center;
}

.gemcaseInfo__hl {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gemcaseInfo__hl--sub {
  margin-bottom: 5px;
  line-height: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.gemcaseInfo__hl--name {
  line-height: 100%;
  font-size: 56px;
  font-size: 3.5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.gemcaseInfo__btn {
  margin: 20px auto 0;
}

footer {
  padding: 50px 0 30px;
  width: 100%;
  background: #212121;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fMenuList {
  margin: 0 auto 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fMenuList__item {
  margin: 0 20px;
  list-style: none;
}

.fMenuList__item a {
  font-family: "Cormorant Garamond", serif;
  color: #bdbdbd;
  text-decoration: none;
}

.fMenuList__item a:hover {
  color: #fafafa;
}

.fContact {
  margin-bottom: 50px;
  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;
}

.fContact__btn {
  margin: 0 10px;
}

address {
  margin-left: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  color: #bdbdbd;
}

address a {
  text-decoration: none;
  color: #bdbdbd;
}

.address__item {
  margin: 0 10px;
}

.fLogo img {
  width: auto;
  height: 86px;
}

.copy {
  margin: 0;
  line-height: 120%;
  text-align: center;
}

.copy small {
  font-size: 12px;
  font-size: 0.75rem;
  color: #bdbdbd;
}

/*----------------------------------------
	sidebar
----------------------------------------*/

.sideNav {
  margin-bottom: 60px;
  width: 25%;
}

.sideNav .articleArea {
  padding: 0;
}

.blogWidget {
  width: 100%;
  margin-bottom: 40px;
}

.blogWidget h3 {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 4px;
  background: #000000;
  line-height: 40px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  text-indent: 10px;
}

.blogWidget ul {
  padding-left: 0;
}

.blogWidget ul li {
  padding: 0 10px 15px 30px;
  line-height: 120%;
  position: relative;
  list-style: none;
}

.blogWidget ul li a:before {
  margin-right: 5px;
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  top: 0;
  left: 14px;
}

.blogWidgetCalender {
  padding: 20px;
  width: auto;
  border-radius: 4px;
  background: #fafafa;
  border: 1px solid #eeeeee;
}

.blogWidgetCalender h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-size: 1.125rem;
  background: none;
  color: #c62828;
  text-align: center;
  line-height: 18px;
}

.blogCalendar {
  width: 100%;
}

.blogCalendar tr {
  border-bottom: 1px solid #e0e0e0;
}

.blogCalendar tr:first-child {
  padding-bottom: 5px;
}

.blogCalendar th,
.blogCalendar td {
  padding: 5px 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.blogCalendar th a,
.blogCalendar td a {
  color: #558b2f;
  font-size: 14px;
  font-size: 0.875rem;
}

.saturday {
  color: #1e88e5;
}

.sunday {
  color: #e53935;
}

.today {
  font-weight: 700 !important;
  background: rgba(0, 0, 0, 0.2);
  color: #000000;
}

.today a {
  color: #000000;
}

#ContentSearchForm input[type=text] {
  width: 100%;
}

/*----------------------------------------
	index
----------------------------------------*/

.mainVisualList {
  height: 640px !important;
}

.mainVisualList img {
  display: none;
}

.topAttention {
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
}

.topBnr {
  margin: 100px auto;
  width: calc(100% - 40px);
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topBnr__small {
  margin: 0 auto;
  width: 68%;
}

.topBnr__1col {
  width: 100%;
}

.topBnr__2col {
  width: calc(50% - 20px);
}

.topCollabo {
  margin: 120px auto;
}

.topCollabo__btn {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/index/bg_collaboration.jpg) no-repeat center;
  background-size: cover;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.topCollabo__btn:hover {
  opacity: 0.9;
}

.topCollabo__btn:hover .fa {
  margin-left: 20px;
}

.topCollabo__btn:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.topCollabo__btn--hl {
  margin-bottom: 3px;
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  z-index: 1;
}

.topCollabo__btn--shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 130%;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-size: 3rem;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.topCollabo__btn--jp {
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  z-index: 1;
}

.topCollabo__btn--jp .fa {
  margin-left: 10px;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: -1px;
}

.topBnr__btn {
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.topBnr__btn:hover {
  opacity: 0.8;
}

.topBnr__btn:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.topBnr__btn-jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #212121;
}

.topBnr__btn-en {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #212121;
}

.topEvent {
  margin: 120px auto 0;
}

.topMothers__btn {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/products/mothers_day_main_visual.jpg) no-repeat center;
  background-size: cover;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.topMothers__btn:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.topMothers__btn:hover {
  opacity: 0.9;
}

.topMothers__btn:hover .fa {
  margin-left: 20px;
}

.topMothers__btn--en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 130%;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-size: 3rem;
  color: #ffffff;
  position: relative;
}

.topMothers__btn--jp {
  line-height: 130%;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
  z-index: 1;
}

.topMothers__btn--jp .fa {
  margin-left: 10px;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: -1px;
}

.topSection {
  padding: 100px 0;
}

.topSection__bgColor {
  background: #f5f5f5;
}

.topSection__pNone {
  padding: 0;
}

.topSection__hl {
  margin: 0 auto 60px;
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 700;
  text-align: center;
}

.topProductsList {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topProductsList:before {
  margin: 0 0 20px;
  content: "";
  display: block;
  width: calc(25% - 15px);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.topProductsList:after {
  margin: 0 0 20px;
  content: "";
  display: block;
  width: calc(25% - 15px);
}

.topProductsList__item {
  margin: 0 0 30px;
  width: calc(25% - 15px);
  list-style: none;
}

.topProductsList__item a {
  height: 100%;
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
}

.topProductsList__item a:hover {
  opacity: 0.8;
}

.topProductsList__item a:hover .topProductsList__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.topProductsList__img {
  overflow: hidden;
}

.topProductsList__img img {
  vertical-align: bottom;
}

.topProductsList__text {
  margin-top: 10px;
  color: #212121;
}

.topProductsList__text--en {
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.topProductsList__text--jp {
  margin-top: 5px;
  line-height: 100%;
  font-size: 16px;
  font-size: 1rem;
}

.topProductsList__text--sub {
  line-height: 100%;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}

.topProductsList__text i {
  margin-top: 13px;
  font-size: 16px;
  font-size: 1rem;
}

.topProductsList__text-more {
  margin-top: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.topProductsList__text-more:before {
  content: "...";
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -140%);
  transform: translate(-50%, -140%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.topProductsList__text-more:hover:before {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translate(-50%, -140%) scale(1.2);
  transform: translate(-50%, -140%) scale(1.2);
}

.topProductsList__text-more .topProductsList__text--en {
  margin-top: 10px;
  display: block;
}

.topInstagram .topSection__hl {
  margin-bottom: 40px;
}

.topInstagram__inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.topWorks {
  position: relative;
}

.topWorks .slick-list {
  padding-bottom: 5px;
  text-align: center;
}

.topWorks .slick-list * {
  line-height: 100%;
}

.topWorks .slick-arrow {
  opacity: 0;
  z-index: 1;
}

.topWorks .slick-prev {
  width: 40px;
  height: 40px;
  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;
  background: #212121;
  left: 0;
}

.topWorks .slick-prev i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}

.topWorks .slick-prev:before {
  display: none;
}

.topWorks .slick-next {
  width: 40px;
  height: 40px;
  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;
  background: #212121;
  color: #ffffff;
  right: 0;
}

.topWorks .slick-next i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}

.topWorks .slick-next:before {
  display: none;
}

.topWorksList__item {
  height: auto;
  position: relative;
}

.topWorksList__item:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.topWorksList__item a {
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topShop {
  margin: 0 auto;
  width: calc(100% - 64px);
  max-width: 1240px;
}

.topShopList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.topShopList__item {
  list-style: none;
  width: calc(33.333% - 16px);
  background: #ffffff;
}

.topShopList__item a {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.topShopList__item a:hover .topShopList__shopName--baroque {
  color: #757575;
}

.topShopList__item a:hover .topShopList__shopName--name {
  color: #757575;
}

.topShopList__item a:hover .topShopList__shopName i {
  right: -10px;
  color: #757575;
}

.topShopList__item a:hover .topShopList__photo {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.topShopList__shopName {
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

.topShopList__shopName--baroque {
  line-height: 120%;
  font-size: 16px;
  font-size: 1rem;
  color: #212121;
}

.topShopList__shopName--name {
  line-height: 120%;
  font-size: 32px;
  font-size: 2rem;
  color: #212121;
}

.topShopList__shopName i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #212121;
}

.topShopList__photo img {
  vertical-align: bottom;
}

.topNewsList {
  margin: 0 auto;
  max-width: 900px;
}

.topNewsList__item {
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #bdbdbd;
}

.topNewsList__item:first-child {
  border-top: 1px solid #bdbdbd;
}

.topNewsList__item a {
  width: calc(100% - 110px);
  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;
  color: #212121;
  text-decoration: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.topNewsList__item a:hover .topNewsList__hl {
  color: #bdbdbd;
}

.topNewsList__item a:hover i {
  color: #bdbdbd;
  right: -10px;
}

.topNewsList__item a i {
  margin-left: auto;
  font-size: 18px;
  font-size: 1.125rem;
  color: #212121;
  position: relative;
  right: 0;
}

.topNewsList__hl {
  margin: 0 20px 0 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  color: #212121;
}

.topNewsList__time {
  width: 110px;
  font-weight: 700;
  color: #9e9e9e;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}

/*----------------------------------------
	products
----------------------------------------*/

.tab__products {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #212121;
}

.tab__item {
  margin: 0 20px;
  width: 300px;
  list-style: none;
}

.tab__item a {
  padding-top: 2px;
  width: 100%;
  height: 70px;
  line-height: 120%;
  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;
  background: #212121;
  border: 1px solid #212121;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.tab__item a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #212121;
  position: absolute;
  bottom: -1px;
}

.tab__item .is__active {
  background: #ffffff;
  color: #212121;
  pointer-events: none;
}

.tab__item .is__active:before {
  background: #ffffff;
}

.tab__content {
  padding: 60px 0;
  display: none;
  border-bottom: 1px solid #212121;
}

.tab__content.is__show {
  display: block;
}

.productsCategoryList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.productsCategoryList__item {
  margin-bottom: 28px;
  width: calc(50% - 14px);
  list-style: none;
}

.productsCategoryList__btn {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fafafa;
  border: 1px solid #eeeeee;
  text-decoration: none;
  color: #212121;
}

.productsCategoryList__btn:hover i {
  margin: 0 10px 0 auto;
}

.productsCategoryList__btn:hover .productsCategoryList__figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.productsCategoryList__btn i {
  margin: 0 20px 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
}

.productsCategoryList__figure {
  margin: 0 20px 0 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.productsCategoryList__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.productsCategoryList__name--en {
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

.productsCategoryList__name--jp {
  line-height: 120%;
}

.productsCategoryList__name--sub {
  line-height: 100%;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

.products {
  overflow: hidden;
}

.productsSection {
  margin: 80px auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #212121;
}

.productsSection__noBorder {
  border-bottom: none;
}

.productsIntro {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #212121;
  text-align: center;
}

.productsIntro__noBorder {
  padding-bottom: 0;
  border-bottom: none;
}

.productsMain {
  margin: 30px 0;
}

.productsIntro__read {
  line-height: 140%;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.productsIntro__read--small {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: -3px;
}

.arrangementSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.arrangementSize__price {
  width: 42%;
}

.arrangementSize__scale {
  width: calc(58% - 20px);
}

.productsFigure {
  margin: 0 0 10px;
}

.productsFigure__figcaption {
  margin: 5px 0 15px;
  text-align: center;
}

.productsMeta__num {
  width: 140px;
  height: 40px;
  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;
  background: #212121;
  color: #ffffff;
  font-weight: 400;
}

.productsMeta__name {
  font-weight: 700;
}

.productsMeta__read {
  margin: 30px 0;
}

.productsMeta__attention {
  padding: 0 20px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
}

.productsMeta__attention--margin {
  margin: 60px 0 40px;
}

.productsRead__attention {
  margin: 50px 0;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.productsRead__backorder {
  color: #b71c1c;
}

.productsMetaList {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}

.productsMetaList__item {
  margin-bottom: 5px;
}

.productsList {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  /*&--h176 {
  	.productsList__figure {
  		a {
  			height: 176px;
  		}
  	}
  }

  &--h313 {
  	.productsList__figure {
  		a {
  			height: 313px;
  		}
  	}
  }

  &--h458 {
  	.productsList__figure {
  		a {
  			height: 458px;
  		}
  	}
  }*/
}

.productsList--2row .productsList__item {
  margin-bottom: 60px;
  width: calc(50% - 15px);
}

.productsList--3row .productsList__item {
  margin-bottom: 60px;
  width: calc(33.333% - 15px);
}

.productsList__item {
  margin-bottom: 30px;
  width: calc(25% - 15px);
  list-style: none;
  text-align: left;
}

.productsList__figure {
  margin: 0;
  position: relative;
}

.productsList__figure a {
  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;
  overflow: hidden;
}

.productsList__figure img {
  vertical-align: bottom;
}

.productsList__figure .btn__play {
  padding-left: 3px;
  width: 40px;
  height: 40px;
  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;
  background: #000000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0.8;
}

.productsList__figure .btn__play.playActive {
  display: none;
}

.productsList__figcaption {
  margin: 10px 0 0;
  padding: 0 12px;
  height: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #212121;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.productsList__figureInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0 8px;
}

.productsList__video {
  width: 100%;
  height: 100%;
  cursor: pointer;
  vertical-align: bottom;
}

.productsList__hl {
  margin: 8px 0;
  line-height: 120%;
  font-size: 16px;
  font-size: 1rem;
  word-break: break-all;
}

.productsList__read {
  margin: 4px 0 0;
  line-height: 120%;
  font-size: 12px;
  font-size: 0.75rem;
}

.productsList__delivery {
  margin: 10px 0 0 auto;
  padding-top: 1px;
  line-height: 100%;
  width: 26px;
  height: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #757575;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.productsList__delivery-text {
  margin-right: 2px;
  display: inline-block;
}

.tooltip {
  padding: 6px 8px 4px;
  display: none;
  position: absolute;
  background-color: #000000;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  z-index: 1000;
  max-width: 200px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.tooltip.is-active {
  display: block;
}

.tooltip p {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.tooltip a {
  color: #00bcd4;
  text-decoration: none;
}

.tooltip .tooltip__btn {
  margin: 2px 0;
}

.tooltip__content {
  display: none;
}

.tooltip__target {
  cursor: pointer;
  position: relative;
}

.productsList__vase {
  margin-top: 30px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.productsList__vase:before {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  background: #bdbdbd;
  position: absolute;
  top: -10px;
  left: 50%;
}

.productsList__vaseFigure {
  margin: 0 10px 0 0;
  width: 130px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.productsList__vaseOutline {
  margin: 0;
  padding: 0;
  width: calc(100% - 130px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.productsList__vaseOutline--hl {
  margin: 5px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #bdbdbd;
}

.productsList__vaseOutline--read {
  margin: 0;
  line-height: 120%;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-all;
}

.foliageCategory {
  margin: 80px auto;
  padding-bottom: 80px;
  border-bottom: 1px solid #212121;
}

.foliageCategoryList {
  margin: 0 0 80px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.foliageCategoryList__item {
  margin: 0;
  width: calc(50% - 20px);
  list-style: none;
}

.foliageCategoryList__item a {
  display: block;
  position: relative;
  color: #ffffff;
}

.foliageCategoryList__item a:hover .foliageCategoryList__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.foliageCategoryList__item a:hover .foliageCategoryList__text {
  background: rgba(0, 0, 0, 0.8);
}

.foliageCategoryList__img {
  overflow: hidden;
}

.foliageCategoryList__img img {
  vertical-align: bottom;
}

.foliageCategoryList__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(33, 33, 33, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.foliageCategoryList__text--hl {
  padding: 17px 10px;
  width: 100%;
  max-width: 200px;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-align: center;
}

.foliageCategoryList__text--sub {
  margin-top: 15px;
  line-height: 100%;
  font-size: 16px;
  font-size: 1rem;
}

.foliageFee {
  padding: 30px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.foliageFee__step1 {
  padding-right: 20px;
  width: 55%;
  border-right: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.foliageFee__step2 {
  padding-left: 20px;
  width: 45%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.foliageFee__item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.foliageFee__hl {
  margin: 0 0 15px;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: left;
}

.foliageFee__select {
  margin: 0;
  width: 210px;
}

.foliageFee__unit {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.foliageFee__unitFee {
  margin: 0 0 5px;
  padding: 0 10px 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}

.foliageFee__unitFee--step1 {
  width: calc(50% - 10px);
}

.foliageFee__unitFee--hl {
  margin-right: auto;
}

.foliageFee__unitFeeBox {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foliageFee__num {
  font-size: 18px;
  font-size: 1.125rem;
}

.foliageFee__yen {
  margin-left: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  top: 3px;
}

.foliageFee__total {
  margin: 25px 0 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  border-radius: 3px;
}

.foliageFee__total--hl {
  margin: 0 auto 0 25px;
  font-size: 22px;
  font-size: 1.375rem;
}

.foliageFee__totalBox {
  margin: 0 25px 0 auto;
}

.foliageFee__total--num {
  font-size: 36px;
  font-size: 2.25rem;
  position: relative;
  top: -2px;
  font-weight: 700;
}

.foliageFee__total--yen {
  margin-left: 8px;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  top: -4px;
}

.instagramBnr {
  margin: 0 auto;
  padding: 15px 20px;
  width: calc(100% - 20px);
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  text-align: left;
}

.instagramBnr:hover {
  background: #212121;
}

.instagramBnr:hover * {
  color: #ffffff;
}

.instagramBnr:hover .fa-chevron-right {
  color: #ffffff;
}

.instagramBnr .fa-chevron-right {
  margin-left: auto;
  font-size: 18px;
  font-size: 1.125rem;
  color: #212121;
}

.instagramBnr__icon {
  margin-right: 20px;
}

.instagramBnr__icon i {
  font-size: 40px;
  font-size: 2.5rem;
  color: #212121;
  position: relative;
  top: 2px;
}

.instagramBnr__read {
  margin-right: 15px;
  line-height: 130%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #212121;
  letter-spacing: 0;
}

.edenMain {
  margin: 30px 0;
}

.edenCase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.edenCaseInner--small {
  width: 36%;
}

.edenCaseInner--large {
  width: 60%;
}

.itemSlider {
  margin: 0;
  padding: 0;
}

.itemSlider__item {
  list-style: none;
}

.itemSliderNav {
  margin: 10px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.itemSliderNav__item {
  margin-right: 12px;
  list-style: none;
  width: calc(33.333% - 8px);
  opacity: 0.4;
}

.itemSliderNav__item:last-child {
  margin-right: 0;
}

.itemSliderNav__item.slick-current {
  opacity: 1;
}

.collaboMain {
  margin: 60px 0;
}

.collaboSection {
  padding: 10px 40px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.collaboSection__b-set {
  margin-bottom: 60px;
}

.collaboSection__hl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}

.collaboSection__hl--set {
  line-height: 120%;
  height: 32px;
  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;
  background: #212121;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}

.collaboSection__hl--small {
  margin: 15px 0 8px;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}

.collaboList {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.collaboList__item {
  margin-bottom: 30px;
  width: calc(33.333% - 24px);
  list-style: none;
}

.collaboList__figure {
  margin: 0;
}

.collaboList__figure a {
  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;
  overflow: hidden;
}

.collaboList__figure img {
  vertical-align: bottom;
}

.collaboList__set {
  line-height: 120%;
  height: 32px;
  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;
  background: #212121;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}

.collaboList__figcaption {
  margin: 10px 0 0;
  line-height: 120%;
  font-size: 16px;
  font-size: 1rem;
}

.collaboPlus {
  margin: 0.3em auto;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 350;
  text-align: center;
}

.collaboOr {
  margin: 0.3em auto;
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
}

.gomugNeon {
  margin: 60px auto;
}

.gomugNeonList {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gomugNeonList__item {
  width: 14%;
  list-style: none;
}

.gomugNeonList__item img {
  vertical-align: bottom;
}

.floating {
  position: fixed;
  top: 186px;
  right: 0;
  z-index: 1;
}

.btn__order-floating {
  padding: 12px 0;
  width: 48px;
  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;
  background: #006064;
  color: #ffffff !important;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.roseGrid {
  margin: 40px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.65fr 0.65fr;
  grid-template-columns: 1fr 0.65fr 0.65fr;
  gap: 20px;
}

.roseGrid .boxInner {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.roseGrid__figure {
  margin: 0;
}

.pressedFlowersMore {
  margin: 64px auto 28px;
}

.pressedFlowersMore__link {
  margin: 0 auto;
  max-width: 440px;
  width: calc(100% - 32px);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fafafa;
  border: 1px solid #eeeeee;
  text-decoration: none;
  color: #212121;
}

.pressedFlowersMore__link:hover i {
  margin: 0 10px 0 auto;
}

.pressedFlowersMore__link:hover .pressedFlowersMore__figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.pressedFlowersMore__link i {
  margin: 0 20px 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
}

.pressedFlowersMore__figure {
  margin: 0 20px 0 0;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.pressedFlowersMore__name {
  line-height: 120%;
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  text-align: left;
}

.pressedFlowers {
  margin-bottom: 100px;
  font-family: "Noto Serif JP", serif;
}

.pressedFlowers__hl {
  margin: 0 auto 48px;
  padding: 0 24px;
  height: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #212121;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}

.pressedFlowers__hl--rose1:after {
  content: "";
  display: block;
  width: 382px;
  background: url(../images/products/img_pf_rose.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: -208px;
  right: -188px;
  aspect-ratio: 382/389;
}

.pressedFlowers__hl--rose2:after {
  content: "";
  display: block;
  width: 279px;
  background: url(../images/products/img_pf_rose.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: -192px;
  left: -168px;
  aspect-ratio: 382/389;
}

.pressedFlowers__hl-jp {
  line-height: 120%;
  font-size: 26px;
  font-size: 1.625rem;
}

.pressedFlowers__hl-en {
  line-height: 120%;
  font-size: 16px;
  font-size: 1rem;
}

.pressedFlowersSummary--small {
  font-size: 16px;
  font-size: 1rem;
}

.pressedFlowers__inner {
  padding-left: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px 1fr;
  grid-template-columns: 340px 1fr;
  gap: 0 56px;
}

.pressedFlowers__fig {
  margin: 0 auto;
}

.pressedFlowers__fig img {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
  vertical-align: bottom;
}

.pressedFlowersSummary {
  margin: 16px 0 20px;
}

.pressedFlowersSummary__hl {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #78909c;
}

.pressedFlowersSummary__read {
  margin: 0.2em 0;
}

.pressedFlowersSummary__amount {
  font-size: 20px;
  font-size: 1.25rem;
}

.pressedFlowersSummary--small {
  margin: 0 4px;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

.pressedFlowersList {
  margin: 0.2em 0;
  padding-left: 24px;
}

.pressedFlowers__item {
  margin-bottom: 4px;
}

.pressedFlowersPrice {
  margin: 0.2em 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 112px 1fr;
  grid-template-columns: 112px 1fr;
  font-size: 20px;
  font-size: 1.25rem;
}

.pressedFlowersPrice__num {
  margin: 0;
}

.pressedFlowersPrice__amount {
  margin: 0;
}

.pressedFlowersNotes {
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.pressedFlowersNotes:after {
  content: "";
  display: block;
  width: 370px;
  background: url(../images/products/img_pf_rose.png) no-repeat center;
  background-size: cover;
  z-index: -1;
  position: absolute;
  top: -184px;
  right: -268px;
  aspect-ratio: 382/389;
}

.pressedFlowersNotes__link {
  padding: 12px 0;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #212121;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
}

.pressedFlowersNotes__link--large {
  line-height: 120%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.pressedFlowersNotes__link--small {
  font-size: 16px;
  font-size: 1rem;
}

/*----------------------------------------
	works
----------------------------------------*/

.works .contentBody {
  max-width: inherit;
}

.worksSection {
  margin: 80px auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #212121;
}

.worksList {
  margin: 0 auto;
  padding: 0;
}

.worksList__item {
  margin: 0 15px 30px;
  width: calc(20% - 30px);
  list-style: none;
  text-align: center;
}

.worksList__figure {
  margin: 0 auto;
}

.worksList__figure a {
  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;
  overflow: hidden;
}

.worksList__figure img {
  vertical-align: bottom;
}

.worksList__figure .btn__play {
  padding-left: 3px;
  width: 40px;
  height: 40px;
  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;
  background: #000000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0.8;
}

.worksList__figure .btn__play.playActive {
  display: none;
}

.worksList__figcaption {
  margin: 10px 0 0;
  padding: 0 12px;
  line-height: 120%;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #212121;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

/*----------------------------------------
	order
----------------------------------------*/

.orderMethod {
  margin: 60px auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.orderMethod__item {
  padding: 30px 20px;
  width: calc(33.333% - 10px);
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.orderMethod__hl {
  padding-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
}

.orderMethod__tel {
  margin: 0 0 15px;
  height: 60px;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  font-size: 2.875rem;
}

.orderMethod__tel * {
  line-height: 100%;
}

.orderMethod__tel a {
  text-decoration: none;
  color: #212121;
}

.orderMethod__time {
  margin: 0;
  padding: 4px 10px;
  line-height: 120%;
  display: inline-block;
  border: 1px solid #212121;
  border-radius: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.paymentShop {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
}

.paymentShop__name {
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
}

.paymentShop__address {
  margin: 20px 0;
}

.paymentShop__map {
  margin: 0;
}

.paymentShop__map .btn__gMap {
  margin: 0 auto;
}

.payee {
  margin: 0 auto;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

.deliveryFee {
  padding: 40px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.deliveryFeeType {
  margin-bottom: 32px;
  width: 100%;
}

.deliveryFeeTypeList {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px 16px;
}

.deliveryFeeTypeList__item {
  list-style: none;
}

.deliveryFeeTypeList__label {
  padding: 0 12px;
  width: 200px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.deliveryFeeTypeList__label input {
  margin-right: 8px;
}

.deliveryFeeTypeList__label:has(input[type=radio]:checked) {
  background: #212121;
  border: 1px solid #212121;
  color: #ffffff;
}

.deliveryFeeTypeList__text {
  line-height: 110%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.deliveryFeeTypeList__text--small {
  line-height: 130%;
  font-size: 11px;
  font-size: 0.6875rem;
}

.deliveryFee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.deliveryFee__step1,
.deliveryFee__step2 {
  margin-right: 40px;
  width: 240px;
}

.deliveryFee__step3 {
  width: calc(100% - 560px);
}

.deliveryFee__item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.deliveryFee__hl {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-align: left;
}

.deliveryFee__hl-hour {
  margin-left: 8px;
  line-height: 120%;
  font-size: 16px;
  font-size: 1rem;
}

.deliveryFee__select {
  margin: 0;
}

.deliveryFee__total {
  margin: auto 0 0;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}

.deliveryFee__num {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
}

.deliveryFee__yen {
  margin-left: 8px;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  top: -8px;
}

.deliveryPoricy {
  padding: 0 48px;
  height: 400px;
  border: 1px solid #f5f5f5;
  background: #fafafa;
  border-radius: 4px;
  overflow-y: scroll;
}

.deliveryPoricy * {
  text-align: left;
}

.deliveryPoricy .section__read {
  margin: 32px 0;
}

.deliveryPoricy__hl {
  margin-left: -8px;
  margin-top: 40px;
  font-size: 20px;
  font-size: 1.25rem;
}

.yamatoSection {
  margin: 60px 0;
}

.yamatoSection__box {
  position: relative;
}

.yamatoSection__btn {
  position: absolute;
  top: -25px;
  right: 0;
}

.yamatoSection__hl {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}

.yamatoBox {
  -webkit-overflow-scrolling: touch;
}

.yamatoTable {
  margin: 40px 0;
}

.yamatoTable th {
  width: inherit;
  text-align: center;
  white-space: nowrap;
}

.yamatoTable thead th {
  padding: 5px 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  vertical-align: middle;
}

.yamatoTable thead th * {
  line-height: 120%;
}

.yamatoTable tbody tr td:first-child {
  word-break: auto-phrase;
  overflow-wrap: initial;
}

.yamatoTable td {
  padding: 20px 8px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  vertical-align: middle;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.yamatoTable td * {
  line-height: 120%;
}

.yamatoTable .yamatoTable__area {
  width: 110px;
}

.yamatoTable .yamatoTable__city {
  width: 360px;
}

.yamatoTable .yamatoTable__size {
  width: calc(100% - 470px);
}

.yamatoTable .yamatoTable__hl {
  font-size: 12px;
  font-size: 0.75rem;
  color: #757575;
}

.yamatoTable .yamato__kyushu th,
.yamatoTable .yamato__kyushu td {
  font-weight: 700;
}

/*----------------------------------------
	news
----------------------------------------*/

.newsList {
  margin: 0 auto;
  max-width: 900px;
}

.newsList__item {
  padding: 25px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #bdbdbd;
}

.newsList__item:first-child {
  border-top: 1px solid #bdbdbd;
}

.newsList__item a {
  width: calc(100% - 110px);
  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;
  color: #212121;
  text-decoration: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.newsList__item a:hover .newsList__hl {
  color: #bdbdbd;
}

.newsList__item a:hover i {
  color: #bdbdbd;
  right: -10px;
}

.newsList__item a i {
  margin-left: auto;
  font-size: 18px;
  font-size: 1.125rem;
  color: #212121;
  position: relative;
  right: 0;
}

.newsList__hl {
  margin: 0 20px 0 0;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  color: #212121;
}

.newsList__time {
  width: 110px;
  font-weight: 700;
  color: #9e9e9e;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}

.entry__meta {
  margin: 0 auto 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

.entry__hl {
  margin: 0 auto 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.875rem;
}

.entry__date {
  font-size: 18px;
  font-size: 1.125rem;
  color: #9e9e9e;
}

/*----------------------------------------
	fdgc
----------------------------------------*/

.fdgc {
  overflow: hidden;
}

.fdgc .contentBody {
  margin-bottom: 0;
}

.fdgcTitle {
  margin-bottom: 120px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/fdgc/bg_mainvisual_fdgc.jpg) no-repeat center;
  background-size: cover;
}

.fdgcTitle__hl {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.fdgcTitle__hl--en {
  line-height: 120%;
  font-family: "Cormorant Garamond", serif;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 700;
}

.fdgcTitle__hl--jp {
  line-height: 120%;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
}

.fdgc__read {
  line-height: 140%;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.08em;
  text-align: center;
}

.fdgcBody {
  margin: 120px auto;
  background: #f5f5f5;
}

.fdgcBody__inner {
  margin: 0 auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: calc(100% - 64px);
  max-width: 1000px;
  position: relative;
}

.fdgcBody__text {
  margin: 0 0 0 auto;
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.fdgcBody__hl {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: left;
}

.fdgcBody__read {
  margin: 1.5em 0;
  line-height: 140%;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.08em;
  text-align: left;
}

.fdgcBody__pho {
  margin: 0 40px -100px -220px;
  width: 100%;
  max-width: 680px;
  height: 454px;
  background: url(../images/fdgc/fdgc_shop_inner.jpg) no-repeat center;
  background-size: cover;
}

.fdgcAddress {
  background: #f5f5f5;
  text-align: left;
  position: relative;
}

.fdgcAddress * {
  color: #212121;
}

.fdgcAddress__inner {
  margin: 0 auto;
  height: 376px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 64px);
  max-width: 1000px;
}

.fdgcAddress__summary {
  margin: 0;
}

.fdgcAddressList {
  margin: 0 auto;
}

.fdgcAddressList__term {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

.fdgcAddressList__desc {
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.fdgcAddress__pho {
  width: 50%;
  height: 100%;
  background: url(../images/fdgc/fdgc_shop_outside.jpg) no-repeat center top 70%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
}

/*----------------------------------------
	company
----------------------------------------*/

.company {
  overflow: hidden;
}

.company .contentBody {
  margin-bottom: 0;
}

.shopDetail {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.shopDetail:before {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -300%;
  z-index: -1;
}

.shopDetail:after {
  content: "";
  width: 300%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -300%;
  z-index: -1;
}

.shopDetail--retail {
  background: #fafafa;
}

.shopDetail--retail:before,
.shopDetail--retail:after {
  background: #fafafa;
}

.shopDetail--work {
  background: #eeeeee;
}

.shopDetail--work:before,
.shopDetail--work:after {
  background: #eeeeee;
}

.shopDetail--fdgc {
  background: #fafafa;
}

.shopDetail--fdgc:before,
.shopDetail--fdgc:after {
  background: #fafafa;
}

.shopDetail__outline {
  padding: 0 40px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shopDetail__hl {
  margin: 25px 0;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Cormorant Garamond", serif;
}

.shopDetail__hl-baroque {
  font-size: 18px;
  font-size: 1.125rem;
}

.shopDetail__hl-shop {
  line-height: 120%;
  font-size: 32px;
  font-size: 2rem;
}

.shopDetail__hl-jp {
  font-size: 16px;
  font-size: 1rem;
}

.shopDetail__figure {
  margin: 0;
  width: 50%;
}

/*----------------------------------------
	contact
----------------------------------------*/

.contact__read {
  text-align: center;
}

.contactTel {
  padding: 40px 60px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.contactTel__tel {
  margin: -30px 0 0;
  line-height: 100%;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-size: 3.75rem;
}

.contactTel__tel a {
  color: #212121;
  text-decoration: none;
}

.contactTel__read {
  margin: 20px auto 0;
  padding-top: 25px;
  border-top: 1px solid #e0e0e0;
}

.required {
  margin-top: 2px;
  padding: 0 5px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #c62828;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  float: right;
  position: relative;
  top: -2px;
}

.optional {
  margin-top: 2px;
  padding: 0 5px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #212121;
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  float: right;
  position: relative;
  top: -2px;
}

.attention {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}

/*----------------------------------------
	privacy
----------------------------------------*/

.privacy__section {
  margin: 25px 0 60px;
}

.privacy__hl {
  margin: 25px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-size: 1.375rem;
}

.privacyNumList {
  padding-left: 18px;
}

/*----------------------------------------
	other
----------------------------------------*/

@media only screen and (min-width: 1120px) {
  .pcNone {
    display: none !important;
  }

  .spVisible {
    display: none;
  }

  .tabVisible {
    display: none;
  }

  .productsList:before {
    content: "";
    width: calc(25% - 15px);
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .productsList:after {
    content: "";
    width: calc(25% - 15px);
    display: block;
  }

  .productsList--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .productsList--center:before {
    display: none;
  }

  .productsList--center:after {
    display: none;
  }

  .productsList--center .productsList__item {
    margin: 0 10px 30px;
  }

  .collaboList:before {
    content: "";
    width: calc(33.333% - 24px);
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 1480px) {
  .worksList__item {
    width: calc(16.666% - 30px);
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media only screen and (max-width: 499px) {
  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

  .spNone {
    display: none !important;
  }

  .tabVisible {
    display: none;
  }

  .pcVisible {
    display: none;
  }

  .btn {
    height: 50px;
  }

  .btn__gMap {
    margin: 0 auto;
  }

  .baseTable th,
  .baseTable td {
    padding: 12px 8px;
  }

  .baseTable__sp tr {
    display: block;
    width: 100%;
  }

  .baseTable__sp th,
  .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }

  .formTable tr {
    display: block;
    width: 100%;
  }

  .formTable th,
  .formTable td {
    padding: 20px 10px;
    display: block;
    width: 100%;
  }

  .formTable th {
    padding-bottom: 0;
  }

  input.tel,
  select.tel {
    max-width: inherit;
  }

  input:not([type=checkbox]):not([type=radio]),
  textarea {
    -webkit-appearance: none;
  }

  textarea.opinion {
    height: 180px;
  }

  .form-s {
    width: 100%;
  }

  .form-l {
    width: 100%;
  }

  .auth-captcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grecaptcha-badge {
    margin: 0 auto;
    position: static !important;
  }

  .pagetop {
    bottom: 40px;
    right: 10px;
  }

  .breadcrumb nav {
    padding: 5px 0;
  }

  .wp-pagenavi {
    margin-bottom: 60px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 5px;
  }

  .wp-pagenavi .pages {
    margin: 0;
    width: calc(100% - 26px);
  }

  .postNav {
    margin: 40px 0;
    padding: 30px 0 0;
    width: 100%;
  }

  .postNav__link a {
    font-size: 16px;
    font-size: 1rem;
  }

  .postNav__link i {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .postNav__link--prev {
    border: none;
  }

  .postNav__link--next {
    border: none;
  }

  .postNav__link--archive {
    top: 30px;
  }

  .BlogComment {
    margin-top: 40px;
    padding: 10px;
  }

  .BlogComment h4 {
    font-size: 16px;
    font-size: 1rem;
  }

  .BlogComment .submit {
    padding: 15px 0 10px;
  }

  .BlogCommentList {
    margin-bottom: 20px;
    padding: 0 10px 20px;
  }

  .BlogCommentSend h5 {
    padding-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
  }

  .BlogCommentSend table tr {
    display: inline;
  }

  .BlogCommentSend table th {
    font-weight: 700;
  }

  .BlogCommentSend table th,
  .BlogCommentSend table td {
    padding: 10px 0 0;
    margin-top: -1px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  .BlogCommentSend table td small {
    display: block;
  }

  #BlogCommentAddForm {
    padding: 10px 0 !important;
  }

  #BlogCommentAddForm input {
    width: 100%;
  }

  .auth-captcha-image {
    margin: 0 0 10px;
  }

  #ResultMessage {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1rem;
  }

  .googleMap {
    height: 360px;
  }

  body {
    font-size: 14px;
    font-size: 0.875rem;
  }

  a:hover {
    opacity: 1 !important;
  }

  a:hover img {
    opacity: 1 !important;
  }

  .container {
    width: auto;
    margin: 0 10px;
  }

  .contentTitle__hl {
    height: 120px;
  }

  .contentTitle__hl--en {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .contentTitle__hl--jp {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .contentBody {
    margin: 40px auto 80px;
  }

  .contentBody__noMarginBottom {
    margin: 40px auto 0;
  }

  .section {
    margin: 60px auto 80px;
  }

  .section--m0 {
    margin: 0;
  }

  .section--mt0 {
    margin: 0 auto 80px;
  }

  .section--mb0 {
    margin: 60px auto 0;
  }

  .section__hl {
    margin: 30px 0;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .section__hl--sub {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .section__hl--mt0 {
    margin: 0 0 30px;
  }

  .section__read {
    margin: 30px 0;
  }

  .cardsBtn {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .read__attention {
    padding: 20px;
  }

  .read__attention--mail a {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .colBox {
    margin: 50px 0;
  }

  .colBox__bgColor {
    padding: 40px 0;
  }

  .contents__hl {
    margin: 15px 0 20px;
    padding-right: 10px;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .rowBox__2elem {
    margin: 0;
    display: block;
  }

  .rowBox__2elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__2elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__2elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__3elem {
    margin: 0;
    display: block;
  }

  .rowBox__3elem:after {
    display: none;
  }

  .rowBox__3elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__3elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__3elem--reverse:after {
    display: none;
  }

  .rowBox__3elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__4elem {
    margin: 0;
    display: block;
  }

  .rowBox__4elem:before {
    display: none;
  }

  .rowBox__4elem:after {
    display: none;
  }

  .rowBox__4elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__4elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__4elem--reverse:before {
    display: none;
  }

  .rowBox__4elem--reverse:after {
    display: none;
  }

  .rowBox__4elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .hTop {
    padding: 10px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hTop__hl {
    margin: 0 5px 0 0;
  }

  .hTop__hl img {
    max-height: 56px;
  }

  .hContact {
    margin-left: auto;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: static;
  }

  .hContact__item {
    margin: 0 7px;
  }

  .hContact__item i {
    margin: 0;
    width: 36px;
    height: 36px;
    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;
    border: 1px solid #212121;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hContact__item--instagram {
    margin-right: inherit;
  }

  .hContact__item--tel {
    margin-right: inherit;
    top: 0;
  }

  .hContact__item--tel a {
    pointer-events: auto;
  }

  .hContact__item--tel i {
    top: 0;
  }

  .hContact__item--text {
    display: none;
  }

  .spMenu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gNav {
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(33, 33, 33, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }

  .menubox {
    width: 260px !important;
    height: 100%;
    background: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .menuList {
    padding: 0 0 120px;
    width: 100%;
    display: block;
  }

  .menuList__item {
    margin: 0;
    width: 100%;
    border-right: none;
  }

  .menuList__item:first-child {
    border-left: none;
  }

  .menuList__item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(66, 66, 66, 0.8);
    width: 100%;
    height: 48px;
    color: #ffffff;
  }

  .menuList__item--contact {
    display: block;
  }

  .subMenu {
    width: 100%;
    display: block !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    border: none;
  }

  .subMenuList__item > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(33, 33, 33, 0.6);
  }

  .gemcaseInfo__hl--sub {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .gemcaseInfo__hl--name {
    font-size: 46px;
    font-size: 2.875rem;
  }

  footer {
    padding: 30px 0 20px;
  }

  .fNav {
    display: none;
  }

  .fContact {
    margin-bottom: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  address {
    margin: 20px auto 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 19px;
    font-size: 1.1875rem;
  }

  .sideNav {
    margin-bottom: 20px;
    width: 100%;
    float: none;
  }

  .mainVisualList {
    height: 260px !important;
  }

  .topAttention {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: -0.05em;
  }

  .topBnr {
    margin: 20px auto;
    width: calc(100% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topBnr__2col {
    width: 100%;
  }

  .topCollabo {
    margin: 40px auto;
  }

  .topCollabo__btn {
    height: 106px;
  }

  .topCollabo__btn--hl {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .topCollabo__btn--shop {
    font-size: 23px;
    font-size: 1.4375rem;
  }

  .topCollabo__btn--jp {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .topCollabo__btn--jp .fa {
    font-size: 14px;
    font-size: 0.875rem;
    top: 0;
  }

  .topBnr__btn--spHalf img {
    width: 50%;
    height: auto;
  }

  .topBnr__btn-jp {
    font-size: 16px;
    font-size: 1rem;
  }

  .topBnr__btn-en {
    font-size: 16px;
    font-size: 1rem;
  }

  .topEvent {
    margin: 40px auto 0;
  }

  .topMothers__btn {
    height: 106px;
  }

  .topMothers__btn--en {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .topMothers__btn--jp {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .topMothers__btn--jp .fa {
    font-size: 14px;
    font-size: 0.875rem;
    top: 0;
  }

  .topSection {
    padding: 50px 0;
  }

  .topSection__hl {
    margin: 0 auto 30px;
    font-size: 32px;
    font-size: 2rem;
  }

  .topProductsList__item {
    width: calc(50% - 10px);
  }

  .topProductsList__text--en {
    font-size: 16px;
    font-size: 1rem;
  }

  .topProductsList__text--jp {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .topProductsList__text--sub {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .topProductsList__text-more:before {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .topInstagram .topSection__hl {
    margin: 0 auto 10px;
  }

  .topShop {
    width: calc(100% - 32px);
  }

  .topShopList {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topShopList__item {
    margin: 0 auto 32px;
    width: 100%;
  }

  .topShopList__item:last-child {
    margin-bottom: 0;
  }

  .topShopList__item a {
    padding: 16px 20px;
  }

  .topNewsList {
    width: calc(100% - 40px);
  }

  .topNewsList__item {
    padding: 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topNewsList__item a {
    width: 100%;
  }

  .topNewsList__item a i {
    font-size: 16px;
    font-size: 1rem;
  }

  .topNewsList__time {
    margin-bottom: 5px;
    width: 100%;
  }

  .tab__item {
    margin: 0 5px;
    width: 140px;
  }

  .tab__item a {
    padding-top: 0;
    height: 50px;
    font-size: 16px;
    font-size: 1rem;
  }

  .tab__content {
    padding: 30px 0;
  }

  .productsCategoryList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productsCategoryList__item {
    margin-bottom: 20px;
    width: 100%;
  }

  .productsCategoryList__btn {
    height: 80px;
  }

  .productsCategoryList__figure {
    margin: 0 10px 0 0;
    width: 80px;
    height: 80px;
  }

  .productsCategoryList__name--en {
    font-size: 19px;
    font-size: 1.1875rem;
  }

  .productsCategoryList__name--jp {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .productsSection {
    margin: 60px auto 80px;
    padding-bottom: 20px;
  }

  .productsIntro {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .productsIntro__noBorder {
    margin-bottom: -16px;
    padding-bottom: 0;
  }

  .productsIntro__read {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .arrangementSize {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrangementSize__price {
    margin: 0 auto;
    width: 90%;
  }

  .arrangementSize__scale {
    width: 100%;
  }

  .productsMeta__attention {
    padding: 0 15px;
  }

  .productsMeta__attention--margin {
    margin: 30px 0 20px;
  }

  .productsList--2row .productsList__item {
    width: calc(50% - 10px);
  }

  .productsList--3row .productsList__item {
    width: calc(50% - 10px);
  }

  .productsList__item {
    width: calc(50% - 10px);
  }

  .productsList__figure a {
    height: auto;
  }

  .productsList__figure .btn__play {
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .productsList__figcaption {
    padding: 0 10px;
    height: 23px;
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .productsList__vase {
    margin: 20px auto 0;
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productsList__vaseFigure {
    margin: 0 auto 10px;
    width: auto;
  }

  .productsList__vaseOutline {
    width: auto;
  }

  .productsList__vaseOutline--hl {
    margin: 5px 0;
  }

  .productsList__vaseOutline--read {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .foliageCategory {
    margin: 60px auto 40px;
    padding-bottom: 40px;
  }

  .foliageCategoryList {
    margin: 0 0 20px;
  }

  .foliageCategoryList__item {
    margin-bottom: 20px;
    width: 100%;
  }

  .foliageCategoryList__text--hl {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .foliageCategoryList__text--sub {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .foliageFee {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foliageFee__step1 {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    border: none;
  }

  .foliageFee__step2 {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
  }

  .foliageFee__hl {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .foliageFee__select {
    width: 100%;
  }

  .foliageFee__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foliageFee__unitFee--step1 {
    margin-bottom: 20px;
    width: 100%;
  }

  .foliageFee__total {
    margin-top: 0;
  }

  .foliageFee__total--hl {
    margin: 0 auto 0 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .foliageFee__totalBox {
    margin: 0 15px 0 auto;
  }

  .foliageFee__total--num {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .foliageFee__total--yen {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .instagramBnr {
    padding: 10px 15px;
  }

  .instagramBnr__icon {
    margin-right: 15px;
  }

  .instagramBnr__read {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .collaboMain {
    margin: 30px 0;
  }

  .collaboSection {
    padding: 0 20px;
  }

  .collaboSection__hl {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .collaboSection__hl--set {
    height: 28px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .collaboList__item {
    width: 100%;
  }

  .collaboList__figure a {
    height: auto;
  }

  .collaboList__set {
    height: 28px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .collaboList__figcaption {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .collaboPlus {
    margin: 0.1em auto;
    font-size: 40px;
    font-size: 2.5rem;
  }

  .collaboOr {
    margin: 0.2em auto;
    font-size: 38px;
    font-size: 2.375rem;
  }

  .collaboTable th,
  .collaboTable td {
    width: 50%;
  }

  .gomugNeon {
    margin: 30px auto;
  }

  .gomugNeonList {
    max-width: 74%;
  }

  .gomugNeonList__item {
    width: 33.333%;
  }

  .floating {
    top: 84px;
  }

  .btn__order-floating {
    padding: 8px 0;
    width: 36px;
    font-size: 10px;
    font-size: 0.625rem;
  }

  .roseGrid {
    gap: 16px 16px;
    -ms-grid-columns: auto 16px auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
    grid-template-areas: "boxInner--1 boxInner--1" "boxInner--2 boxInner--3";
  }

  .boxInner--1 {
    grid-area: boxInner--1;
  }

  .boxInner--2 {
    grid-area: boxInner--2;
  }

  .boxInner--3 {
    grid-area: boxInner--3;
  }

  .pressedFlowersMore {
    margin: 48px auto 28px;
  }

  .pressedFlowersMore__link {
    width: 100%;
    height: 80px;
  }

  .pressedFlowersMore__figure {
    margin: 0 10px 0 0;
    width: 80px;
    height: 80px;
  }

  .pressedFlowersMore__name {
    font-size: 19px;
    font-size: 1.1875rem;
  }

  .pressedFlowers {
    margin-bottom: 40px;
  }

  .pressedFlowers__hl {
    padding: 0 16px;
    margin: 0 auto 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pressedFlowers__hl--rose1:after {
    width: 232px;
    top: -126px;
    right: -96px;
  }

  .pressedFlowers__hl--rose2:after {
    width: 180px;
    top: -112px;
    left: -80px;
  }

  .pressedFlowers__hl-jp {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .pressedFlowers__hl-en {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .pressedFlowersSummary--small {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .pressedFlowers__inner {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pressedFlowers__fig {
    margin: 0 auto;
    width: 65%;
  }

  .pressedFlowers__summary {
    margin-top: 20px;
  }

  .pressedFlowersNotes:after {
    width: 220px;
    top: -124px;
    right: -104px;
  }

  .pressedFlowersNotes__link--large {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .pressedFlowersNotes__link--small {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .worksSection {
    margin: 60px auto 80px;
    padding-bottom: 20px;
  }

  .worksList__item {
    margin: 0 10px 30px;
    width: calc(50% - 20px);
  }

  .worksList__figure a {
    height: auto;
  }

  .worksList__figure .btn__play {
    width: 32px;
    height: 32px;
    top: 8px;
    right: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .worksList__figcaption {
    padding: 0 10px;
    height: 23px;
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .orderMethod {
    margin: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .orderMethod__item {
    margin-bottom: 20px;
    width: 100%;
  }

  .orderMethod__hl {
    margin-bottom: 15px;
  }

  .paymentShop__name {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .payee {
    font-size: 17px;
    font-size: 1.0625rem;
  }

  .deliveryFee {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .deliveryFeeTypeList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .deliveryFee__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .deliveryFee__step1,
  .deliveryFee__step2 {
    margin: 0 0 30px;
    width: 100%;
  }

  .deliveryFee__step3 {
    width: 100%;
  }

  .deliveryFee__hl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .deliveryFee__hl-hour {
    margin-top: 4px;
  }

  .deliveryFee__num {
    font-size: 30px;
    font-size: 1.875rem;
  }

  .deliveryFee__yen {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .deliveryPoricy {
    padding: 0 24px;
    height: 360px;
  }

  .deliveryPoricy__hl {
    margin-top: 32px;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .yamatoSection__btn {
    margin-bottom: 30px;
    position: static;
  }

  .yamatoSection__hl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .yamatoBox {
    overflow-x: auto;
  }

  .yamatoTable {
    margin: 20px 0;
  }

  .yamatoTable td {
    white-space: nowrap;
  }

  .newsList {
    width: 100%;
  }

  .newsList__item {
    padding: 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsList__item a {
    width: 100%;
  }

  .newsList__item a i {
    font-size: 16px;
    font-size: 1rem;
  }

  .newsList__time {
    margin-bottom: 5px;
    width: 100%;
  }

  .entry__meta {
    margin: 0 auto 30px;
    padding-bottom: 30px;
  }

  .entry__hl {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .entry__date {
    font-size: 16px;
    font-size: 1rem;
  }

  .fdgcTitle {
    margin-bottom: 60px;
    height: 420px;
  }

  .fdgcTitle__hl--en {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .fdgcTitle__hl--jp {
    font-size: 16px;
    font-size: 1rem;
  }

  .fdgc__read {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .fdgcBody {
    margin: 100px auto 0;
  }

  .fdgcBody__inner {
    padding: 0 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .fdgcBody__text {
    margin: 16px 0 0 auto;
    width: 100%;
  }

  .fdgcBody__hl {
    margin: 30px 0;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
  }

  .fdgcBody__read {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }

  .fdgcBody__pho {
    margin: -40px 0 0;
    width: 100%;
    height: 300px;
  }

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

  .fdgcAddress__inner {
    padding: 40px 0;
    height: auto;
  }

  .fdgcAddress__pho {
    width: 100%;
    height: 240px;
    position: static;
  }

  .shopDetail {
    padding: 10px 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .shopDetail:before {
    width: calc(100% + 40px);
    left: -20px;
  }

  .shopDetail:after {
    display: none;
  }

  .shopDetail__outline {
    padding: 0 20px;
    width: 100%;
  }

  .shopDetail__hl-baroque {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .shopDetail__hl-shop {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .shopDetail__hl-jp {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .shopDetail__figure {
    margin-top: 30px;
    width: 100%;
  }

  .contact__read {
    text-align: left;
  }

  .contactTel {
    padding: 20px;
  }

  .contactTel__tel {
    margin: -10px 0 0;
    font-size: 44px;
    font-size: 2.75rem;
  }

  .contactTel__read {
    margin: 15px auto 0;
    padding-top: 20px;
  }

  .required {
    top: -4px;
  }

  .optional {
    top: -4px;
  }

  .privacy__section {
    margin: 20px 0 50px;
  }

  .privacy__hl {
    margin: 20px 0;
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 499px){

  .boxInner--1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .boxInner--2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .boxInner--3 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media only screen and (min-width: 500px) and (max-width: 787px) {
  .fl {
    float: none;
  }

  .fr {
    float: none;
  }

  .baseTable__sp tr {
    display: block;
    width: 100%;
  }

  .baseTable__sp th,
  .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }

  .formTable tr {
    display: block;
    width: 100%;
  }

  .formTable th,
  .formTable td {
    display: block;
    width: 100%;
  }

  .formTable th {
    padding: 20px 20px 0;
  }

  input:not([type=checkbox]):not([type=radio]),
  textarea {
    -webkit-appearance: none;
  }

  .form-s {
    width: 100%;
  }

  .form-l {
    width: 100%;
  }

  .auth-captcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp-pagenavi {
    margin-bottom: 80px;
  }

  .postNav__link--prev {
    border: none;
  }

  .postNav__link--next {
    border: none;
  }

  #BlogCommentAddForm {
    padding: 10px 0 !important;
  }

  #BlogCommentAddForm input {
    width: 100%;
  }

  .contentTitle__hl {
    height: 160px;
  }

  .contentTitle__hl--en {
    font-size: 40px;
    font-size: 2.5rem;
  }

  .contentTitle__hl--jp {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .contentBody {
    margin: 60px auto 100px;
  }

  .contentBody__noMarginBottom {
    margin: 60px auto 0;
  }

  .section--mt0 {
    margin: 0 auto 80px;
  }

  .section--mb0 {
    margin: 60px auto 0;
  }

  .section__hl {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .colBox {
    margin: 60px 0;
  }

  .colBox__bgColor {
    padding: 70px 0;
  }

  .contents__hl {
    margin: 30px 0 20px;
    font-size: 26px;
    font-size: 1.625rem;
  }

  .rowBox__2elem {
    margin: 0;
    display: block;
  }

  .rowBox__2elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__2elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__2elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__3elem {
    margin: 0;
    display: block;
  }

  .rowBox__3elem:after {
    display: none;
  }

  .rowBox__3elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__3elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__3elem--reverse:after {
    display: none;
  }

  .rowBox__3elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__4elem {
    margin: 0;
    display: block;
  }

  .rowBox__4elem:before {
    display: none;
  }

  .rowBox__4elem:after {
    display: none;
  }

  .rowBox__4elem .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  .rowBox__4elem--reverse {
    margin: 0;
    display: block;
  }

  .rowBox__4elem--reverse:before {
    display: none;
  }

  .rowBox__4elem--reverse:after {
    display: none;
  }

  .rowBox__4elem--reverse .boxInner {
    margin: 20px 0 40px;
    width: 100%;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .hTop {
    padding: 10px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hTop__hl {
    margin: 0 5px 0 10px;
  }

  .hTop__hl img {
    max-height: 56px;
  }

  .hContact {
    margin-left: auto;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: static;
  }

  .hContact__item {
    margin: 0 7px;
  }

  .hContact__item i {
    margin: 0;
    width: 36px;
    height: 36px;
    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;
    border: 1px solid #212121;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hContact__item--instagram {
    margin-right: inherit;
  }

  .hContact__item--tel {
    margin-right: inherit;
    top: 0;
  }

  .hContact__item--tel a {
    pointer-events: auto;
  }

  .hContact__item--tel i {
    top: 0;
  }

  .hContact__item--text {
    display: none;
  }

  .spMenu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gNav {
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(33, 33, 33, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }

  .menubox {
    width: 260px !important;
    height: 100%;
    background: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .menuList {
    padding: 0 0 120px;
    width: 100%;
    display: block;
  }

  .menuList__item {
    margin: 0;
    width: 100%;
    border-right: none;
  }

  .menuList__item:first-child {
    border-left: none;
  }

  .menuList__item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(66, 66, 66, 0.8);
    width: 100%;
    height: 48px;
    color: #ffffff;
  }

  .menuList__item--contact {
    display: block;
  }

  .subMenu {
    width: 100%;
    display: block !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    border: none;
  }

  .subMenuList__item > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(33, 33, 33, 0.6);
  }

  footer {
    padding: 40px 0 30px;
  }

  .fNav {
    display: none;
  }

  .fContact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  address {
    margin: 20px auto 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sideNav {
    width: 100%;
    float: none;
  }

  .mainVisualList {
    height: 400px !important;
  }

  .topBnr {
    margin: 60px auto;
  }

  .topCollabo {
    margin: 80px auto;
  }

  .topCollabo__btn {
    height: 150px;
  }

  .topCollabo__btn--hl {
    font-size: 16px;
    font-size: 1rem;
  }

  .topCollabo__btn--shop {
    font-size: 32px;
    font-size: 2rem;
  }

  .topCollabo__btn--jp {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .topBnr__btn-jp {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .topBnr__btn-en {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .topEvent {
    margin: 80px auto 0;
  }

  .topMothers__btn {
    height: 150px;
  }

  .topMothers__btn--en {
    font-size: 38px;
    font-size: 2.375rem;
  }

  .topMothers__btn--jp {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .topSection {
    padding: 70px 0;
  }

  .topSection__hl {
    margin: 0 auto 40px;
    font-size: 36px;
    font-size: 2.25rem;
  }

  .topProductsList__item {
    width: calc(50% - 10px);
  }

  .topProductsList__text--en {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .topProductsList__text--jp {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .topProductsList__text--sub {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .topProductsList__text-more:before {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .topInstagram .topSection__hl {
    margin: 0 auto 20px;
  }

  .topShopList {
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topShopList__item {
    margin: 0 auto 32px;
    width: 80%;
  }

  .topShopList__item:last-child {
    margin-bottom: 0;
  }

  .topShopList__item a {
    padding: 16px 20px;
  }

  .topShopList__shopName {
    margin-bottom: 20px;
  }

  .topShopList__shopName--name {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .topNewsList {
    width: calc(100% - 40px);
  }

  .productsCategoryList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productsCategoryList__item {
    width: 100%;
  }

  .productsSection {
    margin: 60px auto 80px;
  }

  .productsIntro__read {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .arrangementSize {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arrangementSize__price {
    margin: 0 auto;
    width: 90%;
  }

  .arrangementSize__scale {
    width: 100%;
  }

  .productsList__item {
    width: calc(50% - 10px);
  }

  .productsList__figure a {
    height: auto;
  }

  .productsList__vase {
    margin: 20px auto 0;
    width: 85%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .productsList__vaseFigure {
    margin: 0 auto 10px;
    width: auto;
  }

  .productsList__vaseOutline {
    width: auto;
  }

  .foliageCategoryList {
    margin: 0 0 40px;
  }

  .foliageCategoryList__item {
    width: calc(50% - 10px);
  }

  .foliageCategoryList__text--hl {
    max-width: 180px;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .foliageCategoryList__text--sub {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .foliageFee {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foliageFee__step1 {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    border: none;
  }

  .foliageFee__step2 {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
  }

  .foliageFee__hl {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .foliageFee__unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foliageFee__unitFee--step1 {
    margin-bottom: 20px;
    width: 100%;
  }

  .foliageFee__total {
    margin-top: 0;
  }

  .collaboSection {
    padding: 10px 30px;
  }

  .collaboList__item {
    width: calc(50% - 12px);
  }

  .collaboList__figure a {
    height: auto;
  }

  .collaboList__figcaption {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .collaboTable th,
  .collaboTable td {
    width: 50%;
  }

  .floating {
    top: 72px;
  }

  .btn__order-floating {
    padding: 8px 0;
    width: 36px;
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .roseGrid {
    margin: 0;
  }

  .pressedFlowers {
    margin-bottom: 60px;
  }

  .pressedFlowers__hl {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .pressedFlowers__hl--rose1:after {
    width: 280px;
    top: -152px;
    right: -136px;
  }

  .pressedFlowers__hl--rose2:after {
    width: 240px;
    top: -152px;
    left: -116px;
  }

  .pressedFlowers__hl-jp {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .pressedFlowers__hl-en {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .pressedFlowersSummary--small {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .pressedFlowers__inner {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pressedFlowers__fig {
    margin: 0 auto;
    width: 65%;
  }

  .pressedFlowersNotes:after {
    width: 270px;
    top: -140px;
    right: -104px;
  }

  .worksList__item {
    margin: 0 10px 30px;
    width: calc(33.333% - 20px);
  }

  .worksList__figure a {
    height: auto;
  }

  .orderMethod {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .orderMethod__item {
    margin: 0 auto 20px;
    width: 80%;
  }

  .deliveryFee {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .deliveryFeeTypeList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .deliveryFee__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .deliveryFee__step1,
  .deliveryFee__step2 {
    margin: 0 0 30px;
    width: 100%;
  }

  .deliveryFee__step3 {
    width: 100%;
  }

  .deliveryFee__hl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .yamatoBox {
    overflow-x: auto;
  }

  .yamatoTable td {
    white-space: nowrap;
  }

  .newsList {
    width: calc(100% - 40px);
  }

  .entry__hl {
    font-size: 26px;
    font-size: 1.625rem;
  }

  .fdgcTitle {
    margin-bottom: 80px;
    height: 420px;
  }

  .fdgcTitle__hl--en {
    font-size: 64px;
    font-size: 4rem;
  }

  .fdgcTitle__hl--jp {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .fdgc__read {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .fdgcBody {
    margin: 100px auto 0;
  }

  .fdgcBody__inner {
    padding: 0 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .fdgcBody__text {
    margin: 16px 0 0 auto;
    width: 100%;
  }

  .fdgcBody__hl {
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
  }

  .fdgcBody__read {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }

  .fdgcBody__pho {
    margin: -40px 0 0;
    width: 100%;
    height: 300px;
  }

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

  .fdgcAddress__inner {
    width: calc(100% - 40px);
    height: 220px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fdgcAddress__summary {
    width: 50%;
  }

  .fdgcAddressList {
    margin: 0 12px 0 0;
  }

  .fdgcAddressList__term {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .fdgcAddressList__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .shopDetail:before {
    width: calc(100% + 40px);
    left: -20px;
  }

  .shopDetail:after {
    display: none;
  }

  .shopDetail__outline {
    padding: 0 20px;
  }

  .contactTel {
    padding: 30px;
  }

  .contactTel__tel {
    margin: -20px 0 0;
    font-size: 54px;
    font-size: 3.375rem;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1119px) {
  .tabNone {
    display: none !important;
  }

  .spVisible {
    display: none;
  }

  .pcVisible {
    display: none;
  }

  .BlogCommentSend table tr {
    display: inline;
  }

  .BlogCommentSend table th {
    font-weight: 700;
  }

  .BlogCommentSend table th,
  .BlogCommentSend table td {
    padding: 10px 0 0;
    margin-top: -1px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  .BlogCommentSend table td small {
    display: block;
  }

  .auth-captcha-image {
    margin: 0 20px 10px 0;
  }

  a:hover {
    opacity: 1 !important;
  }

  a:hover img {
    opacity: 1 !important;
  }

  .container {
    width: auto;
    margin: 0 20px;
  }

  .hTop {
    padding: 10px;
    width: 100%;
  }

  .menubox {
    width: 100%;
  }

  .menuList__item > a {
    width: 100%;
  }

  .subMenuList__item > a {
    height: 48px;
    background: rgba(33, 33, 33, 0.6);
  }

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

@media only screen and (min-width: 788px) and (max-width: 999px) {
  input:not([type=checkbox]):not([type=radio]),
  textarea {
    -webkit-appearance: none;
  }

  .form-s {
    width: 100%;
  }

  .form-l {
    width: 100%;
  }

  .postNav__link--prev {
    border: none;
  }

  .postNav__link--next {
    border: none;
  }

  .googleMap {
    height: 400px;
  }

  .contentTitle__hl {
    height: 180px;
  }

  .contentTitle__hl--en {
    font-size: 46px;
    font-size: 2.875rem;
  }

  .contentTitle__hl--jp {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .colBox {
    margin: 90px 0;
  }

  .contents__hl {
    margin: 5px 0 20px;
    font-size: 28px;
    font-size: 1.75rem;
  }

  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .hTop {
    padding: 10px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hTop__hl {
    margin: 0 5px 0 10px;
  }

  .hTop__hl img {
    max-height: 66px;
  }

  .hContact {
    margin-left: auto;
    padding: 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    position: static;
  }

  .hContact__item {
    margin: 0 7px;
  }

  .hContact__item i {
    margin: 0;
    width: 36px;
    height: 36px;
    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;
    border: 1px solid #212121;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .hContact__item--instagram {
    margin-right: inherit;
  }

  .hContact__item--tel {
    margin-right: inherit;
    top: 0;
  }

  .hContact__item--tel a {
    pointer-events: auto;
  }

  .hContact__item--tel i {
    top: 0;
  }

  .hContact__item--text {
    display: none;
  }

  .spMenu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gNav {
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(33, 33, 33, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
  }

  .menubox {
    width: 260px !important;
    height: 100%;
    background: #212121;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }

  .menuList {
    padding: 0 0 120px;
    width: 100%;
    display: block;
  }

  .menuList__item {
    margin: 0;
    width: 100%;
    border-right: none;
  }

  .menuList__item:first-child {
    border-left: none;
  }

  .menuList__item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(66, 66, 66, 0.8);
    width: 100%;
    height: 48px;
    color: #ffffff;
  }

  .menuList__item--contact {
    display: block;
  }

  .subMenu {
    width: 100%;
    display: block !important;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: static;
    border: none;
  }

  .subMenuList__item > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgba(33, 33, 33, 0.6);
  }

  .fNav {
    display: none;
  }

  .mainVisualList {
    height: 500px !important;
  }

  .topBnr__btn-jp {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .topBnr__btn-en {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .topProductsList__item {
    width: calc(33.333% - 15px);
  }

  .topProductsList__text--en {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .topProductsList__text--jp {
    font-size: 15px;
    font-size: 0.9375rem;
  }

  .topProductsList__text--sub {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .topShopList {
    padding: 0 10px;
  }

  .topShopList__item {
    margin: 0 15px;
  }

  .topShopList__item a {
    padding: 16px 20px;
  }

  .topNewsList {
    width: calc(100% - 40px);
  }

  .productsIntro__read {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .productsList:before {
    content: "";
    width: calc(25% - 15px);
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .productsList:after {
    content: "";
    width: calc(25% - 15px);
    display: block;
  }

  .productsList--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .productsList--center:before {
    display: none;
  }

  .productsList--center:after {
    display: none;
  }

  .productsList--center .productsList__item {
    margin: 0 10px 30px;
  }

  .foliageCategoryList__text--hl {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .foliageFee {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .foliageFee__step1 {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
    border: none;
  }

  .foliageFee__step2 {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
  }

  .foliageFee__hl {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .collaboSection {
    padding: 10px 30px;
  }

  .collaboList:before {
    content: "";
    width: calc(50% - 12px);
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .pressedFlowers {
    margin-bottom: 60px;
  }

  .pressedFlowers__hl--rose1:after {
    width: 280px;
    top: -162px;
    right: -96px;
  }

  .pressedFlowers__hl--rose2:after {
    width: 240px;
    top: -172px;
    left: -94px;
  }

  .pressedFlowers__inner {
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
    gap: 0 48px;
  }

  .pressedFlowersNotes:after {
    width: 270px;
    top: -140px;
    right: -104px;
  }

  .worksList__item {
    margin: 0 10px 30px;
    width: calc(33.333% - 20px);
  }

  .orderMethod {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .orderMethod__item {
    margin: 0 auto 20px;
    width: 50%;
  }

  .deliveryFee__step1,
  .deliveryFee__step2 {
    margin-right: 30px;
    width: 220px;
  }

  .deliveryFee__step3 {
    width: calc(100% - 500px);
  }

  .deliveryFee__hl {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .newsList {
    width: calc(100% - 40px);
  }

  .fdgcTitle__hl--en {
    font-size: 80px;
    font-size: 5rem;
  }

  .fdgcTitle__hl--jp {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .fdgc__read {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .fdgcBody__read {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .fdgcAddress__inner {
    height: 300px;
  }

  .shopDetail:before {
    width: calc(100% + 40px);
    left: -20px;
  }

  .shopDetail:after {
    display: none;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1119px) {
  .worksList__item {
    width: calc(25% - 30px);
  }
}

@media (hover: hover) {
  .pressedFlowersNotes__link:hover {
    color: #ffffff;
    opacity: 0.6;
  }
}
/*# sourceMappingURL=style.css.map */
